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

12980 commits

Author SHA1 Message Date
Damodar Lohani
77958b465e update database usage params label 2022-08-21 02:10:21 +00:00
Damodar Lohani
6af467398b update usage labels 2022-08-21 02:04:52 +00:00
Damodar Lohani
c5a8e470c5 update usage labels to match audits labels pattern 2022-08-21 02:03:19 +00:00
Damodar Lohani
2205ecd9c6 null safety checks 2022-08-20 11:20:31 +00:00
Christy Jacob
7952dac85e feat: linter fixes 2022-08-20 07:41:07 +00:00
Steven
e70eb61717 Fix bug with list documents and new queries 2022-08-20 00:47:10 +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
fe0b778fac Add indexes to users collection 2022-08-19 21:10:15 +00:00
Steven
f03510ef6b Fix test after merge 2022-08-19 21:09:50 +00:00
Christy Jacob
ca25d329ae feat: update date time calculation 2022-08-19 20:22:38 +05:30
Steven
c1cdad5566 Merge branch 'refactor-permissions-inc-console-fix' into feat-list-users-queries 2022-08-19 14:50:50 +00:00
Matej Bačo
926d1c6459 Fix incorrect endpoint information 2022-08-19 14:14:39 +00:00
Matej Bačo
896f07fdd4 Upgrade versios to resolve missing methods 2022-08-19 13:37:24 +00:00
Bradley Schofield
d4ba9441b6 Run Linter 2022-08-19 11:26:09 +01:00
Bradley Schofield
0d81918685 Merge remote-tracking branch 'origin/refactor-permissions-inc-console-fix' into feat-variables-api 2022-08-19 11:25:39 +01:00
Christy Jacob
7673fb44e5 feat: update default values 2022-08-19 10:03:54 +00:00
Christy Jacob
dbd7afeda0 feat: update default values 2022-08-19 09:58:11 +00:00
Bradley Schofield
a904057a58 Merge branch 'feat-variables-api' of https://github.com/appwrite/appwrite into feat-variables-api 2022-08-19 10:58:01 +01:00
Bradley Schofield
7895ac6c40 Update Func.php 2022-08-19 10:57:59 +01:00
Christy Jacob
74a5bd2556 feat: update default values 2022-08-19 09:54:26 +00:00
Christy Jacob
28d9e15980 feat: update response model 2022-08-19 09:45:36 +00:00
Christy Jacob
e104f553cb feat: use datetime filters for acessedAt 2022-08-19 09:41:22 +00:00
Christy Jacob
f09cce93ee feat: use datetime filters for acessedAt 2022-08-19 09:37:35 +00:00
Bradley Schofield
c9cae9479d
Update docs/references/functions/create-variable.md
Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
2022-08-19 10:35:25 +01:00
Christy Jacob
2a750eaa73 Merge branch 'refactor-permissions-inc-console-fix' of https://github.com/appwrite/appwrite into feat-improve-keys 2022-08-19 09:32:22 +00:00
Christy Jacob
278afd77c0 Merge branch 'origin/datetime-attributes' of https://github.com/appwrite/appwrite into feat-improve-keys 2022-08-19 09:20:08 +00:00
Jake Barnby
399df17a3d Fix application reference 2022-08-19 20:49:13 +12:00
Jake Barnby
c1c3a7c7ae Remove redundant exception 2022-08-19 20:31:19 +12:00
Jake Barnby
e4392bdbfb Merge fixes
(cherry picked from commit 24875e352d)
2022-08-19 17:12:20 +12:00
Jake Barnby
24875e352d Merge fixes 2022-08-19 17:05:39 +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
5f990ecb6d Fix imports 2022-08-19 16:28:40 +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
9819088563 Lint 2022-08-19 16:05:00 +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
Damodar Lohani
db9faebcc9
Update app/controllers/api/account.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-18 16:04:19 +05:45
Damodar Lohani
7c2ecaec4b correct function status 2022-08-18 05:13:30 +00:00
Damodar Lohani
e63e79d3f9 linter fix 2022-08-18 01:50:55 +00:00
Damodar Lohani
acd5dfc23f update functions test 2022-08-18 01:49:41 +00:00
Damodar Lohani
fdac3bfe4a missing functions stats 2022-08-18 01:45:55 +00:00
Damodar Lohani
3e43424129 Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-usage-updates 2022-08-18 00:49:31 +00:00
Damodar Lohani
b28d3ce302 fix usage test 2022-08-18 00:36:25 +00:00
Damodar Lohani
4d482ebb81 fix accounts PR 2022-08-18 00:31:56 +00:00
Shmuel Fogel
bc9e928187
Merge pull request #3688 from appwrite/datetime-jake-tz
datetime tz
2022-08-17 21:36:39 +03:00