about summary refs log tree commit diff
path: root/app/controllers/concerns
AgeCommit message (Expand)Author
2022-11-12Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-11-10Remove dead code and refactor status threading code (#20357)Claire
2022-10-28Merge branch 'main' into glitch-soc/merge-upstreamClaire
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-10-02Merge branch 'main' into glitch-soc/merge-upstreamClaire
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-28Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-08-25Add audit log entries for user roles (#19040)Eugen Rochko
2022-05-16Allow import/export of instance-level domain blocks/allows (#1754)Levi Bard
2022-04-06Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-04-06Remove sign-in token authentication, instead send e-mail about new sign-in (#...Eugen Rochko
2022-03-02Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-03-01Change authorized applications page (#17656)Eugen Rochko
2022-02-26Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-02-25Add trending statuses (#17431)Eugen Rochko
2022-02-19Merge branch 'main' into glitch-soc/merge-upstreamClaire
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-12Add support for multiple source files per packClaire
2022-02-08Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-02-08Add global `locale` param (#17464)Eugen Rochko
2022-02-05Move glitch-soc-specific theming methods to ThemingConcernClaire
2022-01-30Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-01-28Change public profile pages to be disabled for unconfirmed users (#17385)Claire
2022-01-25Change CAPTCHA handling to be only on email verificationClaire
2022-01-25Add ability to set hCaptcha either on registration form or on e-mail validationClaire
2022-01-24Disable captcha if registrations are disabled for various reasonsClaire
2022-01-24Please CodeClimateClaire
2022-01-24Add optional hCaptcha supportClaire
2022-01-18Merge pull request #1660 from ClearlyClaire/glitch-soc/features/themes-multip...Claire
2022-01-17Please CodeClimateClaire
2022-01-17Move controller theming code to concernClaire
2022-01-16Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-01-16Remove IP tracking columns from users table (#16409)Eugen Rochko
2021-12-16Merge branch 'main' into glitch-soc/merge-upstreamClaire
2021-12-05Fix redirection when succeeded WebAuthn (#17098)heguro
2021-12-05Add batch suspend for accounts in admin UI (#17009)Eugen Rochko
2021-08-27Merge branch 'main' into glitch-soc/merge-upstreamClaire
2021-08-25Fix authentication failures after going halfway through a sign-in attempt (#1...Claire
2021-06-23Merge branch 'main' into glitch-soc/merge-upstreamClaire
2021-06-21Add authentication history (#16408)Eugen Rochko
2021-03-19Merge branch 'main' into glitch-soc/merge-upstreamClaire
2021-03-18Fix cache_collection crashing when given an empty collection (#15921)Claire
2021-03-02Merge branch 'main' into glitch-soc/merge-upstreamClaire
2021-02-26Fix crash on receiving requests with missing Digest header (#15782)Claire
2021-01-18Merge branch 'master' into glitch-soc/merge-upstreamClaire
2021-01-12Use Rails' index_by where it makes sense (#15542)ThibG