Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-06 | Fixes slow query in notifications api (#2851) | alpaca-tc | |
* Add inclusion validation for activity_type * When excluding all types with `WHERE NOT IN`, the query search all rows. | |||
2017-05-02 | annotate models (#2697) | yhirano | |
* add annotate to Gemfile * rails g annotate:install * configure annotate_models * add schema info to models * fix rubocop to add frozen_string_literal | |||
2017-04-10 | API param to exclude notification types from response (#1341) | Eugen | |
* Add exclude_types param to /api/v1/notifications * Exclude notification types in web UI through exclude_types in the API | |||
2017-01-26 | Removed accidental n+1 query from notifications, updated some deps, | Eugen Rochko | |
improved how "show more" link looks | |||
2017-01-22 | Mitigate inconsistent notifications | Eugen | |
2016-12-26 | Follow requests send e-mail notifications, but are excluded from ↵ | Eugen Rochko | |
notifications API Better initial state for unlisted/nsfw toggles | |||
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 | |
needlessly reload reblogged status, send Devise e-mails asynchronously | |||
2016-11-21 | Remove some n+1 queries from notifications API | Eugen Rochko | |
2016-11-20 | Adding unified streamable notifications | Eugen Rochko | |