- Oct 05, 2018
- Sep 30, 2018
-
-
kaniini authored
activitypub: fix error condition match See merge request pleroma/pleroma!365
-
kaniini authored
-
- Sep 28, 2018
-
-
Haelwenn authored
formatter: Stop using phoenix HTML and format it ourselves Closes #307 See merge request pleroma/pleroma!363
-
Haelwenn authored
* Pheonix has an extra scheme whitelist conflicting with ours * Pheonix doesn’t seems to do URL encoding, just HTML encoding Closes: pleroma/pleroma#307
-
Haelwenn authored
[Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields" See merge request pleroma/pleroma!360
-
Haelwenn authored
-
Haelwenn authored
-
kaniini authored
activitypub: don't fall back to OStatus fetching when MRF rejects an object See merge request pleroma/pleroma!362
-
kaniini authored
-
kaniini authored
activitypub inbox: only accept unsigned/invalid-signature relayed creates, nothing else See merge request pleroma/pleroma!361
-
kaniini authored
although the previous handling assumed any unsigned/invalid signature message was a Create, lets make it more explicit
-
- Sep 27, 2018
-
-
kaniini authored
More kroeg bugfixes See merge request pleroma/pleroma!353
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
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
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
- Sep 24, 2018
-
-
kaniini authored
Uploaders.S3: Replace unsafe characters in object key See merge request pleroma/pleroma!359
-
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
-
- Sep 22, 2018
-
-
kaniini authored
update pleroma frontend See merge request pleroma/pleroma!357
-
kaniini authored
-
kaniini authored
html: add scrub policy tests See merge request pleroma/pleroma!356
-
kaniini authored
-
kaniini authored
-