stable #2

Closed
qbism wants to merge 25 commits from AkkomaGang/akkoma:stable into develop
Owner
No description provided.
qbism added 80 commits 2023-04-29 02:47:20 +00:00
Reviewed-on: AkkomaGang/akkoma#160
Reviewed-on: AkkomaGang/akkoma#181
Reviewed-on: AkkomaGang/akkoma#158
Reviewed-on: AkkomaGang/akkoma#208
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: AkkomaGang/akkoma#216
Reviewed-on: AkkomaGang/akkoma#378
Reviewed-on: AkkomaGang/akkoma#498
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: AkkomaGang/akkoma#500
When no image description is filled in, Pleroma allowed fallbacks.
Those were (based on a setting) either the filename, or a fixed description.
Neither are good options for image descriptions imo, so here we remove this.

Note that there's two tests removed who supposedly tested something else.
But examining closer, they didn't seem to test what they claimed to test,
so I removed them rather than try to "fix" them.
weird values in href will cause base64 encoding to fail later down the
line, so let's make sure the value we're passing on is somewhat sane, or
at the very least a binary

this fixes #482
Reviewed-on: AkkomaGang/akkoma#506
Reviewed-on: AkkomaGang/akkoma#507
Reviewed-on: AkkomaGang/akkoma#502
TODO: PLEASE FOR THE LOVE OF KANATAN CACHE THIS
This reverts commit 1d94f2a424.
Reviewed-on: AkkomaGang/akkoma#517
Reviewed-on: AkkomaGang/akkoma#518
Reviewed-on: AkkomaGang/akkoma#512
Reviewed-on: AkkomaGang/akkoma#493
floatingghost added 21 commits 2023-05-23 13:10:24 +00:00
Fixes #528
This make the behavior consistent between when UserNote doesn't exist and when comment is null.

The current behavior may return null in APIs, which misleads some clients doing feature detection into thinking the server does not support comments.
For example, see https://codeberg.org/husky/husky/issues/92
Several tests for prune_objetcs need a date older than the deadline for pruning, so I moved that to the setup
When doing prune_objects, it's possible that bookmarked objects are deleted.
This gave problems when fetching the bookmark TL.
Here we clean up the bookmarks during pruning in the case were it's possible that bookmarked objects are deleted.
Reviewed-on: AkkomaGang/akkoma#544
Reviewed-on: AkkomaGang/akkoma#535
Reviewed-on: AkkomaGang/akkoma#530
Reviewed-on: AkkomaGang/akkoma#542
qbism closed this pull request 2023-05-24 02:19:50 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: qbism/qb_akkoma#2
No description provided.