Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-29 | Merge branch 'cycles-html' into 'develop' | feld | |
Recompilation speedup: Break out activity-specific HTML functions into Pleroma.Activity.HTML See merge request pleroma/pleroma!3426 | |||
2021-05-29 | Merge branch 'cycles-gun' into 'develop' | feld | |
Recompilation speedup: use runtime deps in Pleroma.Gun See merge request pleroma/pleroma!3422 | |||
2021-05-29 | Merge branch 'cycles-config' into 'develop' | feld | |
Recompilation speedup: use runtime deps in Pleroma.Config See merge request pleroma/pleroma!3424 | |||
2021-05-29 | Merge remote-tracking branch 'pleroma/develop' into cycles-pipeline | Alex Gleason | |
2021-05-29 | ActivityPub.Pipeline: switch to runtime deps | Alex Gleason | |
Speed up recompilation by breaking compile-time cycles | |||
2021-05-29 | Merge remote-tracking branch 'pleroma/develop' into cycles-html | Alex Gleason | |
2021-05-29 | Break out activity-specific HTML functions into Pleroma.Activity.HTML | Alex Gleason | |
Fixes cycles in lib/pleroma/ecto_type/activity_pub/object_validators/safe_text.ex | |||
2021-05-29 | Merge remote-tracking branch 'pleroma/develop' into cycles-views | Alex Gleason | |
2021-05-29 | Create real Views for all Controllers | Alex Gleason | |
This makes views depend on each other at runtime instead of compile-time | |||
2021-05-29 | Merge remote-tracking branch 'pleroma/develop' into cycles-plugs | Alex Gleason | |
2021-05-29 | Config: use runtime deps instead of module attributes | Alex Gleason | |
Speeds up recompilation time by breaking compile-time cycles | |||
2021-05-29 | Merge remote-tracking branch 'pleroma/develop' into cycles-gun | Alex Gleason | |
2021-05-29 | Gun: use runtime deps in ConnectionPool | Alex Gleason | |
Speed up recompilation time by breaking compile-time cycles | |||
2021-05-29 | Gun: make Gun.API a runtime dep | Alex Gleason | |
Speed up recompilation by breaking a compile-time cycle | |||
2021-05-28 | Merge branch 'cycles-router-api-routes' into 'develop' | feld | |
Recompilation speedup: Pleroma.Web.get_api_routes/0 --> Pleroma.Web.Router.get_api_routes/0 See merge request pleroma/pleroma!3419 | |||
2021-05-28 | Merge branch 'simplepolicy-announce-leak' into 'develop' | feld | |
SimplePolicy: filter nested objects, fixes #2582 Closes #2582 See merge request pleroma/pleroma!3376 | |||
2021-05-28 | Merge branch 'alias-router-helpers' into 'develop' | feld | |
Switch to aliasing `Router.Helpers` instead of importing See merge request pleroma/pleroma!3409 | |||
2021-05-28 | Merge remote-tracking branch 'pleroma/develop' into cycles-router-api-routes | Alex Gleason | |
2021-05-28 | Pleroma.Web.get_api_routes/0 --> Pleroma.Web.Router.get_api_routes/0 | Alex Gleason | |
Reduce recompilation time by breaking compile-time cycles | |||
2021-05-28 | Merge branch 'cycles-router' into 'develop' | feld | |
Recompilation speedup: move StaticFEPlug to a pipeline See merge request pleroma/pleroma!3417 | |||
2021-05-28 | Merge branch 'cycles-router-mediaproxy' into 'develop' | feld | |
Recompilation speedup: don't make MediaProxy be a compile-dep of Router See merge request pleroma/pleroma!3418 | |||
2021-05-28 | Merge remote-tracking branch 'pleroma/develop' into cycles-router-mediaproxy | Alex Gleason | |
2021-05-28 | Don't make MediaProxy be a compile-dep of Router | Alex Gleason | |
Speeds up recompilation by removing MediaProxy as a compile-time dep of Router | |||
2021-05-28 | Merge remote-tracking branch 'pleroma/develop' into cycles-router | Alex Gleason | |
2021-05-28 | Router: move StaticFEPlug to a pipeline | Alex Gleason | |
Speed up recompilation by breaking a cycle. Removes StaticFEPlug as a compile-time dep of Router. | |||
2021-05-27 | Provide totalItems field for featured collections | Mark Felder | |
2021-05-20 | Expose user email address to user/owner; not publicly. | Mark Felder | |
2021-05-19 | Merge remote-tracking branch 'pleroma/develop' into alias-router-helpers | Alex Gleason | |
2021-05-18 | Switch to aliasing `Router.Helpers` instead of importing | Alex Gleason | |
2021-05-18 | Fixed checking for Upload Filter required commands | Mark Felder | |
2021-05-18 | Check AnalyzeMetadata filter's required commands | Mark Felder | |
eblurhash:magick uses "convert" Fetching image metadata uses "mogrify" | |||
2021-05-18 | Rename upload filter to AnalyzeMetadata | Mark Felder | |
2021-05-14 | Merge remote-tracking branch 'upstream/attachment-meta' into blurhash | Alex Gleason | |
2021-05-14 | Support blurhash | Alex Gleason | |
2021-05-12 | Merge remote-tracking branch 'upstream/develop' into attachment-meta | Alex Gleason | |
2021-05-12 | Federate attachments as Links instead of Documents | Alex Gleason | |
2021-05-12 | Don't render media `meta` if nil | Alex Gleason | |
2021-05-12 | Ingest remote attachment width/height | Alex Gleason | |
2021-05-12 | Add SetMeta filter to store uploaded image sizes | Alex Gleason | |
2021-05-08 | a better query to delete from hashtags | faried nawaz | |
old query: Delete on hashtags (cost=5089.81..5521.63 rows=6160 width=18) -> Hash Semi Join (cost=5089.81..5521.63 rows=6160 width=18) Hash Cond: (hashtags.id = ht.id) -> Seq Scan on hashtags (cost=0.00..317.28 rows=17528 width=14) -> Hash (cost=5012.81..5012.81 rows=6160 width=20) -> Merge Anti Join (cost=0.70..5012.81 rows=6160 width=20) Merge Cond: (ht.id = hto.hashtag_id) -> Index Scan using hashtags_pkey on hashtags ht (cost=0.29..610.53 rows=17528 width=14) -> Index Scan using hashtags_objects_pkey on hashtags_objects hto (cost=0.42..3506.48 rows=68158 width=14) new query: Delete on hashtags ht (cost=0.70..5012.81 rows=6160 width=12) -> Merge Anti Join (cost=0.70..5012.81 rows=6160 width=12) Merge Cond: (ht.id = hto.hashtag_id) -> Index Scan using hashtags_pkey on hashtags ht (cost=0.29..610.53 rows=17528 width=14) -> Index Scan using hashtags_objects_pkey on hashtags_objects hto (cost=0.42..3506.48 rows=68158 width=14) | |||
2021-05-08 | mix prune_objects: remove unused hashtags after pruning remote objects | faried nawaz | |
2021-05-07 | Merge remote-tracking branch 'upstream/develop' into simplepolicy-announce-leak | Alex Gleason | |
2021-05-04 | Merge branch 'dont-crash-email-settings' into 'develop' | feld | |
Don't crash so hard when email settings are invalid Closes #2606 See merge request pleroma/pleroma!3400 | |||
2021-05-03 | Merge remote-tracking branch 'pleroma/develop' into dont-crash-email-settings | Alex Gleason | |
2021-05-03 | Don't crash when email settings are invalid | Alex Gleason | |
Fixes: https://git.pleroma.social/pleroma/pleroma/-/issues/2606 Fixes: https://gitlab.com/soapbox-pub/soapbox/-/issues/4 | |||
2021-04-30 | Merge remote-tracking branch 'upstream/develop' into simplepolicy-announce-leak | Alex Gleason | |
2021-04-30 | SimplePolicy: filter string Objects | Alex Gleason | |
2021-04-30 | SimplePolicy: filter nested objects | Alex Gleason | |
2021-04-30 | Merge remote-tracking branch 'upstream/develop' into earmark | Alex Gleason | |
2021-04-30 | Remove Pleroma.Formatter.minify/2 | Alex Gleason | |