1
0
Fork 0
mirror of synced 2024-07-10 00:46:05 +12:00
Commit graph

8340 commits

Author SHA1 Message Date
kodumbeats 7853c9370b Enforce that users cannot add permission roles they do not have 2021-11-03 12:38:06 -04:00
kodumbeats d6b794d305 Add query e2e tests to check for strict matching 2021-11-03 11:02:41 -04:00
kodumbeats af52dbd074 Test patch to query validator constructor 2021-11-02 19:45:23 -04:00
kodumbeats 58e6b3a6d6 Reorder so that expected value is first in assertions 2021-11-02 19:45:04 -04:00
kodumbeats 238ff6fcd4 Enable strict query checking if queries are provided 2021-11-02 19:43:10 -04:00
Torsten Dittmann 4c57b8f83e Merge branch 'feat-db-refactor-ui-fixes' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes 2021-11-02 16:20:20 +01:00
Torsten Dittmann 4dea1ebaf2
Merge pull request #2380 from appwrite/feat-db-refactor-more-api-bugfixes
fix(refactor-db): more api bugfixes
2021-11-02 16:20:06 +01:00
kodumbeats f474de4b7f Use database release for optional array attributes 2021-11-02 11:19:20 -04:00
Torsten Dittmann 08b6a64363 Merge branch 'feat-db-refactor-ui-fixes' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes 2021-11-02 16:17:52 +01:00
Torsten Dittmann 244cd28f5a fix(ui): fix typos and replace * role 2021-11-02 16:15:30 +01:00
Torsten Dittmann 0dd32a0a0c
Merge pull request #2360 from appwrite/feat-db-refactor-backfill-usage-stats
Backfill usage stats with empty records when required
2021-11-02 16:09:37 +01:00
Torsten Dittmann ada4b993d6 fix(ui): prevent double inerstion on clone 2021-11-02 11:04:43 +01:00
Damodar Lohani 27cc105325 remove leftover dump 2021-11-02 15:04:18 +05:45
Damodar Lohani 404a3c5754 adding example 2021-11-02 15:02:44 +05:45
Damodar Lohani cff3995300 fix response 2021-11-02 14:44:26 +05:45
Damodar Lohani 410081bf11 some tests to validate mock tests 2021-11-02 11:17:02 +05:45
kodumbeats b9bf29b559 Test patch for optional array attributes 2021-11-01 20:49:35 -04:00
kodumbeats dd5c873b99 Clear external cache when resources are deleted 2021-11-01 20:48:38 -04:00
kodumbeats 7624f97f0b PHP_FLOAT_MIN provides the smallest positive float, not largest negative 2021-11-01 20:48:14 -04:00
kodumbeats c2f994a02e Pass filters to createAttribute to inherit default value defined in this layer 2021-11-01 20:47:07 -04:00
Damodar Lohani 9c2b9fee1f fix spec 2021-11-01 18:37:08 +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
Nicolò Santilio 4a528b3fde
Fix Godot Engine line mentioning another user 2021-10-31 15:15:29 +01:00
Eldad A. Fux ed6fd6a78e
Merge pull request #2374 from fenix-hub/master
Add Godot Engine SDK to Community SDKs
2021-10-31 13:35:08 +02:00
Nicolò Santilio cc4ef95cc0
Update README.md 2021-10-31 12:01:20 +01:00
Torsten Dittmann b2bf63df15 fix(ui): add confirmation message to leave teams 2021-10-29 18:11:35 +02:00
Torsten Dittmann b0b0d91572 fix(ui): remove leftover 2021-10-29 17:56:21 +02:00
Torsten Dittmann a2beb8ce0b fix(ui): remove leftover 2021-10-29 17:55:15 +02:00
Torsten Dittmann 641c2b215c fix(ui): update casting and enum 2021-10-29 17:51:21 +02:00
Torsten Dittmann a0e42ff3a9 fix(ui): rebuild JS 2021-10-29 17:51:09 +02:00
Torsten Dittmann 6da10ca4ae fix(ui): cast empty strings to null 2021-10-29 17:50:59 +02:00
Torsten Dittmann 535f433817 fix(ui): pre-select value for enum 2021-10-29 15:50:17 +02:00
Torsten Dittmann b8936c7674 fix(ui): add basic pagination with after and enum attributes 2021-10-29 14:01:48 +02:00
Torsten Dittmann 620333a8d2 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes 2021-10-29 13:16:19 +02:00
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
Torsten Dittmann 85ccf0def4 fix(ui): array attributes in documents 2021-10-28 12:41:46 +02:00
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
Torsten Dittmann 973e8bff9b fix(ui): make number/float range optional 2021-10-28 10:55:48 +02:00
Damodar Lohani 25b4d887d2 Merge branch 'feat-storage-buckets' into feat-sb-delete 2021-10-28 14:34:15 +05:45