Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-16 | Merge branch 'fix-2856' into 'develop' | tusooa | |
Uploading an avatar media exceeding max size returns a 413 Closes #2856 See merge request pleroma/pleroma!3804 | |||
2022-12-16 | Merge branch 'update-deps' into 'develop' | lain | |
Update to Phoenix 1.6, Elixir 1.11, and chase dependencies See merge request pleroma/pleroma!3766 | |||
2022-12-15 | AudioVideoValidator: Fix embedded attachment requirements | Lain Soykaf | |
2022-12-15 | AttachmentValidator: Actually require url | Lain Soykaf | |
2022-12-14 | Fix failure when registering a user with no email when approval required | tusooa | |
2022-12-11 | Return 413 when an actor's banner or background exceeds the size limit | duponin | |
2022-12-11 | Uploading an avatar media exceeding max size returns a 413 | duponin | |
Until now it was returning a 500 because the upload plug were going through the changeset and ending in the JSON encoder, which raised because struct has to @derive the encoder. | |||
2022-12-09 | Merge branch 'from/upstream-develop/tusooa/report-fake' into 'develop' | Haelwenn | |
Report an Object, not a Create Activity Closes #2986 See merge request pleroma/pleroma!3788 | |||
2022-12-08 | Add tests for flagging non-Create activities | tusooa | |
2022-11-28 | Merge branch 'develop' into 'develop' | Haelwenn | |
Change follow_operation schema to use type BooleanLike Closes #2999 See merge request pleroma/pleroma!3787 | |||
2022-11-28 | Change follow_operation schema to use type BooleanLike | ave | |
2022-11-27 | Merge branch 'mergeback/2.4.5' into 'develop' | Haelwenn | |
Mergeback: 2.4.5 See merge request pleroma/pleroma!3794 | |||
2022-11-27 | Skip two unicode/kanji tests that can't pass on Mac. | Jeremy Huffman | |
2022-11-27 | scrubbers: Scrub img class attribute | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3790 | |||
2022-11-20 | Fix UtilsTest | tusooa | |
2022-11-20 | Fix unit tests | tusooa | |
2022-11-20 | Fix report api | tusooa | |
2022-11-19 | Flag an Object, not an Activity | tusooa | |
2022-11-14 | Merge branch 'akkoma/delete-improvements' into 'develop' | lain | |
Alter priority of Delete activities to be lowest See merge request pleroma/pleroma!3782 | |||
2022-11-14 | Merge branch 'bugfix/reset-unreachable-on-fetch' into 'develop' | lain | |
Object.Fetcher: Set reachable on successful fetch See merge request pleroma/pleroma!3780 | |||
2022-11-13 | Alter priority of Delete activities to be lowest | Mark Felder | |
This will prevent a user with a large number of posts from negatively affecting performance of the outgoing federation queue if they delete their account. | |||
2022-11-13 | Merge branch 'fix-typo-in-csp-report-to-header-name' into 'develop' | Haelwenn | |
Fix typo in CSP Report-To header name See merge request pleroma/pleroma!3768 | |||
2022-11-13 | Object.Fetcher: Set reachable on successful fetch | Haelwenn (lanodan) Monnier | |
2022-11-12 | Merge branch 'from/upstream-develop/tusooa/no-strip-report' into 'develop' | tusooa | |
Give admin the choice to not strip reported statuses Closes #2887 See merge request pleroma/pleroma!3773 | |||
2022-11-11 | Lint | tusooa | |
2022-11-11 | Remove Quack logging backend | Mark Felder | |
2022-11-09 | Render a generated reported activity properly | tusooa | |
2022-11-09 | Do not strip reported statuses when configured not to | tusooa | |
2022-11-04 | Fix typo in CSP Report-To header name | Thomas Citharel | |
The header name was Report-To, not Reply-To. In any case, that's now being changed to the Reporting-Endpoints HTTP Response Header. https://w3c.github.io/reporting/#header https://github.com/w3c/reporting/issues/177 CanIUse says the Report-To header is still supported by current Chrome and friends. https://caniuse.com/mdn-http_headers_report-to It doesn't have any data for the Reporting-Endpoints HTTP header, but this article says Chrome 96 supports it. https://web.dev/reporting-api/ (Even though that's come out one year ago, that's not compatible with Network Error Logging which's still using the Report-To version of the API) Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||
2022-11-03 | rebase fix | Alexander Strizhakov | |
2022-11-03 | expanding WebFinger | Alexander Strizhakov | |
2022-10-30 | Merge branch 'from/upstream-develop/tusooa/2930-get-or-fetch' into 'develop' | Haelwenn | |
Fix User.get_or_fetch/1 with usernames starting with http Closes #2930 See merge request pleroma/pleroma!3751 | |||
2022-10-27 | Merge branch 'push-updates' into 'develop' | tusooa | |
Push.Impl: support edits See merge request pleroma/pleroma!3760 | |||
2022-10-14 | CommonAPI: generate ModerationLog for all admin/moderator deletes | Haelwenn (lanodan) Monnier | |
As a side-effect it also changes the ChatMessage delete ID to an Activity.id rather than MessageReference.id Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2958 | |||
2022-10-08 | Merge branch 'release/2.4.4' into mergeback/2.4.4 | Tusooa Zhu | |
2022-10-01 | Push.Impl: support edits | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-09-27 | Merge branch 'fix/exclude-deactivated-in-search' into 'develop' | Haelwenn | |
User: search: exclude inactive users from user search See merge request pleroma/pleroma!3755 | |||
2022-09-27 | Merge branch 'from/upstream-develop/tusooa/fix-static-tests' into 'develop' | Haelwenn | |
Make instance document controller test sync Closes #2940 See merge request pleroma/pleroma!3757 | |||
2022-09-27 | Merge branch 'bugfix/elixir-1.14' into 'develop' | Haelwenn | |
Bugfix: Elixir 1.14 See merge request pleroma/pleroma!3740 | |||
2022-09-20 | Make instance document controller test sync | Tusooa Zhu | |
2022-09-18 | Merge branch 'websocketex' into 'develop' | tusooa | |
Use Websockex to replace websocket_client See merge request pleroma/pleroma!3743 | |||
2022-09-16 | Merge branch 'remove_from_followers' into 'develop' | tusooa | |
MastoAPI: POST /api/v1/accounts/:id/remove_from_followers See merge request pleroma/pleroma!3647 | |||
2022-09-16 | User: search: exclude deactivated users from user search | a1batross | |
This way we don't pollute search results with deactivated and deleted users | |||
2022-09-14 | Fix wrong relationship direction | Tusooa Zhu | |
2022-09-11 | Use set of pregenerated RSA keys | FloatingGhost | |
Randomness is a huge resource sink, so let's just use a some that we made earlier | |||
2022-09-11 | ObjectView: do not fetch an object for its ID | Hélène | |
Non-Create/Listen activities had their associated object field normalized and fetched, but only to use their `id` field, which is both slow and redundant. This also failed on Undo activities, which delete the associated object/activity in database. Undo activities will now render properly and database loads should improve ever so slightly. | |||
2022-09-08 | Fix User.get_or_fetch/1 with usernames starting with http | Tusooa Zhu | |
2022-09-05 | Merge branch 'from/upstream-develop/tusooa/2892-backup-scope' into 'develop' | Haelwenn | |
Make backups require its own scope Closes #2892 See merge request pleroma/pleroma!3721 | |||
2022-09-05 | Merge branch 'fix/user-private-key-generation' into 'develop' | Haelwenn | |
User: generate private keys on user creation See merge request pleroma/pleroma!3737 | |||
2022-09-05 | Merge branch 'develop' into 'from/upstream-develop/tusooa/2892-backup-scope' | tusooa | |
# Conflicts: # CHANGELOG.md |