1
0
Fork 0
mirror of synced 2024-06-30 04:00:34 +12:00
Commit graph

2483 commits

Author SHA1 Message Date
Eldad Fux 6e472d4ef3 Added membership and membership list models 2020-06-24 14:18:59 +03:00
Eldad Fux 75026ffa8c unix is Unix 2020-06-24 14:18:33 +03:00
Eldad Fux 8efff7f1e9 Fixed session response 2020-06-24 10:35:59 +03:00
Eldad Fux 5298c16971 Updated session model 2020-06-24 09:53:13 +03:00
Eldad Fux 228b2ec506 Updated session 2020-06-24 09:41:00 +03:00
Eldad Fux dd2c6efbc9 Added team dynamic response 2020-06-24 09:05:43 +03:00
Eldad Fux dc2d990c29 Added team model 2020-06-24 08:14:42 +03:00
Eldad Fux 94db437d56 Added team models 2020-06-24 08:14:26 +03:00
Eldad Fux 33e9c486c8 JSON output -> dynamic output 2020-06-23 21:53:48 +03:00
Eldad Fux e469cccb61 Added models constants 2020-06-23 21:53:24 +03:00
Eldad Fux 2f1e25fc09 Updated naming conventions 2020-06-23 18:01:20 +03:00
Eldad Fux 97a9497ec1 Merge branch 'master' of github.com:appwrite/appwrite into response-refactor 2020-06-23 13:41:09 +03:00
Eldad Fux d17f64e709 Merge branch 'master' of github.com:appwrite/appwrite 2020-06-23 13:33:58 +03:00
Eldad Fux 27febf9d55 Updated change log 2020-06-23 13:33:52 +03:00
Eldad A. Fux 87045ae10e
Merge pull request #443 from appwrite/nginx-upload
Dynamic Nginx max request size from ENV var
2020-06-23 13:19:50 +03:00
Eldad Fux b42c99ea94 Dynamic nginx max request size 2020-06-23 13:06:07 +03:00
Eldad Fux 72edaf7ff5 Added locale object 2020-06-23 00:55:45 +03:00
Eldad Fux 29c8954b21 Fixed tests 2020-06-22 22:06:57 +03:00
Eldad Fux fff951c8fb Fixed tests 2020-06-22 21:38:14 +03:00
Eldad Fux e6a4020fd1 Set user roles at app init 2020-06-22 19:31:59 +03:00
Eldad Fux 416d767ff0 Changed rule structure 2020-06-22 19:25:01 +03:00
Eldad Fux 2b4d93b6e4 Added support for default values 2020-06-22 17:33:37 +03:00
Eldad Fux 32f917c78a Updated namespace structure 2020-06-22 15:17:14 +03:00
Eldad Fux 38758884b5 Updated definitions 2020-06-21 17:44:52 +03:00
Eldad Fux 9462e1c75b Updated structures 2020-06-21 16:31:51 +03:00
Eldad Fux 9d6f5df541 Merge branch 'master' of github.com:appwrite/appwrite into response-refactor 2020-06-21 15:57:11 +03:00
Eldad A. Fux 0abfa5e5fc
Merge pull request #436 from appwrite/functions-performance
Functions performance
2020-06-21 00:15:46 +03:00
Eldad A. Fux a8b532580a
Merge pull request #434 from appwrite/eldadfux/issue430
Fix for Doctor CLI
2020-06-21 00:15:23 +03:00
Eldad A. Fux c086fef578
Merge pull request #437 from appwrite/eldadfux/issue435
[BUG] Unable to delete a project logo - fix
2020-06-20 17:23:00 +03:00
Eldad Fux 80eff7f81b [BUG] Unable to delete a project logo
Fixes #435
2020-06-20 17:01:53 +03:00
Eldad Fux d84671081d Updated all Utopia libraries 2020-06-20 15:10:50 +03:00
Eldad Fux e466e38f2d Updated docs 2020-06-20 14:30:49 +03:00
Eldad Fux 8c33a729bc Same for app directory 2020-06-20 14:20:49 +03:00
Eldad Fux a86ad1be90 Improve PHP exeution time by using
fully-qualified function calls
2020-06-20 14:05:43 +03:00
Eldad Fux c2f55786ea Updated health endpoint permission scope 2020-06-20 10:34:36 +03:00
Eldad Fux a5855b2ae0 Updated storage test 2020-06-20 09:53:12 +03:00
Eldad Fux 085b2c20df Updated change log 2020-06-20 09:20:36 +03:00
Eldad Fux 429280fbb8 Undo env changes 2020-06-20 01:33:07 +03:00
Eldad Fux 845b9198b5 [BUG] Doctor fails check when ClamAV is disabled and not running
Fixes #430
2020-06-20 01:32:32 +03:00
Eldad A. Fux ef270af86e
Merge pull request #425 from appwrite/eldadfux/issue424
Fix for new document JSON validation
2020-06-20 00:17:21 +03:00
Eldad A. Fux 3ec94dfa1c
Merge pull request #431 from TorstenDittmann/patch-1
Add system email to certification obtaining
2020-06-20 00:16:44 +03:00
Eldad A. Fux 0425edc9e1
Merge branch 'master' into eldadfux/issue424 2020-06-19 23:18:03 +03:00
Eldad Fux 7495097390 Merge branch 'master' of github.com:appwrite/appwrite 2020-06-19 21:55:14 +03:00
Eldad Fux 0c8ece309f Updated docs 2020-06-19 21:55:08 +03:00
Eldad Fux 41aeba0d11 Uncaught error with non JSON object creation of document
Fixes #424
2020-06-19 21:04:12 +03:00
Eldad A. Fux 51a4f1691b
Merge pull request #433 from appwrite/framwork-upgrade
Framework upgrade
2020-06-19 21:02:39 +03:00
Eldad Fux 48efe3ab7a Merge branch 'master' of github.com:appwrite/appwrite into framwork-upgrade 2020-06-19 20:51:16 +03:00
Eldad Fux 567f092e81 Merge branch 'master' of github.com:appwrite/appwrite into eldadfux/issue424 2020-06-19 20:45:16 +03:00
Eldad Fux 27a8406be6 Fixed tests order 2020-06-19 20:21:55 +03:00
Eldad Fux 3943d30e28 Updated tests order 2020-06-19 20:10:48 +03:00