aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-12-03CredoMark Felder
2020-12-03Emoji: Also accept regional indicatorslain
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-02Use inspect instead of faking the outputMark Felder
2020-12-02Remove unnecessary keys commandMark Felder
2020-12-02Ensure scary warning starts on a new lineMark Felder
2020-12-02Print whole config when resetting and include a scary looking message.Mark Felder
2020-12-02Both are really atomsMark Felder
2020-12-02Transform strings to atoms for all cases, including when the atom is a ↵Mark Felder
module like Pleroma.Emails.Mailer
2020-12-02Support atoms and strings as args to the mix taskMark Felder
Improve output. Show the user what will be deleted before the prompt.
2020-12-02Fix deletion regression due to strings instead of atomsMark Felder
Improve message after successful deletion
2020-12-02Improve dumping groups and specific keys; add prompts for delete and resetMark Felder
2020-12-02Support listing groups, listing keys in a group, and dumping the config ↵Mark Felder
based on group or specific key in that group
2020-12-02Sort output by groupMark Felder
Not the best sorting, but better than nothing.
2020-12-02Rename keys to groupsMark Felder
2020-12-02Document how to delete individual configuration groups and completely reset ↵Mark Felder
the config without SQL
2020-12-02Better deletion messageMark Felder
2020-12-02Add mix tasks to give additional recovery and debugging optionsMark Felder
- pleroma.config dump: prints the entire config as it would be exported to the filesystem - pleroma.config dump KEY: prints the configuration under a specific ConfigDB key in the database - pleroma.config keylist: lists the available keys in ConfigDB - pleroma.config keydel KEY: deletes ConfigDB entry stored under the key This should prevent the need for users to manually execute SQL queries.
2020-12-02Emoji: Only accept RGI emoji.lain
"recommended for general interchange"
2020-12-02Document follow relationship updates and cleanupEgor Kislitsyn
2020-12-02Emoji: Remove unused emoji-data.txtlain
2020-12-02Emoji: Update to Unicode 13.1, switch base file, allow multichar.lain
2020-12-02User: Remove left-over (wrong) fix.lain
2020-12-02User: Don't allow local users in remote changesetslain
2020-12-02Stream follow updatesEgor Kislitsyn
2020-11-30[#3112] Allowed revoking same-user token from any apps. Added tests.Ivan Tashkinov
2020-11-28Merge remote-tracking branch 'remotes/origin/develop' into auth-improvementsIvan Tashkinov
2020-11-28OAuth form user remembering feature. Local MastoFE login / logout fixes.Ivan Tashkinov
2020-11-27digest algorithm is taken from headerAlexander Strizhakov
2020-11-25fix specMaksim Pechnikov
2020-11-25Prevent mix tasks from spewing any internal logging unless DEBUG is in the envMark Felder
e.g., DEBUG=1 mix pleroma.config migrate_from_db
2020-11-25Merge remote-tracking branch 'remotes/origin/develop' into auth-improvementsIvan Tashkinov
2020-11-25Session token setting on token exchange. Auth-related refactoring.Ivan Tashkinov
2020-11-25fix for elixir 1.11Alexander Strizhakov
load runtime configs in releases with config provider
2020-11-23Search: Save detected pg version in a persistent term.lain
2020-11-23Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into websearchlain
2020-11-21Merge remote-tracking branch 'remotes/origin/develop' into auth-improvementsIvan Tashkinov
2020-11-21Session-based OAuth auth fixes (token expiration check), refactoring, tweaks.Ivan Tashkinov
2020-11-21Merge remote-tracking branch 'upstream/develop' into registration-workflowAlex Gleason
2020-11-20Merge branch 'fix/2302-report-duplicates' into 'develop'feld
Fix for forwarded reports Closes #2303 and #2302 See merge request pleroma/pleroma!3146
2020-11-20Linting.lain
2020-11-20Search: Change search method based on detected pg versionlain
2020-11-20Application: Save postgres version in the environmentlain
2020-11-20start limiters in mix tasksAlexander Strizhakov