aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2020-09-08Merge branch 'stable' into stable-sync/2.1.1rinpatch
2020-09-08Document breaking change for metadata providersMark Felder
2020-09-08Disable providers of user and status metadata when instance is privateMark Felder
2020-09-08Merge branch 'fix/upload-filter-exiftool-webp' into 'develop'rinpatch
Skip processing webp image files because we can't strip EXIF Closes #2080 See merge request pleroma/pleroma!2924
2020-09-08CHANGELOG.md: Add 2.1.1 entryrinpatch
2020-09-08Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into unlistedMark Felder
2020-09-08Merge branch 'fix/upload-filter-exiftool-webp' into 'develop'rinpatch
Skip processing webp image files because we can't strip EXIF Closes #2080 See merge request pleroma/pleroma!2924
2020-09-08changelog: add ForceBotUnlistedPolicyAlibek Omarov
2020-09-08Merge branch 'fix/rich-media-fake-statuses' into 'develop'lain
Rich Media: Do not cache URLs for preview statuses Closes #1987 See merge request pleroma/pleroma!2956
2020-09-08Merge branch 'fix/2095-deactivated-account-reset' into 'develop'feld
Disallow password resets for deactivated accounts Closes #2095 See merge request pleroma/pleroma!2935
2020-09-08Merge branch 'feat/rich-media-improvements' into 'develop'rinpatch
Rich media improvements See merge request pleroma/pleroma!2944
2020-09-08Merge branch 'fix/2087-metadata' into 'develop'rinpatch
Fix/2087 metadata See merge request pleroma/secteam/pleroma!11
2020-09-08Merge branch 'fix-searching-following' into 'develop'rinpatch
search: fix 'following' query parameter See merge request pleroma/pleroma!2943
2020-09-08CHANGELOG.md: move the exiftool webp entry to a proper sectionrinpatch
Also clarify how it was fixed
2020-09-08Fix uploading webp image files when Exiftool Upload Filter is enabledMark Felder
2020-09-08CHANGELOG.md: Split settings renaming to 2 separate entriesrinpatch
2020-09-07changelog entryAlexander Strizhakov
2020-09-07CHANGELOG.md: move Unreleased section ahead of unreleased-patchrinpatch
2020-09-07removing Stats worker from Oban cron jobsAlexander Strizhakov
2020-09-07Merge branch 'temp-hackney-fix' into 'develop'rinpatch
temp hackney fix See merge request pleroma/pleroma!2951
2020-09-07Add a changelog entry for hackney downgraderinpatch
2020-09-05Rich Media: Do not cache URLs for preview statusesrinpatch
Closes #1987
2020-09-02Disallow password resets for deactivated accounts.Mark Felder
Ensure all responses to password reset events are identical.
2020-09-02StatusView: Start fetching rich media cards as soon as possiblerinpatch
2020-09-02Rich media: Add failure trackingrinpatch
2020-09-02search: fix 'following' query parameterKarol Kosek
The parameter included the accounts that are following you (followers) instead of those you are actually following. Co-Authored-By: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2020-08-28Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
pleroma-2.1-rc0
2020-08-26Changelog: Add info about list fixes.lain
2020-08-26Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
pleroma-2.1-rc0
2020-08-25Merge branch 'feature/1952-read-muted-notifications' into 'develop'feld
Automatically mark notifications about statuses from muted users and threads as read Closes #1952 See merge request pleroma/pleroma!2893
2020-08-25Merge branch 'stable' of git.pleroma.social:pleroma/pleroma into pleroma-2.1-rc0lain
2020-08-25Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
frontend-bundles-downloads
2020-08-19additional changelog entryAlexander Strizhakov
2020-08-19changelog entryAlexander Strizhakov
2020-08-18Changelog: Add info about upload description changeslain
2020-08-17Merge branch ↵lain
'2046-default-restrict-unauthenticated-basing-on-instance-privacy' into 'develop' [#2046] Defaulted pleroma/restrict_unauthenticated basing on instance privacy Closes #2046 See merge request pleroma/pleroma!2890
2020-08-17Apply 1 suggestion(s) to 1 file(s)Hugo
2020-08-17Start :ssl if not started when running migration or rollbackHugo Müller-Downing
2020-08-17Make notifications about new statuses from muted threads readSergey Suprunenko
2020-08-15[#2046] Added test for pleroma/restrict_unauthenticated defaults on private ↵Ivan Tashkinov
instance. Updated docs and changelog.
2020-08-07Merge branch 'develop' into fix/ldap-auth-issuesMark Felder
2020-08-07Changelog: Add information about the object age policylain
2020-08-06Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
frontend-bundles-downloads
2020-08-05changelog for filter whole_word fixMary Kate
2020-08-05Add note about removal of Pleroma.Web.Auth.LDAPAuthenticator fallback to ↵Mark Felder
Pleroma.Web.Auth.PleromaAuthenticator
2020-08-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
frontend-bundles-downloads
2020-08-04Merge branch 'email-blacklist' into 'develop'lain
Add email blacklist, fixes #1404 Closes #1404 See merge request pleroma/pleroma!2837
2020-08-04Changelog: Add info about email blacklistlain
2020-08-03Changelog: Update with frontend mix task.lain
2020-08-02Add welcome chatmessagesIlja
* I added the option in config/config.exs * created a new module lib/pleroma/user/welcome_chat_message.ex * Added it to the registration flow * added to the cheatsheet * added to the config/description.ex * added to the Changelog.md