about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
2017-04-11Pagination improvements (#1445)Matt Jankowski
2017-04-10API param to exclude notification types from response (#1341)Eugen
2017-04-10Clean up generation of account webfinger string (#1477)Matt Jankowski
2017-04-10Admin base controller (#1465)Matt Jankowski
2017-04-09Do not store last visited URL from API controllers (#1330)Eugen
2017-04-09Fix /api/v1/accounts/update_credentials tests (#1357)Eugen
2017-04-09Use HTTP Accept-Language to detect locale (#1166)David Authier
2017-04-09Allow users to update their Account in the API (#1179)David Celis
2017-04-09Clean up about page (#1282)Matt Jankowski
2017-04-08Make public timelines API not require user context/app credentials (#1291)Eugen
2017-04-08Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled (#1278)Eugen
2017-04-08Fix #1165 - before_action was called before protect_from_forgeryEugen Rochko
2017-04-07Allow setting of default language through configEugen Rochko
2017-04-07Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1...Eugen
2017-04-04Remote follow improvementsDrew DeVault
2017-04-04New admin setting: open/close registrations, with custom message, from the ad...Eugen Rochko
2017-04-04Only call regeneration worker after first login after a 14 day breakEugen Rochko
2017-04-04Fix ActionController::Parameters in API issueEugen Rochko
2017-04-03Add basic logging of who resolved reportEugen Rochko
2017-04-03When taking action on a report (silence/suspend), it dismisses all otherEugen Rochko
2017-04-03Make default admin UI page reports. Add admin UI for creating a domain blockEugen Rochko
2017-04-02Catching rack timeout from rails doesn't workEugen Rochko
2017-04-02Add proper error page for request timeoutsEugen Rochko
2017-04-02Fix wording "show reblogs" -> "show boosts", order reports chronologically inEugen Rochko
2017-04-02Fix landing page sign up form ignoring username fieldEugen Rochko
2017-03-30Import feature for following/blocking lists (addresses #62, #177, #201, #454)Eugen Rochko
2017-03-30Add counter caches for a large performance increase on API requestsEugen Rochko
2017-03-28Fix #690 - Webfinger should handle new shortform profile URLs now (nice)Eugen Rochko
2017-03-22Prettier account and stream entry URLsEugen Rochko
2017-03-22New API method: /api/v1/searchEugen Rochko
2017-03-19Export follow/block lists as CSVEugen Rochko
2017-03-19Fix wrong HTTP status codes on error pagesEugen Rochko
2017-03-17Forgot to hook up API with the latest methodEugen Rochko
2017-03-15Fix #525 - Add instance information APIEugen Rochko
2017-03-15Merge branch 'master' into mastodon-site-apiEugen
2017-03-14Obfuscate filenames better, double rate limitsEugen Rochko
2017-03-06Revert earlier fix due to new bug reportsEugen Rochko
2017-03-06Performance improvement for profilesEugen Rochko
2017-03-05Increase max bitrate of converted webms, slightly optimized counter queriesEugen Rochko
2017-03-05Improved /api/v1/accounts/:id/statuses with new params: only_media, exclude_r...Eugen Rochko
2017-03-04Add digest e-mailsEugen Rochko
2017-03-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave
2017-02-27Adds site metadata access to the APIKibigo
2017-02-27Fix #104 - Style OAuth authorized applications pageEugen Rochko
2017-02-26Add validation of media attachments, clean up mastodon-own exception classesEugen Rochko
2017-02-26Merge branch 'fix_462' of https://github.com/rmhasan/mastodon into rmhasan-fi...Eugen Rochko
2017-02-25Add tuning documentation, add <content> tags back to most salmons,Eugen Rochko
2017-02-19Removed try clause from create action in status controllerRakib Hasan
2017-02-19revisted fix for #462Rakib Hasan
2017-02-19Fix for issue #462Rakib Hasan