Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-20 | Merge branch 'deprecate-public_endpoint' into 'develop' | feld | |
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251 | |||
2021-01-13 | truncated_namespace should default to nil | 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/>;' | |||
2021-01-12 | Provide a non-nil fallback for Upload.base_url/0 for tests using ↵ | Mark Felder | |
TestUploaderSuccess as the uploader | |||
2021-01-12 | Fix another ad-hoc construction of the upload base_url | Mark Felder | |
2021-01-10 | Apply 4 suggestion(s) to 2 file(s) | feld | |
2021-01-08 | Move construction of S3 base URL with optional namespace and bucket to ↵ | Mark Felder | |
Upload.base_url/0 Now we should have a correct base URL for S3 hosted objects throughout the codebase. | |||
2021-01-08 | Avoid duplicate Config calls | Mark Felder | |
2021-01-08 | Fix URL generated for backup files, try to create a source of truth we can ↵ | Mark Felder | |
reuse throughout the codebase | |||
2020-09-10 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-08-18 | Pleroma.Upload: Set default upload name / description based on config. | lain | |
2020-07-06 | Upload: Restrict description length | lain | |
2020-06-16 | Switch from gen_magic to majic, use Majic.Plug, remove Pleroma.MIME | href | |
2020-05-21 | Attachments: Have the mediaType on the root, too. | lain | |
2020-05-13 | Add OpenAPI spec for PleromaAPI.AccountController | Egor Kislitsyn | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-01 | ActivityPub actions & side-effects in transaction | Alexander Strizhakov | |
2019-10-18 | upload.ex: Remove deprecated configuration | Haelwenn (lanodan) Monnier | |
2019-07-24 | Do not prepend /media/ when using base_url | feld | |
This ensures admin has full control over the path where media resides. | |||
2019-05-06 | Remove H1 in @moduledoc | Haelwenn (lanodan) Monnier | |
2019-03-14 | Add some tests | rinpatch | |
2019-03-12 | WIP: Stop mangling filenames | rinpatch | |
2019-03-05 | Properly escape reserved URI charachters in upload urls | rinpatch | |
2019-02-09 | Credo fixes: parameter consistency | Haelwenn (lanodan) Monnier | |
2019-02-03 | Update Mogrify docs and warning for deprecated syntax to encourage | Mark Felder | |
users to enable both strip and auto-orient | |||
2019-01-15 | Merge branch 'fix/elixir-1-8-type-annotation' into 'develop' | lambda | |
Fix Elixir 1.8 type annotation issue Closes #523 See merge request pleroma/pleroma!668 | |||
2019-01-15 | Upload: Fix uploading with a : in the filename | Haelwenn (lanodan) Monnier | |
2019-01-15 | Upload: Fix uploading with a ? in the filename | Haelwenn (lanodan) Monnier | |
2019-01-15 | Fix Elixir 1.8 type annotation issue | Maxim Filippov | |
2019-01-14 | URI escape file upload URLs | Shadowfacts | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-10 | updates | Maksim Pechnikov | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-11-30 | Upload: bring back base_url | href | |
2018-11-30 | Fix deprecation warnings | href | |
2018-11-30 | Uploads fun, part. 2 | href | |
2018-11-30 | reverse proxy / uploads | href | |
2018-11-27 | Fix lint error | rinpatch | |
2018-11-27 | Add Theora detection to upload.ex | rinpatch | |
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 | upload: add new optional argument designating an upload size limit | William Pitcock | |
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 | works now, tested with profile photo upload on local backend. | Thurloat | |
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 | |
2018-08-28 | upload: formatting | William Pitcock | |