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