Commit Graph

29860 Commits

Author SHA1 Message Date
Damodar Lohani 9662ba4ec7 fix data param 2021-06-17 16:01:37 +05:45
Damodar Lohani d7a6c47b98 create file for bucket and test 2021-06-17 15:55:58 +05:45
Bradley Schofield 3f386d485e Merge branch '0.9.x' into feat-get-session-by-id-endpoint 2021-06-17 11:07:33 +01:00
Bradley Schofield aa41382b26 Update CHANGES.md 2021-06-17 11:05:57 +01:00
Damodar Lohani e530d633dc Update app/controllers/api/storage.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-06-17 15:32:45 +05:45
Bradley Schofield 88bb46ec95 Update account.php 2021-06-17 10:41:04 +01:00
Torsten Dittmann 43036a9ba6 feat(realtime): add membership events 2021-06-17 11:37:52 +02:00
Bradley Schofield 978668cbb9 Implement changes on other endpoints 2021-06-17 10:33:57 +01:00
Bradley Schofield 40e9fa9b36 Add Christy's Suggestions 2021-06-17 10:08:01 +01:00
Damodar Lohani 696b133881 Update app/controllers/api/storage.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-17 14:14:02 +05:45
Damodar Lohani abdbdeef35 Update app/controllers/api/storage.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-17 14:12:40 +05:45
Damodar Lohani db85577f4f delete storage bucket webhook test 2021-06-17 14:08:21 +05:45
Damodar Lohani 7ec21d5c5e remove adapter 2021-06-17 13:46:19 +05:45
Damodar Lohani cdd83bf292 storage bucket delete event 2021-06-17 13:42:38 +05:45
Damodar Lohani 7829ac09b3 prevent adapter update 2021-06-17 13:36:29 +05:45
Damodar Lohani f92fa47c0c fix event 2021-06-17 13:34:49 +05:45
Damodar Lohani 013b08936c Merge pull request #1290 from lohanidamodar/feat-sb-list
Feature Create, List and Get buckets
2021-06-17 13:12:16 +05:45
Damodar Lohani 5ebebbd0aa webhook test for update bucket 2021-06-17 12:41:01 +05:45
Damodar Lohani 8c30043bd3 delete bucket endpoint and test 2021-06-17 12:39:56 +05:45
Damodar Lohani 1a82529e49 fixes 2021-06-17 12:39:56 +05:45
Damodar Lohani dca5c3491b update bucket endpoint and test 2021-06-17 12:39:56 +05:45
Damodar Lohani 67823a6e5d webhook tests 2021-06-17 12:27:29 +05:45
Damodar Lohani 0c5072e8a4 Apply suggestions from code review
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-17 11:13:27 +05:45
kodumbeats 2530341bf9 Fix updateCollection and clean up code 2021-06-16 16:36:18 -04:00
kodumbeats 829240e38c Add retry to first db connection and improve logging 2021-06-16 16:32:10 -04:00
Torsten Dittmann 6ebf6bd155 feat(realtime): team events and permission validation 2021-06-16 19:43:06 +02:00
Bradley Schofield fa918f9523 Add Eldad's Suggestions 2021-06-16 14:48:30 +01:00
Bradley Schofield 320cc97ad8 Replace getCollectionFirst with getDocument
Should be faster due to redis caching
2021-06-16 12:48:33 +01:00
Bradley Schofield cdb8fb8286 Implement suggestions 2021-06-16 11:48:12 +01:00
Bradley Schofield e3273bc49f Add Tests 2021-06-16 11:41:15 +01:00
Bradley Schofield d4c39b7b73 Add session by ID API Endpoint 2021-06-16 11:14:08 +01:00
Torsten Dittmann 554d3c3557 feat(maintenance): add realtime usage stats 2021-06-16 11:35:37 +02:00
Torsten Dittmann 8102b4f908 Merge branch 'feat-265-realtime' of https://github.com/appwrite/appwrite into feat-265-realtime-usage 2021-06-16 11:10:02 +02:00
Torsten Dittmann 0acbb6097c fix(realtime): add port env 2021-06-16 11:09:12 +02:00
Damodar Lohani 6c2117a750 removed extra whitespace 2021-06-16 13:25:49 +05:45
Damodar Lohani 7bb546ecb3 Apply suggestions from code review
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-16 12:52:05 +05:45
Damodar Lohani 9def955ab2 bucket read scope 2021-06-16 11:52:35 +05:45
Damodar Lohani 72ea5492fc reference files 2021-06-16 11:42:33 +05:45
Damodar Lohani 30ec6fcaae create bucket validating all fields 2021-06-16 11:39:19 +05:45
Damodar Lohani 7d5e073812 remove buckets test from base in favor for server side tests 2021-06-16 11:36:09 +05:45
Damodar Lohani 928b083bcc updated to more in sync with collections 2021-06-16 11:35:54 +05:45
Damodar Lohani 1bf770ed34 moving storage buckets test to server scope 2021-06-16 11:35:40 +05:45
Damodar Lohani 491720183a update descriptions 2021-06-16 11:28:59 +05:45
Damodar Lohani bf077e2f9b Merge branch 'feat-sb-id-get' into feat-sb-list 2021-06-16 11:26:41 +05:45
Damodar Lohani 988004e27f suggested updates 2021-06-16 11:16:07 +05:45
Damodar Lohani 94c91cc52a Apply suggestions from code review
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-16 11:11:34 +05:45
Damodar Lohani 92d1ef4428 Merge branch 'feat-sb-create' into feat-sb-list 2021-06-16 11:08:54 +05:45
Damodar Lohani 091152ca46 update collection structure 2021-06-16 11:08:31 +05:45
Torsten Dittmann e281ea08c6 revert(docker): adding chronograf 2021-06-15 17:14:48 +02:00
Torsten Dittmann 4847a0b674 feat(realtime): shared usage stats over database 2021-06-15 17:11:07 +02:00