Matej Bačo
65d09705ac
Simplify class name
2022-08-24 18:25:15 +00:00
Matej Bačo
55a2e52764
Allow unindexed internal queries
2022-08-24 18:23:34 +00:00
Matej Bačo
4645fcd0c8
Fix tests
2022-08-24 10:31:47 +00:00
Matej Bačo
bd7395cb44
Bug fixing, upgrade tests to new syntax
2022-08-24 09:22:13 +00:00
Matej Bačo
01a57d91ad
Fix listDocument queries validation
2022-08-23 16:33:08 +00:00
Matej Bačo
7fb74027d4
Upgrade listDocuments queries
2022-08-23 15:18:59 +00:00
Matej Bačo
11c8fccd88
PR review changes
2022-08-23 15:01:57 +00:00
Matej Bačo
531d57feff
Upgrade listMemberships queries
2022-08-23 13:16:46 +00:00
Matej Bačo
2d82eed4be
Linter fix
2022-08-23 13:10:27 +00:00
Matej Bačo
e068bcdbc1
Upgrade listCollections queries
2022-08-23 12:30:28 +00:00
Matej Bačo
94acd32d69
Upgrade listDatabases queries
2022-08-23 09:40:17 +00:00
Matej Bačo
17e41eee1d
Upgrade listExecutions queries
2022-08-23 09:26:34 +00:00
Matej Bačo
a92f96bf80
Upgrade listDeployments queries
2022-08-23 09:12:48 +00:00
Matej Bačo
1eee0baa28
Upgrade listFunctions queries
2022-08-23 09:02:06 +00:00
Matej Bačo
6c971f6ece
Upgrade listTeams queries
2022-08-23 08:56:28 +00:00
Matej Bačo
d1f6cb31d6
Upgrade listFiles queries
2022-08-23 08:49:39 +00:00
Matej Bačo
6fcd3757fe
Upgrade listBuckets queries
2022-08-23 08:37:55 +00:00
Matej Bačo
da73dc7fcb
Fix users queries allowed params
2022-08-23 08:37:31 +00:00
Steven
66ff297103
Refactor Queries Validation
2022-08-22 19:16:20 +00:00
Christy Jacob
e09cb3a1cb
feat: update queries constructor
2022-08-22 15:11:47 +00:00
Christy Jacob
464738274d
feat: update queries constructor
2022-08-22 15:06:11 +00:00
Christy Jacob
cff0fd9476
feat: update queries constructor
2022-08-22 15:04:55 +00:00
Christy Jacob
0fd55cb13c
feat: update queries constructor
2022-08-22 14:44:28 +00:00
Christy Jacob
3ceff5aa71
feat: update queries constructor
2022-08-22 14:37:35 +00:00
Christy Jacob
dd00c58b08
feat: remove queries
2022-08-22 14:14:40 +00:00
Christy Jacob
0304a57915
feat: remove queries
2022-08-22 14:12:52 +00:00
Christy Jacob
3fe22b7ed0
feat: update file structure
2022-08-22 14:10:10 +00:00
Christy Jacob
afa71bcaf3
feat: update file structure
2022-08-22 14:09:04 +00:00
Christy Jacob
228bedd6d0
feat: update file structure
2022-08-22 14:05:49 +00:00
Christy Jacob
b2b714f713
feat: update naming convention and folder structure
2022-08-22 13:48:35 +00:00
Steven
2bde7aa02b
Fix databases tests
2022-08-20 00:15:18 +00:00
Steven
146cb6a0d8
Fix list user logs tests
2022-08-19 23:31:02 +00:00
Steven
3890dea35b
Add additional Validators for Queries
2022-08-19 23:20:22 +00:00
Steven
a5bc07c9e4
Merge branch 'feat-list-users-queries' into feat-list-user-logs-queries
2022-08-19 22:00:54 +00:00
Steven
c1cdad5566
Merge branch 'refactor-permissions-inc-console-fix' into feat-list-users-queries
2022-08-19 14:50:50 +00:00
Jake Barnby
c1c3a7c7ae
Remove redundant exception
2022-08-19 20:31:19 +12:00
Jake Barnby
cb6fc7f618
Merge branch 'origin/datetime-attributes' into refactor-permissions-inc-console-fix
...
# Conflicts:
# .gitignore
# app/config/collections.php
# app/controllers/api/account.php
# app/controllers/api/databases.php
# app/controllers/api/storage.php
# app/controllers/api/users.php
# composer.lock
# tests/e2e/Services/Account/AccountCustomClientTest.php
2022-08-19 16:49:34 +12:00
Jake Barnby
7019be987c
Merge remote-tracking branch 'origin/0.16.x' into origin/datetime-attributes
...
# 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/controllers/api/account.php
# app/controllers/api/users.php
# app/controllers/shared/api.php
# app/workers/deletes.php
# composer.lock
# docker-compose.yml
# phpunit.xml
# src/Appwrite/Event/Delete.php
2022-08-19 16:20:19 +12:00
Jake Barnby
66539bbe3a
Review updates for role helper usage
2022-08-19 16:04:33 +12: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
Steven
f0d66985f7
Consolidate List Users API params
...
Replace search, limit, offset, cursor, cursorDirection, and orderType
params with a single queries param since the Queries V2 change now
allows for different types of queries.
2022-08-18 19:30:39 +00:00
Steven
753aebccab
Create Appwrite Query Validator
...
The Appwrite Query Validator checks if the cursor value is a valid UID.
This is different than the cursor value in utopia-php/database because
the value in the database layer is expected to be a document.
2022-08-18 19:30:39 +00:00
fogelito
c21b563614
Merge branch 'refactor-permissions-inc-console-fix' of github.com:appwrite/appwrite into datetime-jake-tz
...
Conflicts:
app/controllers/general.php
composer.json
composer.lock
2022-08-17 21:04:23 +03:00
fogelito
5d99f7c3a6
after branch change to datetime attributes
2022-08-17 17:09:21 +03:00
shimon
9c68cff317
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-file-cache-cleanup
...
Conflicts:
composer.json
composer.lock
2022-08-17 11:16:09 +03:00
Christy Jacob
11ad9c8dd9
feat: update abuse library
2022-08-16 20:47:05 +00:00
Christy Jacob
4b0c707fd3
Merge branch 'origin/datetime-attributes' of https://github.com/appwrite/appwrite into feat-ui-datetime
2022-08-16 20:37:05 +00:00
Eldad A. Fux
69a4f51d58
Merge pull request #3656 from appwrite/feat-functions-console-logs
...
Functions Console Logs Capture
2022-08-16 23:23:53 +03:00
Eldad A. Fux
ccb8a1144c
Merge pull request #2747 from appwrite/feat-password-hash-algos
...
Password Hashing algos
2022-08-16 22:30:23 +03:00
Eldad A. Fux
e0abc972ff
Merge pull request #3681 from appwrite/feat-missing-phone-param
...
Changed provider name from phone to sms and added phone param to create endpoints
2022-08-16 21:01:54 +03:00