1
0
Fork 0
mirror of synced 2024-08-31 01:41:15 +12:00
Commit graph

8117 commits

Author SHA1 Message Date
Damodar Lohani
73aea7387c Merge branch 'feat-storage-buckets' into feat-large-file 2021-11-14 16:53:52 +05:45
Damodar Lohani
3b290e1042 handling bucket enforced permissions 2021-11-07 12:20:49 +05:45
Damodar Lohani
7867f2fc56 remove todo 2021-11-07 11:44:22 +05:45
Damodar Lohani
c3c0df2c1c remove stale unused acode 2021-11-07 11:40:19 +05:45
Damodar Lohani
411db5c3f0 delete constant 2021-11-07 11:39:28 +05:45
Damodar Lohani
7f548ba150 remove components 2021-11-07 11:39:22 +05:45
Damodar Lohani
e8443ded49 Merge branch 'feat-storage-buckets' of github.com:appwrite/appwrite into feat-storage-buckets 2021-11-07 11:38:12 +05:45
Damodar Lohani
cad73af84d more strict comparison 2021-11-07 11:36:18 +05:45
Damodar Lohani
b68311755f using strict comparison 2021-11-07 11:35:21 +05:45
Damodar Lohani
02d042a8f8
Merge pull request #1443 from lohanidamodar/feat-sb-delete 2021-11-04 15:36:18 +05:45
Damodar Lohani
9a673798f9 Merge branch 'feat-storage-buckets' into feat-sb-delete 2021-11-04 15:29:39 +05:45
Damodar Lohani
9de29d1fc4 Merge branch 'feat-storage-buckets' into feat-large-file 2021-11-01 14:46:15 +05:45
Damodar Lohani
78f7164c30 Merge branch 'feat-storage-buckets' of github.com:appwrite/appwrite into feat-storage-buckets 2021-11-01 14:45:32 +05:45
Damodar Lohani
240cf0d738 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-11-01 14:43:33 +05:45
Torsten Dittmann
252720dd28
Merge pull request #2367 from appwrite/fix-swagger-spec-responses
fix(specs): swagger responses
2021-10-29 13:15:36 +02:00
Torsten Dittmann
23c771bdfc update specs 2021-10-29 13:01:26 +02:00
Torsten Dittmann
5ed2fc19f5 fix(specs): swagger responses 2021-10-29 12:55:49 +02:00
Damodar Lohani
c192df1cf1
Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-28 16:48:36 +05:45
Damodar Lohani
340ab02ee5
Update app/init.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-10-28 16:46:47 +05:45
Damodar Lohani
3f0e0d6867
Update app/controllers/api/storage.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-10-28 16:44:53 +05:45
Damodar Lohani
cb6873af95 fix removed gravity 2021-10-28 16:43:49 +05:45
Damodar Lohani
d4b8bd6aaa update doc 2021-10-28 15:59:59 +05:45
Damodar Lohani
39d32ea919 fix counts 2021-10-28 15:53:26 +05:45
Damodar Lohani
0f5a3802e3 fix count 2021-10-28 15:08:28 +05:45
Damodar Lohani
4bb7e59336 update bucket model 2021-10-28 14:48:26 +05:45
Damodar Lohani
25b4d887d2 Merge branch 'feat-storage-buckets' into feat-sb-delete 2021-10-28 14:34:15 +05:45
Damodar Lohani
8678f83f75 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-28 14:33:49 +05:45
Damodar Lohani
fa46ca7243 removing debug tmp 2021-10-28 14:32:56 +05:45
Damodar Lohani
4645517ae1 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-28 11:40:39 +05:45
Damodar Lohani
1677a80046 Merge branch 'feat-storage-buckets' into feat-sb-delete 2021-10-28 11:39:29 +05:45
Damodar Lohani
67884563d5 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-10-28 11:39:04 +05:45
Torsten Dittmann
d79116035f
Merge pull request #1885 from appwrite/feat-db-refactor-api-buxfixes
feat(refactor-db): database lifecycle bugfixes
2021-10-27 11:00:14 +02:00
kodumbeats
0312b071ce Get integer constant from Range class 2021-10-26 16:51:40 -04:00
kodumbeats
10172f4216 Require minimum size 2021-10-26 16:28:16 -04:00
kodumbeats
c6ee3766b7 Prevent default values for array attributes 2021-10-26 16:14:25 -04:00
kodumbeats
cb6a21f34f avoid overwhelming DatabaseV1 queue with >1000 attributes at once 2021-10-26 15:15:46 -04:00
kodumbeats
a0cf23c3cb
Merge pull request #2205 from appwrite/feat-permissions-tests
feat(refactor-db): e2e permissions tests
2021-10-26 13:16:43 -04:00
kodumbeats
549db83086 Test webhooks for deleting attributes and indexes 2021-10-25 21:14:30 -04:00
kodumbeats
353eb2b057 Respond with proper model on deleteAttribute 2021-10-25 21:12:27 -04:00
kodumbeats
c3627cac24 Define delete types as constants 2021-10-25 20:14:55 -04:00
kodumbeats
f30858f09e Ensure attributes are available before testing indexes 2021-10-25 20:14:12 -04:00
kodumbeats
c0ade69c14 Sleep long enough for all attributes to create 2021-10-25 16:15:16 -04:00
kodumbeats
5d0c0b2836 Throw exception if $min > $max 2021-10-25 16:10:39 -04:00
kodumbeats
ffbcc728bb support integers as valid float values 2021-10-25 16:00:33 -04:00
kodumbeats
fb0b83574f Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-api-buxfixes 2021-10-25 14:26:44 -04:00
Torsten Dittmann
cbc630e1b6 fix merge conflicts 2021-10-25 16:51:39 +02:00
Torsten Dittmann
1fd4e6c3c8 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-10-25 16:01:07 +02:00
Damodar Lohani
399941cfb6 fix functions test 2021-10-25 11:55:54 +05:45
Damodar Lohani
10c93cb62e fix code 2021-10-25 11:26:10 +05:45
Damodar Lohani
921828e4e4 Merge branch 'feat-storage-buckets' into feat-sb-delete 2021-10-25 10:34:55 +05:45