about summary refs log tree commit diff
path: root/spec/controllers
AgeCommit message (Expand)Author
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko
2017-05-02Auth sign out (#2511)Matt Jankowski
2017-05-02Add option to disable two factor auth in admin accounts panel. (#2584)Kaylee
2017-05-02Coverage for remote follows (#2694)Matt Jankowski
2017-05-01Filter on allowed user language preferences (#2361)Matt Jankowski
2017-04-30Extract user tracking into concern (#2600)Matt Jankowski
2017-04-30More coverage yes more even more (#2627)Matt Jankowski
2017-04-28More controller specs (#2561)Matt Jankowski
2017-04-28Return missing page when tag does not exist (#2563)Matt Jankowski
2017-04-28Add render_views to admin/reports controller spec (#2548)Matt Jankowski
2017-04-28Fix remote follow (#2547)Matt Jankowski
2017-04-27Catch error when server decryption fails on 2FA (#2512)Matt Jankowski
2017-04-27Add spec coverage and refactor authorize_follows controller (#2505)Matt Jankowski
2017-04-25Localize with i18n for Devise::FailureApp (#2309)alpaca-tc
2017-04-25Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes....Evan Minto
2017-04-24Fix flashes partial render error for controllers which don't inherit from app...Matt Jankowski
2017-04-24Followers-only post federation (#2111)Eugen
2017-04-23Fix deprecation warnings on activitypub controller specs (#2357)Matt Jankowski
2017-04-23ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Ann...Evan Minto
2017-04-222FA controller cleanup (#2296)Matt Jankowski
2017-04-21User settings mutation (#2270)Matt Jankowski
2017-04-21Clean up settings/preferences controller (#2237)Matt Jankowski
2017-04-20Admin settings controller refactor, add specs, cleanup (#2225)Matt Jankowski
2017-04-19Add static gif for upload testing (#2168)Marcin Cieślak
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-17Media controller specs (#2022)Matt Jankowski
2017-04-17Assign user locale on signup (#1982)saturday06
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-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-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-12Fix issue with intermittent api/v1/notifications failure (#1606)Matt Jankowski
2017-04-11Refactor exports controller (#1567)Matt Jankowski
2017-04-11Imports controller errors (#1553)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-09Fix /api/v1/accounts/update_credentials tests (#1357)Eugen
2017-04-09Allow users to update their Account in the API (#1179)David Celis
2017-04-09Clean up about page (#1282)Matt Jankowski
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-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave