Andreas Nedbal
|
efa0048c87
|
WIP: Move profile actions to `Settings::ProfileController`
|
2022-06-26 22:45:52 +02:00 |
Karina Kwiatek
|
e64f206f5b
|
Replace `anonymous_identifier` with `author_identifier`
|
2022-06-26 21:07:28 +02:00 |
Karina Kwiatek
|
ddd7cfd81d
|
Pass `author_identifier` in `question/question` partial
|
2022-06-26 21:07:28 +02:00 |
Karina Kwiatek
|
fc8dad4b9e
|
Add tests for `user_screen_name` helper method
|
2022-06-26 21:07:28 +02:00 |
Karina Kwiatek
|
8fb4256432
|
Use `content_tag` for generating markup in `unmask` method
|
2022-06-26 21:07:28 +02:00 |
Karina Kwiatek
|
e5b8ea017c
|
Show anon identifier in tooltip when unmasking
|
2022-06-26 21:07:28 +02:00 |
Karina Kwiatek
|
03a4ea512a
|
Fix title helper tests
|
2022-06-26 21:07:28 +02:00 |
Karina Kwiatek
|
a9cfa3fccc
|
Add tests for toggling unmask
|
2022-06-26 21:07:28 +02:00 |
Karina Kwiatek
|
93f8bf35d2
|
Unmask author when in moderation mode
|
2022-06-26 21:07:28 +02:00 |
Karina Kwiatek
|
1b09d51443
|
Add toggle for moderation view
|
2022-06-26 21:07:28 +02:00 |
Karina Kwiatek
|
a857887398
|
Appease the dog overlords
|
2022-06-26 18:32:18 +02:00 |
Karina Kwiatek
|
53361eefdd
|
Move ban-related user methods to own module
|
2022-06-26 18:32:18 +02:00 |
Karina Kwiatek
|
a533f68c65
|
Adjust exporter and user count to match new ban system
|
2022-06-26 18:32:18 +02:00 |
Karina Kwiatek
|
59c4507ec3
|
Remove unused use case requires from `User` model
|
2022-06-26 18:32:18 +02:00 |
Karina Kwiatek
|
73274988c1
|
Add `permanently_banned?` method to user model
|
2022-06-26 18:32:18 +02:00 |
Karina Kwiatek
|
cd168df9b2
|
Remove old ban fields from user table
|
2022-06-26 18:32:18 +02:00 |
Karina Kwiatek
|
34c747ebf7
|
Appease the dog overlords
|
2022-06-26 18:32:18 +02:00 |
Karina Kwiatek
|
3247d1c746
|
Move ban invalidation to `User#unban` method
|
2022-06-26 18:32:18 +02:00 |
Karina Kwiatek
|
0c6d79ce0b
|
Add `permanent?` method to `UserBan`
|
2022-06-26 18:32:18 +02:00 |
Karina Kwiatek
|
7330d50023
|
Add test for logging in while banned
|
2022-06-26 18:32:18 +02:00 |
Karina Kwiatek
|
94aec26588
|
Move ban creation to `User#ban` method
|
2022-06-26 18:32:18 +02:00 |
Karina Kwiatek
|
e4a00ceedc
|
Fix ban reason being set to the banned user's username
|
2022-06-26 18:32:18 +02:00 |
Andreas Nedbal
|
f6828a24ad
|
Adjust form queries so selector doesn't pick delete button
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
2e251474dc
|
Adjust route definitions in tests
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
bafe92968d
|
Adjust usages of route definitions
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
f9bb2a2271
|
Adjust action name for theme resource
following the general convention of using `destroy` now instead of `delete`
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
a00910bef4
|
Apply review suggestion from @nilsding
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
8993ac16b8
|
Add spaces to block braces
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
54c89d7247
|
More lint fixes
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
417eee2ddc
|
Appease the dog overlords
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
8f8ebaf77b
|
Update theme settings related TypeScript code
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
1953f01ba7
|
Add tests for `Settings::ThemeController`
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
60b189959a
|
Update route definitions for theme actions
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
4e363bb794
|
Update locale keys for theme settings
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
b15aaafccd
|
Move theme templates to new location
|
2022-06-26 17:52:44 +02:00 |
Andreas Nedbal
|
298c7d625e
|
Move theme actions from `UserController` to `Settings::ThemeController`
|
2022-06-26 17:52:44 +02:00 |
Karina Kwiatek
|
449aa1d998
|
Fix profiles failing to load when the user disallows anonymous questions
|
2022-06-26 12:00:31 +02:00 |
Andreas Nedbal
|
2e9b3e882d
|
Only add button classes to actions that actually are buttons
|
2022-06-25 15:39:30 +02:00 |
Andreas Nedbal
|
d8b1bb3882
|
Update config/locales/views.en.yml
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
|
2022-06-25 15:39:30 +02:00 |
Andreas Nedbal
|
1e8f2c59a5
|
Update config/locales/views.en.yml
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
|
2022-06-25 15:39:30 +02:00 |
Andreas Nedbal
|
1724bb91b5
|
Update config/locales/views.en.yml
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
|
2022-06-25 15:39:30 +02:00 |
Andreas Nedbal
|
360aa8979c
|
Appease the dog overlords
|
2022-06-25 15:39:30 +02:00 |
Andreas Nedbal
|
ac60bc4b8f
|
Add tests for `UserController#edit_blocks`
|
2022-06-25 15:39:30 +02:00 |
Andreas Nedbal
|
3788e492dd
|
Add text if no user is (anonymously) blocked
|
2022-06-25 15:39:30 +02:00 |
Andreas Nedbal
|
d4c782c1ee
|
Apply suggestions from @raccube
Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com>
|
2022-06-25 15:39:30 +02:00 |
Andreas Nedbal
|
bc986c6624
|
Add translations for block settings page
|
2022-06-25 15:39:30 +02:00 |
Andreas Nedbal
|
936b49eef0
|
WIP: Add UI to manage (anonymous) blocks
|
2022-06-25 15:39:30 +02:00 |
Karina Kwiatek
|
936979896e
|
Bump version to 2022.0625.0
|
2022-06-25 10:39:32 +02:00 |
Karina Kwiatek
|
da71744a0d
|
Disallow all tags in anon names
|
2022-06-25 10:38:06 +02:00 |
Karina Kwiatek
|
3bb48270a2
|
Sanitize anon names
|
2022-06-25 10:38:06 +02:00 |