summaryrefslogtreecommitdiff
path: root/test/plugs
AgeCommit message (Expand)Author
2020-07-29FrontendStatic: Work correctly for other frontend types.lain
2020-07-28FrontendStatic: Add plug to serve frontends based on configuration.lain
2020-07-14Merge branch 'feature/1922-media-proxy-whitelist' into 'develop'feld
2020-07-14[#1940] Applied rate limit for requests with bad `admin_token`. Added doc war...Ivan Tashkinov
2020-07-19[#1940] Reinstated OAuth-less `admin_token` authentication. Refactored UserIs...Ivan Tashkinov
2020-07-12MediaProxy whitelist setting now supports hosts with schemeAlexander Strizhakov
2020-06-03preload data into index.htmlstwf
2020-05-27HTTP Security plug: rewrite &csp_string/0rinpatch
2020-05-25Skip failing `:crypt` test on macEgor Kislitsyn
2020-05-17AuthenticationPlug: Also update crypt passwords.lain
2020-05-17Authentication Plug: Update bcrypt password on login.lain
2020-05-13Handle bcrypt passwords for Mastodon migrationAlex Gleason
2020-05-12Upgrade Comeonin to v5Alex Gleason
2020-05-07Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> Pleroma.Web.Plero...Maksim
2020-04-30Refactoring of :if_func / :unless_func plug options (general availability). A...Ivan Tashkinov
2020-04-21Automatic checks of authentication / instance publicity. Definition of missin...Ivan Tashkinov
2020-04-17[#1682] Fixed Basic Auth permissions issue by disabling OAuth scopes checks w...Ivan Tashkinov
2020-04-15[#2349] Made :skip_plug/2 prevent plug from being executed even if explicitly...Ivan Tashkinov
2020-04-15remote_ip plug adds remote_ip_found flagAlexander Strizhakov
2020-03-20Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ...Ivan Tashkinov
2020-03-18Improved in-test config management functions.Ivan Tashkinov
2020-03-16warnings fixAlexander Strizhakov
2020-03-15Merge branch '1560-non-federating-instances-routes-restrictions' into 'develop'lain
2020-03-15Merge branch 'fix/rate-limiter-remoteip-behavior' into 'develop'Haelwenn
2020-03-14Merge remote-tracking branch 'remotes/origin/develop' into 1560-non-federatin...Ivan Tashkinov
2020-03-13rate limiter: disable based on if remote ip was found, not on if the plug was...rinpatch
2020-03-11Revert "Set better Cache-Control header for static content"rinpatch
2020-03-09[#1560] Ensured authentication or enabled federation for federation-related r...Ivan Tashkinov
2020-03-06Merge remote-tracking branch 'remotes/origin/develop' into 1560-non-federatin...Ivan Tashkinov
2020-03-03Older copyright updatesMark Felder
2020-03-03Update CopyrightsMark Felder
2020-03-02[#1560] Added tests for non-federating instance bahaviour to ActivityPubContr...Ivan Tashkinov
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
2020-03-02Bump copyright years of files changed after 2019-01-01Haelwenn (lanodan) Monnier
2020-03-01rate limiter: Fix a race conditionrinpatch
2020-02-29[#2250] Tiny refactoring per merge request review.Ivan Tashkinov
2020-02-27Runtime configurability of RateLimiter. Refactoring. Disabled default rate li...Ivan Tashkinov
2020-02-20Merge branch 'require-signature' into 'develop'lain
2020-02-13Tweaks to `clear_config` calls in tests in order to prevent side effects on c...Ivan Tashkinov
2020-01-30Merge branch 'develop' into fix/disable-rate-limiter-for-socket-localhostrinpatch
2019-12-19Merge remote-tracking branch 'remotes/origin/develop' into oauth-scopes-tweak...Ivan Tashkinov
2019-12-19Verify HTTP signatures only when request accepts "activity+json" typeEgor Kislitsyn
2019-12-17Merge branch 'develop' into fix/disable-rate-limiter-for-socket-localhostMaxim Filippov
2019-12-16Apply suggestion to test/plugs/http_signature_plug_test.exsminibikini
2019-12-16Add an option to require fetches to be signedEgor Kislitsyn
2019-12-16tests: remove a useless sleep in rate limiter testsrinpatch
2019-12-15OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: co...Ivan Tashkinov
2019-12-14Disable rate limiter for socket/localhost (unless RemoteIp is enabled)Maxim Filippov
2019-12-11[#1427] Fixed `:admin` option handling in OAuthScopesPlug, added tests.Ivan Tashkinov
2019-12-07[#1427] Extra check that admin OAuth scope is used by admin. Adjusted tests.Ivan Tashkinov