Commit Graph

20 Commits (872a35011a96f638d2e10564110f21e6f3bd0914)

Author SHA1 Message Date
Eugen Rochko b6ee2fb1c6 Add some OpenGraph tags to public statuses
Eugen Rochko 546c4718e7 Localizations for most server-side strings
Eugen Rochko a4313224d9 Improve how public status pages look slightly
Eugen Rochko 451733961b Show media of reblogged statuses in public html view
Eugen Rochko 188c6f326b Making public pages responsive, removing reblogs/favs counts from them
Eugen Rochko fb94013796 Improved partial rendering for threads
Eugen Rochko 3cc47beb6e Refactored generation of unique tags, URIs and object URLs into own classes,
as well as formatting of content
Eugen Rochko 762157ee4e Fix for single status pages
Eugen Rochko 0f4bc56719 Improving production logs, removing n+1 on media attachments in atom,
adding attachments display to static views
Eugen Rochko 882c94a6bf Cleaning up status partial
Eugen Rochko 9d55529318 Fix text color in dashboard inputs, sanitize remote status content in UI,
simplify FanOutOnWriteService, add /api/accounts/lookup method
Eugen Rochko bf08d46e58 Improving borders between predecessor/successor statuses
Eugen Rochko 35aafdba96 Ancestors and descendants of statuses
Eugen Rochko aab9f57e36 Adding config for puma, dashboard layout, fixing some queries
Eugen Rochko 447cfef62d Improving feed queries, switching API to doorkeeper authentication
Eugen Rochko 3824c58853 Adding GNU Public license, adding home timeline, reblog/favourite counters
Eugen Rochko aab330eb2d Adjusting design of public pages, optimizing account page queries
Eugen Rochko ab80ebdeec Adjusting design of profile and entry pages, linkify mentions in statuses
Eugen Rochko 23d08c6749 Changing the use of config constants to the Rails configuration object
Eugen Rochko 0e8f59c16f Refactoring Grape API methods into normal controllers & other things