Age | Commit message (Collapse) | Author |
|
Update Oban to 2.3.4
See merge request pleroma/pleroma!3256
|
|
needed.
|
|
|
|
`count/_` to indicate approximate total count for current iteration.
|
|
|
|
|
|
Fix Reblog API
Closes #2423
See merge request pleroma/pleroma!3261
|
|
|
|
|
|
Do not set visibility parameter to `public` by default and let CommonAPI to infer it from status.
|
|
|
|
|
|
|
|
|
|
Refactoring. Added warning to `clear_config/_` to minimize such issues in future.
|
|
optimization (auto switch to non-aggregate join strategy when efficient).
|
|
Also cosmetic changes to make the code clearer
|
|
|
|
|
|
|
|
|
|
Everything else is in User.Query, no need for this odd kludge.
|
|
|
|
|
|
|
|
Optimize Pleroma.Utils.command_available?/1
See merge request pleroma/pleroma!3254
|
|
Both of these changes are needed or it doesn't work.
|
|
|
|
|
|
|
|
|
|
feature/object-hashtags-rework
|
|
|
|
|
|
|
|
Replaces Pbkdf2.
|
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
TestUploaderSuccess as the uploader
|
|
|
|
|
|
Standardize base url for uploads
See merge request pleroma/pleroma!3246
|
|
|
|
it to the list
|
|
whitelisted domains
|
|
They used to contain the path parameter `id` as query param,
which would break the link.
|
|
|
|
|
|
|
|
Upload.base_url/0
Now we should have a correct base URL for S3 hosted objects throughout the codebase.
|
|
|