about summary refs log tree commit diff
path: root/app/controllers/concerns
AgeCommit message (Expand)Author
2023-03-26Move link header setting to after_action (#24251)Matt Jankowski
2023-03-22Fix Rails cache namespace being overriden with `v2` for cached statuses (#24202)Claire
2023-03-17Workaround the ActiveRecord / Marshal serialization bug on Ruby 3.2 (#24142)Jean byroot Boussier
2023-03-16Autofix Rubocop Style/RedundantArgument (#23798)Nick Schonning
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-20Enable Rubocop HTTP status rules (#23717)Nick Schonning
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2023-02-18Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681)Nick Schonning
2023-02-08Apply Rubocop Performance/RedundantSplitRegexpArgument (#23443)Nick Schonning
2023-01-18Add more specific error messages to HTTP signature verification (#21617)Claire
2023-01-18Change domain block CSV parsing to be more robust and handle more lists (#21470)Claire
2023-01-10Change referrer-policy to no-referrer application-wide (#23014)Claire
2023-01-05Fix PermalinkRedirector not applying to users with moved accounts (#22497)Claire
2022-12-15Fix single name variables on controller folder (#20092)David Vega
2022-11-17Support for import/export of instance-level domain blocks/allows for 4.x w/ a...lenore gilbert
2022-11-10Remove dead code and refactor status threading code (#20357)Claire
2022-10-20Change public accounts pages to mount the web UI (#19319)Eugen Rochko
2022-10-06Change public statuses pages to mount the web UI (#19301)Eugen Rochko
2022-09-21Refactor ActivityPub handling to prepare for non-Account actors (#19212)Claire
2022-09-21Fix typo in SignatureVerification (#19209)Claire
2022-09-20Improve error reporting and logging when processing remote accounts (#15605)Claire
2022-08-25Add audit log entries for user roles (#19040)Eugen Rochko
2022-04-06Remove sign-in token authentication, instead send e-mail about new sign-in (#...Eugen Rochko
2022-03-01Change authorized applications page (#17656)Eugen Rochko
2022-02-25Add trending statuses (#17431)Eugen Rochko
2022-02-19Bump pundit from 2.1.1 to 2.2.0 (#17543)dependabot[bot]
2022-02-19Change global `locale` param to `lang` to avoid conflicts (#17592)Eugen Rochko
2022-02-08Add global `locale` param (#17464)Eugen Rochko
2022-01-28Change public profile pages to be disabled for unconfirmed users (#17385)Claire
2022-01-16Remove IP tracking columns from users table (#16409)Eugen Rochko
2021-12-05Fix redirection when succeeded WebAuthn (#17098)heguro
2021-12-05Add batch suspend for accounts in admin UI (#17009)Eugen Rochko
2021-08-25Fix authentication failures after going halfway through a sign-in attempt (#1...Claire
2021-06-21Add authentication history (#16408)Eugen Rochko
2021-03-18Fix cache_collection crashing when given an empty collection (#15921)Claire
2021-02-26Fix crash on receiving requests with missing Digest header (#15782)Claire
2021-01-12Use Rails' index_by where it makes sense (#15542)ThibG
2021-01-10Optimize map { ... }.compact calls (#15513)luigi
2020-12-10Add honeypot fields and minimum fill-out time for sign-up form (#15276)ThibG
2020-11-12Fix 2FA/sign-in token sessions being valid after password change (#14802)Eugen Rochko
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-11-01Tweak signature verification (#15069)ThibG
2020-09-11Refactor settings controllers (#14767)Eugen Rochko
2020-09-01Bump rubocop from 0.86.0 to 0.88.0 (#14412)dependabot[bot]
2020-08-31Make Array-creation behavior of Paginable more predictable (#14687)Akihiko Odaki
2020-08-28Introduce ApplicationController#cache_collection_paginated_by_id (#14677)Akihiko Odaki
2020-08-24Add support for latest HTTP Signatures spec draft (#14556)ThibG
2020-08-24Add WebAuthn as an alternative 2FA method (#14466)santiagorodriguez96
2020-06-20Fix not working I18n on 2FA and Sign in token page (#14087)fuyu
2020-06-09Add e-mail-based sign in challenge for users with disabled 2FA (#14013)Eugen Rochko