Mark Felder
|
653b14e1c7
|
Use config to control Uploader callback timeout
|
2024-01-22 18:37:13 -05:00 |
Mark Felder
|
2061a1d917
|
Fix invalid type
lib/pleroma/uploaders/uploader.ex:43:unknown_type
Unknown type: Map.t/0.
|
2024-01-20 17:29:27 -05:00 |
lain
|
e853cfe7c3
|
Revert "Merge branch 'copyright-bump' into 'develop'"
This reverts merge request !3825
|
2023-01-02 20:38:50 +00:00 |
marcin mikołajczak
|
10886eeaa2
|
Bump copyright year
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-01-01 12:13:06 +01:00 |
Sean King
|
17aa3644be
|
Copyright bump for 2022
|
2022-02-25 23:11:42 -07:00 |
Alex Gleason
|
8a5ceb7e53
|
Remove deps from Uploader behaviour
Speeds up recompilation by limiting compile-time deps
|
2021-06-01 14:19:45 -05:00 |
Mark Felder
|
bf9cd4a0e2
|
Standardize the way we capture and use Mix.env()
|
2021-02-04 10:13:03 -06:00 |
Haelwenn (lanodan) Monnier
|
c4439c630f
|
Bump Copyright to 2021
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
2021-01-13 07:49:50 +01:00 |
Alexander Strizhakov
|
a5987155f7
|
UploadedMedia module name
|
2020-10-13 16:42:51 +03:00 |
Haelwenn (lanodan) Monnier
|
6da6540036
|
Bump copyright years of files changed after 2020-01-07
Done via the following command:
git diff fcd5dd259a --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
|
2020-03-02 06:08:45 +01:00 |
Roman Chvanikov
|
88f0eed0f2
|
Delete attachments when status is deleted
|
2020-01-12 18:48:58 +00:00 |
Maksim
|
b6b748d3e7
|
tests for Uploader with webhook
|
2019-07-18 12:30:18 +00:00 |
Egor Kislitsyn
|
5104f65b69
|
Wrap error messages into gettext helpers
|
2019-07-10 18:10:09 +07:00 |
Haelwenn (lanodan) Monnier
|
4b73ca638e
|
[Credo][CI] Add readability as it’s fixed
|
2019-03-13 04:26:56 +01:00 |
href
|
f9a3269099
|
Uploader callback controller
|
2019-01-21 22:44:14 +01:00 |
William Pitcock
|
980b5288ed
|
update copyright years to 2019
|
2018-12-31 15:41:47 +00:00 |
William Pitcock
|
2791ce9a1f
|
add license boilerplate to pleroma core
|
2018-12-23 20:56:42 +00:00 |
href
|
02d3dc6869
|
Uploads fun, part. 2
|
2018-11-30 18:02:37 +01:00 |
href
|
b19597f602
|
reverse proxy / uploads
|
2018-11-30 18:00:47 +01:00 |
Thurloat
|
adffad5502
|
increase uploader behaviour documentation accuracy.
|
2018-08-30 09:20:29 -03:00 |
Thurloat
|
af01f0196a
|
Add backend failure handling with :ok | :error so the uploader can handle it.
defaulting to :ok, since that's the currently level of error handling.
|
2018-08-29 22:07:28 -03:00 |
Thurloat
|
dad39b24a1
|
add the behaviour, work on actually making it work.
|
2018-08-28 19:48:03 -03:00 |