1
0
Fork 0
mirror of synced 2024-09-21 20:11:15 +12:00
Commit graph

299 commits

Author SHA1 Message Date
kodumbeats
6373c4f92d Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-api-buxfixes 2021-10-07 14:40:45 -04:00
kodumbeats
b3d5ba4123 Address review comments 2021-10-07 14:27:20 -04:00
Torsten Dittmann
a585a9090a fix realtime with db refactor 2021-10-07 17:35:17 +02:00
Torsten Dittmann
8db80e164d Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-07 12:08:24 +02:00
kodumbeats
1b4beb5ea2 Ensure enum attribute has proper response model 2021-10-06 22:25:03 -04:00
kodumbeats
ec5d2ed591 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-enum-attributes 2021-10-06 20:36:25 -04:00
Asmit2952
5a729e0932 Fixed PSR issues in Utopia Library
Signed-off-by: Asmit2952 <asmitbm2952002@gmail.com>
2021-10-06 19:52:38 +05:30
Torsten Dittmann
c3d1dad82c fix stdClass usage 2021-10-05 17:39:39 +02:00
kodumbeats
dc06e42348 Remove standard lib imports 2021-10-05 09:16:27 -04:00
kodumbeats
2aa94e7897 Improve attr/index lifecycle with status stuck when deletion fails 2021-10-04 20:23:15 -04:00
Torsten Dittmann
1ed41f52d3 Merge branch 'master' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-09-30 12:32:10 +02:00
Eldad Fux
59521d53da Fixed sum description 2021-09-25 16:48:46 +03:00
Bradley Schofield
715a8ac729 Add authentication between appwrite and the executor
+ Add authentication between appwrite and the executor
+ Add built status and build stdout/stderr to tag for later use
+ Changes to executor to implement new build stages
2021-09-22 11:03:04 +01:00
kodumbeats
4cf16c88ed
Update docblocks for getType 2021-09-15 11:17:09 -04:00
kodumbeats
d305c7c442
Merge pull request #1624 from TorstenDittmann/feat-response-models-new-attributes-torsten
feat(feat-response-models-new-attributes): introduce response type array
2021-09-15 10:28:39 -04:00
Torsten Dittmann
0992576e52 introduce response type array 2021-09-14 10:26:16 +02:00
kodumbeats
d32b877347 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-09-12 08:57:02 -04:00
Damodar Lohani
c48ea44ac4 Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-12 12:03:47 +05:45
kodumbeats
7fbe95de30 Use enum filter to respond with proper enum model 2021-09-10 16:14:12 -04:00
kodumbeats
23611857a1 Add response model for enum attribute 2021-09-10 16:12:55 -04:00
Damodar Lohani
2b55e50c68 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-10 14:15:13 +05:45
Damodar Lohani
380ebdc62d Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-08 13:47:05 +05:45
Bradley Schofield
66d8b0599c Merge branch 'master' into the-executor-poc 2021-09-07 12:51:25 +01:00
Damodar Lohani
91e13572a8 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-02 13:37:40 +05:45
Bradley Schofield
35ed296b75 Add Deno and update UI 2021-09-01 10:48:56 +01:00
Christy Jacob
66294445ce feat(tests): added tests for users usage 2021-08-29 14:24:50 +05:30
Christy Jacob
3aedad2061 feat(tests): added tests for users usage 2021-08-29 14:13:14 +05:30
Christy Jacob
a4e2aeb5e7 feat(usage): added provider metrics to endpoints 2021-08-29 11:00:37 +05:30
Christy Jacob
1b074a3c38 feat(model): added better description for rule 2021-08-28 21:38:50 +05:30
kodumbeats
8d7b4a9c2d Get proper attribute models in collection document 2021-08-27 19:42:24 -04:00
kodumbeats
783e9d86c0 Fix response models 2021-08-27 16:27:59 -04:00
kodumbeats
6c5ac312fa Inherit from Attribute model since custom strings should not respond with size 2021-08-27 16:24:48 -04:00
kodumbeats
ddde87f32a Create custom response model for attributeList 2021-08-27 13:11:29 -04:00
Christy Jacob
ad99f8bd24 feat(usage): rename all usage response models 2021-08-27 22:15:08 +05:30
Christy Jacob
038aeb01fb feat(usage): added response models for projects API 2021-08-27 01:01:37 +05:30
Christy Jacob
1e30cdba4b feat(usage): added response models for functions API 2021-08-27 00:42:36 +05:30
Christy Jacob
b893190ce5 feat(usage): added response models for users API 2021-08-27 00:23:56 +05:30
Christy Jacob
6d6b0ee024 feat(usage): added response models for storage API 2021-08-27 00:14:32 +05:30
Christy Jacob
3d512e74bf feat(usage): added response models for database api 2021-08-26 23:45:36 +05:30
Christy Jacob
7775daa478 feat(usage): added new response model 2021-08-26 16:30:03 +05:30
kodumbeats
7506142ab9 Parse min and max from formatOptions for response model 2021-08-24 14:01:53 -04:00
kodumbeats
af2e64ef7b Construct parent models to properly inherit rules 2021-08-24 10:31:02 -04:00
Bradley Schofield
82b7e18033 First Test 2021-08-24 10:32:27 +01:00
kodumbeats
65fbf03290 Merge remote-tracking branch 'origin/feat-decouple-collections' into feat-response-models-new-attributes 2021-08-23 17:45:31 -04:00
kodumbeats
0eb0ceb6d5 Explicitly add attribute model rules 2021-08-23 17:25:32 -04:00
Eldad A. Fux
27747088d0
Update src/Appwrite/Utopia/Response/Model/Index.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:41:38 +03:00
Eldad A. Fux
ca5f31dcf6
Update src/Appwrite/Utopia/Response/Model/Attribute.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:39:31 +03:00
kodumbeats
19e1443469 Fix breaking bugs introduced in merge conflict resolution 2021-08-23 15:06:47 -04:00
kodumbeats
401a57a538 Merge remote-tracking branch 'origin/feat-decouple-collections' into feat-response-models-new-attributes 2021-08-23 14:29:05 -04:00
Eldad Fux
f1ec1b2a05 Fixed tests 2021-08-22 19:36:26 +03:00
kodumbeats
4d1bb3a07d Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-08-22 12:34:10 -04:00
Eldad Fux
fa909e844d Added new delete attribute flow 2021-08-22 11:04:51 +03:00
Eldad Fux
6943380118 Updated data structures for attribute 2021-08-21 07:48:28 +03:00
Eldad Fux
c4e5c8ac96 Updated collectionId 2021-08-18 14:41:35 +03:00
kodumbeats
10e4297652 Update attribute response models 2021-08-16 18:59:33 -04:00
kodumbeats
e963ad84d5 Add default param to attribute response models 2021-08-16 16:06:27 -04:00
kodumbeats
d2ad1a899e Add response model for boolean attribute 2021-08-16 16:01:20 -04:00
kodumbeats
78d013c109 Prefix all attribute models with Attribute 2021-08-16 15:59:58 -04:00
kodumbeats
6948a75133 Prefix custom string models with Attribute 2021-08-16 15:54:25 -04:00
Eldad Fux
17bbdc3a52 Updated logs screen 2021-08-14 13:13:24 +03:00
kodumbeats
20f5f03173 Create formatted string attribute models 2021-08-13 16:58:36 -04:00
kodumbeats
3172f3073c Split attribute model into primitive types 2021-08-13 16:57:08 -04:00
Eldad Fux
b8807cc2fc Merge branch 'feat-add-db-logs' of github.com:appwrite/appwrite into feat-db-ui-updates 2021-08-10 21:04:44 +03:00
Eldad Fux
d7eabe3347 init 2021-08-10 21:03:32 +03:00
Eldad Fux
034d6db8c3 UI - work in progress 2021-08-09 10:08:49 +03:00
Eldad Fux
e4b30786f8 Fixed parent attribute response model 2021-08-08 18:57:58 +03:00
Eldad Fux
9ad1917072 Permission fix 2021-08-07 15:49:36 +03:00
Eldad Fux
0dec65f979 Minor fix for missing default key 2021-08-07 08:12:33 +03:00
Damodar Lohani
755943a7fc fix oauth restructure and console ui 2021-08-06 16:46:37 +05:45
Damodar Lohani
475002eef8 oauth2 providers in project grouped 2021-08-06 16:20:50 +05:45
Damodar Lohani
ebf306f814 group auth limit inside auths 2021-08-06 14:19:17 +05:45
Damodar Lohani
6f540fec0f restructuring auth method keys 2021-08-06 13:46:53 +05:45
Damodar Lohani
851a00e438 group auth methods 2021-08-06 13:27:31 +05:45
Eldad Fux
37dd778f86 Removed Rule and Permissions models 2021-08-03 16:34:29 +03:00
Eldad A. Fux
da426cbb2c
Merge pull request #1436 from appwrite/feat-deprecate-tasks
Removed the tasks service
2021-08-02 13:42:34 +03:00
Eldad Fux
58b08c7111 Started work on the UI 2021-08-01 00:36:18 +03:00
Eldad Fux
fde3c0b112 Added response filter 2021-07-31 22:07:05 +03:00
Eldad Fux
c27fb0f000 work in progress 2021-07-31 07:58:33 +03:00
Damodar Lohani
5d6bd7868b fixes for test 2021-07-29 16:41:25 +05:45
Damodar Lohani
a0279a63d8 service flags to new db 2021-07-29 16:13:17 +05:45
Eldad Fux
95dacecf3a Removed the tasks service 2021-07-27 17:16:12 +03:00
Damodar Lohani
8c0e891079 Merge branch 'feat-storage-buckets' into feat-large-file 2021-07-20 11:37:00 +05:45
Damodar Lohani
085f7c03c4 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-07-20 11:15:09 +05:45
Eldad A. Fux
48ad89ac27
Merge pull request #1412 from appwrite/feat-db-refactor-routes
Feat db refactor routes
2021-07-19 22:18:28 +03:00
Eldad A. Fux
ea33609acb
Merge pull request #1396 from TorstenDittmann/feat-refactor-db-user-status
feat(refactor-db): user status
2021-07-19 13:21:40 +03:00
Damodar Lohani
eb0f711c22 Merge branch 'feat-storage-buckets' into feat-large-file 2021-07-18 11:30:37 +05:45
Damodar Lohani
57fa41c240 merge feat-database-indexing 2021-07-18 11:29:43 +05:45
Eldad Fux
78689f2878 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-sync-session-collection 2021-07-16 18:00:05 +03:00
kodumbeats
c04e2ba924 Remove $ from projectId attribute 2021-07-16 09:49:54 -04:00
Eldad Fux
b4a65c2c1a Removed TODOs, fixed comments 2021-07-16 07:39:31 +03:00
kodumbeats
88146857f7 Use refactored db for tasks worker 2021-07-14 15:59:16 -04:00
Torsten Dittmann
4633d74fc7 feat(db-refactor): user status now boolean 2021-07-14 13:02:12 +02:00
Damodar Lohani
35184f3ba0
Apply suggestions from code review
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-07-13 13:27:03 +05:45
Damodar Lohani
5db04e09f9 first working POC of large file upload 2021-07-07 15:52:11 +05:45
Torsten Dittmann
e03ba70291 Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-07-07 10:19:52 +02:00
kodumbeats
081f2f83f1 Improve examples 2021-07-05 14:28:38 -04:00
Damodar Lohani
8c98c5f6ae Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-07-05 13:30:41 +05:45
Eldad Fux
14909a04f2 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-07-04 17:14:06 +03:00
Damodar Lohani
c008a9e360 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-07-04 18:14:20 +05:45
kodumbeats
d68f7254be Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-07-01 12:51:07 -04:00
kodumbeats
1ae6cf39f6 Add examples to response model for docs 2021-06-30 14:49:54 -04:00
kodumbeats
a912e2f20e Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-30 14:24:48 -04:00
kodumbeats
12b58b00ac
Update descriptions/examples for docs
Applied suggestions from code review

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-30 11:10:45 -04:00
Eldad Fux
c8d8b1b867 Fixed typos 2021-06-30 09:29:39 +03:00
Eldad Fux
afd7678781 Updated description 2021-06-30 09:23:43 +03:00
Eldad Fux
03ff844291 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-26 22:47:53 +03:00
Torsten Dittmann
c778f47195 Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-06-23 17:12:48 +02:00
Bradley Schofield
aa1e713b75 Fix tests 2021-06-22 16:56:05 +01:00
Eldad Fux
bea02c8397 Updated model examples 2021-06-19 17:24:39 +03:00
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
b1ebb150cb fix response model 2021-06-15 14:29:36 +05:45
Damodar Lohani
5ff4781574 Merge branch 'feat-storage-buckets' into feat-sb-create 2021-06-15 13:38:03 +05:45
Damodar Lohani
fbf1f376c0 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-06-15 13:36:48 +05:45
Damodar Lohani
aabcc8eb09 fixing structure 2021-06-15 12:22:51 +05:45
Damodar Lohani
be512471f8 fix description typo 2021-06-14 17:30:26 +05:45
Damodar Lohani
81d6c9ea5d adapter credentials field 2021-06-14 17:23:56 +05:45
Damodar Lohani
f1dc788748
Apply suggestions from code review
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-14 17:18:49 +05:45
Damodar Lohani
c6d43b06c4 bucket response model 2021-06-14 16:43:18 +05:45
Eldad Fux
7a3221168e Removed unrequired attribute 2021-06-12 21:43:12 +03:00
Eldad Fux
f3ff50d686 Fixed logs time attribute 2021-06-12 21:39:59 +03:00
kodumbeats
4f90d89def Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-11 14:34:15 -04:00
Eldad Fux
2cf16881f1 Replaced * with role:all 2021-06-11 21:23:16 +03:00
kodumbeats
8aecf3cf6a Use response models for attirbute types 2021-06-11 11:27:51 -04:00
kodumbeats
d2597db038 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-11 10:48:10 -04:00
Eldad Fux
2a07d311e8 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-11 15:04:15 +03:00
Torsten Dittmann
2dcf3c2c19 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-06-11 12:34:08 +02:00
kodumbeats
2d974edce9 Update document and collection response models 2021-06-10 14:19:10 -04:00
kodumbeats
44fb6f815d Correct response models 2021-06-09 17:10:19 -04:00
kodumbeats
6cb89ef955 Create response models for indexes and attributes 2021-06-08 15:30:42 -04:00
Damodar Lohani
95730e74e8 fix type 2021-06-03 12:39:41 +05:45
Torsten Dittmann
787931b45b Merge branch 'master' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-05-20 09:46:49 +02:00
Eldad Fux
fe617a48a2 Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-05-15 04:20:12 +03:00
Christy Jacob
eaac52b9b7 feat: allow external users to update password without oldPassword 2021-05-05 00:22:46 +05:30
Torsten Dittmann
3d4c3741a2 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-05-04 17:21:10 +02:00
Eldad Fux
507e0327e3 Fixed storage tests 2021-05-04 01:20:40 +03:00
Eldad A. Fux
8e4a87ea04
Merge pull request #1102 from TorstenDittmann/feat-prefs-response-model
feat: preferences response model
2021-04-29 20:59:41 +03:00
Torsten Dittmann
3d960a2971 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-upgrade-php-version 2021-04-23 17:06:42 +02:00
Torsten Dittmann
cc34719768 feat: preferences response model 2021-04-21 15:37:51 +02:00
Torsten Dittmann
e4c02dda80 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-upgrade-php-version 2021-04-16 19:09:34 +02:00
Torsten Dittmann
3829b4b8da Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-auth-limits 2021-04-14 12:36:40 +02:00
Eldad Fux
994dd3164f Merge branch 'dev' of github.com:appwrite/appwrite into 0.8.x 2021-04-14 12:02:17 +03:00
Torsten Dittmann
69bd907729 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-04-12 09:42:46 +02:00
Torsten Dittmann
9dc206051f Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-upgrade-php-version 2021-04-10 16:25:04 +02:00
Torsten Dittmann
3ff66179c5 feat: add document response model that extends any type 2021-04-08 10:39:23 +02:00
Eldad A. Fux
19e9582df2
Merge branch '0.7.x' into feat-upgrade-php-version 2021-04-05 14:56:45 +03:00
Eldad Fux
f070eb0a3a Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-auth-limits 2021-04-03 10:16:46 +03:00
Torsten Dittmann
df69799ebb adapt to review 2021-03-29 13:22:50 +02:00
Torsten Dittmann
ceeb30fd4f adapt to anon login 2021-03-29 11:16:56 +02:00
Torsten Dittmann
078a07d6b8 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into refactor-user-tokens 2021-03-29 11:07:18 +02:00
Torsten Dittmann
73794097c9 add permissions to execution response model 2021-03-24 14:36:41 +01:00