Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-01-12 | Delete attachments when status is deleted | Roman Chvanikov | |
2020-01-11 | Remove MDII uploader | Hakaba Hitoyo | |
2019-09-23 | add tunable for stream uploads, as needed for jortage to work. | Rachel Fae Fox | |
2019-08-10 | tests for Pleroma.Uploaders | Maksim | |
2019-08-10 | Uploader.S3 added support stream uploads | Maksim | |
2019-07-18 | tests for Uploader with webhook | Maksim | |
2019-07-10 | Wrap error messages into gettext helpers | Egor Kislitsyn | |
2019-07-03 | Remove Uploaders.Swift | Egor Kislitsyn | |
2019-05-25 | kill @httpoison | William Pitcock | |
2019-05-13 | Switch to Jason over Poison | Mark Felder | |
2019-03-24 | add overriding truncated_namespace condition for truncating paths for ↵ | Austin Lanari | |
digital ocean | |||
2019-03-13 | [Credo][CI] Add readability as it’s fixed | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.MaxLineLength | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Remove parentesis on argument-less functions | Haelwenn (lanodan) Monnier | |
2019-02-13 | bugfix mdii uploader | hakabahitoyo | |
2019-02-09 | Credo fixes: parameter consistency | Haelwenn (lanodan) Monnier | |
2019-01-30 | Use multiple hackney pools | href | |
* federation (ap, salmon) * media (rich media, media proxy) * upload (uploader proxy) Each "part" will stop fighting others ones -- a huge federation outbound could before make the media proxy fail to checkout a connection in time. splitted media and uploaded media for the good reason than an upload pool will have all connections to the same host (the uploader upstream). it also has a longer default retention period for connections. | |||
2019-01-23 | Merge branch 's3-namespace' into 'develop' | kaniini | |
S3 uploader: support for namespaced bucket Closes #532 See merge request pleroma/pleroma!699 | |||
2019-01-21 | Uploader callback controller | href | |
2019-01-21 | S3 Namespace | href | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-04 | status_code -> status | Maksim Pechnikov | |
2018-11-30 | Uploads fun, part. 2 | href | |
2018-11-30 | reverse proxy / uploads | href | |
2018-11-17 | fallbacking into local uploader | hakabahitoyo | |
2018-11-17 | better config reading | hakabahitoyo | |
2018-11-16 | better config | hakabahitoyo | |
2018-11-16 | better extension detection | hakabahitoyo | |
2018-11-15 | debug | hakabahitoyo | |
2018-11-15 | format | hakabahitoyo | |
2018-11-15 | debuf | Hakaba Hitoyo | |
2018-11-15 | omplement mdii uploader | Hakaba Hitoyo | |
2018-11-15 | add mdii uploader | Hakaba Hitoyo | |
2018-11-06 | Runtime configuration | href | |
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro. | |||
2018-10-29 | s3 uploader: add new feature to force public attachment URIs to go through ↵ | William Pitcock | |
media proxy | |||
2018-09-24 | Uploaders.S3: Replace unsafe characters in object key | Martin Kühl | |
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 | |||
2018-09-02 | [Pleroma.Uploaders.Local]: Add configuration for custom url path | Haelwenn (lanodan) Monnier | |
One use-case being an external caching proxy | |||
2018-08-30 | increase uploader behaviour documentation accuracy. | Thurloat | |
2018-08-29 | Add backend failure handling with :ok | :error so the uploader can handle it. | Thurloat | |
defaulting to :ok, since that's the currently level of error handling. | |||
2018-08-28 | A hobbldey-working swift client. | Thurloat | |
apparently, all elixir openstack libraries are trash luckily, the APIs are stupid easy. | |||
2018-08-28 | add the behaviour, work on actually making it work. | Thurloat | |
2018-08-28 | Implement uploader behaviour | Thurloat | |
run formatter <# | |||
2018-08-27 | cleaning up a bit. | Thurloat | |
2018-08-27 | example of flexible storage backends | Thurloat | |