Commit graph

472 commits

Author SHA1 Message Date
shimon
64ba33f3aa Small fix 2022-06-08 10:19:50 +03:00
shimon
54f6556204 sign webhook flow 2022-06-07 18:11:07 +03:00
Everly Precia Suresh
d41aff1861 fix linting issues 2022-06-02 13:03:37 +00:00
Everly Precia Suresh
19300ccdd7 format files in app, src, tests 2022-05-23 14:54:50 +00:00
Matej Bačo
ce216664cc QA bug fixes 2022-05-17 08:33:24 +00:00
Matej Bačo
917faa07db Add event backward model 2022-05-17 08:22:46 +00:00
Matej Bačo
9bf7d9bda4 Added backwards compatibility (response&request) 2022-05-17 07:56:28 +00:00
Torsten Dittmann
bf0506ecc7 feat: add user memberships endpoint 2022-05-12 15:20:06 +02:00
Torsten Dittmann
07589b2d48
Merge pull request #3146 from appwrite/feat-update-execution-model
Rename 'stdout' in executions to 'response'
2022-04-27 18:35:43 +02:00
Torsten Dittmann
6e396ebdd7
Merge pull request #3060 from appwrite/fix-failed-indexes-query
Fix: Failed indexes in queries
2022-04-25 16:41:58 +02:00
Bradley Schofield
d981c8f5e5 Rename 'stdout' in executions to 'response' 2022-04-25 10:12:58 +01:00
Bradley Schofield
e567b68c19 Rename 'providers' to 'authProviders' 2022-04-14 09:54:29 +00:00
Matej Bačo
79f24098a4 Implemented query and order index checks 2022-04-05 16:46:11 +00:00
Eldad A. Fux
5bf0202490
Update src/Appwrite/Utopia/Response/Model/AttributeFloat.php
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
2022-03-14 19:40:19 +02:00
Damodar Lohani
1d7e8a76a1 update attribute examples 2022-03-14 06:03:55 +00:00
Jake Barnby
74bf55f09c Fix v13 filter for null int defaults 2022-03-02 16:21:34 +13:00
Christy Jacob
b47cf2f0db feat: response filters return 2022-03-02 00:43:11 +04:00
Christy Jacob
0e18469000 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-update-request-filters 2022-03-01 18:55:59 +04:00
Christy Jacob
279240d918
Merge pull request #2819 from appwrite/update-response-filters
Update response filters ready for 0.13
2022-03-01 18:20:09 +04:00
Christy Jacob
b9dbe3a713 feat: add missing response models for sum->lists 2022-03-01 16:00:15 +04:00
Christy Jacob
ed9335afdf feat: add missing response models 2022-03-01 15:12:18 +04:00
Christy Jacob
6cce8a1f07 feat: add missing response models 2022-03-01 15:03:45 +04:00
Christy Jacob
22ca8fc8c6 feat: add missing response models 2022-03-01 14:59:24 +04:00
Christy Jacob
fd079d8fb7 Merge branch '0.13.x' of github.com:appwrite/appwrite into update-response-filters 2022-03-01 14:07:22 +04:00
Bradley Schofield
e24fb55f68 Address Comments 2022-02-28 20:54:20 +00:00
Matej Bačo
e75e9d3c62 Revie update 2022-02-28 17:06:25 +00:00
Bradley Schofield
22640b31b4 Merge branch 'feat-functions-refactor' into feat-update-request-filters 2022-02-28 09:46:32 +00:00
Bradley Schofield
bdc8d498a7 Update V12.php 2022-02-28 09:33:26 +00:00
Matej Bačo
70efbf1fb9 Updated UI 2022-02-28 09:25:38 +00:00
Matej Bačo
cdc3fd7d4f
Update src/Appwrite/Utopia/Response/Model/AttributeList.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-02-28 10:14:53 +01:00
Matej Baco
de37c74048 Bug fix, Updated specs 2022-02-27 11:05:20 +01:00
Matej Baco
56bf7a51df Refactored 'sum' to 'total' 2022-02-27 10:57:09 +01:00
Bradley Schofield
d130df9f78 Updated to be in sync with 0.13 functions 2022-02-25 10:56:49 +00:00
Bradley Schofield
a88be70e5e Update V13.php 2022-02-25 10:37:13 +00:00
Bradley Schofield
8ff280a751 Convert num to string instead of visa versa 2022-02-25 09:46:03 +00:00
Christy Jacob
fcb2fafbf0 Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into fix-review-comments 2022-02-24 18:58:35 +04:00
Bradley Schofield
b1acc028c9 Implement various suggestions
+ Fix Docblocks
+ Remove unused variable from deleteRuntime in executor
+ Added build status explanation to description
+ Sync composer.phtml to composer.json
2022-02-24 14:18:46 +00:00
Bradley Schofield
b2217f6950 Use execution directly 2022-02-24 13:22:20 +00:00
Bradley Schofield
06448bbdc5 Remove Synchronous execution model 2022-02-24 12:58:10 +00:00
Bradley Schofield
61d7e8634c Update Request Filters 2022-02-24 09:57:56 +00:00
Bradley Schofield
35557e03b0 Update V12.php 2022-02-23 10:42:45 +00:00
Damodar Lohani
3747cbd132 fix indentation 2022-02-23 05:57:21 +00:00
Bradley Schofield
e91c6a71b2 Update response filters for 0.13 2022-02-22 16:43:32 +00:00
Damodar Lohani
53de779e89 Merge branch 'master' into 0.13.x 2022-02-22 06:43:07 +00:00
Damodar Lohani
eb916e58d4 Merge branch '0.13.x' of https://github.com/appwrite/appwrite into feat-func-storage-sync 2022-02-18 11:43:29 +00:00
Damodar Lohani
5eae00df2c Merge branch 'feat-functions-refactor' of https://github.com/appwrite/appwrite into feat-func-storage-sync 2022-02-18 11:32:37 +00:00
Christy Jacob
4ad47061dd Merge branch 'master' of github.com:appwrite/appwrite into feat-functions-refactor 2022-02-18 13:38:54 +04:00
Damodar Lohani
53f7301ade Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-func-storage-sync 2022-02-17 14:11:24 +05:45
Christy Jacob
da7512e050 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-add-error-codes 2022-02-17 02:25:29 +04:00
Jake Barnby
d196d108d8 Make func model execute attribute an array 2022-02-16 12:09:37 +13:00