appwrite/app/controllers/api
Claude 7aff75ae1c
refactor: convert User::isApp() and User::isPrivileged() from static to instance methods
All call sites now use $user->isApp() and $user->isPrivileged() instance
syntax instead of static User::isApp() / $user::isPrivileged() calls.
Added setUser() to Request class for consistency with Response.

https://claude.ai/code/session_01JLPDurUgyj7qViA8JqQFTH
2026-03-26 02:47:56 +00:00
..
account.php Rework without schema changes 2026-03-23 11:52:40 +01:00
graphql.php refactor: convert User::isApp() and User::isPrivileged() from static to instance methods 2026-03-26 02:47:56 +00:00
locale.php Upgrade utopia-php dependencies and fix namespace changes 2026-02-10 10:34:24 +05:30
messaging.php Fixes 2026-03-19 22:54:45 +01:00
migrations.php Revert "Revert "Documentsdb + vectordb (latest)"" 2026-03-19 20:30:42 +05:30
project.php Merge branch '1.9.x' into revert-11585-revert-11402-sync-mongodb 2026-03-24 03:03:02 +00:00
projects.php Fixes 2026-03-19 22:54:45 +01:00
users.php Fixes 2026-03-19 22:54:45 +01:00