Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-11 | Fix the confusingly named and inverted logic of "no_attachment_links" | Mark Felder | |
The setting is now simply "attachment_links" and the boolean value does what you expect. A double negative is never possible and describing the functionality is no longer a philospher's worst nightmare. | |||
2020-01-24 | Merge branch 'fix_for_migrate_to_db_test' into 'develop' | feld | |
Fix for migrate to db test See merge request pleroma/pleroma!2133 | |||
2020-01-23 | truncate config table on migrate to db task | Alexander Strizhakov | |
2020-01-23 | fix for migrate to db test | Alexander Strizhakov | |
2020-01-18 | releases support | Alexander Strizhakov | |
2020-01-17 | saving to DB only added by user settings | Alexander Strizhakov | |
2020-01-16 | renaming | Alexander Strizhakov | |
Pleroma.Web.AdminAPI.Config -> Pleroma.ConfigDB | |||
2020-01-15 | little cleanup | Alexander Strizhakov | |
2020-01-10 | dynamic_configuration renaming | Alexander Strizhakov | |
and moving it from instance settings | |||
2020-01-10 | test fixes after rebase | Alexander | |
2020-01-10 | errors on endpoints | Alexander | |
2020-01-10 | tests for setttings without an explicit key | Alexander | |
2020-01-10 | config editing through database | Alex S | |
2019-12-09 | fix loads config variable with large value from db | Maksim Pechnikov | |
2019-08-19 | added test helpers to clear config after tests | Maksim | |
2019-07-15 | migrating task refactor | Alex S | |
2019-07-10 | Add license/copyright to all project files | feld | |
2019-06-27 | don't delete config settings on admin update | Alexander Strizhakov | |
2019-06-23 | support for config groups | Alex S | |
2019-06-20 | Fixes for dynamic configuration | Alexander Strizhakov | |
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime |