Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-15 | fixed tests | Maksim Pechnikov | |
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 | fix credo warning | stwf | |
2020-09-14 | search indexing metadata respects discoverable flag | stwf | |
2020-09-14 | Validate Welcome Chat message works with Simple policy applied to local instance | Mark Felder | |
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-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 | 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 | 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 | instance: Handle not getting a favicon | Haelwenn (lanodan) Monnier | |
2020-09-11 | Pipeline Ingestion: Article | Haelwenn (lanodan) Monnier | |
2020-09-11 | Pipeline Ingestion: Video | Haelwenn (lanodan) Monnier | |
2020-09-10 | remove validate_expires_at from enqueue method | Alexander Strizhakov | |
2020-09-10 | configurable lifetime for ephemeral activities | Alexander Strizhakov | |
2020-09-10 | pin/unpin for activities with expires_at option | Alexander Strizhakov | |
2020-09-10 | reject activity creation | Alexander Strizhakov | |
if passed expires_at option and expiring activities are not configured | |||
2020-09-10 | don't expire pinned posts | Alexander Strizhakov | |
2020-09-10 | schedule activity expiration in Oban | Alexander Strizhakov | |
2020-09-10 | Merge branch 'feature/1790-oban-overuse-clear-oauth-token' into 'develop' | rinpatch | |
Feature/1790 removing expired tokens through Oban scheduled jobs See merge request pleroma/pleroma!2957 | |||
2020-09-10 | Merge branch 'chores/remove-ostatus-fixtures' into 'develop' | rinpatch | |
Remove OStatus in testsuite See merge request pleroma/pleroma!2968 | |||
2020-09-10 | Streaming integration tests: remove unexpected error assumption | rinpatch | |
For some reason instead of fixing unexpected errors, we made tests assert they indeed trigger... Now that the errors are fixed these were failing | |||
2020-09-10 | expire mfa tokens through Oban | Alexander Strizhakov | |
2020-09-10 | schedule expired oauth tokens deletion with Oban | Alexander Strizhakov | |
2020-09-10 | added paginate links to headers for /chats/:id/messages | Maksim Pechnikov | |
2020-09-09 | [#2497] Added missing alias, removed legacy `:adapter` option specification ↵ | Ivan Tashkinov | |
for HTTP.get/_. | |||
2020-09-09 | Merge branch 'develop' into media-preview-proxy | Mark Felder | |
2020-09-09 | Add tests for the bulk confirm/unconfirm tasks | Mark Felder | |
2020-09-09 | Add test for pleroma.user set --confirmed | Mark Felder | |
Order now matters because of testing shell_info | |||
2020-09-08 | Metadata: Move restriction check from Feed provider to activated_providers | rinpatch | |
2020-09-08 | Do not serve RSS/Atom feeds when instance is private | Mark Felder | |
2020-09-08 | Fix test so setting doesn't leak | Mark Felder | |
2020-09-08 | Disable providers of user and status metadata when instance is private | Mark Felder | |
2020-09-08 | AP C2S: Restrict character limit on Note | Haelwenn (lanodan) Monnier | |
2020-09-08 | Merge branch 'bugfix/mock' into 'develop' | Haelwenn | |
mockfix but for non-secteam because gitlab See merge request pleroma/pleroma!2973 | |||
2020-09-08 | Merge 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-08 | Remove OStatus in testsuite | Haelwenn (lanodan) Monnier | |
2020-09-08 | Drop unused "inReplyToAtomUri" in objects | Haelwenn (lanodan) Monnier | |