fogelito
|
0522affba0
|
fix collections.php
|
2023-08-15 00:41:34 +03:00 |
|
fogelito
|
ab9ee84ed0
|
composer.lock
|
2023-08-14 23:36:15 +03:00 |
|
fogelito
|
e67292a614
|
Merge branch '1.4.x' of github.com:appwrite/appwrite into poc-timeout
Conflicts:
composer.lock
tests/e2e/Services/Databases/DatabasesBase.php
|
2023-08-14 22:01:31 +03:00 |
|
fogelito
|
c823e36183
|
remove unchanged setResource
|
2023-08-09 12:47:26 +03:00 |
|
Shmuel Fogel
|
ecb142fa50
|
Update app/controllers/api/databases.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
|
2023-08-09 12:40:18 +03:00 |
|
fogelito
|
aceb49505c
|
pull changes
|
2023-08-09 12:38:34 +03:00 |
|
fogelito
|
eed89b9fd3
|
Merge branch '1.4.x' of github.com:appwrite/appwrite into poc-timeout
Conflicts:
.env
app/controllers/api/databases.php
composer.json
composer.lock
docker-compose.yml
|
2023-08-09 12:36:23 +03:00 |
|
fogelito
|
e6cf0a6ac3
|
addressing comments
|
2023-08-09 12:27:32 +03:00 |
|
prateek banga
|
4d03610755
|
resolve merge conflicts
|
2023-08-09 03:23:45 +05:30 |
|
prateek banga
|
51ceb5d74a
|
prohibit select queries in list attributes and remove static method
|
2023-08-09 00:12:53 +05:30 |
|
prateek banga
|
7e185cd799
|
moved formatting logic to relationship attribute model
|
2023-08-08 03:34:13 +05:30 |
|
prateek banga
|
52e800cc59
|
refactor according to review feedback
|
2023-08-08 02:56:20 +05:30 |
|
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 |
|
prateek banga
|
ea57a303d0
|
lint fixes
|
2023-08-03 17:39:13 +05:30 |
|
prateek banga
|
f797c2574a
|
resolve merge conflicts with 1.4.x
|
2023-08-03 17:38:22 +05:30 |
|
prateek banga
|
1d558fa5f5
|
Add select queries support to list indexes and list attributes endpoint
|
2023-08-03 17:34:28 +05:30 |
|
fogelito
|
632d41ec6c
|
Merge branch 'master' of github.com:appwrite/appwrite into poc-timeout
Conflicts:
app/controllers/api/databases.php
composer.json
composer.lock
tests/e2e/Services/Databases/DatabasesBase.php
|
2023-08-01 11:25:21 +03:00 |
|
prateek banga
|
27e0ec339a
|
fix more lint issues
|
2023-07-27 02:59:06 +05:30 |
|
Steven Nguyen
|
611524476b
|
Merge branch 'master' into feat-master-to-1.4.x
|
2023-07-26 13:33:49 -07:00 |
|
prateek banga
|
301af0d3fe
|
fixes lint issues and adds status in list attributes query support
|
2023-07-27 01:24:47 +05:30 |
|
Prateek Banga
|
98a226dae9
|
adds collection and database calls for better error messages
|
2023-07-27 01:20:16 +05:30 |
|
Prateek Banga
|
a6abc7c4e8
|
add support of queries in list indexes
|
2023-07-27 01:19:48 +05:30 |
|
Prateek Banga
|
165268cb71
|
remove unnecessary db call
|
2023-07-27 01:17:19 +05:30 |
|
Prateek Banga
|
a842d7eeae
|
fix queries param description
|
2023-07-27 01:17:10 +05:30 |
|
Prateek Banga
|
ead77d6cad
|
Add support for queries in List attributes endpoint
|
2023-07-27 01:16:34 +05:30 |
|
Prateek Banga
|
f7c02d9308
|
removes extra db call and uses document find method
|
2023-07-24 23:41:49 +05:30 |
|
Prateek Banga
|
7d412b4741
|
adds get db call and get collection call
|
2023-07-24 12:02:28 +05:30 |
|
Prateek Banga
|
d569c17764
|
Merge branch 'master' of https://github.com/appwrite/appwrite into change-use-find-instead-iterating-index-array
|
2023-07-21 00:49:15 +05:30 |
|
Prateek Banga
|
b700336d45
|
fix get index route to use find
|
2023-07-20 14:52:05 +05:30 |
|
Steven Nguyen
|
187f3dc6ff
|
Update get logs APIs to return userId from data
The audit userId is actually the internal id and the user id is in the
data attribute.
|
2023-07-19 22:49:51 -07:00 |
|
Prateek Banga
|
8328dac86b
|
lint issues
|
2023-07-19 14:08:02 +05:30 |
|
Prateek Banga
|
131e9658a5
|
change to use findOne instead of iterating index array
|
2023-07-19 14:04:35 +05:30 |
|
Damodar Lohani
|
4fd5c72f34
|
Merge branch 'master' into feat-1.4.x-with-1.3.x-master
|
2023-07-19 07:39:37 +00:00 |
|
Steven Nguyen
|
300d916621
|
Update get logs APIs to return userId from data
The audit userId is actually the internal id and the user id is in the
data attribute.
|
2023-07-12 10:27:57 -07:00 |
|
Damodar Lohani
|
f59d3563f4
|
Merge remote-tracking branch 'origin/feat-db-pools-master' into feat-db-pools-db-pools-master-sync
|
2023-07-10 03:06:48 +00:00 |
|
Prateek Banga
|
f24cf729c3
|
fixed relationship update bug in two way type
|
2023-07-07 23:50:06 +05:30 |
|
faisalill
|
7e8f6f748a
|
fixed incorrect audity activity on document create
|
2023-06-17 00:20:37 +05:30 |
|
Jake Barnby
|
95b06c660a
|
Add index validator
|
2023-06-15 17:29:03 +12:00 |
|
Damodar Lohani
|
57411db2d3
|
upadate to use refactored collections config
|
2023-06-15 00:34:12 +00:00 |
|
Jake Barnby
|
031f8270ff
|
Merge remote-tracking branch 'origin/1.4.x' into validator-mv
# Conflicts:
# composer.lock
|
2023-06-15 12:28:32 +12:00 |
|
Jake Barnby
|
b7f4f57521
|
Add new error message to differentiate between missing data and missing data + permissions for document updates
|
2023-06-07 13:51:24 +12:00 |
|
Jake Barnby
|
d2bfe46fca
|
Set min length to 0 for default value when creating or updating a string attribute
(cherry picked from commit c61e54f69b)
|
2023-05-30 19:42:13 +12:00 |
|
Jake Barnby
|
c61e54f69b
|
Set min length to 0 for default value when creating or updating a string attribute
|
2023-05-30 14:52:59 +12:00 |
|
Bishwajeet Parhi
|
68c56daba1
|
add extra check for admin modes
|
2023-05-26 17:08:09 +05:30 |
|
Bishwajeet Parhi
|
2873918cc5
|
Update databases.php
fix: tests
|
2023-05-24 22:56:58 +05:30 |
|
Bishwajeet Parhi
|
e496419572
|
remove formatting updates
|
2023-05-24 22:24:57 +05:30 |
|
Bishwajeet Parhi
|
6fc176d508
|
chore: add admin mode assertion for create collection
|
2023-05-24 17:58:40 +05:30 |
|
Bishwajeet Parhi
|
4706e6580d
|
chore: add new checks
|
2023-05-24 15:39:08 +05:30 |
|
Bishwajeet Parhi
|
c2a13b079e
|
chore: lowercase
|
2023-05-19 12:54:07 +05:30 |
|