Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-11-30 | [#3112] Allowed revoking same-user token from any apps. Added tests. | Ivan Tashkinov | |
2020-11-28 | Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements | Ivan Tashkinov | |
2020-11-28 | OAuth form user remembering feature. Local MastoFE login / logout fixes. | Ivan Tashkinov | |
2020-11-27 | Merge branch '2727-gitlab-issues' into 'develop' | Haelwenn | |
Gitlab-CI: Explicitly tag specified arm32 images. Closes #2327 See merge request pleroma/pleroma!3178 | |||
2020-11-27 | Gitlab-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-27 | Merge 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-27 | digest algorithm is taken from header | Alexander Strizhakov | |
2020-11-26 | Merge branch 'removing-fed-sockets-settings' into 'develop' | rinpatch | |
Removing remaining fed sockets settings See merge request pleroma/pleroma!3177 | |||
2020-11-26 | removing fed sockets settings | Alexander Strizhakov | |
2020-11-25 | Merge 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-25 | fix spec | Maksim Pechnikov | |
2020-11-25 | Prevent mix tasks from spewing any internal logging unless DEBUG is in the env | Mark Felder | |
e.g., DEBUG=1 mix pleroma.config migrate_from_db | |||
2020-11-25 | Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements | Ivan Tashkinov | |
2020-11-25 | Session token setting on token exchange. Auth-related refactoring. | Ivan Tashkinov | |
2020-11-25 | Merge branch 'fix/2323-release-configuration-provider' into 'develop' | rinpatch | |
Fix for elixir 1.11 Closes #2323 See merge request pleroma/pleroma!3173 | |||
2020-11-25 | fix for elixir 1.11 | Alexander Strizhakov | |
load runtime configs in releases with config provider | |||
2020-11-25 | Merge branch 'features/ruby-elements' into 'develop' | rinpatch | |
scrubbers/default: Add ruby element and it's childs See merge request pleroma/pleroma!3172 | |||
2020-11-25 | scrubbers/default: Add ruby element and it's childs | Haelwenn (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-24 | Merge branch 'chore/jason-in-tests' into 'develop' | Haelwenn | |
Use Jason instead of Poison in tests See merge request pleroma/pleroma!3171 | |||
2020-11-23 | Fix badly formatted JSON fixtures which causes Jason to erroneously detect ↵ | Mark Felder | |
control characters | |||
2020-11-23 | Use Jason instead of Poison in tests | Mark Felder | |
2020-11-23 | Merge branch 'chore/bump-linkify' into 'develop' | rinpatch | |
[#2293] Update Linkify to 0.3.0 See merge request pleroma/pleroma!3170 | |||
2020-11-23 | Update Linkify to 0.3.0 | Mark 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-23 | Merge branch 'websearch' into 'develop' | rinpatch | |
Use `websearch_to_tsvector` by default See merge request pleroma/pleroma!3163 | |||
2020-11-23 | Search: Save detected pg version in a persistent term. | lain | |
2020-11-23 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into websearch | lain | |
2020-11-23 | Merge branch 'weblate-pleroma-pleroma' into 'develop' | Haelwenn | |
Translations update from Weblate See merge request pleroma/pleroma!3167 | |||
2020-11-21 | Merge branch 'cherry-pick-a65fc78c' into 'stable' | feld | |
Dockerfile fixes for stable See merge request pleroma/pleroma!3169 | |||
2020-11-21 | Install file-dev in Dockerfile build stage | Michael Walker | |
This is required by the majic, added in #2534. |