Christy Jacob
|
038aeb01fb
|
feat(usage): added response models for projects API
|
2021-08-27 01:01:37 +05:30 |
|
Christy Jacob
|
1e30cdba4b
|
feat(usage): added response models for functions API
|
2021-08-27 00:42:36 +05:30 |
|
Christy Jacob
|
b893190ce5
|
feat(usage): added response models for users API
|
2021-08-27 00:23:56 +05:30 |
|
Christy Jacob
|
6d6b0ee024
|
feat(usage): added response models for storage API
|
2021-08-27 00:14:32 +05:30 |
|
Christy Jacob
|
3d512e74bf
|
feat(usage): added response models for database api
|
2021-08-26 23:45:36 +05:30 |
|
Torsten Dittmann
|
45cb05bb31
|
fix(realtime): exception
|
2021-08-26 18:10:53 +02:00 |
|
Torsten Dittmann
|
371717abad
|
feat(realtime): allow authentication via message
|
2021-08-26 18:02:38 +02:00 |
|
Christy Jacob
|
7775daa478
|
feat(usage): added new response model
|
2021-08-26 16:30:03 +05:30 |
|
Christy Jacob
|
747827e2a9
|
Merge branch 'feat-usage-daemon' of github.com:appwrite/appwrite into feat-new-usage-endpoints
|
2021-08-26 13:52:27 +05:30 |
|
kodumbeats
|
5472415231
|
Encode attribute default as json string
|
2021-08-25 16:43:15 -04:00 |
|
kodumbeats
|
1c52b0b4dc
|
Prefer Document array data structure for attributes
|
2021-08-25 15:37:07 -04:00 |
|
kodumbeats
|
84f9f71b81
|
Fix race condition between database controller and worker
|
2021-08-25 15:36:45 -04:00 |
|
Torsten Dittmann
|
3e52249cda
|
adapt to review
|
2021-08-25 17:56:53 +02:00 |
|
Torsten Dittmann
|
d69ccf5c6e
|
fix whitespace
|
2021-08-25 12:22:25 +02:00 |
|
Torsten Dittmann
|
5d430b7b53
|
fix(usage): use proper projectdb namespace
|
2021-08-25 12:08:23 +02:00 |
|
Torsten Dittmann
|
915dd536d8
|
fix(install): better warning with missing traefik
|
2021-08-25 12:01:01 +02:00 |
|
Torsten Dittmann
|
e00dfb44c1
|
fix(install): safe installation on custom compose
|
2021-08-25 11:48:05 +02:00 |
|
Bradley Schofield
|
5bbbbd5a3e
|
Merge branch 'master' into the-executor-poc
|
2021-08-25 09:20:14 +01:00 |
|
Torsten Dittmann
|
f828a684a1
|
Merge branch 'feat-265-realtime' of https://github.com/appwrite/appwrite into feat-265-realtime-console
|
2021-08-25 10:02:35 +02:00 |
|
Torsten Dittmann
|
8eef572d3e
|
Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime
|
2021-08-25 10:01:46 +02:00 |
|
Damodar Lohani
|
95a20159a7
|
fix merge errors
|
2021-08-25 12:09:02 +05:45 |
|
Damodar Lohani
|
1007756731
|
Merge branch 'feat-database-indexing' into feat-usage-daemon
|
2021-08-25 11:36:11 +05:45 |
|
kodumbeats
|
2f26f8ae4f
|
Count index from internal index table
|
2021-08-24 19:35:32 -04:00 |
|
kodumbeats
|
1c1312baae
|
Catch exception for index limit
|
2021-08-24 18:20:04 -04:00 |
|
kodumbeats
|
34a2496c2a
|
Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes
|
2021-08-24 15:03:01 -04:00 |
|
kodumbeats
|
5c040bd5f3
|
Add min and max for response model
|
2021-08-24 14:57:34 -04:00 |
|
kodumbeats
|
7506142ab9
|
Parse min and max from formatOptions for response model
|
2021-08-24 14:01:53 -04:00 |
|
Eldad Fux
|
48360e2805
|
Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing
|
2021-08-24 19:44:12 +03:00 |
|
Bradley Schofield
|
667a875b49
|
Update compose.phtml
|
2021-08-24 16:56:12 +01:00 |
|
Bradley Schofield
|
071d716949
|
Initial Fix
|
2021-08-24 16:45:09 +01:00 |
|
kodumbeats
|
cc0c3d074e
|
Replace last line that was somehow removed during interactive rebase
|
2021-08-24 10:03:32 -04:00 |
|
kodumbeats
|
98e15f782a
|
Use 409 response for duplicate exception
|
2021-08-24 09:53:49 -04:00 |
|
kodumbeats
|
758f8e8eb2
|
Catch duplicate index exception when creating and updating a document
|
2021-08-24 09:53:15 -04:00 |
|
kodumbeats
|
c4cb72731e
|
Refactor attributeCallback to function createAttribute
|
2021-08-24 09:49:58 -04:00 |
|
kodumbeats
|
4b0dc9dab3
|
Use param validation from framework
|
2021-08-24 09:46:41 -04:00 |
|
Damodar Lohani
|
80fffe0ed4
|
collections count
|
2021-08-24 16:15:24 +05:45 |
|
Damodar Lohani
|
218b332b0f
|
fix get url
|
2021-08-24 15:36:45 +05:45 |
|
Bradley Schofield
|
82b7e18033
|
First Test
|
2021-08-24 10:32:27 +01:00 |
|
Damodar Lohani
|
c81ee72c7e
|
Merge branch 'feat-database-indexing' into feat-usage-daemon
|
2021-08-24 15:04:07 +05:45 |
|
Damodar Lohani
|
cd3939781e
|
fix session provider usage
|
2021-08-24 14:21:46 +05:45 |
|
kodumbeats
|
65fbf03290
|
Merge remote-tracking branch 'origin/feat-decouple-collections' into feat-response-models-new-attributes
|
2021-08-23 17:45:31 -04:00 |
|
Eldad Fux
|
5bf7f3f773
|
Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-decouple-collections
|
2021-08-24 00:25:21 +03:00 |
|
 
|
8f2e5c3563
|
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
|
2021-08-23 23:40:56 +03:00 |
|
 
|
f9d5d310e3
|
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
|
2021-08-23 23:40:50 +03:00 |
|
 
|
8219fcbcb4
|
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
|
2021-08-23 23:40:40 +03:00 |
|
 
|
0b30691879
|
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
|
2021-08-23 23:40:14 +03:00 |
|
 
|
130d567ecf
|
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
|
2021-08-23 23:39:54 +03:00 |
|
 
|
9aefe4e360
|
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
|
2021-08-23 23:39:42 +03:00 |
|
 
|
5de5a38ba0
|
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
|
2021-08-23 23:39:24 +03:00 |
|
 
|
8d262ffbbb
|
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
|
2021-08-23 23:39:15 +03:00 |
|