Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
harden get_actor
|
|
|
|
|
|
|
|
in a array [kroeg]
Also simplified the code for name trimming.
And not copying the Map.merge part as it looks buggy.
See: https://queer.hacktivis.me/objects/a9f21ebc-9a12-4a6c-89d5-3d46955c6ee8
|
|
just a Map [kroeg]
|
|
post [kroeg]
|
|
|
|
According to [the S3 docs][s3], the characters safe for use in object keys are:
* 0-9
* a-z
* A-Z
* !
* -
* _
* .
* *
* '
* (
* )
(The / character is not listed but mentioned being safe outside of the list.)
Several characters that are valid in filenames can cause problems, for example
spaces are not valid in URLs and need to be escaped,
sequences of spaces can become squeezed by S3,
some characters like \ are documented to require “significant special handling”.
To avoid these problems, this change encodes the filename
before using it as part of the S3 object name
by replacing all characters except those documented as “safe” with dashes.
[s3]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
user: implement dynamic refresh of profiles
See merge request pleroma/pleroma!350
|
|
Return 204 response on options request
See merge request pleroma/pleroma!347
|
|
|
|
fix_ap_users task)
|
|
2.5.0
|
|
|
|
|
|
value (false)
|
|
|
|
URL object
|
|
|
|
This reverts commit c1d07da4e18cc2acd11a5a131e1482aec5996552.
The fake support was superseded by 6e030129fb33926e6a5bd75c27af6f657f9da2a5 which actually implements the faked filters API.
This change removes the fake support and ensures that the actual implementation is used.
|
|
|
|
|
|
|
|
policy
|
|
|
|
html scrub policy
See merge request pleroma/pleroma!339
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|