about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
2017-01-27Added optional two-factor authenticationEugen Rochko
2017-01-26Improve infinite scroll on notificationsEugen Rochko
2017-01-25Instead of using spoiler boolean and spoiler_text, simply check for non-blank...Eugen Rochko
2017-01-24Merge branch 'master' into masterEugen
2017-01-24Make blocks create entries and unfollows instantly, but do the clean upEugen Rochko
2017-01-24API now respects ?limit param as long as it's within 2x default limitEugen Rochko
2017-01-23Implement a click-to-view spoiler systemblackle
2017-01-23Move merging/unmerging of timelines into background. Move blocking intoEugen Rochko
2017-01-23Add /api/v1/notifications/clear, non-existing link cards for statuses willEugen Rochko
2017-01-23Fix a couple unhandled exceptionsEugen Rochko
2017-01-23Potentially fix notifications issueEugen Rochko
2017-01-22Fix inflectionEugen
2017-01-21Improve error page layouting. 500 page has to stay static because it'sEugen Rochko
2017-01-21Merge branch 'fix/error-pages' of https://github.com/ineffyble/mastodon into ...Eugen Rochko
2017-01-21Method to fetch a single notificationEugen Rochko
2017-01-20Fix #463 - Fetch and display previews of URLs using OpenGraph tagsEugen Rochko
2017-01-19Don't show loading bar when re-loading already loaded status. Don't even try ...Eugen Rochko
2017-01-16Fix #238 - Add "favourites" columnEugen Rochko
2017-01-15Add nice error page for CSRF errors/cookie issue, and fix error page handling...Effy Elden
2017-01-15Add tracking of OAuth app that posted a status, extend OAuth apps to have opt...Effy Elden
2017-01-13Adding about/more page with extended information that can be set up by an adminEugen Rochko
2017-01-13Add extended about page stubEugen Rochko
2017-01-13Extend rails-settings-cached to merge db-saved hash values with defaultsEugen Rochko
2017-01-12Migrate from ledermann/rails-settings to rails-settings-cached which allows g...Eugen Rochko
2017-01-10Home column filtersEugen Rochko
2017-01-09Persist UI settings, add missing localizations for GermanEugen Rochko
2017-01-06Fix #416 - Generate random unique 14-byte (19 characters) shortcodesEugen Rochko
2017-01-04Fix #390 - fix redirect after sign-up (to login page instead of homepage)Eugen Rochko
2017-01-02Fix admin UI not loading JS, make sure to strip "acct:" out of remote account...Eugen Rochko
2017-01-02Fix uri expansion during remote followEugen Rochko
2017-01-01Adding remote follow buttonEugen Rochko
2016-12-29Add API for retrieving favouritesEugen Rochko
2016-12-29Add API for retrieving blocked accountsEugen Rochko
2016-12-29Support remote follow request providing URL instead of acctEugen Rochko
2016-12-29Add ability to use remote follow function on other sitesEugen Rochko
2016-12-26Add preferences for follow request notification e-mailsEugen Rochko
2016-12-26Follow requests send e-mail notifications, but are excluded from notification...Eugen Rochko
2016-12-26Replacing follow requests in the settings area with in-UI columnEugen Rochko
2016-12-26Adding follow requests APIEugen Rochko
2016-12-26Fix #86 - resolve layout breaking on zoom-out on accounts gridEugen Rochko
2016-12-23Add page for authorizing/rejecting follow requestsEugen Rochko
2016-12-22Re-enable Webfinger for locked accounts but don't handle "follow" eventsEugen Rochko
2016-12-22Follow call on locked account creates follow request insteadEugen Rochko
2016-12-22Add "locked" flag to accounts, prevent blocked users from following, force-un...Eugen Rochko
2016-12-21Private visibility on statuses prevents non-followers from seeing thoseEugen Rochko
2016-12-21Fix #249 - use window.location hack to let people login from sandboxed iOS ho...Eugen Rochko
2016-12-19Make unfavouriting async to prevent timeout errors from leaving orphaned reco...Eugen Rochko
2016-12-18Adjusting public display of statuses to look similar to logged-in UI,Eugen Rochko
2016-12-18Add OEmbed iframe HTML, convert emojis on public pages, increase size of atta...Eugen Rochko
2016-12-13Improved admin UIEugen Rochko