appwrite/tests/unit/Utopia/Database
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
..
Documents refactor: convert User::isApp() and User::isPrivileged() from static to instance methods 2026-03-26 02:47:56 +00:00
Query fix: Address CodeRabbit review comments 2026-02-05 22:24:26 +13:00
Validator Merge remote-tracking branch 'origin/feat-db-tests' into feat-mongodb 2026-02-18 03:27:23 +13:00