- 28 Sep, 2018 2 commits
- 24 Sep, 2018 2 commits
-
-
Martin authored
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
- 22 Sep, 2018 15 commits
- 21 Sep, 2018 1 commit
-
- 20 Sep, 2018 12 commits
-
-
kaniini authored
-
kaniini authored
-
kaniini authored
-
Haelwenn authored
Update mastodon frontend Closes mastofe#33 See: !352
-
Haelwenn authored
Update mastodon API to 2.5.0 Closes: pleroma/pleroma#298 Closes: pleroma/pleroma#299 See: pleroma/pleroma!351
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
- 19 Sep, 2018 3 commits
-
-
kaniini authored
-
kaniini authored
-
Haelwenn authored
Revert "Mastodon API: Fake support for loading filters" See merge request pleroma/pleroma!348
-
- 18 Sep, 2018 1 commit
-
- 17 Sep, 2018 1 commit
-
-
Dominique Feyer authored
-
- 16 Sep, 2018 3 commits
-
-
kaniini authored
html: support mediaproxy for inline images Closes #275 See merge request pleroma/pleroma!346
-
kaniini authored
-
kaniini authored
-