about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
2017-01-09Persist UI settings, add missing localizations for GermanEugen Rochko
2017-01-08Fix Paperclip timeout setting. Fix bug introduced in #437Eugen Rochko
2017-01-08Merge pull request #437 from krainboltgreene/patch-1Eugen
2017-01-07Simplifying followers mappingsKurtis Rainbolt-Greene
2017-01-07Less complicated determinationKurtis Rainbolt-Greene
2017-01-07Using "rails style" order argumentsKurtis Rainbolt-Greene
2017-01-06Fix #416 - Generate random unique 14-byte (19 characters) shortcodesEugen Rochko
2017-01-01Adding remote follow buttonEugen Rochko
2016-12-31Set in_reply_to_account on statuses to non-self value when possible, thusEugen Rochko
2016-12-29Add API for retrieving blocked accountsEugen Rochko
2016-12-28Fix wrong person being notified after nested reblog call, fix favourites leak...Eugen Rochko
2016-12-26Follow requests send e-mail notifications, but are excluded from notification...Eugen Rochko
2016-12-26Adding follow requests APIEugen Rochko
2016-12-26Don't show statuses to blocked usersEugen Rochko
2016-12-23Fix account timelines bugEugen Rochko
2016-12-22Hide follow/unfollow button from public page if follow already requestedEugen Rochko
2016-12-22Follow call on locked account creates follow request insteadEugen Rochko
2016-12-22Merge branch 'master' into developmentEugen Rochko
2016-12-22Ensure that reblogs and favs always refer to the original status rather than ...Eugen Rochko
2016-12-21Private visibility on statuses prevents non-followers from seeing thoseEugen Rochko
2016-12-18Add OEmbed iframe HTML, convert emojis on public pages, increase size of atta...Eugen Rochko
2016-12-18Removing external hub completely, fix #333 fixing digit-only hashtags,Eugen Rochko
2016-12-07Downsize attachment previews, but improve quality from 80 to 90Eugen Rochko
2016-12-06Add suspend account functionality to admin UIEugen Rochko
2016-12-06FixEugen Rochko
2016-12-05Add account suspensionEugen Rochko
2016-12-05Downsize originals in media attachments, small fixesEugen Rochko
2016-12-04Adding configurable e-mail blacklistEugen Rochko
2016-12-04Do not autoplay videos, display play button instead. Use expiring links when ...Eugen Rochko
2016-12-03Improve notification modelEugen Rochko
2016-12-03Fix #248 - Reload all accounts when fetching from cacheEugen Rochko
2016-12-02Fix #323 - self-replies to appear in public timelines againEugen Rochko
2016-12-02Fix #329 - avatar errors no longer prevent remote accounts from being savedEugen Rochko
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
2016-11-30Further abstract caching for includesEugen Rochko
2016-11-29Unify collection caching codeEugen Rochko
2016-11-29Upgrade Paperclip to 5, AWS-SDK to 2, do not generate medium/small versions o...Eugen Rochko
2016-11-28Adding backtracing to Salmon/Processing workersEugen Rochko
2016-11-28Fix order of attachments (see #269)Eugen Rochko
2016-11-28Adding embedded PuSH serverEugen Rochko
2016-11-26Public and hashtag timelines now exclude reblogs and repliesEugen Rochko
2016-11-25Fix #65 - Options to block notifications from people you don't follow/who don...Eugen Rochko
2016-11-25Filter statuses that mention blocked usersEugen Rochko
2016-11-24Remove Neo4JEugen Rochko
2016-11-24Extract filename obfuscation into moduleAlyssa Ross
2016-11-23Fix #168 - Turn off e-mail notifications by defaultEugen Rochko
2016-11-23Implement includes caching for timelines APIsEugen Rochko
2016-11-22More query optimizationsEugen Rochko
2016-11-22Moving some counter queries out of subqueries in the APIEugen Rochko
2016-11-22Remove unneeded indices, improve error handling in background workers, don't ...Eugen Rochko