Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-06-01 | Remove deps from Uploader behaviour | Alex Gleason | |
Speeds up recompilation by limiting compile-time deps | |||
2021-02-04 | Standardize the way we capture and use Mix.env() | Mark Felder | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-10-13 | UploadedMedia module name | Alexander Strizhakov | |
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 | |
2019-07-18 | tests for Uploader with webhook | Maksim | |
2019-07-10 | Wrap error messages into gettext helpers | Egor Kislitsyn | |
2019-03-13 | [Credo][CI] Add readability as it’s fixed | Haelwenn (lanodan) Monnier | |
2019-01-21 | Uploader callback controller | href | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-11-30 | Uploads fun, part. 2 | href | |
2018-11-30 | reverse proxy / uploads | href | |
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 | add the behaviour, work on actually making it work. | Thurloat | |