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
7881b09c2f
Merge pull request #6304 from pixelfed/classV2
...
Larastan: Fix Missing classes 2 - Medium risk
1 month ago
Your Name
15cc07e602
Fix all class.notFound PHPStan issues - 31 fixes
2 months ago
Your Name
72e840345e
Fix PHPStan 'empty() always exists and is not falsy' errors
...
- Remove redundant empty() checks where variables are guaranteed to exist and be non-falsy
- Replace empty() with simple null/false checks where appropriate
- Maintain original logic while fixing static analysis issues
- Affected files:
- app/Http/Controllers/GroupController.php
- app/Http/Controllers/ProfileAliasController.php
- app/Jobs/ImageOptimizePipeline/ImageUpdate.php
- app/Jobs/InboxPipeline/DeleteWorker.php
- app/Jobs/InboxPipeline/InboxValidator.php
- app/Jobs/InboxPipeline/InboxWorker.php
- app/Jobs/ProfilePipeline/HandleUpdateActivity.php
- app/Rules/ExpoPushTokenRule.php
- app/Services/AutospamService.php
- app/Services/CollectionService.php
- app/Services/NotificationAppGatewayService.php
- app/Services/WebfingerService.php
- app/Util/ActivityPub/Helpers.php
2 months ago
Daniel Supernault
3686c92122
Update Status storage, add SanitizerService to fix spacing in html stripped content
3 months ago
daniel
2b4bccdfb1
Merge pull request #5972 from intentionally-left-nil/fix-id-domain-mismatch
...
Fix id domain mismatch
8 months ago
Daniel Supernault
cb80c65995
Fix tests
8 months ago
Anil Kulkarni
e3b7f1d7cd
For an ActivityStream object, such as a note, the code currently validates
...
the domain of the object id, matches the domain of the object url.
However, the current implementation of threads has objects where the id is
threads.net/ap/... and the url is www.threads.com/...
The AS spec does not guarantee any particular relationship between the
id and url. The only requirement is that the id is globally unique.
Additionally, mastodon also does not appear to require the domains to
match
8 months ago
Daniel Supernault
75e7a678ce
Update ActivityPub helpers
9 months ago
Daniel Supernault
22eae69fd5
Update AP Helpers, fix comment bug
11 months ago
Daniel Supernault
92d8df9116
Update AP helpers
12 months ago
Daniel Supernault
d373887615
Update Helpers
12 months ago
Daniel Supernault
cf2012c3af
Update Helpers.php
12 months ago
Daniel Supernault
823d756781
Update Helpers.php
12 months ago
Daniel Supernault
12b400707f
Refactor ActivityPub helpers
12 months ago
Daniel Supernault
85124aa642
Fix rendered caption
12 months ago
Daniel Supernault
8c39ef449a
Update Helpers.php
1 year ago
Daniel Supernault
1d2f76c8e5
Postgres fixes
1 year ago
Daniel Supernault
51bbb85bb0
Update Helpers.php
1 year ago
Daniel Supernault
9eeb7b6741
Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering
1 year ago
Daniel Supernault
cf38a508ca
Lint
1 year ago
Daniel Supernault
960f3849f2
Update AP helpers, reject statuses with invalid dates
1 year ago
Daniel Supernault
03ad41e2c4
Update AP Helpers
1 year ago
Daniel Supernault
f1497655ba
Update AP helpers, fix Moved account support
1 year ago
Daniel Supernault
42424028b0
Update AP helpers, add forceBanCheck param to validateUrl method
1 year ago
Daniel Supernault
8fea821504
Update AP helpers
1 year ago
Daniel Supernault
d723e207fd
Update Helpers.php
1 year ago
Daniel Supernault
665581d80c
Update cloud storage, use config_cache
2 years ago
Daniel Supernault
d835e0adaa
Update Inbox, cast live filters to lowercase
2 years ago
Daniel Supernault
40b45b2a11
Update Autospam, add live filters to block remote activities based on comma separated keywords
2 years ago
Daniel Supernault
fb0bb9a34f
Update Federation, use proper Content-Type headers for following/follower collections
2 years ago
Daniel Supernault
00ed330cf3
Update AP helpers, fix sensitive bug
2 years ago
Daniel Supernault
b81ae5773f
Update AP helpers, refactor post count decrement logic
2 years ago
Daniel Supernault
7caed381fb
Update AP helpers, more efficently update post counts
2 years ago
Daniel Supernault
33a60e767d
Update AP helpers, fix fanout scope
2 years ago
Daniel Supernault
c6a6b3ae30
Update Experimental Home Feed, fix remote posts, shares and reblogs
2 years ago
Daniel Supernault
21218c794b
Update AP helpers, improve preferredUsername validation
2 years ago
Daniel Supernault
36b23fe34e
Update AP helpers, adjust RemoteAvatarFetch ttl from 24h to 3 months
2 years ago
Daniel Supernault
8c96919119
Update ap helpers, store media attachment width and height if present
2 years ago
Daniel Supernault
fbdcdd9dbc
Update AP Helpers, consume actor `indexable` attribute
2 years ago
Daniel Supernault
2bef3e415d
Update AP Helpers, improve url validation and add optional dns verification, disabled by default
2 years ago
Daniel Supernault
0704c7e05e
Update AP Helpers, preserve admin unlisted state before adding to NetworkTimelineService
2 years ago
Daniel Supernault
2800c8886a
Update AP Inbox, fix delete handling
3 years ago
Daniel Supernault
8b007f9ee9
Update ap helpers
3 years ago
Daniel Supernault
871f798cc9
Update ap helpers, fix album order bug by setting media order
3 years ago
Daniel Supernault
083f506baf
Update ap helpers, fix unset media name bug
3 years ago
Daniel Supernault
c504e6437e
Update AP helpers, ingest attachments in replies
3 years ago
Daniel Supernault
a7f583497c
Update AP Helpers, fix media validation bug that would reject media with alttext/name longer than 255 chars and store remote alt text if set
3 years ago
Daniel Supernault
a0da6ec39a
Update InstanceService, improve unlisted/banned network post filtering
3 years ago
Daniel Supernault
43c93e74e7
Update AP helpers
3 years ago