Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-23 | Make EnsureRePrepended history-aware | Tusooa Zhu | |
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
2021-08-28 | Merge branch 'admin_fe_dont_list_mrf_policies_any_more' into 'develop' | Haelwenn | |
Selecting MRF policies didn't work as intended any more Closes admin-fe#198 See merge request pleroma/pleroma!3509 | |||
2021-08-14 | Selecting MRF policies didn't work as intended any more | Ilja | |
* Policies were put under a new module (Pleroma.Web.ActivityPub.MRF.Policy instead of Pleroma.Web.ActivityPub.MRF), but this wasn't changed in the Pleroma.Web.ActivityPub.MRF @mrf_config_descriptions * I don't have a unit test to prevent similar problems in the future because I don't find a proper way to do it * The descriptions in the unit tests are defined in the unit tests, so if someone changes module names in the code, the tests wont see it * The list is generated in Pleroma.Docs.Generator.list_behaviour_implementations, but I can't do a check in the when clause of the function to see if the provided module is a behaviour or not. | |||
2021-08-06 | Make transparency_exclusions use tuples in admin-fe | Ilja | |
* Make it use tuples * I also changed the keys for key_placeholder and value_placeholder to use snake_case instead of camelCase | |||
2021-08-06 | Make quarentine work with list of tuples instead of strings | Ilja | |
2021-06-07 | Fix MRF.config_descriptions/0 | Alex Gleason | |
2021-06-07 | MRF: create MRF.Policy behaviour separate from MRF module | Alex Gleason | |
Speeds up recompilation by reducing compile-time deps | |||
2021-02-27 | Remove sensitive-property setting #nsfw, create HashtagPolicy | Haelwenn (lanodan) Monnier | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-12-21 | Linting | lain | |
2020-12-21 | Pipeline test: Switch from Mock to Mox. | lain | |
Speeds up the test and makes it possible to run async. | |||
2020-11-11 | little changes for MRF config descriptions | Alexander Strizhakov | |
- log level reduction, if policy doesn't implement config_description method - docs in dev.md | |||
2020-11-11 | fix for adminFE | Alexander Strizhakov | |
- revert UserAllowPolicy description - MRF descriptions order | |||
2020-11-10 | config descriptions for custom MRF policies | Alexander Strizhakov | |
2020-09-17 | Create MRF.filter_pipeline to inject :object_data when present | Haelwenn (lanodan) Monnier | |
2020-06-16 | moving mrf settings from instance to separate group | Alexander Strizhakov | |
2020-03-12 | Merge remote-tracking branch 'origin/develop' into global-status-expiration | Egor Kislitsyn | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-02-13 | Add ActivityExpirationPolicy | Egor Kislitsyn | |
2019-08-13 | fix credo | Ariadne Conill | |
2019-08-13 | MRF: add describe() to all modules, add base MRF configuration to base ↵ | Ariadne Conill | |
describe() | |||
2019-08-13 | MRF: add describe() for gathering and describing the MRF configuration | Ariadne Conill | |
2019-08-10 | MRF: ensure that subdomain_match calls are case-insensitive | Ariadne Conill | |
2019-07-22 | Feature/1087 wildcard option for blocks | Alexander Strizhakov | |
2019-06-02 | mrf: allow a policy chain to be specified when filtering | William Pitcock | |
2019-05-30 | Use Pleroma.Config everywhere | Egor Kislitsyn | |
2019-03-13 | [Credo] Remove parentesis on argument-less functions | Haelwenn (lanodan) Monnier | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-05-10 | format & made get_policies/1 private | href | |
2018-05-10 | Chain policies | href | |
- The `:pleroma, :instance, :rewrite_policy` can now be either a policy or a list of policies - Made a behaviour for MRF policies |