Commit Graph

73 Commits (e7ba43e2e1ea56243ecf2d4dfffce2d64f2b2317)

Author SHA1 Message Date
Shlee e8a13300e4
Delete tests/database.sqlite 4 weeks ago
Your Name c807a8524c refactor: replace short facade aliases with fully-qualified imports
Convert all 273 short facade alias imports (e.g. 'use Cache;') to their
fully-qualified class names (e.g. 'use Illuminate\Support\Facades\Cache;')
across 193 files.

This resolves 643 PHPStan 'class.notFound' errors caused by the static
analyzer being unable to resolve global aliases, and aligns with modern
Laravel conventions. It also unblocks removing the aliases array from
config/app.php in a future change.

All 107 tests pass.
4 weeks ago
Your Name 30db57448f fix: replace str_random/str_limit/str_slug in Blade templates and tests
These deprecated helpers will throw 'undefined function' errors at
runtime since laravel/helpers was removed. Replace with Str::random(),
Str::limit(), and Str::slug() respectively.
4 weeks ago
Shlee fc8e025339
Merge pull request #6758 from pixelfed/shleeable-patch-4
Fix: INSTANCE_CUR_REG_NOTIFY_ADMIN_ON_VERIFY
1 month ago
Shlee 49d8e02411
Merge pull request #6757 from pixelfed/shleeable-patch-3
Fix RESTRICTED_INSTANCE
1 month ago
Your Name de3375a9f9 Apply Pint formatting to tests/ 1 month ago
Shlee da0805c455
Create CuratedOnboardingNotifyAdminTest.php 1 month ago
Shlee 508b573371
Create RestrictedAccessMiddlewareTest.php 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>
11 months ago
Your Name 9a22a4dbda more properties 11 months ago
Shlee 5d8e5b64aa
Update CryptoTest.php 11 months ago
Shlee 0e0f3b9e95
Larastan: Update CryptoTest.php - REVIEW 11 months ago
Ross Bearman 3bef8a349f Make test URLs environment-agnostic
Alter link generation tests to use `config('app.url')`, rather than hardcoding `https://pixelfed.dev`
1 year ago
Daniel Supernault 71e3fa7aff
Use pest for tests 1 year ago
Daniel Supernault 26887c7672
Update OIDC config with comments, and disable tests as we dont have db tests configured 1 year ago
Gavin Mogan 441c8e0d4c Generic OIDC Support
* Everything should be configurable by env variables
* Basic request tests
1 year ago
Daniel Simon 92f615d469 remove test prefix from test method names 2 years ago
Daniel Simon f39bfcfa1d replace @test annotations with #[Test] attributes, and add it where it was missing 2 years ago
Christian Winther 8bdb0ca77b fix directory-is-empty and add tests to avoid regressions 3 years ago
Christian Winther 2d05eccb87 add bats testing 3 years ago
Daniel Supernault 778e83d398
Update lexer regex, fix mention regex and add more tests 3 years ago
Daniel Supernault d295e6059b
Update StatusTagsPipeline, fix object tags and slug normalization 3 years ago
Daniel Supernault 0f72b33c0e
Add tests 3 years ago
Daniel Supernault d4f92da0e5
Fix test 3 years ago
Daniel Supernault 4fa1f2d1e7
Update tests 3 years ago
Daniel Supernault 222dc3a192
Update test 4 years ago
Daniel Supernault 6bae1d0327
Remove unused tests 4 years ago
Daniel Supernault fb584c02a6
Update NoteAttachmentTest 4 years ago
Sven Luijten 13d359a3c5
Clean up styling in the tests 4 years ago
Daniel Supernault e95b702e23
Add activitypub story validator 5 years ago
Daniel Supernault e90637098a
Add Bearcap util 5 years ago
Daniel Supernault 0e13ab074c
Update SnowflakeService 5 years ago
Daniel Supernault c55f14764f
Update SnowflakeTest, fixes #2661 6 years ago
Daniel Supernault 2598520bbe
Update tests 6 years ago
Daniel Supernault 044ad6450f
Update tests, fix namespace 6 years ago
Daniel Supernault 5c5931200b
Add AP LikeTest 6 years ago
Daniel Supernault 802dd326ce
Update AP tests 6 years ago
Daniel Supernault 5f73b08fd3
Remove CostarTest 7 years ago
Daniel Supernault f911c96d16
Update lexer autolinker and extractor, add support for mentioned usernames containing dashes, periods and underscore characters 7 years ago
Daniel Supernault 16beb56d21
Remove test until upstream bug is fixed 7 years ago
Daniel Supernault 04f3dbe4bc
Update tests 7 years ago
Daniel Supernault ec18c80c13
Fix broken LoginTest 7 years ago
Daniel Supernault 84fba79f0e
Add new tests 7 years ago
Daniel Supernault 59340dee69
Add FollowTest 7 years ago
Daniel Supernault 43073bd226
Add AcceptVerbTest 7 years ago
Daniel Supernault 4227af1288
Add UndoFollowTest 7 years ago
Daniel Supernault 46a498d7a9
Update StatusLexerTest 7 years ago
Daniel Supernault 52b5eab9b7
Update Autolinker test 7 years ago
Daniel Supernault 78ccec53e0
Update StatusLexerTest 7 years ago
Daniel Supernault a9072b3ad7
Add unit test 8 years ago