1
0
Fork 0
mirror of synced 2024-08-04 21:12:18 +12:00
Commit graph

16 commits

Author SHA1 Message Date
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
fogelito
ce40d3c2c5 Remove test moved to Utopia 2023-04-30 13:00:39 +03:00
fogelito
fd9b6aba55 format 2023-04-27 17:21:51 +03:00
fogelito
9dcf4c0984 validations changes 2023-04-25 14:35:49 +03:00
fogelito
d6a7e26678 FilterTest.php 2023-03-23 17:51:30 +02:00
fogelito
671888d975 Unit test SelectTest.php 2023-03-23 16:33:11 +02:00
fogelito
60c54e2d10 Select Validator 2023-03-22 23:10:47 +02:00
Christy Jacob
7591f68970
Merge pull request #3702 from appwrite/feat-list-endpoints-queries
Feat: List endpoint queries
2022-08-30 14:56:09 +02:00
Matej Bačo
b8f6393df6 PR review changes 2022-08-30 08:57:10 +00:00
Matej Bačo
4645fcd0c8 Fix tests 2022-08-24 10:31:47 +00:00
Matej Bačo
11c8fccd88 PR review changes 2022-08-23 15:01:57 +00:00
Steven
66ff297103 Refactor Queries Validation 2022-08-22 19:16:20 +00:00
Steven
3890dea35b Add additional Validators for Queries 2022-08-19 23:20:22 +00:00
Steven
27f69e3c09 Consolidate List User Logs API params
Replace limit and offset params with a single queries param since the
Queries V2 change now allows for different types of queries.
2022-08-19 00:09:34 +00:00
Torsten Dittmann
bf9533007b tests: fix unit tests 2022-08-01 12:22:04 +02:00
Torsten Dittmann
d3150afebc feat: migration for 0.13 2022-01-18 12:05:04 +01:00