Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-06 | Upload: Restrict description length | lain | |
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 | |
2018-08-28 | upload: add the S3 support itself | William Pitcock | |
2018-08-27 | upload: strip exif data before finalizing the file path | William Pitcock | |
2018-08-16 | Merge branch 'fix/normalize-file-extension' into 'develop' | kaniini | |
Normalize file extension for uploaded files Closes #218 See merge request pleroma/pleroma!233 | |||
2018-07-19 | Merge remote-tracking branch 'upstream/develop' into feature/filter_exif | Tristan Mahé | |
2018-07-17 | upload: use generic Document object type instead of Image (mastodon ↵ | William Pitcock | |
compatibility) Mastodon does not use the object name as alt text when the object is an Image. | |||
2018-06-26 | use the correct end file | Tristan Mahé | |
2018-06-26 | maybe I should learn proper elixir ;D | Tristan Mahé | |
2018-06-26 | do the filtering | Tristan Mahé | |
2018-06-26 | format... | Tristan Mahé | |
2018-06-26 | filter exif data #187 | Tristan Mahé | |
2018-06-21 | Normalize file extension for uploaded files | Francis Dinh | |
2018-06-14 | Merge branch 'fix/missing-file-extension' into 'develop' | lambda | |
Add missing file extension if file does not have one See merge request pleroma/pleroma!222 |