This website requires JavaScript.
Explore
Help
Register
Sign In
Appwrite
/
appwrite
Watch
1
Star
0
Fork
0
You've already forked appwrite
mirror of
https://github.com/appwrite/appwrite.git
synced
2026-05-26 13:51:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c13aed651ae811b71ff265032176e2df005d1050
appwrite
/
app
/
controllers
/
api
T
History
shimon
c13aed651a
Refactor storage file retrieval to use queries directly for counting, improving consistency in authorization handling. Update Action class to remove unnecessary authorization skip, and include authorization in Email/Create class constructor for better dependency management.
2025-11-02 21:24:11 +02:00
..
account.php
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-02 18:15:26 +02:00
avatars.php
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-02 18:15:26 +02:00
console.php
Fix environment variable assignment for build timeout
2025-10-21 17:48:48 +05:30
graphql.php
Refactor authorization handling across multiple modules to use the new getAuthorization() method. Update CHANGES.md to reflect the change in usage worker authorization. Adjust composer.json to specify the correct version for utopia-php/database. Update plugin-api-version in composer.lock.
2025-10-22 16:35:48 +03:00
health.php
fix: db queues
2025-09-12 19:28:27 +01:00
locale.php
chore: make group nullable and remove it from endpoints where its not required
2025-04-12 06:41:57 +00:00
messaging.php
Refactor authorization handling to ensure consistent usage of the Authorization class across various modules, enhancing code maintainability and clarity. Update method signatures to include authorization as a parameter where necessary.
2025-11-02 18:11:56 +02:00
migrations.php
Merge branch '1.8.x' into refactor-auth-single-instance
2025-10-29 20:38:04 +02:00
project.php
Refactor authorization handling across multiple modules to use a single instance of the Authorization class.
2025-10-29 20:21:41 +02:00
projects.php
Refactor API parameters to replace 'includeTotal' with 'total' across multiple endpoints for consistency in response handling.
2025-10-29 11:08:08 +02:00
storage.php
Refactor storage file retrieval to use queries directly for counting, improving consistency in authorization handling. Update Action class to remove unnecessary authorization skip, and include authorization in Email/Create class constructor for better dependency management.
2025-11-02 21:24:11 +02:00
teams.php
Refactor authorization handling to ensure consistent usage of the Authorization class across various modules, enhancing code maintainability and clarity. Update method signatures to include authorization as a parameter where necessary.
2025-11-02 18:11:56 +02:00
users.php
Merge branch '1.8.x' into refactor-auth-single-instance
2025-10-29 20:38:04 +02:00
vcs.php
Merge branch '1.8.x' into refactor-auth-single-instance
2025-10-29 20:38:04 +02:00