index
:
mastodon.git
add-publish-button-text-site-setting
bump-rails-to-6.0
change-mute-filtering
dependabot/bundler/puma-6.0.0
dependabot/bundler/redis-4.6.0
dependabot/bundler/scenic-1.7.0
dependabot/npm_and_yarn/stylelint-14.15.0
dependabot/npm_and_yarn/stylelint-14.16.0
dependabot/npm_and_yarn/stylelint-config-standard-scss-6.1.0
deps/shakapacker
feature-abuse-metrics
feature-argument-deduplication
feature-circles
feature-collapsed-notifications
feature-e2ee-web-ui
feature-limited-visibility-bearcaps
feature-rich-tooltips
feature-secure-account-summary
feature-suspended-page
feature-unify-uis
fix-account-search-exclude-domains
fix-admin-api-params
fix-soft-deleted-reblog-error
fix-status-reach-finder
i18n/manage-translations
l10n_main
main
nolan/button-a11y
pg15
react18
refactor-raw-sql-queries
refactor/remove-legacy-decorator
refactor/streaming
remove-montserrat
remove-yarn
rubocop-fixes
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
track_unsalvageable_errors
yuuta
Yuuta's fork of Mastodon. Pulled from upstream periodically. On v4.0.2.
Yuuta Liang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
/
api
/
v1
/
notifications_controller.rb
Age
Commit message (
Expand
)
Author
2020-09-11
Change REST API to return empty data for suspended accounts (#14765)
Eugen Rochko
2020-08-28
Introduce ApplicationController#cache_collection_paginated_by_id (#14677)
Akihiko Odaki
2020-03-06
Remove useless `respond_to` calls (#13208)
Eugen Rochko
2019-05-21
Add `account_id` param to `GET /api/v1/notifications` (#10796)
Paul Woolcock
2018-09-28
Support min_id-based pagination in REST API (#8736)
Eugen Rochko
2018-07-05
Add more granular OAuth scopes (#7929)
Eugen Rochko
2018-04-02
Fix unpermitted parameters warning when generating pagination URLs (#6995)
Eugen Rochko
2017-07-07
Refactor JSON templates to be generated with ActiveModelSerializers instead o...
Eugen Rochko
2017-06-08
Improve RuboCop rules (compatibility to Code Climate) (#3636)
Yamagishi Kazutoshi
2017-06-07
Clean up for api/base controller (#3629)
Matt Jankowski
2017-05-31
Refactor api/v1/notifications controller (#3470)
Matt Jankowski
2017-04-22
Added API for single notification dismissal (#2251)
Ashley
2017-04-10
API param to exclude notification types from response (#1341)
Eugen
2017-04-08
Make public timelines API not require user context/app credentials (#1291)
Eugen
2017-03-30
Add counter caches for a large performance increase on API requests
Eugen Rochko
2017-02-25
Add tuning documentation, add <content> tags back to most salmons,
Eugen Rochko
2017-01-26
Improve infinite scroll on notifications
Eugen Rochko
2017-01-24
API now respects ?limit param as long as it's within 2x default limit
Eugen Rochko
2017-01-23
Add /api/v1/notifications/clear, non-existing link cards for statuses will
Eugen Rochko
2017-01-21
Method to fetch a single notification
Eugen Rochko
2016-12-26
Follow requests send e-mail notifications, but are excluded from notification...
Eugen Rochko
2016-11-29
Unify collection caching code
Eugen Rochko
2016-11-25
Remove stale entries from cache results
Eugen Rochko
2016-11-23
Rename "publish" to "toot" in english locale, fix lightbox showing old image
Eugen Rochko
2016-11-21
Performance improvement for notifications API
Eugen Rochko
2016-11-21
Remove some n+1 queries from notifications API
Eugen Rochko
2016-11-20
Adding unified streamable notifications
Eugen Rochko