index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
notification.rb
Age
Commit message (
Expand
)
Author
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