about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-12-04Fix public tags pageEugen Rochko
2016-12-04Automatically block outgoing notifications from silenced accounts to usersEugen Rochko
who don't follow them
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-03Fix cloudfront configEugen Rochko
2016-12-03Add Cloudfront supportEugen Rochko
2016-12-03Keep timelines in the UI trimmed when possibleEugen Rochko
2016-12-03Improve notification modelEugen Rochko
2016-12-03Add "next" pagination to public profilesEugen Rochko
2016-12-03Admin accounts page lists accountsEugen Rochko
2016-12-03Fix #248 - Reload all accounts when fetching from cacheEugen Rochko
2016-12-03Merge pull request #335 from stamak/doorkeeper.uk.ymlEugen
Add Ukrainian localization file doorkeeper.uk.yml
2016-12-03Add Ukrainian localization file doorkeeper.uk.ymlStanislav Makar
Closes: #334
2016-12-02Make data migration more mercifulEugen Rochko
2016-12-02Make all account links into permalinks (open public except on left click)Eugen Rochko
2016-12-02Fix #284 - Alignment in notifications columnEugen Rochko
2016-12-02Fix #298 - Esc to close modalEugen Rochko
2016-12-02Fix #323 - self-replies to appear in public timelines againEugen Rochko
2016-12-02Updated README with link to production guideEugen Rochko
2016-12-02Fix #329 - avatar errors no longer prevent remote accounts from being savedEugen Rochko
(without avatar). Also improved search position of exact matches
2016-12-01Merge pull request #327 from TazeTSchnitzel/clearer_unlistedEugen
Replace “Unlisted mode” with “Do not show on public timeline”
2016-12-01Merge pull request #328 from TazeTSchnitzel/fix_crlfEugen
Fix line endings for Portuguese locale
2016-12-01Fix line endings for Portuguese localeAndrea Faulds
2016-12-01Replace "Unlisted mode" with more explicit textAndrea Faulds
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-12-01Fix opengraph preview imageEugen
2016-12-01Merge pull request #322 from unsmell/masterEugen
Devise, Doorkeeper, settings & general PT translation
2016-11-30Create pt.jsxunsmell
2016-11-30Create pt localisation files in /config/locales/unsmell
2016-11-30Merge pull request #320 from alexgleason/readme-nginxEugen
Guide readers to production wiki page after Docker setup
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-30Guide readers to production wiki page after Docker setupAlex Gleason
2016-11-30Preparing sensitive content for textEugen Rochko
2016-11-30Further abstract caching for includesEugen Rochko
2016-11-30Normalize localizations, add stub for admin/accountsEugen Rochko
2016-11-30Track successful PuSH deliveriesEugen 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-29Merge pull request #261 from alyssais/test_envEugen
Add .env.test
2016-11-29Update .env.testEugen
2016-11-29Merge pull request #235 from TazeTSchnitzel/settings_contrastEugen
Improve contrast for settings pages (fixes #173)
2016-11-29Fix trying to PuSH-publish updates of remote removalsEugen
2016-11-29Unify collection caching codeEugen Rochko
2016-11-29Delete statuses asynchronously but provide instant feedback in the APIEugen Rochko
2016-11-29Upgrade Paperclip to 5, AWS-SDK to 2, do not generate medium/small versions ↵Eugen Rochko
of avatars
2016-11-29Adding rack timeout of 30sec, PuSH jobs moved to push queue so theyEugen Rochko
can be processed separately
2016-11-29Don't rate-limit PuSH endpointsEugen Rochko
2016-11-29Fix URLs in inline-rendered XMLEugen Rochko
2016-11-28Fix URLs in ApplicationController.rendererEugen