1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00
Commit graph

143 commits

Author SHA1 Message Date
Matej Baco 1c18ddc1bb Merge branch 'feat-database-indexing' into feat-improve-error-logging 2021-12-31 14:40:14 +01:00
Matej Baco ae4d02c0f0 Cleanup of POC 2021-12-31 09:40:35 +01:00
Matej Baco 592ab3ab00 WIP: Request filters refactor (into HTTP.php) 2021-12-30 17:17:01 +01:00
Torsten Dittmann f48708ddf4 fix: use env var instead of hard coded value 2021-12-28 13:04:58 +01:00
Torsten Dittmann 693b8c7185 fix: replace internal and external database with project database 2021-12-27 13:45:23 +01:00
Matej Baco bd9d777717 PR review changes 2021-12-27 11:35:51 +01:00
Damodar Lohani 36409dafc6 fix bucket role 2021-12-23 15:53:37 +05:45
Damodar Lohani 4cd8f05f69 fixes to files collection 2021-12-23 15:18:44 +05:45
Damodar Lohani b6d0607c72 update console db for default buckets 2021-12-23 14:43:11 +05:45
Damodar Lohani 535bdee74a update remove sub collection and use the configured collections itself 2021-12-23 14:16:32 +05:45
kodumbeats bc2703ea08 Set default database for collections 2021-12-22 20:51:49 -05:00
Matej Baco ac64cde0a2 Error handler resources removed 2021-12-21 16:21:30 +01:00
Matej Baco f03ab69bf3 Implemented logger in http server 2021-12-21 16:01:40 +01:00
Matej Baco 5fcc5b9b38 Code cleanup 2021-12-21 15:41:58 +01:00
Matej Baco c82549cdf4 Applied changes from PR into db-indexing solving unexpected errors returning 200 codes 2021-12-21 11:47:06 +01:00
Matej Baco 195e721fbb Removed debug code 2021-12-21 11:42:58 +01:00
Torsten Dittmann f9016c7e7d fix: status code on uncaught exception 2021-12-21 11:12:33 +01:00
Matej Baco cba3618c35 Tests fix 2021-12-21 10:29:09 +01:00
Damodar Lohani 879bff2bb1 Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-19 13:01:09 +05:45
Torsten Dittmann e2297da3da feat: add more arrow functions 2021-12-17 11:41:26 +01:00
Damodar Lohani 9e9256386b Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-03 10:31:30 +05:45
Torsten Dittmann ac796048d8 replace old collections file 2021-12-01 12:48:23 +01:00
Damodar Lohani d029c94bc8 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-17 11:45:45 +05:45
Torsten Dittmann a585a9090a fix realtime with db refactor 2021-10-07 17:35:17 +02:00
Damodar Lohani dfa5f6e6c4 correct comment 2021-09-30 14:22:03 +05:45
Damodar Lohani 6afd021233 setting the payload size to 6mb so that at leaset 5 mb chunk is supported 2021-09-27 12:10:37 +05:45
Gireesh Puthumana 8b170cbbd2 Fix for #1662. Corrected the spelling in the logs. 2021-09-26 17:33:36 -04:00
Damodar Lohani 380ebdc62d Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-08 13:47:05 +05:45
Eldad Fux 168e5b56a8 Fixed spelling mistakes 2021-08-08 18:56:07 +03:00
Damodar Lohani 10155d89ba Merge branch 'feat-storage-buckets' into feat-large-file 2021-07-27 11:42:29 +05:45
Eldad A. Fux cf9f99fdc8
Merge pull request #1427 from appwrite/feat-cleanup-old-db-lib
Feat cleanup old DB lib
2021-07-26 22:57:56 +03:00
Eldad Fux f7c415cd2c Removed Authorization2 references 2021-07-25 17:51:04 +03:00
Eldad Fux 13c1bb045d Cleanup old db library 2021-07-25 17:47:18 +03:00
kodumbeats 4242ba75f5 Remove unneeded continue statements 2021-07-21 15:14:18 -04:00
kodumbeats 12e2ebc2b5 Define loop control vars outside loop 2021-07-20 15:11:54 -04:00
kodumbeats e16bfe7fd3 Move reconnection loop to first call to db 2021-07-20 14:59:58 -04:00
kodumbeats 9870c6fdff Attempt to reconnect five times before throwing exception 2021-07-20 13:01:47 -04:00
Damodar Lohani 8c0e891079 Merge branch 'feat-storage-buckets' into feat-large-file 2021-07-20 11:37:00 +05:45
kodumbeats 8a205d1b63 Retry initial db connection once before throwing exception 2021-07-19 15:39:31 -04:00
Eldad Fux bbc20dad10 Merge branch 'master' of github.com:appwrite/appwrite into fix-db-sync-with-master 2021-07-18 17:17:29 +03:00
Damodar Lohani eb0f711c22 Merge branch 'feat-storage-buckets' into feat-large-file 2021-07-18 11:30:37 +05:45
kodumbeats 3c475e37a9 Add delay to wait for db before initialization 2021-07-16 10:35:46 -04:00
Damodar Lohani f9185d943a fix payload size to 5MB 2021-07-15 16:01:51 +05:45
Torsten Dittmann e9a37e9a53
Merge pull request #1385 from TorstenDittmann/fix-broken-pdo-connection
fix(http): reset pdo connection if broken
2021-07-12 18:39:57 +02:00
Torsten Dittmann cff517a2ab adapt to review 2021-07-12 18:15:21 +02:00
Torsten Dittmann df24011d8b fix(http): reset pdo connection if broken 2021-07-12 12:04:00 +02:00
Torsten Dittmann 18d4a0def0 fix(app): remove app resource and replace with utopia 2021-07-12 11:51:58 +02:00
kodumbeats 01555eb8ef Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-07-05 13:40:38 -04:00
Eldad Fux 0152e3b69c Sync with dbpool changes 2021-07-04 18:14:39 +03:00
Eldad Fux 14909a04f2 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-07-04 17:14:06 +03:00
Eldad Fux c3cd9637f6 Updated create collection 2021-07-04 15:05:46 +03:00
kodumbeats 23dd38cedb Add param for default values when creating collections 2021-07-02 11:47:17 -04:00
kodumbeats 0b9f6341d2 Get a connection from pool in coroutine 2021-07-01 16:35:09 -04:00
kodumbeats d68f7254be Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-07-01 12:51:07 -04:00
kodumbeats a912e2f20e Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-30 14:24:48 -04:00
Torsten Dittmann 44ba052fcb feat(db): improved connection pools 2021-06-28 09:19:33 +02:00
Eldad Fux 03ff844291 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-26 22:47:53 +03:00
kodumbeats 829240e38c Add retry to first db connection and improve logging 2021-06-16 16:32:10 -04:00
Eldad Fux f3ff50d686 Fixed logs time attribute 2021-06-12 21:39:59 +03:00
Eldad A. Fux a3053b2a2b
Merge branch 'feat-database-indexing' into feat-audit-abuse 2021-06-12 17:54:55 +03:00
Eldad Fux 2cf16881f1 Replaced * with role:all 2021-06-11 21:23:16 +03:00
Torsten Dittmann 665d57106e feat(server): database connection pools 2021-06-11 18:09:46 +02:00
Damodar Lohani ffa06e7de4 abuse audit setup for ocnsole db 2021-06-09 15:13:12 +05:45
Eldad Fux abd0bba8a4 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-05-27 01:31:29 +03:00
Damodar Lohani 19e2ebf79b modify swoole buffer output size 2021-05-25 16:04:49 +05:45
Eldad Fux fe617a48a2 Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-05-15 04:20:12 +03:00
Damodar Lohani 35b76c1aee refactoring moving ssl generation to init function 2021-05-11 16:32:02 +05:45
Damodar Lohani c22dd1571f implementing review suggestions 2021-05-11 11:41:11 +05:45
Damodar Lohani 75d8076ac9 skip certificate generation when localhost or hostname is IP 2021-05-10 16:23:05 +05:45
Damodar Lohani 0c3bcb40a4 poc certificate auto generation 2021-05-10 14:33:27 +05:45
Eldad Fux 81bf74ef06 Reset cache on setup 2021-05-07 00:35:05 +03:00
Eldad Fux a128ad08b5 Added indexes 2021-05-05 15:28:01 +03:00
Eldad Fux abf90d0c72 Added console init on setup 2021-05-04 13:24:08 +03:00
Eldad Fux 3739be31bb Init DB library 2021-05-03 11:28:31 +03:00
Torsten Dittmann e77280f67c fix timezone offset 2021-03-12 12:58:41 +01:00
Torsten Dittmann 968d733881 introduce swoole coroutine to migration 2021-01-25 09:26:52 +01:00
Damodar Lohani 234d0fdf82 set port env 2021-01-20 17:34:36 +05:45
Christy Jacob 9b1b5d3a7e feat: review comments 2021-01-03 23:37:19 +05:30
Christy Jacob ad34b275dd feat: review comments 2021-01-02 21:05:21 +05:30
Christy Jacob f89edfaa8f Merge branch '0.7.x' of https://github.com/appwrite/appwrite into feat-na-response-filters 2021-01-01 01:04:41 +05:30
Christy Jacob 51600bc1d9 feat: added check for header on api init 2020-12-30 00:37:33 +05:30
Christy Jacob 2ffb34fab1 feat: added check for env variable on startup 2020-12-30 00:12:03 +05:30
Eldad Fux d8048a9292 Fixed error handler 2020-12-22 21:53:49 +02:00
Eldad Fux 4f0903db79 Added validation check 2020-11-19 08:56:14 +02:00
Eldad Fux 89212814d8 Removed sleep 2020-11-12 00:02:14 +02:00
Eldad Fux afa210f4a2 Updated static files class 2020-10-29 15:18:21 +02:00
Eldad Fux 0450604d27 Added external swoole lib and extended response class 2020-10-29 15:07:56 +02:00
Eldad Fux 3aa78a1a0f Updated default upload size 2020-10-27 21:56:37 +02:00
Eldad Fux db68da6e65 Updated default timezone 2020-10-27 19:24:18 +02:00
Eldad Fux c69655a297 Updated setup script 2020-10-25 15:48:04 +02:00
Eldad Fux 9aed144ac5 External preloader 2020-10-19 19:54:21 +03:00
Eldad Fux 9f386df16a Updated controllers naming 2020-07-29 10:29:34 +03:00
Eldad Fux 5df196c712 Updated naming conventions 2020-07-27 20:15:36 +03:00
Renamed from app/server.php (Browse further)