Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-09 | Add Pleroma.Plugs.Cache | minibikini | |
2019-08-19 | added test helpers to clear config after tests | Maksim | |
2019-07-24 | tests WebFinger | Maksim | |
2019-07-22 | Exclude tests that use :crypt.crypt/2 on macOS | Sergey Suprunenko | |
2019-07-20 | [tests] Mock :crypt.crypt/2 function in AuthenticationPlugTest | Sergey Suprunenko | |
2019-07-19 | Merge branch 'refactor/http-signature-plug' into 'develop' | kaniini | |
http signature plug: separation of concerns See merge request pleroma/pleroma!1449 | |||
2019-07-18 | mapped signature plug: use `user` assign like authentication plug | Ariadne Conill | |
2019-07-18 | tests for Plugs.AuthenticationPlug | Maksim | |
2019-07-18 | tests: add tests for mapped signature plug | Ariadne Conill | |
2019-07-18 | http signature plug: remove redundant checks handled by HTTPSignatures library | Ariadne Conill | |
the redundant checks assumed a POST request, which will not work for signed GETs. this check was originally needed because the HTTPSignatures adapter assumed that the requests were also POST requests. but now, the adapter has been corrected. | |||
2019-07-13 | [#1041] Rate-limited status actions (per user and per user+status). | Ivan Tashkinov | |
2019-07-10 | Fix credo warning | Egor Kislitsyn | |
2019-07-10 | Add SetLocalePlug | Egor Kislitsyn | |
2019-07-10 | Add license/copyright to all project files | feld | |
2019-06-27 | Polish IdempotencyPlug | Egor Kislitsyn | |
2019-06-26 | Add Idempotency plug | Egor Kislitsyn | |
2019-06-21 | Fix rate limiter tests | Egor Kislitsyn | |
2019-06-11 | Replace `MastodonAPIController.account_register/2` rate limiter | Egor Kislitsyn | |
2019-06-11 | Add RateLimiter | Egor Kislitsyn | |
2019-05-24 | Move the Cache Control header test to its own file | feld | |
We can consolidate our cache control header tests here | |||
2019-05-17 | Fix/902 random compile failing | Alexander Strizhakov | |
2019-05-16 | add report uri and report to | Alex S | |
2019-05-15 | Merge branch 'fix/public-option-not-working' into 'develop' | kaniini | |
Fix public option not working Closes #873 See merge request pleroma/pleroma!1143 | |||
2019-05-15 | tests: fixup | William Pitcock | |
2019-05-15 | Implement Pleroma.Plugs.EnsurePublicOrAuthenticated | Aaron Tinio | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-02 | Add oauth plug tests for url and body parameters | AkiraFukushima | |
2019-04-05 | Mock :crypt.crypt/2 because otherwise the test fails on Mac OS | Sergey Suprunenko | |
2019-03-14 | Fix uploaded media plug test | rinpatch | |
2019-03-14 | Add some tests | rinpatch | |
2019-02-20 | [#468] More OAuth scopes-specific tests. | Ivan Tashkinov | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-20 | Merge branch 'ci-test-fix' into 'develop' | lambda | |
SetUserSessionIdPlugTest: try again to fix random ci failures See merge request pleroma/pleroma!579 | |||
2018-12-19 | daaa8cd6 take two | href | |
2018-12-18 | Add a way to use the admin api without a user. | lain | |
2018-12-18 | SetUserSessionIdPlugTest: try to fix random ci failures | href | |
2018-12-17 | Instance/Static runtime plug | href | |
This allows to set-up an arbitrary directory which overrides most of the static files: index.html static/ emoji/ packs/ sounds/ images/ instance/ favicon.png. If the files are not present in the directory, the bundled ones in priv/static will be used. | |||
2018-12-12 | fix warnings | Maksim Pechnikov | |
2018-12-05 | fix/273 | Maksim Pechnikov | |
2018-12-01 | More fixes for Info schema. | lain | |
2018-12-01 | Fix admin api. | lain | |
2018-11-17 | test/plugs/user_is_admin_plug_test: New test | Haelwenn (lanodan) Monnier | |
2018-11-17 | Reset http security settings to fix plug test | AkiraFukushima | |
2018-11-12 | http security: allow referrer-policy to be configured | William Pitcock | |
2018-11-12 | rename CSPPlug to HTTPSecurityPlug. | William Pitcock | |
2018-11-11 | tests: add tests for CSPPlug | William Pitcock | |
2018-09-09 | tests: break the cycle using pleroma.factory | William Pitcock | |
2018-09-09 | tests: try breaking the cycle a different way | William Pitcock | |
2018-09-09 | test: user enabled plug tests: fix circular reference | William Pitcock | |
2018-09-05 | Fix warning. | lain | |