Commit Graph

12119 Commits (dev)
 

Author SHA1 Message Date
dansup dca716ae33
Merge pull request #6350 from pixelfed/staging
Staging
2 hours ago
dansup 7881b50397
Merge pull request #6349 from pixelfed/shleeable-patch-2
Docker: Update .dockerignore - Don't copy local storage to container images
2 hours ago
Shlee 0dd470670f
Docker: Update .dockerignore 2 hours ago
dansup df9bd88a1d
Merge pull request #6348 from pixelfed/staging
More federation fixes
2 hours ago
Daniel Supernault 4bc1e22121
Refactor LikePipeline and improve Undo Announce handling 2 hours ago
Daniel Supernault 85edc9ddd5
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 3 hours ago
Daniel Supernault d7212d75d0
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 3 hours ago
Daniel Supernault 1ed48c5df2
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 3 hours ago
dansup 5efc09beea
Merge pull request #6347 from pixelfed/staging
Staging
4 hours ago
Daniel Supernault 590e9b2434
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 4 hours ago
dansup 40a5130430
Fix federation (#6346)
* Prepared new docker

* Docker setup improvements and fixes

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update .dockerignore

* DB/Redis health check

* updated health checks

* updated install guide

* updated DOCKER_SETUP

* Updated DOCKER_SETUP

* Updated DOCKER_SETUP

* Update and rename DOCKER_SETUP.md to DOCKER_COMPOSE_SETUP.md

* RemoveUnreachableStatementRector

* Update GroupActivityPubService.php

* Larastan: Add @property

* Delete rector.php

* more properties

* 2fa_enabled needs to be refactored

* Fix AdminUser.php syntax error - remove invalid property declaration

* Update AdminUser.php

* update

* Upgrade predis from v2.0 to v3.2

- Update predis/predis from ^2.0 to ^3.2
- Predis v3.2.0 includes RESP3 support, improved pipeline abstractions
- No code changes required, configuration remains compatible
- Tested successfully with tinker

* Upgrade predis from v2.0 to v3.2

* Update

* Update .env.docker.example

* Update DOCKER_COMPOSE_SETUP.md

* Create ImageDriverManager.php

* Update image.php

* Update ImageResizePipeline.php

* Update StoryComposeController.php

* Update AvatarOptimize.php

* Update Image.php

* Update composer.json

* Update AvatarOptimize.php

* update lock

* Update composer.lock

* update

* update

* update

* Allow to set new image types in admin interface

* Update composer, fix deps

* Update composer

* Update DOCKER_COMPOSE_SETUP.md - Added troubleshooting (#6344)

* Staging (#6343)

* Prepared new docker

* Docker setup improvements and fixes

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update .dockerignore

* DB/Redis health check

* updated health checks

* updated install guide

* updated DOCKER_SETUP

* Updated DOCKER_SETUP

* Updated DOCKER_SETUP

* Update and rename DOCKER_SETUP.md to DOCKER_COMPOSE_SETUP.md

* RemoveUnreachableStatementRector

* Update GroupActivityPubService.php

* Larastan: Add @property

* Delete rector.php

* more properties

* 2fa_enabled needs to be refactored

* Fix AdminUser.php syntax error - remove invalid property declaration

* Update AdminUser.php

* update

* Upgrade predis from v2.0 to v3.2

- Update predis/predis from ^2.0 to ^3.2
- Predis v3.2.0 includes RESP3 support, improved pipeline abstractions
- No code changes required, configuration remains compatible
- Tested successfully with tinker

* Upgrade predis from v2.0 to v3.2

* Update

* Update .env.docker.example

* Update DOCKER_COMPOSE_SETUP.md

* Create ImageDriverManager.php

* Update image.php

* Update ImageResizePipeline.php

* Update StoryComposeController.php

* Update AvatarOptimize.php

* Update Image.php

* Update composer.json

* Update AvatarOptimize.php

* update lock

* Update composer.lock

* update

* update

* update

* Allow to set new image types in admin interface

* Update composer, fix deps

* Update composer

---------

Co-authored-by: Shlee <github@shl.ee>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Severin <savewish@icloud.com>

* Update DOCKER_COMPOSE_SETUP.md

* Update DOCKER_COMPOSE_SETUP.md

---------

Co-authored-by: dansup <danielsupernault@gmail.com>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Severin <savewish@icloud.com>

* Regression - Fix federation - Update ActivityHandler.php (#6345)

* Update ActivityHandler.php

* Update ActivityHandler.php

* Revert inbox changes

* Fix InboxWorker

---------

Co-authored-by: Shlee <github@shl.ee>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Severin <savewish@icloud.com>
6 hours ago
dansup 7c6c3d791b
Merge branch 'dev' into staging 6 hours ago
Daniel Supernault efd351900d
Fix InboxWorker 6 hours ago
Daniel Supernault 04bf75fb68
Revert inbox changes 6 hours ago
Shlee 130dca355b
Regression - Fix federation - Update ActivityHandler.php (#6345)
* Update ActivityHandler.php

* Update ActivityHandler.php
7 hours ago
Shlee aa327836fb
Update DOCKER_COMPOSE_SETUP.md - Added troubleshooting (#6344)
* Staging (#6343)

* Prepared new docker

* Docker setup improvements and fixes

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update .dockerignore

* DB/Redis health check

* updated health checks

* updated install guide

* updated DOCKER_SETUP

* Updated DOCKER_SETUP

* Updated DOCKER_SETUP

* Update and rename DOCKER_SETUP.md to DOCKER_COMPOSE_SETUP.md

* RemoveUnreachableStatementRector

* Update GroupActivityPubService.php

* Larastan: Add @property

* Delete rector.php

* more properties

* 2fa_enabled needs to be refactored

* Fix AdminUser.php syntax error - remove invalid property declaration

* Update AdminUser.php

* update

* Upgrade predis from v2.0 to v3.2

- Update predis/predis from ^2.0 to ^3.2
- Predis v3.2.0 includes RESP3 support, improved pipeline abstractions
- No code changes required, configuration remains compatible
- Tested successfully with tinker

* Upgrade predis from v2.0 to v3.2

* Update

* Update .env.docker.example

* Update DOCKER_COMPOSE_SETUP.md

* Create ImageDriverManager.php

* Update image.php

* Update ImageResizePipeline.php

* Update StoryComposeController.php

* Update AvatarOptimize.php

* Update Image.php

* Update composer.json

* Update AvatarOptimize.php

* update lock

* Update composer.lock

* update

* update

* update

* Allow to set new image types in admin interface

* Update composer, fix deps

* Update composer

---------

Co-authored-by: Shlee <github@shl.ee>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Severin <savewish@icloud.com>

* Update DOCKER_COMPOSE_SETUP.md

* Update DOCKER_COMPOSE_SETUP.md

---------

Co-authored-by: dansup <danielsupernault@gmail.com>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Severin <savewish@icloud.com>
7 hours ago
dansup db0b096798
Staging (#6343)
* Prepared new docker

* Docker setup improvements and fixes

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update DOCKER_SETUP.md

* Update .dockerignore

* DB/Redis health check

* updated health checks

* updated install guide

* updated DOCKER_SETUP

* Updated DOCKER_SETUP

* Updated DOCKER_SETUP

* Update and rename DOCKER_SETUP.md to DOCKER_COMPOSE_SETUP.md

* RemoveUnreachableStatementRector

* Update GroupActivityPubService.php

* Larastan: Add @property

* Delete rector.php

* more properties

* 2fa_enabled needs to be refactored

* Fix AdminUser.php syntax error - remove invalid property declaration

* Update AdminUser.php

* update

* Upgrade predis from v2.0 to v3.2

- Update predis/predis from ^2.0 to ^3.2
- Predis v3.2.0 includes RESP3 support, improved pipeline abstractions
- No code changes required, configuration remains compatible
- Tested successfully with tinker

* Upgrade predis from v2.0 to v3.2

* Update

* Update .env.docker.example

* Update DOCKER_COMPOSE_SETUP.md

* Create ImageDriverManager.php

* Update image.php

* Update ImageResizePipeline.php

* Update StoryComposeController.php

* Update AvatarOptimize.php

* Update Image.php

* Update composer.json

* Update AvatarOptimize.php

* update lock

* Update composer.lock

* update

* update

* update

* Allow to set new image types in admin interface

* Update composer, fix deps

* Update composer

---------

Co-authored-by: Shlee <github@shl.ee>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Severin <savewish@icloud.com>
9 hours ago
Daniel Supernault 09bb93af51
Update composer 9 hours ago
Daniel Supernault a3532c2e21
Update composer, fix deps 10 hours ago
dansup f783db493a
Merge pull request #6340 from grossermensch/patch-3
Allow to set new image types in admin interface
10 hours ago
dansup d92687e36e
Merge pull request #6339 from pixelfed/laravellock1
Upgrade PHP packages - pest + httpclient + maillgun_mailer - Mergable
10 hours ago
dansup d4cf6b9f62
Merge branch 'staging' into laravellock1 10 hours ago
dansup b237523886
Merge pull request #6338 from shleeable/intervention-laravel-clean
Refactor: Migrate Intervention/image to Intervention/image-laravel (+ Supports VIPS) - Mergable
10 hours ago
dansup eae2dafcac
Merge branch 'staging' into intervention-laravel-clean 10 hours ago
dansup 5065b8c5d7
Merge pull request #6337 from shleeable/predis
Upgrade Predis from v2 to v3 - No breaking changes in change notes - Mergable
10 hours ago
dansup 35285b73a3
Merge branch 'staging' into predis 10 hours ago
dansup 71a4b340b8
Merge pull request #6336 from shleeable/packages
Upgrade PHP packages brick/math + ragmarx/google2fa - Mergable
10 hours ago
dansup 58520bca2a
Merge branch 'staging' into packages 10 hours ago
dansup 9d4fe07c29
Merge pull request #6333 from shleeable/clean2
Larastan: Add @property - Mergable
10 hours ago
dansup d446a1bac4
Merge pull request #6332 from shleeable/RemoveUnreachableStatementRector
Rector: RemoveUnreachableStatement - Mergable
10 hours ago
dansup 002dc394b0
Merge pull request #6331 from shleeable/servesideupbuild
BREAKING - Docker: Replace existing Dockerfile / docker-compose.yml - using ServerSideUp/PHP base image - Mergable
10 hours ago
Severin df5814d0f8
Allow to set new image types in admin interface 1 day ago
Your Name 6a931d6516 update 1 day ago
Your Name 26f1af3bcd update 1 day ago
Your Name c05cf8a824 update 1 day ago
Shlee aec2fad39c
Update composer.lock 1 day ago
Your Name 6db25c7027 update lock 1 day ago
Shlee f839a1a67d
Update AvatarOptimize.php 1 day ago
Shlee 064e98be50
Update composer.json 1 day ago
Shlee d3ecf22895
Update Image.php 1 day ago
Shlee 8ee07248d9
Update AvatarOptimize.php 1 day ago
Shlee fabb93d4a0
Update StoryComposeController.php 1 day ago
Shlee b87b7c82b5
Update ImageResizePipeline.php 1 day ago
Shlee b587de7759
Update image.php 1 day ago
Shlee b579d93cad
Create ImageDriverManager.php 1 day ago
Shlee fbf7473fd6
Update DOCKER_COMPOSE_SETUP.md 1 day ago
Shlee 18e32540e2
Update .env.docker.example 1 day ago
Your Name cea1076c9c Update 2 days ago
Your Name 7c8b40ecf5 Upgrade predis from v2.0 to v3.2 2 days ago
Your Name bad8d62f80 Upgrade predis from v2.0 to v3.2
- Update predis/predis from ^2.0 to ^3.2
- Predis v3.2.0 includes RESP3 support, improved pipeline abstractions
- No code changes required, configuration remains compatible
- Tested successfully with tinker
2 days ago