about summary refs log tree commit diff
path: root/app/models/notification.rb
AgeCommit message (Expand)Author
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2022-06-27Add notifications for new reports (#18697)Eugen Rochko
2022-03-15Add `types` param to `GET /api/v1/notifications` in REST API (#17767)Eugen Rochko
2022-02-23Add notifications for new sign-ups (#16953)Eugen Rochko
2022-02-11Add notifications when a reblogged status has been updated (#17404)Eugen Rochko
2021-03-17Prepare Mastodon for Rails 6 (#15911)Claire
2021-01-31Improved performance of notification preloading (#15640)abcang
2021-01-12Use Rails' index_by where it makes sense (#15542)ThibG
2021-01-10Optimize map { ... }.compact calls (#15513)luigi
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-09-11Change REST API to return empty data for suspended accounts (#14765)Eugen Rochko
2019-12-01Add follow_request notification type (#12198)ThibG
2019-05-21Add `account_id` param to `GET /api/v1/notifications` (#10796)Paul Woolcock
2019-03-28Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)Eugen Rochko
2019-03-11Support pushing and receiving updates to poll tallies (#10209)ThibG
2018-11-19Extract counters from accounts table to account_stats table (#9295)Eugen Rochko
2018-11-16Remove intermediary arrays when creating hash maps from results (#9291)Eugen Rochko
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-08-21Remove annoying Notification#cache_ids scope warning (#8333)Eugen Rochko
2018-04-23Update dependencies for Ruby (2018-04-23) (#7237)Yamagishi Kazutoshi
2018-04-12Upgrade Rails to version 5.2.0 (#5898)Yamagishi Kazutoshi
2018-03-24Change columns in notifications nonnullable (#6764)Akihiko Odaki
2018-02-08Clear account cache of notification target_status (#6442)abcang
2018-01-19Change belongs_to_required_by_default to true (#5888)Yamagishi Kazutoshi
2017-11-19Fix N+1 at notification (#5752)abcang
2017-11-18Lists (#5703)Eugen Rochko
2017-11-12Update model annotations to use BIGINT for IDs (#5461)Daniel Hunsaker
2017-10-13Fix UserTrackingConcern firing on every request, optimize some queries (#5368)Eugen Rochko
2017-06-01Update Rails to version 5.1.1 (#3121)Matt Jankowski
2017-05-25Remove arguments in association reader (#3305)Yamagishi Kazutoshi
2017-05-06Fixes slow query in notifications api (#2851)alpaca-tc
2017-05-02annotate models (#2697)yhirano
2017-04-10API param to exclude notification types from response (#1341)Eugen
2017-01-26Removed accidental n+1 query from notifications, updated some deps,Eugen Rochko
2017-01-22Mitigate inconsistent notificationsEugen
2016-12-26Follow requests send e-mail notifications, but are excluded from notification...Eugen Rochko
2016-12-03Improve notification modelEugen Rochko
2016-12-03Fix #248 - Reload all accounts when fetching from cacheEugen Rochko
2016-11-30Further abstract caching for includesEugen Rochko
2016-11-22Remove unneeded indices, improve error handling in background workers, don't ...Eugen Rochko
2016-11-21Remove some n+1 queries from notifications APIEugen Rochko
2016-11-20Adding unified streamable notificationsEugen Rochko