1
0
Fork 0
mirror of synced 2024-07-05 22:51:24 +12:00
appwrite/app/controllers/api
Steven Nguyen 33f5cbeca6
Restrict characters for project ID
Only allow lowercase alphanumeric chars and hyphens
because the project ID is used as part of url
schemes to redirect users back to mobile apps
and certain characters are not allowed.
2023-06-23 16:22:42 -07:00
..
account.php Update changes 2023-06-16 14:16:19 +12:00
avatars.php Merge pull request #5004 from appwrite/feat-remove-validators 2023-01-26 16:03:06 +05:30
console.php fix: steven review 2023-03-31 22:48:34 +02:00
databases.php Add index validator 2023-06-15 17:29:03 +12:00
functions.php Merge branch 'master' of github.com:appwrite/appwrite into validator-mv 2023-05-07 12:23:02 +03:00
graphql.php fix: graphql 2023-03-01 18:13:34 +05:30
health.php Migrate all exceptions to new signature 2022-07-26 15:24:32 +01:00
locale.php Add offline support labels on endpoints 2023-02-23 14:47:45 -08:00
projects.php Restrict characters for project ID 2023-06-23 16:22:42 -07:00
storage.php Merge remote-tracking branch 'origin/1.4.x' into validator-mv 2023-06-15 12:28:32 +12:00
teams.php Use array instead of variadic 2023-05-16 15:56:20 +03:00
users.php Use array instead of variadic 2023-05-16 15:56:20 +03:00