Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-09 | Actually fix upload limit on OTP releases | rinpatch | |
Closes #1109 | |||
2019-12-13 | OTP: Fix runtime upload limit config being ignored | rinpatch | |
Closes #1109 | |||
2019-11-19 | OAuthPlug, Router: Handle deactivated users in the UserEnabledPlug | lain | |
2019-11-19 | UserEnabledPlug: Don't authenticate unconfirmed users. | lain | |
2019-11-08 | Fix TrailingFormatPlug not being active for /api/oauth_tokens | rinpatch | |
2019-09-09 | Add Pleroma.Plugs.Cache | minibikini | |
2019-09-05 | Call TrailingFormatPlug for /api/pleroma/emoji | rinpatch | |
Apparently Pleroma-FE still calls it with trailing '.json' | |||
2019-09-03 | Mastdon API: Add ability to get a remote account by nickname to | rinpatch | |
`/api/v1/accounts/:id` | |||
2019-07-24 | tests WebFinger | Maksim | |
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 | mapped signature plug: fix user lookup | Ariadne Conill | |
2019-07-18 | mapped signature plug: don't invalidate in cases where a signature is ↵ | Ariadne Conill | |
actually not present (testsuite) | |||
2019-07-18 | plugs: add MappedSignatureToIdentityPlug | 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-15 | formatting | Moonman | |
2019-07-14 | detect and use sha512-crypt for stored password hash. | Moonman | |
2019-07-13 | [#1041] Rate-limited status actions (per user and per user+status). | Ivan Tashkinov | |
2019-07-10 | Fix unused import warning | Egor Kislitsyn | |
2019-07-10 | Fix response | Egor Kislitsyn | |
2019-07-10 | Wrap error messages into gettext helpers | Egor Kislitsyn | |
2019-07-10 | Add SetLocalePlug | Egor Kislitsyn | |
2019-06-27 | Polish IdempotencyPlug | Egor Kislitsyn | |
2019-06-26 | Fix credo warning | Egor Kislitsyn | |
2019-06-26 | Add Idempotency plug | Egor Kislitsyn | |
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-14 | Improve rate limiter documentation | Egor Kislitsyn | |
Documents how to disable rate limiting | |||
2019-06-11 | Merge branch 'feature/rate-limiter' into 'develop' | lain | |
Feature/Rate Limiter Closes #943 See merge request pleroma/pleroma!1266 | |||
2019-06-11 | Replace `MastodonAPIController.account_register/2` rate limiter | Egor Kislitsyn | |
2019-06-11 | Add RateLimiter | Egor Kislitsyn | |
2019-06-06 | Replace Mix.env with Pleroma.Config.get(:env) | rinpatch | |
Mix.env/0 is not availible in release environments such as distillery or elixir's built-in releases. | |||
2019-05-30 | Use Pleroma.Config everywhere | Egor Kislitsyn | |
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 | Implement Pleroma.Plugs.EnsurePublicOrAuthenticated | Aaron Tinio | |
2019-05-14 | switch to pleroma/http_signatures library | William Pitcock | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-03 | Standardize construction of websocket URL | feld | |
This follows up on the change made in d747bd98 | |||
2019-05-02 | Parse access_token from body parameters and URL parameters | AkiraFukushima | |
2019-04-02 | replace `Repo.get_by(User, nickname: nickname)` with ↵ | Egor Kislitsyn | |
`User.get_by_nickname(nickname)` | |||
2019-03-15 | Merge branch 'robotstxt' into 'develop' | kaniini | |
Add robots.txt Closes #723 See merge request pleroma/pleroma!929 | |||
2019-03-15 | robots.txt | William Pearson | |
Add default robots.txt that allows bots access to all paths. Add mix task to generate robots.txt taht allows bots access to no paths. Document custom emojis, MRF and static_dir static_dir documentation includes docs for the robots.txt Mix task. | |||
2019-03-14 | Merge develop to bump elixir version in the CI so I don't get failing formatting | rinpatch | |
2019-03-14 | Add some tests | rinpatch | |
2019-03-13 | [Credo] fix Credo.Check.Readability.MaxLineLength | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-03-12 | escape quotation marks in Content-Disposition header | rinpatch | |
2019-03-12 | WIP: Stop mangling filenames | rinpatch | |
2019-03-05 | Plugs.HTTPSecurityPlug: Add static_url to CSP's connect-src | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/merge_requests/469 |