Commit Graph

12133 Commits (dev)
 

Author SHA1 Message Date
dansup c68fb2e771
Merge pull request #6365 from pixelfed/staging
Staging
1 month ago
Daniel Supernault 6197a8296f
Update UserAccountDelete command 1 month ago
dansup c4b08a853c
Merge pull request #6356 from pixelfed/shleeable-patch-9
Update docker-compose.yml - remove laravel smarts from horizon/scheduled tasks
1 month ago
dansup 1735ab40c3
Merge pull request #6355 from pixelfed/shleeable-patch-8
Docker: Adding imagick to Dockerfile for completeness - VIPs is default, GD is supported, and imageck is supported (not recommended)
1 month ago
dansup e027853dae
Merge pull request #6354 from shleeable/dockertmysql
Docker-compose : Move from MariaDB to MySQL.
1 month ago
dansup 1f9799ad67
Merge branch 'staging' into dockertmysql 1 month ago
dansup 11b15342ba
Merge pull request #6352 from pixelfed/shleeable-patch-2
Docker: Update .dockerignore - Don't copy local storage to container images v2
1 month ago
Shlee 7f4e916475
Update .dockerignore 1 month ago
Shlee 6cf1e8fb9c
Update docker-compose.yml 1 month ago
Shlee 63a3c63cba
Update docker-compose.yml 1 month ago
Shlee 787e5719a6
Update Dockerfile 1 month ago
Shlee 06eedfba00
Update docker-compose.yml 1 month ago
Shlee a9b69e3d83
Update .dockerignore 1 month ago
Shlee 7e8653f0bb
Update .dockerignore 1 month ago
dansup dca716ae33
Merge pull request #6350 from pixelfed/staging
Staging
1 month ago
dansup 7881b50397
Merge pull request #6349 from pixelfed/shleeable-patch-2
Docker: Update .dockerignore - Don't copy local storage to container images
1 month ago
Shlee 0dd470670f
Docker: Update .dockerignore 1 month ago
dansup df9bd88a1d
Merge pull request #6348 from pixelfed/staging
More federation fixes
1 month ago
Daniel Supernault 4bc1e22121
Refactor LikePipeline and improve Undo Announce handling 1 month ago
Daniel Supernault 85edc9ddd5
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 1 month ago
Daniel Supernault d7212d75d0
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 1 month ago
Daniel Supernault 1ed48c5df2
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 1 month ago
dansup 5efc09beea
Merge pull request #6347 from pixelfed/staging
Staging
1 month ago
Daniel Supernault 590e9b2434
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 1 month 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>
1 month ago
dansup 7c6c3d791b
Merge branch 'dev' into staging 1 month ago
Daniel Supernault efd351900d
Fix InboxWorker 1 month ago
Daniel Supernault 04bf75fb68
Revert inbox changes 1 month ago
Shlee 130dca355b
Regression - Fix federation - Update ActivityHandler.php (#6345)
* Update ActivityHandler.php

* Update ActivityHandler.php
1 month 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>
1 month 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>
1 month ago
Daniel Supernault 09bb93af51
Update composer 1 month ago
Daniel Supernault a3532c2e21
Update composer, fix deps 1 month ago
dansup f783db493a
Merge pull request #6340 from grossermensch/patch-3
Allow to set new image types in admin interface
1 month ago
dansup d92687e36e
Merge pull request #6339 from pixelfed/laravellock1
Upgrade PHP packages - pest + httpclient + maillgun_mailer - Mergable
1 month ago
dansup d4cf6b9f62
Merge branch 'staging' into laravellock1 1 month ago
dansup b237523886
Merge pull request #6338 from shleeable/intervention-laravel-clean
Refactor: Migrate Intervention/image to Intervention/image-laravel (+ Supports VIPS) - Mergable
1 month ago
dansup eae2dafcac
Merge branch 'staging' into intervention-laravel-clean 1 month ago
dansup 5065b8c5d7
Merge pull request #6337 from shleeable/predis
Upgrade Predis from v2 to v3 - No breaking changes in change notes - Mergable
1 month ago
dansup 35285b73a3
Merge branch 'staging' into predis 1 month ago
dansup 71a4b340b8
Merge pull request #6336 from shleeable/packages
Upgrade PHP packages brick/math + ragmarx/google2fa - Mergable
1 month ago
dansup 58520bca2a
Merge branch 'staging' into packages 1 month ago
dansup 9d4fe07c29
Merge pull request #6333 from shleeable/clean2
Larastan: Add @property - Mergable
1 month ago
dansup d446a1bac4
Merge pull request #6332 from shleeable/RemoveUnreachableStatementRector
Rector: RemoveUnreachableStatement - Mergable
1 month ago
dansup 002dc394b0
Merge pull request #6331 from shleeable/servesideupbuild
BREAKING - Docker: Replace existing Dockerfile / docker-compose.yml - using ServerSideUp/PHP base image - Mergable
1 month ago
Severin df5814d0f8
Allow to set new image types in admin interface 1 month ago
Your Name 6a931d6516 update 1 month ago
Your Name 26f1af3bcd update 1 month ago
Your Name c05cf8a824 update 1 month ago
Shlee aec2fad39c
Update composer.lock 1 month ago