Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-02-17 | [#468] Merged `upstream/develop`, resolved conflicts. | Ivan Tashkinov | |
2019-02-15 | [#468] Defined OAuth restrictions for all applicable routes. | Ivan Tashkinov | |
Improved missing "scopes" param handling. Allowed "any of" / "all of" mode specification in OAuthScopesPlug. Fixed auth UI / behavior when user selects no permissions at /oauth/authorize. | |||
2019-02-14 | [#468] User UI for OAuth permissions restriction. Standardized storage ↵ | Ivan Tashkinov | |
format for `scopes` fields, updated usages. | |||
2019-02-12 | Plugs.HTTPSecurityPlug: Add webpacker to connect-src | Haelwenn (lanodan) Monnier | |
2019-02-12 | Plugs.HTTPSecurityPlug: Add unsafe-eval to script-src when in dev mode | Haelwenn (lanodan) Monnier | |
This is needed to run dev mode mastofe at the same time | |||
2019-02-12 | Use url[:scheme] instead of protocol to determine if https is enabled | shibayashi | |
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-09 | [#468] Prototype of OAuth2 scopes support. TwitterAPI scope restrictions. | Ivan Tashkinov | |
2019-02-09 | Credo fixes: alias grouping/ordering | Haelwenn (lanodan) Monnier | |
2019-02-09 | Credo fixes: parameter consistency | Haelwenn (lanodan) Monnier | |
2019-02-01 | Serve sw-pleroma.js properly | href | |
2019-01-26 | Join on preloads to avoid N+1 queries | href | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-18 | Add a way to use the admin api without a user. | lain | |
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-16 | More put_view. | href | |
2018-12-14 | fix and improve web push; add configuration docs | Egor Kislitsyn | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-06 | Merge branch 'develop' into feature/compat/push-subscriptions | Egor Kislitsyn | |
# Conflicts: # lib/pleroma/application.ex # lib/pleroma/plugs/oauth_plug.ex | |||
2018-12-06 | Merge branch 'develop' into feature/compat/push-subscriptions | Egor Kislitsyn | |
# Conflicts: # lib/mix/tasks/sample_config.eex # lib/pleroma/web/twitter_api/controllers/util_controller.ex # mix.exs # mix.lock | |||
2018-12-05 | fix/273 | Maksim Pechnikov | |
2018-12-01 | More fixes for Info schema. | lain | |
2018-12-01 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
validate-user-info | |||
2018-12-01 | Fix admin api. | lain | |