Commit Graph

21 Commits (1d273e4430adf71aa138e924d2e74cb1bee3f501)

Author SHA1 Message Date
Eugen Rochko c2fbd144cf Add "open in web" link to detailed public status pages
Eugen Rochko 999cde94a6 Instead of using spoiler boolean and spoiler_text, simply check for non-blank spoiler_text
Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" />
Clean up schema file from accidental development migrations
Eugen Rochko f855d645b2 Move all hex colors in SASS to variables and all variations to darken/lighten
Eugen Rochko e09d3a2c66 Fix - use window.location hack to let people login from sandboxed iOS homescreen
Eugen Rochko 5ae1b39ec9 Adjusting public display of statuses to look similar to logged-in UI,
fix  with rich OEmbed display via iframe, fix  by hiding sensitive
content behind a spoiler on public pages
Eugen Rochko aed25932b5 Add OEmbed iframe HTML, convert emojis on public pages, increase size of attachment thumbnails
Eugen Rochko 6a5036ab19 Fix whitespace preservation in status text
Eugen Rochko a4313224d9 Improve how public status pages look slightly
Eugen Rochko 296ce2d45a Adjusting new CSS for smaller screens
Eugen Rochko 2af3abd279 Fix - break too long lines and hide overflowing characters in status content
Eugen Rochko b3c7c8700d Fix most pages on small screens
Eugen Rochko 188c6f326b Making public pages responsive, removing reblogs/favs counts from them
Eugen Rochko 457625591d Styling for paragraphs in statuses
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 bf08d46e58 Improving borders between predecessor/successor statuses
Eugen Rochko aab9f57e36 Adding config for puma, dashboard layout, fixing some queries
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 0e8f59c16f Refactoring Grape API methods into normal controllers & other things