summaryrefslogtreecommitdiff
path: root/test/mix
AgeCommit message (Collapse)Author
2020-12-02Add --force flag for delete and reset commandsMark Felder
Bunch of reorganization and consolidation
2020-12-02Use a callback strategy to short circuit the functions and print a nice errorMark Felder
2020-12-02Add tests for config dumpingMark Felder
2020-12-02Stream follow updatesEgor Kislitsyn
2020-11-14Merge remote-tracking branch 'upstream/develop' into registration-workflowAlex Gleason
2020-11-14pleroma.instance: Fix Exiftool module nameHaelwenn (lanodan) Monnier
2020-11-08Remove release_envrinpatch
While taking a final look at instance.gen before releasing I noticed that the release_env task outputs messages in broken english. Upon further inspection it seems to have even more severe issues which, in my opinion, warrant it's at least temporary removal: - We do not explain what it actually does, anywhere. Neither the task docs nor instance.gen, nor installation instructions. - It does not respect FHS on OTP releases (uses /opt/pleroma/config even though we store the config in /etc/pleroma/config.exs). - It doesn't work on OTP releases, which is the main reason it exists. Neither systemd nor openrc service files for OTP include it. - It is not mentioned in install guides other than the ones for Debian and OTP releases.
2020-10-15fix testMaksim Pechnikov
2020-10-15added generated `pleroma.env`Maksim Pechnikov
2020-10-13Replace User.toggle_confirmation/1 with User.confirm/1, fixes #2235Alex Gleason
2020-10-13CredoMark Felder
2020-10-13Merge branch 'develop' into refactor/locked_user_fieldMark Felder
2020-10-13fixes after rebaseAlexander Strizhakov
2020-10-13mix tasks consistencyAlexander Strizhakov
2019-08-19Add more tests for Database tasks and DigestEmailWorkerSergey Suprunenko
2019-06-04Fix testsRoman Chvanikov
2019-06-04Fix testsRoman Chvanikov
2019-06-04Add task to test emailsRoman Chvanikov