Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-16 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-09-15 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
media-preview-proxy-nostream | |||
2020-09-15 | fixed tests | Maksim Pechnikov | |
2020-09-15 | Merge branch 'reply-visibility-user-guard' into 'develop' | lain | |
Mastodon API: fix the public timeline returning an error when the `reply_visibility` parameter is set to `self` for an unauthenticated user See merge request pleroma/pleroma!2999 | |||
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 | Ensure SimplePolicy's tags in string representation don't trip up the object ↵ | Mark Felder | |
validator | |||
2020-09-14 | fix credo warning | stwf | |
2020-09-14 | search indexing metadata respects discoverable flag | stwf | |
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 | Validate Welcome Chat message works with Simple policy applied to local instance | Mark Felder | |
2020-09-14 | Merge branch 'remove/managed-config-option' into 'develop' | rinpatch | |
Remove `:managed_config` option. Closes #2086 See merge request pleroma/pleroma!2983 | |||
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 | |||
2020-09-14 | Merge branch 'hotfix/rich-media-compile-error' into 'develop' | rinpatch | |
RichMedia: fix a compilation error due to nonexistent variable See merge request pleroma/pleroma!2996 | |||
2020-09-14 | RichMedia: fix a compilation error due to nonexistent variable | rinpatch | |
No idea why this passed Gitlab CI | |||
2020-09-14 | Merge branch 'feat/rich-media-head' into 'develop' | rinpatch | |
RichMedia: Do a HEAD request to check content type/length See merge request pleroma/pleroma!2995 | |||
2020-09-14 | Apply 1 suggestion(s) to 1 file(s) | rinpatch | |
2020-09-14 | RichMedia: Do a HEAD request to check content type/length | rinpatch | |
This shouldn't be too expensive, since the connections are pooled, but it should save us some bandwidth since we won't fetch non-html files and files that are too large for us to process (especially since you can't cancel a request without closing the connection with HTTP1). | |||
2020-09-14 | RichMedia parser: do not set a cache TTL for unchanging errors | rinpatch | |
2020-09-14 | added notification constraints | Maksim Pechnikov | |
2020-09-14 | Merge branch 'fix/2139-oban-migration' into 'develop' | rinpatch | |
Remove old workers in oban migrations Closes #2139 See merge request pleroma/pleroma!2994 | |||
2020-09-13 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-09-13 | remove old workers in oban migrations | Alexander Strizhakov | |
2020-09-12 | Merge branch 'weblate-pleroma-pleroma' into 'develop' | Haelwenn | |
Translations update from Weblate See merge request pleroma/pleroma!2991 | |||
2020-09-12 | [#2497] Media preview proxy: preview bypass for small images | Ivan Tashkinov | |
(basing on Content-Length and Content-Type). | |||
2020-09-12 | [#2497] Media preview proxy: redirecting to media proxy url in case of ↵ | Ivan Tashkinov | |
preview error or unsupported content type. | |||
2020-09-11 | Ensure we only apply NSFW Simple policy on parsable objects | Mark Felder | |
2020-09-11 | Translated using Weblate (Spanish) | tarteka | |
Currently translated at 20.7% (22 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/es/ | |||
2020-09-11 | Merge branch 'chore/docs-spelling' into 'develop' | feld | |
Spelling nit See merge request pleroma/pleroma!2993 | |||
2020-09-11 | Spelling | Mark Felder | |
Reported by: trevoke | |||
2020-09-11 | Merge branch 'chat-moderation-stable' into chat-moderation | Alex Gleason | |
2020-09-11 | Chat moderation: fix formatting | Alex Gleason | |
2020-09-11 | Merge remote-tracking branch 'upstream/develop' into chat-moderation | Alex Gleason | |
2020-09-11 | Chat moderation: add tests for unauthorized access | Alex Gleason | |
2020-09-11 | Chat Moderation: use explicit `sender` and `recipient` fields | Alex Gleason | |
2020-09-11 | Credo fix | Alex Gleason | |
2020-09-11 | Docs: AdminAPI chat moderation | Alex Gleason | |
2020-09-11 | AdminAPI: fix delete chat message | Alex Gleason | |
2020-09-11 | AdminAPI: show chat | Alex Gleason | |
2020-09-11 | AdminAPI: list messages in a chat | Alex Gleason | |
2020-09-11 | Refactor with Chat.for_user_query/1 | Alex Gleason | |
2020-09-11 | AdminAPI: list chats for a user | Alex Gleason | |
2020-09-11 | AdminAPI: delete a chat message | Alex Gleason | |
2020-09-11 | MastodonAPI.StatusView.get_user/1 --> CommonAPI.get_user/1 | Alex Gleason | |
2020-09-11 | Fetcher: Correctly return MRF reject reason | Haelwenn (lanodan) Monnier | |
2020-09-11 | Merge remote-tracking branch 'remotes/origin/develop' into media-preview-proxy | Ivan Tashkinov | |
# Conflicts: # lib/pleroma/instances/instance.ex | |||
2020-09-11 | Merge branch 'feat/log-possible-hol' into 'develop' | rinpatch | |
ConnectionPool: Log possible HTTP1 blocks See merge request pleroma/pleroma!2989 | |||
2020-09-11 | ConnectionPool: Log possible HTTP1 blocks | rinpatch | |