Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-02 | Deactivate local users on deletion instead of deleting the record | rinpatch | |
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687 | |||
2020-04-17 | don't restart postgrex | Alexander Strizhakov | |
2020-04-17 | Merge branch 'feature/1584-client-captcha-options' into 'develop' | Haelwenn | |
Creating trusted app from adminFE & mix task Closes #1584 See merge request pleroma/pleroma!2252 | |||
2020-04-11 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-04-06 | Merge branch 'improving-test-coverage' into 'develop' | lain | |
Tests for emoji mix task See merge request pleroma/pleroma!2350 | |||
2020-04-06 | Merge branch 'remake-remodel-2' into 'develop' | lain | |
Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315 | |||
2020-04-06 | using another fn for file deletion | Alexander Strizhakov | |
2020-04-06 | tests for emoji mix task | Alexander Strizhakov | |
2020-03-28 | FollowingRelationship storage & performance optimizations (state turned ↵ | Ivan Tashkinov | |
`ecto_enum`-driven integer, reorganized indices etc.). | |||
2020-03-23 | creating trusted app from adminFE & mix task | Alexander Strizhakov | |
2020-03-20 | Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵ | Ivan Tashkinov | |
usage). | |||
2020-03-19 | Merge branch 'remake-remodel' into develop | lain | |
2020-03-18 | Improved in-test config management functions. | Ivan Tashkinov | |
2020-03-11 | Merge branch 'relay-list-change' into 'develop' | feld | |
Relay list shows hosts without accepted follow See merge request pleroma/pleroma!2240 | |||
2020-03-03 | Older copyright updates | Mark Felder | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | relay list shows hosts without accepted follow | Alexander Strizhakov | |
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-25 | compile fix | Alexander Strizhakov | |
2020-02-24 | Merge branch 'fix/instance-gen-custom-static' into 'develop' | rinpatch | |
instance.gen task: fix crash when using custom static directory Closes #1082 See merge request pleroma/pleroma!2237 | |||
2020-02-24 | instance.gen task: fix crash when using custom static directory | rinpatch | |
Closes #1082 | |||
2020-02-24 | Admin API: `GET /api/pleroma/admin/stats` to get status count by visibility ↵ | eugenijm | |
scope | |||
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-28 | Create pleroma.email mix task | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1061 | |||
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-11-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel | lain | |
2019-10-24 | Merge remote-tracking branch 'upstream/develop' into ↵ | Egor Kislitsyn | |
refactor/following-relationships | |||
2019-10-21 | Merge branch 'develop' into refactor/following-relationships | Egor Kislitsyn | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-16 | Introduce new ingestion pipeline structure, implement internal Likes with it. | lain | |
2019-10-11 | Replace `user.following` with Pleroma.FollowingRelationship | Egor Kislitsyn | |
2019-10-09 | Add a task to re-count statuses for all users | Egor Kislitsyn | |
2019-09-26 | Merge branch 'refactor/user' into 'develop' | kaniini | |
Simplify updating user's `info` See merge request pleroma/pleroma!1712 | |||
2019-09-25 | Apply suggestion to test/tasks/instance_test.exs | Maksim | |
2019-09-25 | clears `robot.txt` after tests | Maksim Pechnikov | |
2019-09-24 | Add User.change_info/2 and User.update_info/2 | Egor Kislitsyn | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-08-31 | [#1149] Added Oban job for "activity_expiration". Merged remote-tracking ↵ | Ivan Tashkinov | |
branch 'remotes/upstream/develop' into 1149-oban-job-queue # Conflicts: # config/config.exs |