dependabot[bot]
|
aa9fd92a65
|
Bump brakeman from 5.2.0 to 5.2.3
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 5.2.0 to 5.2.3.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](https://github.com/presidentbeef/brakeman/compare/v5.2.0...v5.2.3)
---
updated-dependencies:
- dependency-name: brakeman
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-09 02:49:36 +02:00 |
Karina Kwiatek
|
d1c92a5b3f
|
Add dependabot config for automatic PRs
|
2022-07-09 02:45:19 +02:00 |
Karina Kwiatek
|
0125ae6a45
|
Bump version to 2022.0709.0
|
2022-07-09 01:17:15 +02:00 |
Karina Kwiatek
|
601aa07de1
|
Add model tests for `Answer`
|
2022-07-09 01:15:31 +02:00 |
Karina Kwiatek
|
39d55e52c8
|
Use `target.class.name` instead of `target.type`
This only worked for polymorphic relations
|
2022-07-09 01:15:31 +02:00 |
Karina Kwiatek
|
90b2aa0110
|
Add model tests for `Appendable::Reaction`
|
2022-07-09 01:15:31 +02:00 |
Karina Kwiatek
|
1b90f532c3
|
Add migration to remove orphaned notifications
|
2022-07-09 01:15:31 +02:00 |
Karina Kwiatek
|
57785a116d
|
Add migration to correct notification target types
|
2022-07-09 01:15:31 +02:00 |
Karina Kwiatek
|
28240bba27
|
Properly match notification type
|
2022-07-09 01:15:31 +02:00 |
Andreas Nedbal
|
b3f15fe409
|
Remove unnecessary duplicate locales
|
2022-07-07 16:51:05 +02:00 |
Andreas Nedbal
|
a8362702e3
|
Localize notification page title
|
2022-07-07 16:51:05 +02:00 |
Andreas Nedbal
|
f53f710452
|
Remove legacy notification locales
|
2022-07-07 16:51:05 +02:00 |
Andreas Nedbal
|
b551b7acdb
|
Add translations for notification navigation
|
2022-07-07 16:51:05 +02:00 |
Andreas Nedbal
|
af327b3f08
|
Add translations for notification types
|
2022-07-07 16:51:05 +02:00 |
Andreas Nedbal
|
52218bf1d0
|
Add translations for navigation index page
|
2022-07-07 16:51:05 +02:00 |
Andreas Nedbal
|
86a63fe3b0
|
Add comment activerecord locale
|
2022-07-07 16:51:05 +02:00 |
Andreas Nedbal
|
334c30e773
|
Remove notification navigation bar
|
2022-07-07 16:51:05 +02:00 |
Karina Kwiatek
|
7731524d85
|
Bump version to 2022.0706.2
|
2022-07-06 21:55:33 +02:00 |
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 |