aboutsummaryrefslogtreecommitdiff
path: root/lib/mix
AgeCommit message (Collapse)Author
2020-05-27Make clearer that this is time and resource consumingMark Felder
2020-05-27Make it obvious a full vacuum can take a whileMark Felder
2020-05-27Permit easy access to vaccum full and analyze via a mix taskMark Felder
2020-05-21Merge branch 'issue/1707' into 'develop'lain
[#1707] fixed `mix pleroma.instance gen` See merge request pleroma/pleroma!2565
2020-05-21Merge branch 'issue/749' into 'develop'lain
[#749] unsubscribes of friends when user deactivated See merge request pleroma/pleroma!2513
2020-05-21rename mix task: `pleroma.user unsubscribe` -> `pleroma.user deactivate`Maksim Pechnikov
2020-05-20fixed `mix pleroma.instance gen`Maksim Pechnikov
2020-05-18Merge branch 'develop' into feature/admin-api-status-count-per-instanceRoman Chvanikov
2020-05-17Merge branch 'restricted-relations-embedding' into 'develop'lain
Restricted support for embedded relationships See merge request pleroma/pleroma!2456
2020-05-13Fix digest mix task on OTP releasesMichael Weiss
This is based on #2191, credit belongs to @rinpatch.
2020-05-12unsubscribes of friends when user deactivatedMaksim Pechnikov
2020-05-09Use index on refresh_counter_cacheRoman Chvanikov
2020-05-09Show progress in refresh_counter_cache taskRoman Chvanikov
2020-05-09update counter_cache logicRoman Chvanikov
2020-05-08Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
restricted-relations-embedding
2020-05-01Restricted embedding of relationships where applicable (statuses / ↵Ivan Tashkinov
notifications / accounts rendering). Added support for :skip_notifications for accounts listing (index.json). Adjusted tests.
2020-05-01User deletion mix task: Use common pipeline.lain
2020-04-17Merge 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-13Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
output-of-relationships-in-statuses
2020-04-12Fix mix tasks failing on OTP releasesrinpatch
No idea why this was even added. Closes #1678
2020-04-06tests for emoji mix taskAlexander Strizhakov
2020-04-01Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
output-of-relationships-in-statuses # Conflicts: # CHANGELOG.md
2020-04-01Merge branch 'gun' into 'develop'feld
Gun adapter Closes #945 See merge request pleroma/pleroma!1861
2020-04-01Ability to control the output of account/pleroma/relationship in statuses in ↵Ivan Tashkinov
order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param.
2020-03-30sync with developAlexander Strizhakov
2020-03-23creating trusted app from adminFE & mix taskAlexander Strizhakov
2020-03-12Merge branch 'develop' into gunAlexander Strizhakov
2020-03-11Merge branch 'fix/1610-release-compilation-config-fix' into 'develop'rinpatch
Merging default release config on app start Closes #1610 See merge request pleroma/pleroma!2288
2020-03-11Merge branch 'relay-list-change' into 'develop'feld
Relay list shows hosts without accepted follow See merge request pleroma/pleroma!2240
2020-03-11merging release default config on app startAlexander Strizhakov
2020-03-07Merge branch 'develop' into gunAlexander Strizhakov
2020-03-07Merge branch 'restart-fix-for-mix-tasks' into 'develop'rinpatch
Wait in mix task while pleroma is rebooted See merge request pleroma/pleroma!2225
2020-03-03Merge branch 'develop' into gunMark Felder
2020-03-03Update CopyrightsMark Felder
2020-03-03Merge branch 'develop' into gunAlexander Strizhakov
2020-03-02relay list shows hosts without accepted followAlexander Strizhakov
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-03-01wait in mix task while pleroma is rebootedAlexander Strizhakov
2020-02-29Merge branch 'develop' into gunAlexander Strizhakov
2020-02-26Merge branch 'feat/instance-gen-improvements' into 'develop'lain
small instance.gen task improvements See merge request pleroma/pleroma!2245
2020-02-26instance.gen task: make example instance name less confusingrinpatch
See https://git.pleroma.social/pleroma/pleroma/merge_requests/2245#note_52217
2020-02-25instance.gen task: remind to transfer the config to the database afterrinpatch
migrations
2020-02-25instance.gen task: make instance name default to the domainrinpatch
2020-02-25Fix Dialyzer warningsEgor Kislitsyn
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-24open conn in separate taskAlexander Strizhakov
2020-02-18adding gun adapterAlexander Strizhakov
2020-02-09Fix email mix task on OTP releasesrinpatch
Closes pleroma#1548