about summary refs log tree commit diff
path: root/app/helpers
AgeCommit message (Collapse)Author
2017-02-11Make follow requests federateEugen Rochko
2017-02-08Fix reblogs not having content warnings forwardedEugen
2017-01-25Use <summary> to encode content warnings insteadEugen Rochko
2017-01-25Instead of using spoiler boolean and spoiler_text, simply check for ↵Eugen Rochko
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
2017-01-23Implement a click-to-view spoiler systemblackle
2017-01-12Migrate from ledermann/rails-settings to rails-settings-cached which allows ↵Eugen Rochko
global settings with YAML-defined defaults. Add admin page for editing global settings. Add "site_description" setting that would show as a paragraph on the frontpage
2017-01-09Improve initialState loadingEugen Rochko
2017-01-06Clean up h-card mess of divsEugen Rochko
2016-12-29Add API for retrieving blocked accountsEugen Rochko
2016-12-29Add ability to use remote follow function on other sitesEugen Rochko
2016-12-26Replacing follow requests in the settings area with in-UI columnEugen Rochko
2016-12-26Adding follow requests APIEugen Rochko
2016-12-23Add page for authorizing/rejecting follow requestsEugen Rochko
2016-12-21Federated profile bio now formattedEugen Rochko
2016-12-18Adjusting public display of statuses to look similar to logged-in UI,Eugen Rochko
fix #361 with rich OEmbed display via iframe, fix #237 by hiding sensitive content behind a spoiler on public pages
2016-12-13Improved admin UIEugen Rochko
2016-12-11Sensitive content federates using the "nsfw" hashtagEugen Rochko
2016-12-08Declare UkrainianStanislav Makar
Closes: #345
2016-12-04Do not use expiring links after allEugen Rochko
2016-12-04Set a specific S3 expiration time so that files can be cachedEugen Rochko
2016-12-04Do 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-12-01Fix pt translations, improve pre-cache queries, removing will_paginateEugen Rochko
from accounts/tags because it's a terribly inefficient way to paginate large sets of data
2016-11-30Add basic OEmbed provider API, fix #247Eugen Rochko
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
Fix #233, fix #268
2016-11-30Normalize localizations, add stub for admin/accountsEugen Rochko
2016-11-30Make User#current_sign_in_at actually track when user was last active,Eugen Rochko
by updating it at least every 24h if the user visits the site
2016-11-29Upgrade Paperclip to 5, AWS-SDK to 2, do not generate medium/small versions ↵Eugen Rochko
of avatars
2016-11-28Add simple admin overview of PuSH subscriptionsEugen Rochko
2016-11-28Enabling portuguese and hungarian translations, which are awfully incompleteEugen Rochko
2016-11-22Adding French locale to settings_helper.rbnicolas
2016-11-19Display human names of locales in dropdownEugen Rochko
2016-11-16Adding react-intl i18n to the frontend. No translations yetEugen Rochko
2016-11-15Adding some localizationsEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-06Fix URL configuration when S3 is enabledEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-10-17Include <id> (identical value to <uri>) on person-type objects in AtomEugen Rochko
This might help with GS compatibility
2016-10-16Don't preload timelines as props, load them when timeline component is mountedEugen Rochko
This prevents the bug where if you go "back" to the UI after navigating to another page it loads with the old set of statuses
2016-10-14E-mail preferences pageEugen Rochko
2016-10-10Fix reblog mentions AtomEugen Rochko
2016-10-10Include mentions and media attachments of reblogged posts in AtomEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-10-03Fix most pages on small screensEugen Rochko
2016-09-29Improve code styleEugen Rochko
2016-09-27Adding landing pageEugen Rochko
2016-09-27Fix #52 - Add API versioning (v1)Eugen Rochko
2016-09-26Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - appEugen Rochko
registration API
2016-09-13Adding sense of self to the UI, cleaning up routing, adding third (detail) ↵Eugen Rochko
column
2016-09-09Refactored generation of unique tags, URIs and object URLs into own classes,Eugen Rochko
as well as formatting of content
2016-09-09Probably fixes #31Eugen Rochko