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
/
controllers
/
api
/
v1
/
statuses_controller.rb
Age
Commit message (
Expand
)
Author
2020-05-03
Add more tests for ActivityPub controllers (#13585)
Eugen Rochko
2020-03-28
Fix 404 and 410 API errors being silently discarded in WebUI (#13279)
ThibG
2020-03-08
Add specific rate limits for posting and following (#13172)
Eugen Rochko
2020-03-06
Remove useless `respond_to` calls (#13208)
Eugen Rochko
2019-08-22
Add soft delete for statuses for instant deletes through API (#11623)
Eugen Rochko
2019-08-22
Fix remote and staff-removed statuses leaving media behind for a day (#11638)
Eugen Rochko
2019-07-05
Remove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213)
Eugen Rochko
2019-05-11
Add toot source to delete result to ease Delete & Redraft (#10669)
ThibG
2019-03-03
Add polls (#10111)
Eugen Rochko
2019-01-05
Add scheduled statuses (#9706)
Eugen Rochko
2018-08-19
Unuse ActiveRecord::Base#cache_key (#8185)
abcang
2018-07-05
Add more granular OAuth scopes (#7929)
Eugen Rochko
2018-05-21
Remove small pagination limit from context API (#7564)
Eugen Rochko
2018-04-23
Paginate descendant statuses in public page (#7148)
Akihiko Odaki
2018-04-11
Paginate ancestor statuses in public page (#7102)
Akihiko Odaki
2018-04-02
Fix unpermitted parameters warning when generating pagination URLs (#6995)
Eugen Rochko
2017-09-01
Make PreviewCard records reuseable between statuses (#4642)
Eugen Rochko
2017-07-07
Refactor JSON templates to be generated with ActiveModelSerializers instead o...
Eugen Rochko
2017-06-10
Move create/destroy actions for api/v1/statuses to namespace (#3678)
Matt Jankowski
2017-06-09
Move reblogged_by and favourited_by actions out of api/v1/statuses and into u...
Matt Jankowski
2017-06-07
Clean up for api/base controller (#3629)
Matt Jankowski
2017-05-30
Add status destroy authorization to policy (#3453)
Jack Jennings
2017-05-29
Extract authorization policy for viewing statuses (#3150)
Jack Jennings
2017-05-21
Fix mutes_controller error and incorrect statuses_controller report (#3202)
Akihiko Odaki
2017-05-20
Fix regressions in api/v1 (#3178)
Akihiko Odaki
2017-05-20
Use joins for account properties (#3167)
Akihiko Odaki
2017-05-15
Feature conversations muting (#3017)
Eugen Rochko
2017-04-25
Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents (#2...
Eugen Rochko
2017-04-19
Simplify render in controllers (#2144)
Matt Jankowski
2017-04-18
Remove API authentication for public statuses (after review) (#1919)
happycoloredbanana
2017-04-17
Fix #1897 - Return reblogged: false on unreblog (was wrongly named variable) ...
Eugen
2017-04-08
Make public timelines API not require user context/app credentials (#1291)
Eugen
2017-04-04
Fix ActionController::Parameters in API issue
Eugen Rochko
2017-03-30
Add counter caches for a large performance increase on API requests
Eugen Rochko
2017-02-26
Add validation of media attachments, clean up mastodon-own exception classes
Eugen Rochko
2017-02-19
Removed try clause from create action in status controller
Rakib Hasan
2017-02-19
revisted fix for #462
Rakib Hasan
2017-02-05
Removing failed push notification API, make context loads use cache
Eugen Rochko
2017-01-25
Instead of using spoiler boolean and spoiler_text, simply check for non-blank...
Eugen Rochko
2017-01-24
Merge branch 'master' into master
Eugen
2017-01-24
API now respects ?limit param as long as it's within 2x default limit
Eugen Rochko
2017-01-23
Implement a click-to-view spoiler system
blackle
2017-01-23
Add /api/v1/notifications/clear, non-existing link cards for statuses will
Eugen Rochko
2017-01-20
Fix #463 - Fetch and display previews of URLs using OpenGraph tags
Eugen Rochko
2017-01-19
Don't show loading bar when re-loading already loaded status. Don't even try ...
Eugen Rochko
2017-01-15
Add tracking of OAuth app that posted a status, extend OAuth apps to have opt...
Effy Elden
2016-12-21
Private visibility on statuses prevents non-followers from seeing those
Eugen Rochko
2016-12-19
Make unfavouriting async to prevent timeout errors from leaving orphaned reco...
Eugen Rochko
2016-11-30
Per-status control for unlisted mode, also federation for unlisted mode
Eugen Rochko
2016-11-29
Delete statuses asynchronously but provide instant feedback in the API
Eugen Rochko
[next]