Alex Gleason
|
87cd04fe0c
|
Cycles CI: disable cache
|
2021-06-09 13:12:33 -05:00 |
Alex Gleason
|
cefb952dff
|
CI: echo $MIX_ENV
|
2021-06-09 13:08:24 -05:00 |
Alex Gleason
|
4bb578a1d7
|
Add cycles test to .gitlab-ci.yml
Thank you @jb55@bitcoinhackers.org for the awk syntax
|
2021-06-09 13:06:01 -05:00 |
feld
|
3972d7117e
|
Merge branch 'refactor/ingestion-activity-context' into 'develop'
ObjectValidators.{Announce,EmojiReact,Like}: Fix context, actor & addressing
See merge request pleroma/pleroma!3462
|
2021-06-09 17:17:41 +00:00 |
feld
|
489b8bea9a
|
Merge branch 'eblurhash-hex' into 'develop'
Use eblurhash 1.1.0 from Hex
See merge request pleroma/pleroma!3464
|
2021-06-09 17:08:37 +00:00 |
Alex Gleason
|
d0147eba78
|
Use eblurhash 1.1.0 from Hex
|
2021-06-09 09:28:22 -05:00 |
Haelwenn (lanodan) Monnier
|
c839078a75
|
ObjectValidators.{Announce,EmojiReact,Like}: Fix context, actor & addressing
|
2021-06-09 04:23:02 +02:00 |
Haelwenn
|
53cf801c30
|
Merge branch 'cycles-plug-deps' into 'develop'
Refactor skipped plugs into Pleroma.Web functions
See merge request pleroma/pleroma!3463
|
2021-06-09 02:20:00 +00:00 |
Haelwenn
|
eba3c7b42f
|
Merge branch 'cycles-side-effects' into 'develop'
Recompilation speedup: Switch to runtime deps in ActivityPub.SideEffects
See merge request pleroma/pleroma!3460
|
2021-06-09 01:54:38 +00:00 |
Haelwenn
|
d8c964fc1f
|
Merge branch 'cycles-instances' into 'develop'
Recompilation speedup: Switch to runtime deps in Pleroma.Instances
See merge request pleroma/pleroma!3459
|
2021-06-09 01:53:31 +00:00 |
Alex Gleason
|
45b7325b9e
|
Refactor skipped plugs into Pleroma.Web functions
Speeds up recompilation by reducing compile cycles
|
2021-06-08 19:15:04 -05:00 |
Alex Gleason
|
67ec0e6c18
|
Switch to runtime deps in ActivityPub.SideEffects
Speeds up recompilation by reducing compile cycles
|
2021-06-08 18:18:25 -05:00 |
Alex Gleason
|
45ab24f2d9
|
Switch to runtime deps in Pleroma.Instances
Speeds up recompilation by limiting compile cycles
|
2021-06-08 18:03:34 -05:00 |
feld
|
d896e45faf
|
Merge branch 'cycles-config-loader-redux' into 'develop'
Recompilation speedup: Ignore runtime deps in Pleroma.Config.Loader with Module.concat/1
See merge request pleroma/pleroma!3458
|
2021-06-08 22:08:37 +00:00 |
feld
|
4de2bd3b79
|
Merge branch 'cycles-user-view' into 'develop'
Recompilation speedup: Create AdminAPI.UserView to avoid compile-time dep
See merge request pleroma/pleroma!3457
|
2021-06-08 22:07:25 +00:00 |
Alex Gleason
|
4faeec2c44
|
Create AdminAPI.UserView to avoid compile-time dep
Speeds up recompilation
|
2021-06-08 16:34:06 -05:00 |
Alex Gleason
|
1be14cc45f
|
Ignore runtime deps in Pleroma.Config.Loader with Module.concat/1
Speeds up recompilation
|
2021-06-08 16:07:51 -05:00 |
feld
|
1175023687
|
Merge branch 'metadata-for-all' into 'develop'
Support metadata for video files too
See merge request pleroma/pleroma!3441
|
2021-06-08 20:30:55 +00:00 |
Mark Felder
|
3121ed1325
|
Blurhash varies slightly by computer generating it, so just validate it wasn't nil
|
2021-06-08 14:53:03 -05:00 |
feld
|
939b3bfe43
|
Merge branch 'improve-og-embed' into 'develop'
Improve opengraph embeds
See merge request pleroma/pleroma!3442
|
2021-06-08 19:26:17 +00:00 |
Mark Felder
|
f1abe39f6f
|
Update test names and verify blurhash is correctly generated for images
|
2021-06-08 14:05:13 -05:00 |
Mark Felder
|
1c4c73c6a0
|
Add test for AnalyzeMetadata upload filter fetching dimensions from a video
|
2021-06-08 14:02:56 -05:00 |
feld
|
5667c02fce
|
Merge branch 'cycles-params' into 'develop'
Recompilation speedup: break out Pleroma.Web.Params.truthy_param?/1 from ControllerHelper
See merge request pleroma/pleroma!3449
|
2021-06-08 18:06:44 +00:00 |
Mark Felder
|
8443f82247
|
Update scope of AnalyzeMetadata features
|
2021-06-08 12:56:03 -05:00 |
Mark Felder
|
5c27578bce
|
Support metadata for video files too
|
2021-06-08 12:54:09 -05:00 |
Alex Gleason
|
b99f60615c
|
Fix order of Pleroma.Web.Utils.Params aliases
|
2021-06-08 12:50:47 -05:00 |
Alex Gleason
|
ec65b7ae29
|
Pleroma.Web.Params --> Pleroma.Web.Utils.Params
|
2021-06-08 12:50:47 -05:00 |
Alex Gleason
|
0877b120c3
|
Pleroma.Web.ControllerHelper.truthy_param?/1 --> Pleroma.Web.Params.truthy_param?/1
Breaks cycle in lib/pleroma/web/api_spec/operations/status_operation.ex
|
2021-06-08 12:50:47 -05:00 |
feld
|
99f8605582
|
Merge branch 'cycles-uploads' into 'develop'
Recompilation speedup: use generic types in @spec in Upload.Filter
See merge request pleroma/pleroma!3453
|
2021-06-08 17:49:24 +00:00 |
feld
|
ac2ed19e4f
|
Merge branch 'cycles-authenticator' into 'develop'
Recompilation speedup: create WrapperAuthenticator and simplify Authenticator behaviour
See merge request pleroma/pleroma!3454
|
2021-06-08 17:45:10 +00:00 |
Alex Gleason
|
1399b82f7b
|
Create WrapperAuthenticator and simplify Authenticator behaviour
Speeds up recompilation by reducing compile-time cycles
|
2021-06-07 18:18:39 -05:00 |
Alex Gleason
|
bdaa1d4512
|
Upload.Filter: use generic types in @spec
Speeds up recompilation by reducing compile-time deps
|
2021-06-07 17:11:17 -05:00 |
feld
|
4a6b49d0b4
|
Merge branch 'fix/config-test-warning' into 'develop'
Fix test warnings
See merge request pleroma/pleroma!3452
|
2021-06-07 21:22:23 +00:00 |
feld
|
30943b739d
|
Merge branch 'pleromapi' into 'develop'
Add Raspberry Pi install instructions
See merge request pleroma/pleroma!3430
|
2021-06-07 21:21:35 +00:00 |
feld
|
371463ef0e
|
Merge branch 'cycles-guard' into 'develop'
Recompilation speedup: Put custom guards in Web.Utils.Guards
See merge request pleroma/pleroma!3451
|
2021-06-07 21:21:10 +00:00 |
Mark Felder
|
017f947fc1
|
Channel name was incorrect. We left it as chat:public for backwards compatibility.
|
2021-06-07 16:10:24 -05:00 |
Mark Felder
|
a5ae0432ed
|
Test was named incorrectly and did not execute
|
2021-06-07 16:09:47 -05:00 |
Mark Felder
|
f5ef7fe43b
|
Fix test warnings
|
2021-06-07 16:06:53 -05:00 |
Alex Gleason
|
d87dfcb5f0
|
Put custom guards in Web.Utils.Guards
Speeds up recompilation by removing a compile-time cycle on AdminAPI.Search
|
2021-06-07 15:51:52 -05:00 |
Mark Felder
|
264458531a
|
Formatting
|
2021-06-07 15:47:50 -05:00 |
feld
|
b553bfd745
|
Merge branch 'fix/prune-hashtags' into 'develop'
get prune_objects to work again
See merge request pleroma/pleroma!3397
|
2021-06-07 20:11:45 +00:00 |
feld
|
676c3c96dc
|
Merge branch 'cycles-mrf-policy' into 'develop'
Recompilation speedup: create MRF.Policy behaviour separate from MRF module
See merge request pleroma/pleroma!3450
|
2021-06-07 20:10:20 +00:00 |
feld
|
9a357d63f0
|
Update CHANGELOG.md
|
2021-06-07 20:07:59 +00:00 |
feld
|
10abbf13ba
|
Update CHANGELOG.md
|
2021-06-07 20:07:27 +00:00 |
feld
|
84f42b92f0
|
Merge branch 'develop' into 'fix/prune-hashtags'
# Conflicts:
# CHANGELOG.md
|
2021-06-07 20:06:36 +00:00 |
feld
|
4ca380490f
|
Update CHANGELOG.md
|
2021-06-07 20:05:18 +00:00 |
feld
|
c31338abe6
|
Update CHANGELOG.md
|
2021-06-07 20:04:27 +00:00 |
feld
|
bc51dea425
|
Update lib/mix/tasks/pleroma/database.ex
|
2021-06-07 20:02:28 +00:00 |
feld
|
64bc0c69ed
|
Merge branch 'fix/plug_parser_multipart' into 'develop'
web endpoint: Use Config.get directly instead of a tuple
See merge request pleroma/pleroma!3445
|
2021-06-07 19:58:37 +00:00 |
Alex Gleason
|
6fcfa33e4e
|
Fix MRF.config_descriptions/0
|
2021-06-07 14:52:57 -05:00 |