..
answer
Use subqueries to check reaction/subscription state
2023-11-26 19:32:50 +01:00
concerns
Use cursored pagination, remove WillPaginate
2020-04-20 23:13:24 +02:00
list
Use subqueries to check reaction/subscription state
2023-11-26 19:32:50 +01:00
notification
remove expired service connection notifications
2023-02-12 19:26:31 +01:00
question
Use subqueries to check reaction/subscription state
2023-11-26 19:32:50 +01:00
relationships
Add mute relationship and user methods
2023-01-01 22:42:50 +01:00
reports
added moderation models
2014-12-27 14:35:09 +01:00
user
Remove ordered_inbox method and related paginator
2024-01-27 20:28:45 +01:00
.keep
first commit
2014-08-01 11:23:47 +02:00
announcement.rb
Add announcements to the top of the application template
2020-04-19 21:38:21 +01:00
anonymous_block.rb
Add target_user field to anonymous blocks
2022-12-28 00:10:59 +01:00
answer.rb
Adjust accessors to pull values from attributes if they exist
2024-03-19 22:45:19 +01:00
application_record.rb
Upgrade to Rails 5
2020-04-19 00:59:22 +02:00
comment.rb
Rename `Appendable::Reaction` to `Reaction`
2023-10-28 02:44:48 +02:00
inbox_entry.rb
Rename `Inbox` model to `InboxEntry`
2024-01-27 19:21:07 +01:00
inbox_filter.rb
Rename all occurences of associative inbox entry access
2024-01-27 19:21:07 +01:00
list.rb
Appease the dog overlords
2022-07-17 09:40:34 +02:00
list_member.rb
Rename Groups to Lists
2020-05-25 18:04:54 +02:00
mute_rule.rb
Use `length` validation instead of `presence` for `MuteRule`
2023-10-15 10:16:21 +02:00
notification.rb
fix deletion of notification entries when deleting a user
2023-10-18 22:13:25 +02:00
profile.rb
Respect long question setting in frontend
2023-01-08 17:12:46 +01:00
question.rb
Add max question content limit of 32,768 characters
2024-03-10 21:23:14 +01:00
reaction.rb
Add uniqueness validation to Reactions
2024-03-19 22:45:19 +01:00
relationship.rb
Make relationships polymorphic
2022-01-23 16:48:53 +01:00
report.rb
Remove legacy report pagination methods
2024-01-25 20:52:19 +01:00
report_filter.rb
Fix rubocop nits
2024-01-25 20:52:19 +01:00
role.rb
Use Rolify for admin and moderator roles
2020-04-19 22:35:58 +02:00
subscription.rb
Fix lint errors
2023-08-18 19:43:59 +02:00
theme.rb
Adjust theme-color for mobile layout
2021-08-12 00:37:47 +02:00
totp_recovery_code.rb
Remove `TotpRecoveryCode.remove_all_for(user)` method
2020-11-15 22:09:27 +01:00
user.rb
Rename user/question associations to `:inbox_entries`
2024-01-27 19:21:07 +01:00
user_ban.rb
Highlight current ban
2022-07-02 17:08:44 +02:00
web_push_subscription.rb
Track failures on Web Push subscriptions
2023-01-02 11:51:46 +01:00