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
/
views
/
api
/
v1
/
statuses
Age
Commit message (
Collapse
)
Author
2016-12-04
Do not use expiring links after all
Eugen Rochko
2016-12-04
Set a specific S3 expiration time so that files can be cached
Eugen Rochko
2016-12-04
Do not autoplay videos, display play button instead. Use expiring links when ↵
Eugen Rochko
using S3. Do not keep originals for avatars/headers, resize avatars down to 120x120 instead of 300x300. Set cache headers on S3 stuff, also make it private (aka only accessible via expiring links to prevent hotlinking)
2016-11-23
Adding sensitive marker to statuses in API
Eugen Rochko
2016-11-21
Performance improvement for notifications API
Eugen Rochko
2016-11-05
Adding hashtags
Eugen Rochko
2016-11-03
Disable caching of statuses (maybe this will help with the weird bug)
Eugen Rochko
2016-11-03
Fix reblogged/favourited caching; add API endpoints for who favd/reblogged ↵
Eugen Rochko
status
2016-11-03
Caching should work correctly now (fingers crossed)
Eugen Rochko
2016-11-03
Need to disable caching again due to bug in Rabl
Eugen Rochko
2016-11-03
Enable caching for some rabl views
Eugen Rochko
2016-10-16
Fix #16 - Optimize n+1 queries when checking reblogged/favourited values for ↵
Eugen Rochko
status lists in API
2016-10-07
Adding public timeline
Eugen Rochko
2016-09-27
Fix #52 - Add API versioning (v1)
Eugen Rochko