Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-03 | dump_key/2 no longer used | Mark Felder | |
2020-12-03 | Apply 6 suggestion(s) to 1 file(s) | feld | |
2020-12-03 | Credo | Mark Felder | |
2020-12-03 | Docs, Changelog: Add info about regional indicators | lain | |
2020-12-03 | Emoji: Also accept regional indicators | lain | |
2020-12-03 | Merge 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-02 | Merge branch 'update-linkify' into 'develop' | feld | |
Update Linkify to 0.4.0 See merge request pleroma/pleroma!3184 | |||
2020-12-02 | Make the --force flag for reset command consistent with the others and ↵ | Mark Felder | |
deduplicate db truncation | |||
2020-12-02 | Add --force flag for delete and reset commands | Mark Felder | |
Bunch of reorganization and consolidation | |||
2020-12-02 | Add comment for this mysterious behavior | Mark Felder | |
2020-12-02 | No need for a separate functions here | Mark Felder | |
2020-12-02 | Use a callback strategy to short circuit the functions and print a nice error | Mark Felder | |
2020-12-02 | Centralize check that configdb is enabled which now raises an exception | Mark Felder | |
2020-12-02 | Left public during debugging | Mark Felder | |
2020-12-02 | Add tests for config dumping | Mark Felder | |
2020-12-02 | Use inspect instead of faking the output | Mark Felder | |
2020-12-02 | Remove unnecessary keys command | Mark Felder | |
2020-12-02 | Sync docs with mix commands | Mark Felder | |
2020-12-02 | The debug output is no longer there by default | Mark Felder | |
2020-12-02 | Ensure scary warning starts on a new line | Mark Felder | |
2020-12-02 | Update ConfigDB docs for new mix commands | Mark Felder | |
2020-12-02 | Print whole config when resetting and include a scary looking message. | Mark Felder | |
2020-12-02 | Both are really atoms | Mark Felder | |
2020-12-02 | Transform strings to atoms for all cases, including when the atom is a ↵ | Mark Felder | |
module like Pleroma.Emails.Mailer | |||
2020-12-02 | Support atoms and strings as args to the mix task | Mark Felder | |
Improve output. Show the user what will be deleted before the prompt. | |||
2020-12-02 | Fix deletion regression due to strings instead of atoms | Mark Felder | |
Improve message after successful deletion | |||
2020-12-02 | Improve dumping groups and specific keys; add prompts for delete and reset | Mark Felder | |
2020-12-02 | Support listing groups, listing keys in a group, and dumping the config ↵ | Mark Felder | |
based on group or specific key in that group | |||
2020-12-02 | Sort output by group | Mark Felder | |
Not the best sorting, but better than nothing. | |||
2020-12-02 | Add the delete and reset instructions | Mark Felder | |
2020-12-02 | Rename keys to groups | Mark Felder | |
2020-12-02 | Spelling | Mark Felder | |
2020-12-02 | Document how to delete individual configuration groups and completely reset ↵ | Mark Felder | |
the config without SQL | |||
2020-12-02 | Better deletion message | Mark Felder | |
2020-12-02 | Add mix tasks to give additional recovery and debugging options | Mark 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-02 | We no longer expect mentions to link if they are prefixed with too many @'s | Mark Felder | |
2020-12-02 | Changelog: Update changelog | lain | |
2020-12-02 | Docs: Add info about RGI emoji | lain | |
2020-12-02 | Emoji: Only accept RGI emoji. | lain | |
"recommended for general interchange" | |||
2020-12-02 | Emoji: Add test for ZWJ sequence emoji | lain | |
2020-12-02 | Document follow relationship updates and cleanup | Egor Kislitsyn | |
2020-12-02 | Emoji: Remove unused emoji-data.txt | lain | |
2020-12-02 | Emoji: Update to Unicode 13.1, switch base file, allow multichar. | lain | |
2020-12-02 | SideEffects: fix test | lain | |
2020-12-02 | User: Remove left-over (wrong) fix. | lain | |
2020-12-02 | User: Don't allow local users in remote changesets | lain | |
2020-12-01 | Update Linkify to 0.4.0 | Mark Felder | |
2020-12-02 | Stream follow updates | Egor Kislitsyn | |
2020-12-01 | Merge branch 'fix/search-test-on-exit' into 'develop' | rinpatch | |
Search tests: Use on_exit for restoring `persistent_term` state See merge request pleroma/pleroma!3182 | |||
2020-12-01 | Search tests: Use on_exit for restoring `persistent_term` state | rinpatch | |
Otherwise if the assertion failed, the code below which resets the state would never be reached |