1
0
Fork 0
mirror of synced 2024-07-09 00:16:13 +12:00
Commit graph

259 commits

Author SHA1 Message Date
Damodar Lohani 10c93cb62e fix code 2021-10-25 11:26:10 +05:45
Damodar Lohani c1aa49747a Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-17 12:59:09 +05:45
Damodar Lohani cecc863717 fix storage tests 2021-10-17 12:57:59 +05:45
Damodar Lohani 89d9feaa99 fir list storage after pagination 2021-10-17 12:39:34 +05:45
Damodar Lohani fdfb3b9493 fix list files 2021-10-17 12:35:08 +05:45
Damodar Lohani 68361364b3 file search attribute 2021-10-17 12:29:35 +05:45
Damodar Lohani b282ee7c18 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-17 12:00:16 +05:45
Damodar Lohani da068085ef add search field in storage buckets 2021-10-17 11:51:13 +05:45
Damodar Lohani d029c94bc8 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-17 11:45:45 +05:45
Damodar Lohani 3e78abfc85 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-10-17 11:38:33 +05:45
Torsten Dittmann 8685c09c13 fix functions and users 2021-10-08 10:39:37 +02:00
Torsten Dittmann 9941198a7f Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-before-pagination 2021-10-06 16:11:04 +02:00
kodumbeats f2c678bf41 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-search-attribute 2021-10-05 11:04:09 -04:00
Torsten Dittmann 33699ea2c4 feat(controllers): implement before cursor pagination 2021-10-05 12:30:33 +02:00
Damodar Lohani cb73c43965 remove duplicates 2021-10-04 15:24:25 +05:45
Damodar Lohani 7b6a637301 fix view method 2021-09-30 15:32:53 +05:45
Damodar Lohani 18dc0f6a90 moved range parser to framework 2021-09-30 15:31:45 +05:45
Damodar Lohani 08b3cadd49 Merge branch 'feat-large-file' of github.com:lohanidamodar/appwrite into feat-large-file 2021-09-30 15:23:27 +05:45
Damodar Lohani d267c8965b const for output chunk size 2021-09-30 14:26:29 +05:45
Damodar Lohani 070d3d5e4d Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-30 14:21:07 +05:45
Damodar Lohani 1ab0b6ccb6
Update app/controllers/api/storage.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-09-30 14:19:02 +05:45
Damodar Lohani 5475bd104b update bucket permission model similarly to collections permission model 2021-09-30 12:30:14 +05:45
Damodar Lohani ddd5335fb0 Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-30 12:10:28 +05:45
Damodar Lohani 96749afe7c update permission validator 2021-09-30 12:08:19 +05:45
Damodar Lohani 6c494e8439 fix undefined param 2021-09-27 12:17:41 +05:45
Damodar Lohani 311f07ddde get ID from header 2021-09-27 11:49:17 +05:45
Damodar Lohani a9cbbdf4e2 Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-23 13:05:34 +05:45
Damodar Lohani 49cfddae1e
Update app/controllers/api/storage.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-09-15 10:40:30 +05:45
Damodar Lohani ccae13ac19 fix bucket delete 2021-09-15 10:39:49 +05:45
Damodar Lohani 0bb13e9251
Apply suggestions from code review
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-09-14 11:50:34 +05:45
Damodar Lohani 1ec3bcd498 view endpoint supports range headers too 2021-09-13 12:34:35 +05:45
Damodar Lohani cc65339a01 fix range header and test 2021-09-13 12:07:27 +05:45
Damodar Lohani 547302c80c fix range header support for streaming 2021-09-13 12:02:45 +05:45
Damodar Lohani b0bdcebd15 fix file custom ID 2021-09-12 15:52:19 +05:45
Damodar Lohani 9052d34b33 fix range header 2021-09-12 15:14:40 +05:45
Damodar Lohani f924ead8f8 range support fix and passed test 2021-09-12 14:35:43 +05:45
Damodar Lohani 40898ae313 download with range header 2021-09-12 12:48:25 +05:45
Damodar Lohani 8caa06ef88 remove multiple imports 2021-09-12 12:05:18 +05:45
Damodar Lohani c48ea44ac4 Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-12 12:03:47 +05:45
Damodar Lohani 6d3a78f7a9 check if bucket exists in usage endpoint 2021-09-12 11:59:40 +05:45
Damodar Lohani 2f9849f957 buckets related metrics 2021-09-10 14:34:16 +05:45
Damodar Lohani 2b55e50c68 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-10 14:15:13 +05:45
Damodar Lohani be811e2366 added new fields for large file support 2021-09-08 14:11:37 +05:45
Damodar Lohani 380ebdc62d Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-08 13:47:05 +05:45
Damodar Lohani 2adac4548a Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-09-07 11:06:12 +05:45
Christy Jacob eccc19e5dc
Apply suggestions from code review
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
2021-09-06 12:13:20 +05:30
Damodar Lohani 5ea98b65a2 fix create files collection per bucket 2021-09-02 16:51:54 +05:45
Damodar Lohani 95fb93057c separate files collection per bucket 2021-09-02 16:34:07 +05:45
Damodar Lohani f230c5b340 storage after pagination test 2021-09-02 15:56:10 +05:45
Damodar Lohani 1edf1a7ba1 custom ID and after pagination 2021-09-02 14:15:10 +05:45