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-13 | Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵ | Ivan Tashkinov | |
config during test suite execution. | |||
2020-01-31 | Make attachments cleanup optional | Roman Chvanikov | |
2020-01-28 | Add test for custom base_url when deleting an attachment | Roman Chvanikov | |
2020-01-19 | Add test case for attachment deletion when non-map data.url present in DB | Roman Chvanikov | |
2020-01-19 | Delete attachments asynchronously | Roman Chvanikov | |
2020-01-12 | Delete attachments when status is deleted | Roman Chvanikov | |
2019-11-06 | Object Fetcher: set cache after reinjecting | rinpatch | |
Probably fixes the issue hj had, where polls would have different counters between endpoints. | |||
2019-09-18 | Merge branch 'chores/bump-copyright-year' into 'develop' | rinpatch | |
Bump copyright years of files changed in 2019 See merge request pleroma/pleroma!1698 | |||
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-09-18 | Preserve internal fields when reinjecting | rinpatch | |
2019-09-18 | Capture log in object refetch tests | rinpatch | |
2019-09-18 | Initial poll refresh support | rinpatch | |
Implement refreshing the object with an interval and call the function when getting the poll. | |||
2019-09-09 | Add Pleroma.Plugs.Cache | minibikini | |
2019-04-17 | Make credo happy | rinpatch | |
2019-04-17 | Merge branch 'develop' into feature/database-compaction | rinpatch | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-14 | Merge branch 'fix/credo-issues-test' into 'develop' | kaniini | |
Fix credo issues in ./test See merge request pleroma/pleroma!808 | |||
2019-02-11 | Revert "Merge branch 'object-creation' into 'develop'" | lambda | |
This reverts merge request !802 | |||
2019-02-11 | test: de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-09 | Do object insertion through Cachex | lain | |
So we don't flood our postgres logs with errors. Should also make things slightly faster. | |||
2018-12-27 | Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop' | kaniini | |
Create tombstone instead of object deletion See merge request pleroma/pleroma!593 | |||
2018-12-25 | Revert Activity tombstones, add ObjectTombstone struct | Maxim Filippov | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-04 | formatting | William Pitcock | |
2018-12-04 | tests: add tests for Object.normalize() | William Pitcock | |
2018-11-01 | object: split object_cache from user_cache | William Pitcock | |
2018-11-01 | tests: add tests for object deletion | William Pitcock | |
2018-02-12 | Make test output easier to read. | lain | |
2017-05-09 | Add some basic changesets. | Roger Braun | |
2017-04-13 | Add utility functions for objects and activities. | Roger Braun | |