You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/tests/Feature
Your Name 579a581de8 test: add admin access and API scope security tests (360 total)
Security/AdminAccessTest: verifies non-admin users are blocked from
  all admin web routes (dashboard, users, reports, settings, instances,
  curated onboarding) and admin API endpoints.

Security/ApiScopeSecurityTest: verifies read-only tokens cannot write
  (follow, favourite, delete, mute, block), write tokens can read+write,
  cross-user access is denied, and private statuses are protected.

BUG FOUND: CheckForAnyScope middleware (referenced in v1/admin routes)
  was removed in Passport 13. All /api/v1/admin/* routes throw
  BindingResolutionException. 6 tests skipped pending fix.
4 weeks ago
..
Account test: add notification, search, compose, report, and collection tests (332 total) 4 weeks ago
Api test: add notification, search, compose, report, and collection tests (332 total) 4 weeks ago
Auth fix: resolve str_ends_with TypeError in RegisterController 4 weeks ago
Compose test: add notification, search, compose, report, and collection tests (332 total) 4 weeks ago
CriticalRoutes test: expect oauth endpoints to return 200 (will pass after route syntax fix merge) 4 weeks ago
Federation test: add status, timeline, federation, and privacy tests (309 total) 4 weeks ago
Framework chore: add TODO to replace custom FrameGuard with Laravel built-in security headers 4 weeks ago
Security test: add admin access and API scope security tests (360 total) 4 weeks ago
Settings test: add settings, mute/block, and follow tests (278 total) 4 weeks ago
LoginTest.php
RemoteOidcTest.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago