Commit Graph

12649 Commits (edb4368b08008c977ea618c1dff96c0e61a61ceb)
 

Author SHA1 Message Date
Your Name edb4368b08 refactor: replace deprecated laravel/helpers with native alternatives
Replace all deprecated helper function calls:
- str_slug() → Str::slug()
- starts_with() → str_starts_with()
- ends_with() → str_ends_with()
- array_first() → Arr::first()
- array_last() → Arr::last()
- array_flatten() → Arr::flatten()

Remove laravel/helpers package from composer.json as it is no longer
needed and will not be maintained for Laravel 13.
4 weeks ago
Shlee b279638218
Merge pull request #6814 from pixelfed/refactor/routes-class-syntax
refactor: convert string-based routes to ::class array syntax
4 weeks ago
Your Name 28927f6f66 refactor: convert string-based routes to ::class array syntax
Replace all 'Controller@method' string references with
[Controller::class, 'method'] array syntax across all route files.
Remove the $namespace property and ->namespace() calls from
RouteServiceProvider.

This is required for Laravel 13 compatibility where string-based
controller routing and automatic namespace prefixing will be removed.

742 route references converted across 5 route files.
4 weeks ago
Daniel Supernault 8f1e475407
Fix typo 4 weeks ago
Shlee 3c88343a52
Merge pull request #6813 from pixelfed/refactor/middleware-aliases-property
refactor: rename $routeMiddleware to $middlewareAliases
4 weeks ago
Shlee 1593fb71b8
Merge pull request #6811 from pixelfed/refactor/replace-maintenance-mode-middleware
refactor: replace deprecated CheckForMaintenanceMode with PreventRequestsDuringMaintenance
4 weeks ago
Your Name d2bd73c27e refactor: rename $routeMiddleware to $middlewareAliases
The $routeMiddleware property was renamed to $middlewareAliases in Laravel 11.
The old name still works in 12 via backwards compatibility but is on the
deprecation path for removal in Laravel 13.
4 weeks ago
Daniel Supernault bb33696cc1
Update changelog 4 weeks ago
Your Name f363715ad8 refactor: replace deprecated CheckForMaintenanceMode with PreventRequestsDuringMaintenance
CheckForMaintenanceMode was deprecated in Laravel 8 and will be removed in
Laravel 13. PreventRequestsDuringMaintenance is the modern replacement with
support for secret bypass tokens and pre-rendered maintenance views.
4 weeks ago
Daniel Supernault 7937d91c37
Update ApiV1Controller, add is_suggestable to update_credentials endpoint 4 weeks ago
Daniel Supernault 0a2b97fb98
Update CHANGELOG.md 4 weeks ago
Daniel Supernault 4e2e49f843
Update ApiV1Controller, add show_atom support to update_credentials endpoint 4 weeks ago
Daniel Supernault e69910e2b4
Update CHANGELOG.md 4 weeks ago
Daniel Supernault 59f57b1107
Update AccountService 4 weeks ago
Daniel Supernault e4033b05bd
Update composer 4 weeks ago
Shlee 61b5fef6eb
Merge pull request #6806 from pixelfed/fix/composer-lock-larastan
fix: add larastan/larastan to composer.lock to fix docker build
4 weeks ago
Your Name 2dbee8599d fix: add larastan/larastan to composer.lock to fix docker build 4 weeks ago
Shlee 403c435e37
Merge pull request #6762 from pixelfed/replace-jenssegers-agent-with-matomo-device-detector
Laravel Refactor: Replace unmaintained jenssegers/agent with matomo/device-detector
4 weeks ago
Your Name 79541afaa0 Merge origin/staging, resolve conflicts keeping matomo/device-detector over jenssegers/agent 4 weeks ago
Daniel Supernault 004ce3225e
Update compiled assets 4 weeks ago
Shlee 6ec53cc183
Merge pull request #6805 from pixelfed/shleeable-patch-1
Add entry for fixing oauth client deletion
4 weeks ago
Shlee 63d28a4865
Add entry for fixing oauth client deletion 4 weeks ago
Shlee 3642a634bf
Merge pull request #6803 from pixelfed/shleeable-patch-1
Fix deleting oauth client
4 weeks ago
Shlee 449570b413
Merge pull request #6804 from pixelfed/shleeable-patch-2
fix: deleting oauth clients
4 weeks ago
Shlee 80271c9002
Update Clients.vue 4 weeks ago
Shlee b7f70cae7e
Update CHANGELOG.md 4 weeks ago
Shlee 80738385ba
Merge pull request #6777 from pixelfed/fix/pat-creation-500-6630
Fix: Bounce error on PAT when OAUTH_PAT_ENABLED is false
4 weeks ago
Daniel Supernault 6235594cf5
Update compiled assets 4 weeks ago
Shlee 06e3351e92
Merge pull request #6778 from pixelfed/fix/prevent-pat-client-deletion-6630
Fix: Improve the web UX for deleting the OAuth Client and PAT
4 weeks ago
Shlee f2a019744c
Merge pull request #6776 from pixelfed/fix/oauth-client-secret-display-6630
Fix: OAuth client secret not displayed after creation
4 weeks ago
Shlee ad8f783bf7
Merge pull request #6798 from pixelfed/unstable
Unstable
4 weeks ago
Shlee fb655f1308
Merge pull request #6782 from ashleyhull-versent/shift-179490
Laravel Shift Preshift
4 weeks ago
Ashley Hull ab07a705e6
Merge branch 'dev' into shift-179490 4 weeks ago
Shlee 68dca50973
Merge pull request #6774 from pixelfed/fix/oauth-scope-bypass-remove-follower-6643
Fix: OAuth accountRemoveFollowById to check token.
4 weeks ago
Shlee b478092668
Merge pull request #6775 from pixelfed/fix/upload-error-messages-6657
Fix: Show detailed upload error messages instead of generic error
4 weeks ago
Shlee 20123ff5ba
Merge pull request #6773 from pixelfed/fix/first-follower-pagination-6695
Fix: Show first follower/following record excluded from previous API responses
4 weeks ago
Shlee fc8e025339
Merge pull request #6758 from pixelfed/shleeable-patch-4
Fix: INSTANCE_CUR_REG_NOTIFY_ADMIN_ON_VERIFY
4 weeks ago
Shlee 49d8e02411
Merge pull request #6757 from pixelfed/shleeable-patch-3
Fix RESTRICTED_INSTANCE
4 weeks ago
dansup ac8a4644f4
Merge pull request #6796 from pixelfed/staging
Staging (Ready for Dansup)
4 weeks ago
Shlee 41c0ed900a
Merge pull request #6801 from pixelfed/shleeable-patch-1
Create SeedDevUsers.php
4 weeks ago
Shlee 16b5ffff10
Create SeedDevUsers.php 4 weeks ago
Shlee 601b13dbe7
Merge pull request #6800 from pixelfed/shleeable-patch-1
Update CHANGELOG.md
4 weeks ago
Shlee 0d42690179
Update CHANGELOG.md 4 weeks ago
Shlee 0507d6c7e5
Merge pull request #6799 from pixelfed/shleeable-patch-1
Update and rename laravel.yml to php-laravel-tests.yml
4 weeks ago
Shlee 580042f36d
Update and rename laravel.yml to php-laravel-tests.yml 4 weeks ago
Shlee 184f6a3263
Merge pull request #6781 from pixelfed/shleeable-patch-2
remove unused app/Comment.php
4 weeks ago
Shlee aacadd3953
Merge pull request #6770 from pixelfed/pint/resources
Apply Pint formatting to resources/
4 weeks ago
Your Name 78b2bc3235 Apply pint formatting to resources/ 4 weeks ago
Your Name e0fc6c7773 Merge remote-tracking branch 'origin/staging' into pint/resources
# Conflicts:
#	resources/lang/es/auth.php
#	resources/lang/es/web.php
#	resources/lang/fr/site.php
#	resources/lang/oc/web.php
#	resources/lang/pt/web.php
#	resources/lang/zh/web.php
4 weeks ago
Shlee a94a55dbcb
Merge pull request #6797 from pixelfed/shleeable-patch-6
Add IMAGE_DRIVER option to .env.example
4 weeks ago