Andreas Nedbal
|
9fc3e535d2
|
Apply review suggestion from @raccube
Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com>
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
7a568889b8
|
Appease the dog overlords
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
eb16ff83a4
|
Fix test to match adjusted responses
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
73ac742332
|
Add translations for ajax controller error handling
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
6d4478b7c4
|
Remove subscription ajax controller locales
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
e670a50adf
|
Add translations for report ajax controller
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
9460bcfdd7
|
Add translations for answer ajax controller
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
80172d0852
|
Add translations for question ajax controller
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
2237ff8f04
|
Add translations for moderation ajax controller
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
e6e7780142
|
Add translations for list ajax controller
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
1c31ff41db
|
Add translations for inbox ajax controller
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
15946740eb
|
Add translations for comment ajax controller
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
7381a685ac
|
Add translations for smile ajax controller
|
2022-07-06 21:54:34 +02:00 |
Andreas Nedbal
|
34de119bb1
|
Add translations for block/relationship ajax controllers
|
2022-07-06 21:54:34 +02:00 |
Karina Kwiatek
|
8a6a9c21ec
|
Appease the dog overlords
These counters are legacy and will later be removed.
|
2022-07-06 20:58:53 +02:00 |
Karina Kwiatek
|
539505eccd
|
Ensure counters only get updated if the record exists
|
2022-07-06 20:58:53 +02:00 |
Karina Kwiatek
|
e2462b1e51
|
Correct lint errors
(only on lines affected in this PR)
|
2022-07-06 20:58:53 +02:00 |
Karina Kwiatek
|
e7112f0244
|
Use `dependent: :destroy_async` instead of `DeletionWorker`
|
2022-07-06 20:58:53 +02:00 |
Karina Kwiatek
|
0db369a9ae
|
Remove comment_smiles relationship from users
|
2022-07-06 20:48:50 +02:00 |
Karina Kwiatek
|
c0dbc7d501
|
Always denotify when deleting reactions
|
2022-07-06 20:43:01 +02:00 |
Karina Kwiatek
|
ced0b579dd
|
Bump version to 2022.0706.1
|
2022-07-06 20:01:35 +02:00 |
Karina Kwiatek
|
72866f7a84
|
Add migration to drop `comment_smiles` table
|
2022-07-06 20:00:44 +02:00 |
Karina Kwiatek
|
ee7ef9ceca
|
Add migration to drop `smiles` table
|
2022-07-06 20:00:44 +02:00 |
Karina Kwiatek
|
1ec99dd767
|
Appease the dog overlords
|
2022-07-06 19:56:04 +02:00 |
Karina Kwiatek
|
9bcf1a80ad
|
Merge `author_name` with `author_identifier`
|
2022-07-06 19:56:04 +02:00 |
Karina Kwiatek
|
abcef9758b
|
Add migration to correct type for appendable notifications
|
2022-07-06 19:24:13 +02:00 |
Karina Kwiatek
|
970c391242
|
Bump version to 2022.0706.0
|
2022-07-06 19:00:43 +02:00 |
Karina Kwiatek
|
cc4a8d6297
|
Add appendables to RailsAdmin
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
561946cab9
|
Fix issues from bad rebase
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
251dff6cda
|
Add test for `NotificationsController`
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
22ec4db349
|
Remove `Smile` & `CommentSmile`
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
19dcb96dcd
|
Update remaining usages of `Smile`/`CommentSmile`
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
08e5764bf3
|
Appease the dog overlords
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
1b22872002
|
Update usages of `Smile`/`CommentSmile` to `Appendable::Reaction` in tests
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
5ba3fed56c
|
Replace usage of `answer` in `before_destroy` of Reaction with `parent`
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
f9ec11a616
|
Use `.class.name` for `target_type` in `Notification#make_notification`
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
f20e407cc3
|
Fix notifications page crashing on reactions
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
0cfe5ee964
|
Replace usages of smiles with reaction appendables
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
ac6798877d
|
Add migration for moving smiles to appendables
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
5f0a546353
|
Refactor smiling answers to using reactions
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
1e53f00032
|
Add migration for converting smiles to reaction appendable
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
544e9c8fa6
|
Create Appendable model
|
2022-07-05 23:23:37 +02:00 |
Karina Kwiatek
|
be8418a1aa
|
Use TypeScript for RailsAdmin entrypoint
|
2022-07-05 21:22:58 +02:00 |
Karina Kwiatek
|
a2f7ea2895
|
Configure RailsAdmin to use webpacker
|
2022-07-05 21:22:58 +02:00 |
Andreas Nedbal
|
086797829e
|
Use non-redirect route definitions for navigation states
|
2022-07-05 20:40:19 +02:00 |
Andreas Nedbal
|
2f6de3b36d
|
Remove superfluous edit_security view
|
2022-07-05 20:40:19 +02:00 |
Andreas Nedbal
|
f7a56fa58e
|
Add test for `Settings::DataController#index`
|
2022-07-05 20:40:19 +02:00 |
Andreas Nedbal
|
7221762478
|
Adjust data action locale namespaces
|
2022-07-05 20:40:19 +02:00 |
Andreas Nedbal
|
c73f961006
|
Move data action views to new locations
|
2022-07-05 20:40:19 +02:00 |
Andreas Nedbal
|
565f7e4536
|
Move data action into `Settings::DataController`
|
2022-07-05 20:40:19 +02:00 |