1
0
Fork 0
mirror of synced 2024-08-20 12:41:26 +12:00
Commit graph

73 commits

Author SHA1 Message Date
Torsten Dittmann
c3fc9e6567 tests: add request/response filter tests 2024-03-07 16:20:34 +01:00
Torsten Dittmann
bcebe02eef chore: run formatter 2024-03-07 15:05:14 +01:00
Torsten Dittmann
d721843ea8 test: response filters 2024-03-07 15:03:43 +01:00
Torsten Dittmann
0a1d572c72 chore: run formatter 2024-03-06 18:34:21 +01:00
Torsten Dittmann
dd13d17377 feat: const for totp values 2024-03-01 03:07:58 +01:00
Bradley Schofield
4050e93b1d Run Linter 2024-02-27 13:19:35 +00:00
Bradley Schofield
f4b8ae8b88 Change factors code and update Response model tests 2024-02-26 11:50:25 +00:00
Jake Barnby
f28412ccd9
Add compound UID unit test 2024-02-20 20:10:20 +13:00
Jake Barnby
4d7becc459
Apply suggestions from code review 2024-02-16 20:23:31 +13:00
Bradley Schofield
38c0f8ddab Add Query Converter 2024-02-08 11:39:01 +00:00
shimon
f477be7521 Merge branch '1.5.x' of github.com:appwrite/appwrite into 1.5.x-response-request-models
 Conflicts:
	composer.json
2024-01-31 20:28:03 +02:00
Bradley Schofield
b88ff90c22 Update V17Test.php 2024-01-22 11:23:23 +00:00
Bradley Schofield
198f68b807 Implement Response and Request filters as well as migrations 2024-01-16 11:10:07 +00:00
Jake Barnby
7795301772
Fix unit tests 2024-01-09 15:21:43 +13:00
prateek banga
fd4a81c4fc made review changes 2023-10-25 23:03:23 +05:30
Prateek Banga
350549db7d Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-add-messaging-response-models 2023-09-14 02:17:34 +05:30
Prateek Banga
851afae29a change test provider to authProviders 2023-09-13 00:50:16 +05:30
Steven Nguyen
65e2e79457
Fix create execution request filter from previous SDK version
When an older SDK executes a function without passing any data, the
data param is unset/null so we need to make sure to handle that case.
2023-09-04 16:10:49 -07:00
Jake Barnby
02f8e7796d
Merge remote-tracking branch 'origin/feat-git-integration' into feat-1.4-request-response-filters 2023-08-22 17:20:50 -04:00
Jake Barnby
9476c064c6
Fix test 2023-08-22 17:17:42 -04:00
Jake Barnby
360935fd28
Apply suggestions from code review 2023-08-22 14:13:37 -04:00
Steven Nguyen
a012a42008
Create 1.4 request filters 2023-08-21 11:52:03 -07:00
Steven Nguyen
0a0a5e9f04
Create 1.4 response filter 2023-08-21 11:48:48 -07:00
Matej Bačo
efe3793679 PR review changes, fix node test 2023-08-19 20:26:47 +02:00
Khushboo Verma
00f6785818 Addressed PR comments 2023-08-18 12:25:44 +05:30
Matej Bačo
b9d790224f Fix missing model 2023-08-09 13:29:56 +02:00
Steven Nguyen
d960f85da6
Merge branch '1.4.x' into cloud-1.4.x 2023-08-04 18:07:33 -07:00
Steven Nguyen
aa3c2faed9
Merge tag '1.3.8' into cloud-1.3.x-2 2023-08-04 13:55:07 -07:00
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
shimon
5850a454e0 addressing comments 2023-02-05 22:07:46 +02:00
fogelito
8ade726932 Changing Role + Permissions namespace 2022-12-14 18:04:06 +02:00
Steven Nguyen
2f08ec0926 Convert Document $collectionId in 0.15 response
Document $collection was renamed to $collectionId to match the naming
convention of referring to other resource IDs. This ensures backwards
compatibility.
2022-09-20 02:48:40 +00:00
Steven Nguyen
01f77fa993 Ensure empty datetimes are 0 in 0.15 response
Because empty datetimes are invalid, strtotime returned false so the
response was false rather than 0.
2022-09-20 02:48:40 +00:00
Steven Nguyen
041066520f Fix some sdk methods for V15 request filter 2022-09-13 21:28:23 +00:00
Steven Nguyen
2da7da0558 Remove response parse of log $createdAt and $updatedAt 2022-09-13 21:18:13 +00:00
Steven Nguyen
717abccd10 Fix V15 response format for functions and executions 2022-09-13 20:43:46 +00:00
Steven Nguyen
1d7c25354a Update response filters for usage 2022-09-12 22:15:13 +00:00
Steven Nguyen
79b57cf696 Update response filters for list models 2022-09-12 19:07:08 +00:00
Steven Nguyen
71206a9886 Update V15 response filter and add tests 2022-09-10 01:00:20 +00:00
Steven Nguyen
668ebe4f41 Update V15 request filters for storage, teams, and users 2022-09-09 17:56:13 +00:00
Steven Nguyen
ddd15921a3 Update V15 request filters
Request filters are in place for the following services:
* account
* databases
* functions
* projects
2022-09-08 23:55:29 +00: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