aboutsummaryrefslogtreecommitdiff
path: root/test/tasks
AgeCommit message (Collapse)Author
2020-03-15relay list shows hosts without accepted followAlexander Strizhakov
2020-03-03Older copyright updatesMark Felder
2020-03-03Update CopyrightsMark Felder
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (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-25compile fixAlexander Strizhakov
2020-02-24Merge 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-24instance.gen task: fix crash when using custom static directoryrinpatch
Closes #1082
2020-02-24Admin API: `GET /api/pleroma/admin/stats` to get status count by visibility ↵eugenijm
scope
2020-02-11Fix 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-28Create pleroma.email mix taskHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1061
2020-01-24Merge branch 'fix_for_migrate_to_db_test' into 'develop'feld
Fix for migrate to db test See merge request pleroma/pleroma!2133
2020-01-23truncate config table on migrate to db taskAlexander Strizhakov
2020-01-23fix for migrate to db testAlexander Strizhakov
2020-01-18releases supportAlexander Strizhakov
2020-01-17saving to DB only added by user settingsAlexander Strizhakov
2020-01-16renamingAlexander Strizhakov
Pleroma.Web.AdminAPI.Config -> Pleroma.ConfigDB
2020-01-15little cleanupAlexander Strizhakov
2020-01-10dynamic_configuration renamingAlexander Strizhakov
and moving it from instance settings
2020-01-10test fixes after rebaseAlexander
2020-01-10errors on endpointsAlexander
2020-01-10tests for setttings without an explicit keyAlexander
2020-01-10config editing through databaseAlex S
2019-12-09fix loads config variable with large value from dbMaksim Pechnikov
2019-10-24Merge remote-tracking branch 'upstream/develop' into ↵Egor Kislitsyn
refactor/following-relationships
2019-10-21Merge branch 'develop' into refactor/following-relationshipsEgor Kislitsyn
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-10-11Replace `user.following` with Pleroma.FollowingRelationshipEgor Kislitsyn
2019-10-09Add a task to re-count statuses for all usersEgor Kislitsyn
2019-09-26Merge branch 'refactor/user' into 'develop'kaniini
Simplify updating user's `info` See merge request pleroma/pleroma!1712
2019-09-25Apply suggestion to test/tasks/instance_test.exsMaksim
2019-09-25clears `robot.txt` after testsMaksim Pechnikov
2019-09-24Add User.change_info/2 and User.update_info/2Egor Kislitsyn
2019-09-18Bump copyright years of files changed in 2019Haelwenn (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
2019-08-24add testsMaksim Pechnikov
2019-08-22[#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1149-oban-job-queue # Conflicts: # lib/pleroma/application.ex # lib/pleroma/scheduled_activity_worker.ex # lib/pleroma/web/federator/retry_queue.ex # lib/pleroma/web/oauth/token/clean_worker.ex # test/user_test.exs # test/web/federator_test.exs
2019-08-20Merge branch 'digest-template' into 'develop'lain
Improve digest email template See merge request pleroma/pleroma!1565
2019-08-19Add more tests for Database tasks and DigestEmailWorkerSergey Suprunenko
2019-08-19added test helpers to clear config after testsMaksim
2019-08-19removes duplicates from relay subscription listMaksim Pechnikov
2019-08-10Strip internal fields including likes from incoming and outgoing activitiesSergey Suprunenko
2019-07-22Add tests for users tasks and PleromaAuthenticatorSergey Suprunenko
2019-07-15migrating task refactorAlex S
2019-07-10robots txt test fixAlex S
2019-07-10Merge branch 'release/listener' into 'develop'kaniini
add listener port and ip option for 'pleroma.instance gen' and enable its test See merge request pleroma/pleroma!1393
2019-07-10Add license/copyright to all project filesfeld
2019-07-10add listener port and ip option for 'pleroma.instance gen' and enable its testSachin Joshi
2019-07-09reverse proxy testsAlexander Strizhakov
2019-06-27don't delete config settings on admin updateAlexander Strizhakov
2019-06-24Rework user deletionSergey Suprunenko