summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-09Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵2307-object-activities-index-issuelain
2307-object-activities-index-issue
2020-12-08Merge branch 'feat/warn-large-pool-size' into 'develop'lain
Add a startup error for modified Repo pool_size See merge request pleroma/pleroma!3190
2020-12-08ApplicationRequirements: Add test, more text for pool size.lain
2020-12-08Apply 1 suggestion(s) to 1 file(s)lain
2020-12-07Merge branch 'features/favicon-unreachable-instance' into 'develop'feld
instance: Do not fetch unreachable instances Closes #2346 See merge request pleroma/pleroma!3189
2020-12-07Add a startup error for modified Repo pool_sizeMark Felder
2020-12-07instance.reachable?: Limit to binary inputHaelwenn (lanodan) Monnier
2020-12-07instance: Do not fetch unreachable instancesHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2346
2020-12-07Merge branch 'feature/configdb-mix-tasks' into 'develop'lain
Add mix tasks to give additional ConfigDB recovery and debugging options See merge request pleroma/pleroma!3174
2020-12-07Print out settings that will be removed when specifying the group and key ↵Mark Felder
for consistency Fix error message when specified key doesn't exist
2020-12-07FormattingMark Felder
2020-12-07Slip in a test to ensure we can use the atom syntax in mix task argumentsMark Felder
2020-12-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
2307-object-activities-index-issue
2020-12-07Apply 1 suggestion(s) to 1 file(s)feld
2020-12-07Merge branch 'feature/configdb-mix-tasks-refactoring' into ↵feld
'feature/configdb-mix-tasks' [#3174] Refactoring: ConfigDB fetching functions, ConfigDB tests. See merge request pleroma/pleroma!3187
2020-12-06[#3174] Refactoring: ConfigDB fetching functions, ConfigDB tests.Ivan Tashkinov
Minor fixes.
2020-12-05Add entry announcing new ConfigDB mix tasksMark Felder
2020-12-04Merge branch 'fix/mix-task-yn-prompt' into 'develop'feld
Remove Mix.Pleroma.shell_yes?/1 See merge request pleroma/pleroma!3179
2020-12-04Answer new prompt interactivelyMark Felder
2020-12-04shell_yes?/1 was not showing the correct message and always defaults to yes ↵Mark Felder
which is dangerous
2020-12-04Merge branch 'issue/2256' into 'develop'feld
[#2256] added subject actor to moderation log See merge request pleroma/pleroma!3164
2020-12-04More compact representationMark Felder
2020-12-04Ensure deleting entire group prints out settings that will be removed before ↵Mark Felder
actually removing them
2020-12-04Fix deleting an entire group. Also utilize Pleroma.ConfigDB.delete/1Mark Felder
2020-12-04Use Pleroma.ConfigDB.delete/1 instead of rolling our ownMark Felder
2020-12-04Use Enum.any? to ensure we return true if there are resultsMark Felder
2020-12-03Merge branch 'supported-emojos' into 'develop'rinpatch
Update Emoji support to unicode 13.1, support all RGI emoji. See merge request pleroma/pleroma!3186
2020-12-03config_db search methodsAlexander Strizhakov
2020-12-03dump_key/2 no longer usedMark Felder
2020-12-03Apply 6 suggestion(s) to 1 file(s)feld
2020-12-03CredoMark Felder
2020-12-03Docs, Changelog: Add info about regional indicatorslain
2020-12-03Emoji: Also accept regional indicatorslain
2020-12-03Merge branch '2339-local-remote-mixup' into 'develop'Haelwenn
User: Don't allow local users in remote changesets Closes #2339 See merge request pleroma/pleroma!3185
2020-12-02Merge branch 'update-linkify' into 'develop'feld
Update Linkify to 0.4.0 See merge request pleroma/pleroma!3184
2020-12-02Make the --force flag for reset command consistent with the others and ↵Mark Felder
deduplicate db truncation
2020-12-02Add --force flag for delete and reset commandsMark Felder
Bunch of reorganization and consolidation
2020-12-02Add comment for this mysterious behaviorMark Felder
2020-12-02No need for a separate functions hereMark Felder
2020-12-02Use a callback strategy to short circuit the functions and print a nice errorMark Felder
2020-12-02Centralize check that configdb is enabled which now raises an exceptionMark Felder
2020-12-02Left public during debuggingMark Felder
2020-12-02Add tests for config dumpingMark Felder
2020-12-02Use inspect instead of faking the outputMark Felder
2020-12-02Remove unnecessary keys commandMark Felder
2020-12-02Sync docs with mix commandsMark Felder
2020-12-02The debug output is no longer there by defaultMark Felder
2020-12-02Ensure scary warning starts on a new lineMark Felder
2020-12-02Update ConfigDB docs for new mix commandsMark Felder
2020-12-02Print whole config when resetting and include a scary looking message.Mark Felder