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

139 commits

Author SHA1 Message Date
shimon
6fd01a6721 some fixes 2022-08-14 21:39:44 +03:00
Jake Barnby
6a5de3e0b6 Merge remote-tracking branch 'origin/fix-datetime-attributes' into refactor-permissions-inc-queries-update-datetime-fixes
# Conflicts:
#	app/config/collections.php
#	app/controllers/api/databases.php
#	app/controllers/api/projects.php
#	app/controllers/api/teams.php
#	composer.json
#	composer.lock
#	tests/e2e/Services/Account/AccountBase.php
#	tests/e2e/Services/Databases/DatabasesBase.php
#	tests/e2e/Services/Functions/FunctionsCustomServerTest.php
#	tests/e2e/Services/Projects/ProjectsConsoleClientTest.php
#	tests/e2e/Services/Storage/StorageBase.php
#	tests/e2e/Services/Storage/StorageCustomClientTest.php
#	tests/e2e/Services/Storage/StorageCustomServerTest.php
#	tests/e2e/Services/Teams/TeamsBase.php
#	tests/e2e/Services/Webhooks/WebhooksBase.php
#	tests/e2e/Services/Webhooks/WebhooksCustomClientTest.php
#	tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php
#	tests/unit/Auth/AuthTest.php
2022-08-14 23:11:05 +12:00
Jake Barnby
b007acfa95 ID updates 2022-08-14 22:33:36 +12:00
Jake Barnby
fe5d3a1892 Use permission helpers 2022-08-14 17:21:11 +12:00
Jake Barnby
68cc919aaa Test fixes 2022-08-14 02:10:28 +12:00
Jake Barnby
09b001e891 PR fixes 2022-08-13 02:41:57 +12:00
Jake Barnby
a61fd030ff Fix storage tests 2022-08-09 19:11:30 +12:00
Jake Barnby
fa61dada55 Fix erroneous whitespace 2022-08-09 14:48:56 +12:00
Jake Barnby
cb7bafbdc0 Storage test fixes 2022-08-08 23:00:15 +12:00
Jake Barnby
62b1eba836 Replace write refs 2022-08-05 17:23:18 +12:00
Jake Barnby
1ab86c9331 Role reference updates 2022-08-03 16:17:49 +12:00
Jake Barnby
4520114780 Refactor storage to use new permissions 2022-08-02 21:19:15 +12:00
fogelito
f676a0bf9e change test validations from strings to datetime 2022-07-12 19:44:58 +03:00
fogelito
e07e5b5cf8 changing datetime from timestamp to datetime 2022-07-01 15:01:14 +03:00
Torsten Dittmann
bbdf70ee90 feat: use new $createdAt and $updatedAt attributes 2022-06-15 14:46:52 +02:00
Everly Precia Suresh
19300ccdd7 format files in app, src, tests 2022-05-23 14:54:50 +00:00
Matej Bačo
da6ca5347c Implemented check and tests for bucket size 2022-03-31 13:10:30 +00:00
Torsten Dittmann
4244bdedd3 fix: storage bucket permissions 2022-03-15 10:51:51 +01:00
Matej Baco
56bf7a51df Refactored 'sum' to 'total' 2022-02-27 10:57:09 +01:00
Damodar Lohani
f37a26b437 fix storage tests 2022-02-16 08:30:09 +00:00
Damodar Lohani
1515ee1825 fix deleting cache dir 2022-01-27 13:19:47 +05:45
Damodar Lohani
6b1dbab7a4 fix test 2022-01-27 13:06:32 +05:45
Damodar Lohani
9b0f1ef962 test for cache deletion 2022-01-25 14:10:58 +05:45
Damodar Lohani
7787d0df62 fix issue caused by naming 2022-01-16 17:10:26 +05:45
Damodar Lohani
8f1a390ae3 fix response for large payload 2022-01-16 14:25:09 +05:45
Damodar Lohani
797795707e failure test for large chunk 2022-01-16 13:17:39 +05:45
Damodar Lohani
879bff2bb1 Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-19 13:01:09 +05:45
Damodar Lohani
ca2db44c32 fix tests 2021-12-14 15:27:39 +05:45
Damodar Lohani
a6860b9c9b Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-08 14:56:48 +05:45
Damodar Lohani
f364ed96e5 fix newly added test 2021-12-08 14:55:13 +05:45
Damodar Lohani
5fed67a2c2 Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-08 14:28:21 +05:45
Damodar Lohani
f5e48033ec Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-08 14:24:05 +05:45
Torsten Dittmann
f04cb72cfb Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-main-rebase 2021-12-01 14:19:41 +01:00
Aditya Rana
9b64fa7f12 Added test for negative angle values (-315deg equivalent to 45deg test case). 2021-11-11 19:41:56 +05:30
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
Torsten Dittmann
33699ea2c4 feat(controllers): implement before cursor pagination 2021-10-05 12:30:33 +02:00
Damodar Lohani
070d3d5e4d Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-30 14:21:07 +05:45
Damodar Lohani
5475bd104b update bucket permission model similarly to collections permission model 2021-09-30 12:30:14 +05:45
Damodar Lohani
b64e74124a update test 2021-09-27 12:21:34 +05:45
Matej Bačo
1f2f0c2443
Apply suggestions from code review
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-23 08:57:16 +02:00
Matej Bačo
8f1847f871
Test assert bug fix
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-23 08:50:47 +02:00
Matej Bačo
d43987fd7a
Fix test assert bug
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-23 08:49:45 +02:00
Matej Bačo
4bbf0e9303
Remove unnecessary whitespace
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-23 08:44:57 +02:00
Matej Baco
fce5e3e96c Removed PHPStorm-generated stuff 2 2021-09-21 10:27:31 +02:00
Matej Baco
9d1b1a17d9 Removed PHPStorm-generated stuff 2021-09-21 10:26:28 +02:00
Matej Baco
732c59a03d Implemented search tests 2021-09-21 10:22:13 +02:00
Damodar Lohani
cc65339a01 fix range header and test 2021-09-13 12:07:27 +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
380ebdc62d Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-08 13:47:05 +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
Damodar Lohani
91e13572a8 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-02 13:37:40 +05:45
Torsten Dittmann
ae28fcf4f9 tests(storage): after pagination tests 2021-08-09 15:08:44 +02:00
Torsten Dittmann
8296021b63 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-after-pagination 2021-08-09 12:03:15 +02:00
Torsten Dittmann
01d0ce6988 feat(database): after pagination 2021-08-05 21:01:00 +02:00
Damodar Lohani
f1e364589a more test fixes 2021-07-29 17:40:04 +05:45
Damodar Lohani
f3816c04a5 fix large file upload test 2021-07-27 16:47:53 +05:45
Damodar Lohani
5db04e09f9 first working POC of large file upload 2021-07-07 15:52:11 +05:45
Damodar Lohani
8d40a1b3ce removing existing storage tests without buckets 2021-07-05 13:57:47 +05:45
Damodar Lohani
37239edad5 wip 2021-07-04 18:15:47 +05:45
Damodar Lohani
9a955e0244 file extension validation 2021-06-22 17:57:46 +05:45
Damodar Lohani
2ad4c83314 large file test 2021-06-22 14:22:04 +05:45
Damodar Lohani
a8891c4b37 large file test for encryption 2021-06-21 14:08:08 +05:45
Damodar Lohani
80b9fbd3ef test for bucket file size limit 2021-06-21 12:51:28 +05:45
Damodar Lohani
0f317ffa24 test files operation for unknown buckets 2021-06-21 12:43:06 +05:45
Damodar Lohani
fe0bdf0799 preview, view, download, update, delete endpoints and tests 2021-06-20 17:05:35 +05:45
Damodar Lohani
07e32f1311 get bucket file and test 2021-06-18 15:18:00 +05:45
Damodar Lohani
7427e9dfad list bucket files and test 2021-06-18 15:09:16 +05:45
Damodar Lohani
2f5dea62dc test for create file with bucket support 2021-06-18 14:23:36 +05:45
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
Damodar Lohani
7d5e073812 remove buckets test from base in favor for server side tests 2021-06-16 11:36:09 +05:45
Damodar Lohani
11670642af Merge branch 'feat-sb-list' into feat-sb-id-get 2021-06-15 13:39:15 +05:45
Damodar Lohani
49374f57bf Merge branch 'feat-sb-create' into feat-sb-list 2021-06-15 13:38:44 +05:45
Damodar Lohani
5ff4781574 Merge branch 'feat-storage-buckets' into feat-sb-create 2021-06-15 13:38:03 +05:45
Damodar Lohani
0bb5718b2f get bucket endpoint and test 2021-06-15 13:33:59 +05:45
Damodar Lohani
081d3ecbde list buckets endpoint 2021-06-15 13:08:22 +05:45
Damodar Lohani
3a9e6f8295 create bucket test 2021-06-15 12:28:15 +05:45
Eldad Fux
2cf16881f1 Replaced * with role:all 2021-06-11 21:23:16 +03:00
Eldad Fux
507e0327e3 Fixed storage tests 2021-05-04 01:20:40 +03:00
Damodar Lohani
1dbe8f980c test and resources for new preview api features 2021-03-26 11:27:39 +05:45
Eldad Fux
e81fb88736 First commit 2020-10-30 21:53:27 +02:00
Eldad Fux
db0dcf5eaa Merge branch 'functions' of github.com:appwrite/appwrite into swoole-and-functions 2020-07-12 23:43:03 +03:00
Eldad Fux
60dc6511b1 Fixed storage tests 2020-07-06 23:08:29 +03:00
Eldad Fux
a3b1e97ebf Updated tests and delete methods 2020-05-06 15:12:52 +03:00
Eldad Fux
46cfa9ee92 Updated $uid to $id 2020-02-17 09:16:11 +02:00
Eldad Fux
7799ef47ec File upload route (POST /v1/storage/files) now accept a single file per request 2020-01-19 10:05:31 +02:00
Eldad Fux
e30deaf7b7 New tests 2020-01-12 23:28:26 +02:00