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
/
accounts
/
show.atom.ruby
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-28
Adding embedded PuSH server
Eugen Rochko
2016-09-09
Refactored generation of unique tags, URIs and object URLs into own classes,
Eugen Rochko
as well as formatting of content
2016-09-04
Normalized data in Redux, fix for asset URLs when rendered outside request
Eugen Rochko
2016-03-24
Limit Atom feeds to 20 items by default, add pagination by max_id
Eugen Rochko
(But there are no Atom feed pagination elements yet)
2016-03-21
Small optimizations in Atom feeds
Eugen Rochko
2016-03-05
Fixing some bugs, adding pending test examples
Eugen Rochko
2016-02-29
Changing the use of config constants to the Rails configuration object
Eugen Rochko
2016-02-29
Refactoring Grape API methods into normal controllers & other things
Eugen Rochko