Commit graph

2879 commits

Author SHA1 Message Date
Andreas Nedbal
887a053e71 Appease the dog overlords 2022-07-03 18:32:36 +02:00
Andreas Nedbal
1a848af303 Move TOTP-related code into new spec files 2022-07-03 18:32:36 +02:00
Andreas Nedbal
5c4c272d53 Update locale namespaces for totp actions 2022-07-03 18:32:36 +02:00
Andreas Nedbal
0f63e39194 Move TOTP views to new location 2022-07-03 18:32:36 +02:00
Andreas Nedbal
fcd1da40a1 Move 2FA settings actions into OtpAuthenticationController 2022-07-03 18:32:36 +02:00
Karina Kwiatek
022bdeb159 Add missing slash to paperclip_path 2022-07-03 15:07:18 +02:00
Karina Kwiatek
9c7416efe7 Bump rails_admin to 3.0.0 2022-07-03 15:07:18 +02:00
Karina Kwiatek
c5e2358ea8 Bump version to 2022.0702.0 2022-07-02 18:10:18 +02:00
Karina Kwiatek
400994179a Add tests for UserBan model 2022-07-02 17:08:44 +02:00
Karina Kwiatek
b899c1aeb3 Order past bans newest-first 2022-07-02 17:08:44 +02:00
Karina Kwiatek
645469daa5 Correctly display time ago in ban history 2022-07-02 17:08:44 +02:00
Karina Kwiatek
32865b528d Highlight current ban 2022-07-02 17:08:44 +02:00
Karina Kwiatek
c838263a2e Allow for ban history to be seen while banned 2022-07-02 17:08:44 +02:00
Karina Kwiatek
990c67baea Move unban into own view 2022-07-02 17:08:44 +02:00
Karina Kwiatek
a0877b102a Create tabs for ban modal 2022-07-02 17:08:44 +02:00
Karina Kwiatek
1f3681ef50 Remove unnecessary value from reason field 2022-07-02 17:08:44 +02:00
Karina Kwiatek
5239f69081 Display duration controls on one line 2022-07-02 17:08:44 +02:00
Karina Kwiatek
bb23f6b3f0 Add translations for ban modal 2022-07-02 17:08:44 +02:00
Karina Kwiatek
b32e67d01b
Merge pull request #428 from Retrospring/feature/settings-export-controller
Move export actions into `Settings::ExportController`
2022-07-02 16:41:45 +02:00
Andreas Nedbal
9e4c03b765 Appease the dog overlords 2022-07-02 16:36:14 +02:00
Andreas Nedbal
a65232f975 Add tests for ExportController#create 2022-07-02 16:36:14 +02:00
Andreas Nedbal
58d91c9c46 Improve export processing condition on index view 2022-07-02 16:36:14 +02:00
Andreas Nedbal
46f99b5f01 Add test for Settings::ExportController index view 2022-07-02 16:36:14 +02:00
Andreas Nedbal
99035b42d9 Fix method name in Exporter user_stub call 2022-07-02 16:36:14 +02:00
Andreas Nedbal
126204d759 Update locale namespaces for export settings 2022-07-02 16:36:14 +02:00
Andreas Nedbal
f53aaf6091 Move and combine export settings template 2022-07-02 16:36:14 +02:00
Andreas Nedbal
2ee3aab14d Move export actions into Settings::ExportController 2022-07-02 16:36:14 +02:00
Andreas Nedbal
2d77a40548 Appease the dog overlords 2022-07-02 14:52:16 +02:00
Andreas Nedbal
0ed0d34682 Add tests for ExportController#create 2022-07-02 14:51:25 +02:00
Andreas Nedbal
b17df72b61 Improve export processing condition on index view 2022-07-02 14:43:53 +02:00
Karina Kwiatek
2a017c8b11 Fix upload path when not using fog with cloud storage 2022-07-02 13:00:46 +02:00
Karina Kwiatek
c899e7983c Only import the weights of Lato which we use 2022-07-02 13:00:13 +02:00
Andreas Nedbal
c5a2d25f9d Add test for Settings::ExportController index view 2022-07-02 06:26:39 +02:00
Andreas Nedbal
b41e5c99de Fix method name in Exporter user_stub call 2022-07-02 06:19:39 +02:00
Andreas Nedbal
2f8f9e1659 Update locale namespaces for export settings 2022-07-02 06:16:21 +02:00
Andreas Nedbal
7fdb647deb Move and combine export settings template 2022-07-02 06:15:50 +02:00
Andreas Nedbal
331bf9f135 Move export actions into Settings::ExportController 2022-07-02 06:15:00 +02:00
Andreas Nedbal
be56439572 Appease the dog overlords 2022-06-28 23:20:11 +02:00
Andreas Nedbal
9252726432 Move privacy action tests into proper controller spec 2022-06-28 23:20:11 +02:00
Andreas Nedbal
b8f639b16b Update locale namespaces for privacy settings 2022-06-28 23:20:11 +02:00
Andreas Nedbal
97f28d8309 Move and combine privacy settings template 2022-06-28 23:20:11 +02:00
Andreas Nedbal
8cf6be8067 Move privacy actions from user controller to Settings::PrivacyController 2022-06-28 23:20:11 +02:00
Karina Kwiatek
97d8068a09 Set input types and autocomplete in profile settings 2022-06-28 23:13:30 +02:00
Karina Kwiatek
297bacf339 Remove old profile settings view 2022-06-28 23:13:30 +02:00
Karina Kwiatek
805e3504c7 Set autocomplete attributes on username & password fields 2022-06-28 23:13:30 +02:00
Karina Kwiatek
9dedf447a6 Use numeric input mode in TOTP entry 2022-06-28 23:13:30 +02:00
Karina Kwiatek
5a07c7a8ce Add well known route for changing password 2022-06-28 02:01:53 +02:00
Karina Kwiatek
93fb487cfc Bump version to 2022.0627.0 2022-06-27 00:42:24 +02:00
Karina Kwiatek
38d6a47372 Appease the dog overlords 2022-06-27 00:41:26 +02:00
Karina Kwiatek
597f8b74cb Fix everyone showing up as anonymous outside of moderation view 2022-06-27 00:41:26 +02:00