Commit Graph

9 Commits (fff81fe596070a2b6d5a0ae39840ecd67f03f2b3)

Author SHA1 Message Date
Your Name 878775cab9 chore: resolve psalm issues in admin commands and auth
- Add return type hints (void) and final class markers
- Guard null returns from newestBackup() and putFileAs() in BackupToCloud
- Type ask() default values as strings
- Fix uses_left fallback condition for null/zero max_uses
- Annotate AdminInvite::whereInviteCode and cast Str::uuid() to string
- Ignore local redis-data and mysql-9-data dev directories
4 weeks ago
Daniel Supernault 33dce75f2c
Pint app/ 4 weeks ago
Your Name 9a9726af7c Install Larastan for static analysis
- Add larastan/larastan v3.10 (dev dependency)
- Configure phpstan.neon at level 0 with Laravel extension
- Generate baseline for existing errors (711 items)
- Exclude files with missing class references
- Fix one non-ignorable return type error in BearerTokenResponse
- Add composer analyse script

Usage: composer analyse
4 weeks ago
Daniel Supernault 4ce6e610bd
Update oauth/token, fix scope to be space separated string instead of array 2 years ago
Daniel Supernault fc8709bc4b
Fix typo 2 years ago
Daniel Supernault d8f5c3027c
Update BearerTokenResponse, return scopes in oauth/token endpoint. Fixes #5286 2 years ago
Daniel Supernault 2e6100f275
Update BearerTokenResponse, fix scope bug 3 years ago
Emelia Smith 7b0a6060b2
Return access tokens' scopes, not hardcoded list 3 years ago
Daniel Supernault 1c02afb1a1
Update oauth flow 5 years ago