about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
2017-04-19Simplify render in controllers (#2144)Matt Jankowski
2017-04-19Restful refactor of accounts/ routes (#2133)Matt Jankowski
2017-04-18Remove API authentication for public statuses (after review) (#1919)happycoloredbanana
2017-04-18Instances list in admin (#2095)Matt Jankowski
2017-04-18Admin reports with accounts (#2092)Matt Jankowski
2017-04-18Avoid dynamic methods due to processing speed (#2080)839
2017-04-18Adjust visuals of non-autoplaying GIFVEugen Rochko
2017-04-18Merge branch 'pause-gif' of git://github.com/patf/mastodon into patf-pause-gifEugen Rochko
2017-04-18Remove unused methods (#1730)Matt Jankowski
2017-04-17Media controller specs (#2022)Matt Jankowski
2017-04-17Fix #1897 - Return reblogged: false on unreblog (was wrongly named variable) ...Eugen
2017-04-17Improve handling of HTTP_ACCEPT for webfinger (#2008)Matt Jankowski
2017-04-17Add gif auto-play/pause preferencePatrick Figel
2017-04-17Assign user locale on signup (#1982)saturday06
2017-04-16Onboarding modal (#1883)Eugen
2017-04-16I18n health warnings (#1949)Matt Jankowski
2017-04-16Make file attachment on MediaAttachment optional (#1865)Eugen
2017-04-15ActiveRecord::NotFound is not defined (#1864)alpaca-tc
2017-04-15Give SINGLE_USER a chance to register (#1820)Marcin Cieślak
2017-04-15Add password reset for users from admin accounts area (#1841)Matt Jankowski
2017-04-15Add recovery code support for two-factor auth (#1773)Patrick Figel
2017-04-15Send initial state in a <script type="application/json"> tag (#1806)Joachim Viide
2017-04-15Allow running mastodon on a different domain as the one used for identifying ...ThibG
2017-04-15Improve i18n chooser (#1804)Matt Jankowski
2017-04-14Admin reports controller improvements (#1714)Matt Jankowski
2017-04-13Clean up well-known routes/controllers (#1649)Matt Jankowski
2017-04-13Admin accounts controller cleanup (#1664)Matt Jankowski
2017-04-13Settings export refactor (#1646)Matt Jankowski
2017-04-12Quick best practice cleanup of views/helpers (#1546)Matt Jankowski
2017-04-12Webfinger resource to extract username from resource string (#1607)Matt Jankowski
2017-04-12Allow import/export of mutes list (#1541)Matt Jankowski
2017-04-12Simplify the way the embed view is created (#1590)Matt Jankowski
2017-04-12Default to json type for webfinger requests (#1583)Matt Jankowski
2017-04-11Refactor exports controller (#1567)Matt Jankowski
2017-04-11Merge branch 'master' of https://github.com/blackle/mastodon into blackle-masterEugen Rochko
2017-04-11Allow user to disable the boost confirm dialog in preferencesblackle
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