Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-11 | Polish the changelog a bit and specify release date | rinpatch | |
2020-11-05 | CHANGELOG.md: Add an entry for the spoofing fix | rinpatch | |
2020-11-05 | Merge branch '2236-no-name' into 'develop' | Haelwenn | |
Resolve "Account cannot be fetched by some instances" Closes #2236 See merge request pleroma/pleroma!3101 | |||
2020-11-05 | Merge branch 'ostatus-controller-no-auth-check-on-non-federating-instances' ↵ | feld | |
into 'develop' OStatus / Static FE access control fixes See merge request pleroma/pleroma!3053 | |||
2020-11-05 | Merge branch '1668-prometheus-access-restrictions' into 'develop' | feld | |
[#1668] App metrics endpoint (Prometheus) access restrictions Closes #1668 See merge request pleroma/pleroma!3093 | |||
2020-11-04 | Merge branch '2257-self-chat' into 'develop' | rinpatch | |
Resolve "Can't message yourself in a chat (but can start it)" Closes #2257 See merge request pleroma/pleroma!3099 | |||
2020-10-21 | Rip out fedsockets from the release branch | rinpatch | |
2020-10-15 | CHANGELOG.md: prepare 2.2.0 changelog | rinpatch | |
2020-10-09 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-10-06 | Document the NSFW link preview change | Mark Felder | |
2020-10-05 | Merge branch 'develop' into feature/1893-remote-emoji-packs-pagination | Mark Felder | |
2020-10-03 | Merge branch 'fix/empty-params-openapi' into 'develop' | rinpatch | |
OpenAPI CastAndValidate: filter out empty params Closes #2198 See merge request pleroma/pleroma!3047 | |||
2020-09-29 | OpenAPI CastAndValidate: filter out empty params | rinpatch | |
Closes #2198 | |||
2020-09-29 | Merge branch 'ffmpeg-imagemagick-dependencies-documentation' into 'develop' | lain | |
`ffmpeg` / `ImageMagick` handling as optional dependencies See merge request pleroma/pleroma!3031 | |||
2020-09-29 | [#3031] Adjusted changelog entry. | Ivan Tashkinov | |
2020-09-29 | Apply 1 suggestion(s) to 1 file(s) | lain | |
2020-09-29 | Changelog: Add info about relay unfollowing | lain | |
2020-09-25 | Merge branch 'feature/bulk-confirmation' into 'develop' | feld | |
Bulk account confirmation actions Closes #2085 See merge request pleroma/pleroma!2975 | |||
2020-09-24 | Added documentation on installation of `ffmpeg` and `ImageMagick` dependencies. | Ivan Tashkinov | |
2020-09-24 | Changelog: Add info about user search. | lain | |
2020-09-24 | changelog entry | Alexander Strizhakov | |
2020-09-24 | changelog entry | Alexander Strizhakov | |
2020-09-23 | Merge branch 'develop' into feature/bulk-confirmation | Mark Felder | |
2020-09-23 | Merge branch 'develop' into 'issue/2115' | lain | |
# Conflicts: # CHANGELOG.md | |||
2020-09-23 | Merge branch 'develop' into 'issue/1975' | lain | |
# Conflicts: # CHANGELOG.md | |||
2020-09-23 | Changelog: Add info about emoji zip import feature | lain | |
2020-09-23 | Changelog: Info about email fix. | lain | |
2020-09-22 | Changelog: Add info about chat pagination fix. | lain | |
2020-09-18 | Merge branch 'develop' into issue/2099 | Maksim Pechnikov | |
2020-09-18 | Merge branch 'media-preview-proxy-nostream' into 'develop' | feld | |
Media preview proxy See merge request pleroma/pleroma!3001 | |||
2020-09-18 | Federate data through persistent websocket connections | Steven Fuchs | |
2020-09-18 | update changelog | Maksim Pechnikov | |
2020-09-17 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
media-preview-proxy-nostream # Conflicts: # CHANGELOG.md | |||
2020-09-17 | Merge branch 'stable' into stable-sync/2.1.2 | rinpatch | |
2020-09-17 | Create MRF.filter_pipeline to inject :object_data when present | Haelwenn (lanodan) Monnier | |
2020-09-17 | CHANGELOG.md: Add 2.1.2 entry | rinpatch | |
2020-09-17 | Merge branch 'omit-nondiscoverable-from-search' into 'develop' | Haelwenn | |
User search should respect discoverable flag See merge request pleroma/pleroma!2997 | |||
2020-09-17 | Merge branch 'instance-docs' into 'develop' | feld | |
AdminAPI: Allow to modify Terms of Service and Instance Panel via Admin API Closes #1516 See merge request pleroma/pleroma!2931 | |||
2020-09-17 | Merge branch 'bugfix/mrf-ingestion' into 'develop' | rinpatch | |
Bugfix: MRF and Pipeline Ingestion See merge request pleroma/secteam/pleroma!15 | |||
2020-09-17 | add test and changelog entry | stwf | |
2020-09-17 | Merge branch 'develop' into 'nondiscoverable-user-metadata' | lain | |
# Conflicts: # CHANGELOG.md | |||
2020-09-17 | add description to changelog | stwf | |
2020-09-17 | AdminAPI: Allow to modify Terms of Service and Instance Panel via Admin API | eugenijm | |
2020-09-16 | [#2497] Media preview proxy: misc. improvements (`static` param support, ↵ | Ivan Tashkinov | |
dynamic fifo pipe path), refactoring. | |||
2020-09-15 | Mastodon API: fix the public timeline returning an error when the ↵ | eugenijm | |
`reply_visibility` parameter is set to `self` for an unauthenticated user | |||
2020-09-15 | Merge branch 'fix/mrf-simple-welcome-chats' into 'develop' | Haelwenn | |
Ensure we only apply media_nsfw simple policy on parsable objects Closes #2133 See merge request pleroma/pleroma!2992 | |||
2020-09-14 | Move changelog entry to next patch | Mark Felder | |
2020-09-14 | Fixed Welcome chats with MRF Simple applied locally | Mark Felder | |
2020-09-14 | Merge duplicate Changed sections | Mark Felder | |
2020-09-14 | Remove `:managed_config` option. | rinpatch | |
In practice, it was already removed half a year ago, but the description and cheatsheet entries were still there. The migration intentionally does not use ConfigDB.get_by_params, since this will break migration code as soon as we add a new field is added to ConfigDB. Closes #2086 |