aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-02Add the delete and reset instructionsMark Felder
2020-12-02Rename keys to groupsMark Felder
2020-12-02SpellingMark 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-02We no longer expect mentions to link if they are prefixed with too many @'sMark Felder
2020-12-02Changelog: Update changeloglain
2020-12-02Docs: Add info about RGI emojilain
2020-12-02Emoji: Only accept RGI emoji.lain
"recommended for general interchange"
2020-12-02Emoji: Add test for ZWJ sequence emojilain
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-02SideEffects: fix testlain
2020-12-02User: Remove left-over (wrong) fix.lain
2020-12-02User: Don't allow local users in remote changesetslain
2020-12-01Update Linkify to 0.4.0Mark Felder
2020-12-02Stream follow updatesEgor Kislitsyn
2020-12-01Merge 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-01Search tests: Use on_exit for restoring `persistent_term` staterinpatch
Otherwise if the assertion failed, the code below which resets the state would never be reached
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-27Merge branch '2727-gitlab-issues' into 'develop'Haelwenn
Gitlab-CI: Explicitly tag specified arm32 images. Closes #2327 See merge request pleroma/pleroma!3178
2020-11-27Gitlab-CI: Explicitly tag specified arm32 images.lain
So we don't accidentally run generic images on runners that only can deal with specific images.
2020-11-27Merge branch 'fix/2322-digest-algorithm-case-insensitive' into 'develop'lain
Digest algorithm is taken from header Closes #2322 See merge request pleroma/pleroma!3176
2020-11-27digest algorithm is taken from headerAlexander Strizhakov
2020-11-26Merge branch 'removing-fed-sockets-settings' into 'develop'rinpatch
Removing remaining fed sockets settings See merge request pleroma/pleroma!3177
2020-11-26removing fed sockets settingsAlexander Strizhakov
2020-11-25Merge branch 'fix/mix-debug' into 'develop'feld
Prevent mix tasks from spewing any internal logging unless DEBUG is in the env See merge request pleroma/pleroma!3175
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-25Merge branch 'fix/2323-release-configuration-provider' into 'develop'rinpatch
Fix for elixir 1.11 Closes #2323 See merge request pleroma/pleroma!3173
2020-11-25fix for elixir 1.11Alexander Strizhakov
load runtime configs in releases with config provider
2020-11-25Merge branch 'features/ruby-elements' into 'develop'rinpatch
scrubbers/default: Add ruby element and it's childs See merge request pleroma/pleroma!3172
2020-11-25scrubbers/default: Add ruby element and it's childsHaelwenn (lanodan) Monnier
This allows to format Japanese furigana (aka ruby) notation. Present in XHTML 1.1, HTML 5 and later. Absent in XHTML 1.0, HTML 4 and earlier. See https://www.w3.org/TR/ruby/
2020-11-24Merge branch 'chore/jason-in-tests' into 'develop'Haelwenn
Use Jason instead of Poison in tests See merge request pleroma/pleroma!3171
2020-11-23Fix badly formatted JSON fixtures which causes Jason to erroneously detect ↵Mark Felder
control characters
2020-11-23Use Jason instead of Poison in testsMark Felder
2020-11-23Merge branch 'chore/bump-linkify' into 'develop'rinpatch
[#2293] Update Linkify to 0.3.0 See merge request pleroma/pleroma!3170
2020-11-23Update Linkify to 0.3.0Mark Felder
Added - Support returning result as iodata and as safe iodata Fixed - Hashtags followed by HTML tags "a", "code" and "pre" were not detected - Incorrect parsing of HTML links inside HTML tags - Punctuation marks in the end of urls were included in the html links - Incorrect parsing of mentions with symbols before them
2020-11-23Merge branch 'websearch' into 'develop'rinpatch
Use `websearch_to_tsvector` by default See merge request pleroma/pleroma!3163
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-23Merge branch 'weblate-pleroma-pleroma' into 'develop'Haelwenn
Translations update from Weblate See merge request pleroma/pleroma!3167
2020-11-21Merge branch 'cherry-pick-a65fc78c' into 'stable'feld
Dockerfile fixes for stable See merge request pleroma/pleroma!3169
2020-11-21Install file-dev in Dockerfile build stageMichael Walker
This is required by the majic, added in #2534.