Damodar Lohani
860e0203b0
Update ProjectsConsoleClientTest.php
2023-05-04 07:11:03 +05:45
fogelito
c51d4b386b
Merge branch 'master' of github.com:appwrite/appwrite into validator-mv
...
Conflicts:
composer.json
composer.lock
2023-05-03 14:56:03 +03:00
fogelito
5be5a7dd0e
Empty queries fixes
2023-05-03 14:53:40 +03:00
Jake Barnby
30237ccfb1
Add test for updating existing document with relationship
2023-05-02 20:27:09 +12:00
Damodar Lohani
bffdad2048
transfer team test
2023-05-02 07:28:46 +00:00
fogelito
ce40d3c2c5
Remove test moved to Utopia
2023-04-30 13:00:39 +03:00
Christy Jacob
33d2e94d1d
Apply suggestions from code review
2023-04-30 01:54:45 +05:30
Christy Jacob
3f61db57b9
chore: add tests
2023-04-29 13:13:33 +05:30
Damodar Lohani
b1bbc9dfbd
Merge remote-tracking branch 'origin/master' into feat-custom-smtp
2023-04-28 07:11:17 +00:00
fogelito
fd9b6aba55
format
2023-04-27 17:21:51 +03:00
fogelito
9dcf4c0984
validations changes
2023-04-25 14:35:49 +03:00
Steven Nguyen
611dd9b86c
Return 404 if a user doesn't have access to a collection
...
It is better to return 404 so that an end user doesn't know if the
collection actually exists but they don't have access or they really
don't have access.
2023-04-19 17:21:41 -07:00
Damodar Lohani
3486885dc8
fix large deployment test
2023-04-19 05:38:54 +00:00
Damodar Lohani
26aea21768
fix chunk header size in test
2023-04-19 04:44:59 +00:00
Damodar Lohani
862312239b
fix test
2023-04-18 07:13:52 +00:00
Damodar Lohani
e992814552
use default for missing locales
2023-04-17 09:10:41 +00:00
Christy Jacob
0257a4d9f3
chore: linter
2023-04-14 00:59:35 +04:00
Christy Jacob
7252db7924
chore: uncomment tests
2023-04-14 00:26:47 +04:00
Christy Jacob
0fb34433b9
feat: personal data filters to enhance password protection
2023-04-14 00:20:03 +04:00
Jake Barnby
c7317b0468
Fix auto-setting custom ID on nested documents
2023-04-13 15:59:57 +12:00
Damodar Lohani
d394715b56
Merge remote-tracking branch 'origin/master' into feat-custom-smtp
2023-04-13 01:35:56 +00:00
Jake Barnby
7fe14ca10b
Merge remote-tracking branch 'origin/master' into sync-master
...
# Conflicts:
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/console
# app/controllers/api/storage.php
# composer.lock
2023-04-12 00:50:31 +12:00
Jake Barnby
84f4c757c3
Fix test
2023-04-11 16:21:22 +12:00
Jake Barnby
5485346b5e
Fail validation on nested attribute query
2023-04-11 15:40:14 +12:00
Jake Barnby
6591778f90
Fix query tests
2023-04-05 23:04:12 +12:00
Torsten Dittmann
3860602697
feat: console service
2023-03-31 17:14:59 +02:00
Torsten Dittmann
f9adffc569
tests: add tests for cache on updating attributes
2023-03-31 14:56:38 +02:00
Jake Barnby
eb8258d548
Fix tests
2023-03-31 21:29:02 +13:00
Jake Barnby
939a0c5591
Add missing instanceof check
2023-03-31 17:56:25 +13:00
fogelito
05d7badd60
Delete related on 2 way
2023-03-30 20:36:24 +03:00
Jake Barnby
2f709a2e89
Fix test
2023-03-30 22:05:35 +13:00
Damodar Lohani
41d22fb50b
Merge remote-tracking branch 'origin' into feat-db-pools-master-sync-2
2023-03-30 08:02:31 +00:00
Jake Barnby
ed54d9861f
Add back validation for fulltext index on search queries
2023-03-30 19:57:56 +13:00
Jake Barnby
9468c238de
Remove conflicts
2023-03-30 13:01:58 +13:00
fogelito
5aff6969db
add relations into attributes collection
2023-03-29 23:31:49 +03:00
fogelito
0638fec40d
related attributes call tests
2023-03-29 18:43:54 +03:00
fogelito
1af33d1af7
related attributes call tests
2023-03-29 18:34:49 +03:00
Jake Barnby
505ffc91ae
Fix existing tests
2023-03-28 22:08:36 +13:00
fogelito
18be424fc0
Test list attributes
2023-03-27 18:24:02 +03:00
Jake Barnby
948f04e71c
Lint
2023-03-27 19:26:27 +13:00
Jake Barnby
1cf25199ab
Recurse through nested documents to set collection ID
2023-03-27 19:03:00 +13:00
Jake Barnby
275c6bb3a0
Set databaseId for all nested documents
2023-03-27 15:42:36 +13:00
Jake Barnby
64ee75e80d
Revert "Extract $options on get attributes list"
...
This reverts commit 0ef6f32a10 .
2023-03-27 12:18:47 +13:00
Jake Barnby
9ac08b496b
Merge remote-tracking branch 'origin/feat-relations-2' into feat-relations-2
2023-03-27 12:18:29 +13:00
fogelito
0ef6f32a10
Extract $options on get attributes list
2023-03-26 19:39:26 +03:00
fogelito
276b1de2b0
Disable 2 way for ManyToOne relation test
2023-03-26 16:27:07 +03:00
Jake Barnby
ac8d4fcb2a
Add relationships to attribute response model tests
2023-03-25 16:29:40 +13:00
Jake Barnby
0797df8414
Merge remote-tracking branch 'origin/1.3.x' into feat-relations-2
...
# Conflicts:
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
2023-03-25 15:32:55 +13:00
Torsten Dittmann
b8b6ac75fc
Merge pull request #5196 from appwrite/feat-team-prefs
...
feat: team preferences
2023-03-24 12:33:55 +01:00
Jake Barnby
daa5c7e59f
Merge remote-tracking branch 'origin/1.3.x' into feat-relations-2
...
# Conflicts:
# composer.json
# composer.lock
2023-03-24 23:50:26 +13:00