Mark Felder
|
0804b73c0a
|
This error is not returned by Tesla
Upstream has a bug filed for this as they aren't handling this error internally, so it was raising
|
2024-08-27 22:08:31 -04:00 |
|
Mark Felder
|
44901502ff
|
Fix incorrect identifier for the with statement
|
2024-08-27 21:56:02 -04:00 |
|
Mark Felder
|
116fe77b77
|
Tesla.Middleware.Timeout breaks streaming bodies
These are executed by Oban now and Oban can enforce the timeout if the regular HTTP timeout is not sufficient.
|
2024-08-27 21:55:07 -04:00 |
|
Mark Felder
|
0a86d2b3ac
|
Handle streaming response errors
|
2024-08-27 21:22:59 -04:00 |
|
Mark Felder
|
ec8db9d4ee
|
RichMedia: skip the HTTP HEAD request for adapters that support streaming the response body
|
2024-08-27 21:09:15 -04:00 |
|
Mark Felder
|
bb279c2802
|
Pleroma.HTTP add AdapterHelper.can_stream? to assist with discovering if the current adapter supports returning a Stream body
|
2024-08-27 21:08:25 -04:00 |
|
Mark Felder
|
5f6506d864
|
Pleroma.HTTP: option stream: true will return a stream as the body for Gun adapter
|
2024-08-27 20:39:32 -04:00 |
|
tusooa
|
58f646bcda
|
Merge branch 'weblate' into 'develop'
Translations update from Pleroma Weblate
See merge request pleroma/pleroma!4200
|
2024-08-23 01:19:22 +00:00 |
|
Eric Zhang
|
16c6942df9
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 28.1% (274 of 974 strings)
Translation: Pleroma/Pleroma Backend (domain config_descriptions)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-config_descriptions/zh_Hans/
|
2024-08-22 18:10:59 +00:00 |
|
Eric Zhang
|
9e3fa89243
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (34 of 34 strings)
Translation: Pleroma/Pleroma Backend (domain default)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-default/zh_Hans/
|
2024-08-22 18:10:59 +00:00 |
|
Eric Zhang
|
7b979ac09d
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (50 of 50 strings)
Translation: Pleroma/Pleroma Backend (domain oauth_scopes)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-oauth_scopes/zh_Hans/
|
2024-08-22 18:10:59 +00:00 |
|
Eric Zhang
|
914fdc508d
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 19.8% (193 of 974 strings)
Translation: Pleroma/Pleroma Backend (domain config_descriptions)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-config_descriptions/zh_Hans/
|
2024-08-22 18:10:59 +00:00 |
|
Eric Zhang
|
030be71307
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (100 of 100 strings)
Translation: Pleroma/Pleroma Backend (domain errors)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-errors/zh_Hans/
|
2024-08-22 18:10:59 +00:00 |
|
Eric Zhang
|
73c6d7eaeb
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (34 of 34 strings)
Translation: Pleroma/Pleroma Backend (domain default)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-default/zh_Hans/
|
2024-08-22 18:10:59 +00:00 |
|
Eric Zhang
|
6ba1b79259
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (47 of 47 strings)
Translation: Pleroma/Pleroma Backend (domain posix_errors)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-posix_errors/zh_Hans/
|
2024-08-22 18:10:59 +00:00 |
|
Yating Zhan
|
1902323e97
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 19.8% (193 of 974 strings)
Translation: Pleroma/Pleroma Backend (domain config_descriptions)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-config_descriptions/zh_Hans/
|
2024-08-22 18:10:59 +00:00 |
|
Eric Zhang
|
743c4f2f5f
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 19.8% (193 of 974 strings)
Translation: Pleroma/Pleroma Backend (domain config_descriptions)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-config_descriptions/zh_Hans/
|
2024-08-22 18:10:59 +00:00 |
|
Eric Zhang
|
99ace19ca9
|
Added translation using Weblate (Chinese (Simplified))
|
2024-08-22 18:10:59 +00:00 |
|
feld
|
0f3920f791
|
Merge branch 'fix-imports' into 'develop'
Refactor Oban jobs for imports
See merge request pleroma/pleroma!4234
|
2024-08-22 18:10:47 +00:00 |
|
Mark Felder
|
39108c5f12
|
Remove unnecessary re-fetch of the actor
|
2024-08-22 13:43:01 -04:00 |
|
Mark Felder
|
a9aa810d3d
|
Change imports to generate an Oban job per each task
|
2024-08-22 13:24:07 -04:00 |
|
Mark Felder
|
649e51b581
|
Fix Oban jobs for imports
|
2024-08-22 11:35:55 -04:00 |
|
Mark Felder
|
5138a4984b
|
Skip changelog
|
2024-08-21 15:24:33 -04:00 |
|
Mark Felder
|
e65555e8c5
|
Remove workaround for URI.merge bug on nil fields before Elixir 1.13
https://github.com/elixir-lang/elixir/issues/10771
|
2024-08-21 15:11:42 -04:00 |
|
Mark Felder
|
010edcbcb5
|
Use Map.filter now that minimum Elixir version is 1.13
|
2024-08-21 14:50:19 -04:00 |
|
feld
|
08a444f6c3
|
Merge branch 'reachability' into 'develop'
Fix reachability based on results of publishing attempts
See merge request pleroma/pleroma!4231
|
2024-08-19 16:49:08 +00:00 |
|
feld
|
12d682c62f
|
Merge branch 'remote-fetcher-fixes' into 'develop'
Improve Remote Object Fetcher error handling, Oban
See merge request pleroma/pleroma!4230
|
2024-08-19 16:48:25 +00:00 |
|
Mark Felder
|
1b8141b506
|
Address case where instance reachability status couldn't be updated
|
2024-08-19 11:12:28 -04:00 |
|
Mark Felder
|
55cc1ba50e
|
Fix test cases for validating instance reachability based on results of publishing attempts
Now that we store the unreachable_since in the Oban job the value is no longer a %NaiveDateTime{} so the code was wrong
|
2024-08-19 11:12:25 -04:00 |
|
feld
|
2f5a1db56e
|
Merge branch 'mogrify' into 'develop'
Update mogrify
See merge request pleroma/pleroma!4225
|
2024-08-18 01:01:31 +00:00 |
|
Mark Felder
|
089fa4d146
|
Improve Remote Object Fetcher error handling, Oban
|
2024-08-17 20:42:33 -04:00 |
|
Mark Felder
|
190a505ad3
|
Merge remote-tracking branch 'origin/develop' into mogrify
|
2024-08-17 17:57:27 -04:00 |
|
feld
|
ee26d85578
|
Merge branch 'bump-oban' into 'develop'
Update Oban to 2.18
See merge request pleroma/pleroma!4228
|
2024-08-17 21:35:20 +00:00 |
|
Mark Felder
|
7537c22b22
|
Update Oban to 2.18
|
2024-08-17 15:41:53 -04:00 |
|
marcin mikołajczak
|
917ac89b4f
|
Update tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-08-17 20:01:25 +02:00 |
|
marcin mikołajczak
|
3498662712
|
Move new fields to pleroma object
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-08-17 19:59:39 +02:00 |
|
marcin mikołajczak
|
c802f3b7f6
|
Validate media description length
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-08-17 19:58:32 +02:00 |
|
marcin mikołajczak
|
855c5a234f
|
Update docs
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-08-17 17:06:39 +02:00 |
|
marcin mikołajczak
|
071452a5d5
|
Update changelog
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-08-17 17:03:12 +02:00 |
|
marcin mikołajczak
|
681765669c
|
Add test for avatar description
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-08-17 17:02:44 +02:00 |
|
marcin mikołajczak
|
71ef9f9519
|
Allow providing avatar/header descriptions
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-08-17 16:36:27 +02:00 |
|
Mark Felder
|
e1333c4fa4
|
Update mogrify
Sent a pull request upstream to expand the version range depended on my blurhash
https://github.com/rinpatch/blurhash/pull/1
|
2024-08-16 10:10:01 -04:00 |
|
feld
|
fcf9ad5573
|
Merge branch 'bugfix-truncate-remote-user-fields' into 'develop'
User: truncate remote user fields instead of rejecting
See merge request pleroma/pleroma!4220
|
2024-08-16 00:37:10 +00:00 |
|
feld
|
c91fc03e61
|
Merge branch 'norifications-marker' into 'develop'
Fix 'Setting a marker should mark notifications as read'
Closes #2769
See merge request pleroma/pleroma!4223
|
2024-08-16 00:36:31 +00:00 |
|
feld
|
3119ed3648
|
Merge branch 'ci-git-fetch' into 'develop'
CI: GIT_STRATEGY: fetch
See merge request pleroma/pleroma!4224
|
2024-08-16 00:34:15 +00:00 |
|
Haelwenn (lanodan) Monnier
|
b0e3a86316
|
CI: GIT_STRATEGY: fetch
Seems to avoid fetching all the branches which was preventing shallow cloning from being actually useful.
|
2024-08-15 01:49:31 +02:00 |
|
marcin mikołajczak
|
8cd8cea3fb
|
Fix 'Setting a marker should mark notifications as read'
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-08-14 19:28:11 +02:00 |
|
Haelwenn (lanodan) Monnier
|
3b1e6ac8f0
|
User: truncate remote user fields instead of rejecting
|
2024-08-14 18:09:13 +02:00 |
|
feld
|
5174c29d4c
|
Merge branch 'fix-random-test-errors' into 'develop'
Fix random test failures, revert auto-retry failed tests
See merge request pleroma/pleroma!4221
|
2024-08-13 20:16:09 +00:00 |
|
Mark Felder
|
b281ad06de
|
Revert "Custom mix task to retry failed tests once in CI pipeline"
This reverts commit ed2976b237 .
|
2024-08-13 15:49:04 -04:00 |
|