aboutsummaryrefslogtreecommitdiff
path: root/lib/mix
AgeCommit message (Collapse)Author
2019-09-25Merge branch 'develop' into issue/1218Maksim Pechnikov
2019-09-24Add User.change_info/2 and User.update_info/2Egor Kislitsyn
2019-09-24Do not return tuple when unneededEgor 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-09-13Merge branch 'admin-config-description' into 'develop'rinpatch
Admin config description Closes #1178 and #1209 See merge request pleroma/pleroma!1611
2019-09-11Add extended benchmarkrinpatch
2019-09-11refactoringAlex S
2019-09-11little fixAlex S
2019-09-11typo fixAlex S
2019-09-11some changesAlex S
2019-09-11fixAlex S
2019-09-11mix docs generates config.mdAlex S
2019-09-10Revert "Parallelize template rendering"rinpatch
This reverts commit 1ad71592adb47762287aec8c36d0fca565c38362. Since it had no limit on the number on concurrent processes it OOM killed instances while rendering hellthreads. When I tried introducing a concurrency limit with Task.async_stream/manual folds it lead to about 3 times worse performance on threads larger than 1000 activities (we are talking 30s vs 1.2 minutes), I think this is not worth the about 1.5 times performance increase on smaller threads when using it.
2019-08-30division emoji.ex on loader.ex and emoji.exMaksim Pechnikov
2019-08-20Merge branch 'digest-template' into 'develop'lain
Improve digest email template See merge request pleroma/pleroma!1565
2019-08-19removes duplicates from relay subscription listMaksim Pechnikov
2019-08-15Parallelize template renderingrinpatch
2019-08-15Add a task to benchmark timeline renderingrinpatch
2019-08-14Improve digest email templateEgor Kislitsyn
2019-08-10Strip internal fields including likes from incoming and outgoing activitiesSergey Suprunenko
2019-08-08Merge branch 'feature/digest-email' into 'develop'lain
Feature/digest email See merge request pleroma/pleroma!1078
2019-08-03tasks: relay: add list taskAriadne Conill
2019-08-02tasks/pleroma/user.ex: Fix documentation of --max-use and --expire-atHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1155 [ci skip]
2019-08-02Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-30Admin changesAlexander Strizhakov
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-07-20Merge developRoman Chvanikov
2019-07-19mix: add pleroma.user unsubscribe_all_from_instanceAriadne Conill
2019-07-16Merge developRoman Chvanikov
2019-07-15migrating task refactorAlex S
2019-07-15atom keys with leading :Alex S
2019-07-14Update DigestEmailWorker to compile and send emails via queueRoman Chvanikov
2019-07-12merge developRoman Chvanikov
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-09Merge developRoman Chvanikov
2019-07-09reverse proxy testsAlexander Strizhakov
2019-07-05tasks/pleroma/instance.ex: Change :upload_dir to :uploads_dirHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1058
2019-06-29Resolve conflictsRoman Chvanikov
2019-06-28Merge branch 'release-docs' into 'develop'lain
Docs on OTP releases See merge request pleroma/pleroma!1315
2019-06-27don't delete config settings on admin updateAlexander Strizhakov
2019-06-24[#184] small refactoring reset passwordMaksim
2019-06-23Merge branch 'admin-config' into 'develop'kaniini
Admin config See merge request pleroma/pleroma!1328
2019-06-23support for config groupsAlex S
2019-06-22Support RUM indexes in the config generatorrinpatch
2019-06-22Merge branch 'develop' into release-docsrinpatch
2019-06-22Ecto tasks: Resolve relative path using the application directoryrinpatch
instead of cwd and load the application before doing anything In OTP releases cwd != app directory and the configuration is read only if the application is loaded
2019-06-22Remove the getting started steps from pleroma.instance gen taskrinpatch
They are not compatible with every platform, different for OTP releases and may become outdated. We are better off just telling people to refer to the installation guides for their particular platform
2019-06-22Merge branch 'develop' into release-docsrinpatch