1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00
Commit graph

182 commits

Author SHA1 Message Date
Eldad Fux
3c3dec7166 Added collection and rule response models 2020-09-10 08:45:02 +03:00
Eldad Fux
e846aafceb Updated locale response models 2020-09-06 15:32:05 +03:00
Eldad Fux
c11116d764 Updated response check 2020-09-06 08:50:07 +03:00
Eldad Fux
26ef7a83f0 Fixed log model 2020-09-06 07:21:36 +03:00
Eldad Fux
4f629b80bd Added log response model 2020-09-05 22:04:35 +03:00
Eldad Fux
0181897e14 Updated Domain and Platform response models 2020-09-04 20:32:45 +03:00
Eldad Fux
5d1dda9e5e Added the Task response model 2020-09-04 15:15:22 +03:00
Eldad Fux
a00d849a72 Updated response objects 2020-09-04 09:45:27 +03:00
Eldad Fux
8625f692b5 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-08-30 08:09:14 +03:00
Eldad Fux
f12aba4bc7 Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-delete-user 2020-08-29 23:40:40 +03:00
Eldad A. Fux
dbadacfae1
Merge pull request #464 from TorstenDittmann/delete-user
Delete user endpoint
2020-08-29 23:32:47 +03:00
Torsten Dittmann
2d107e3ed9 revert whitespace removal 2020-08-28 23:58:31 +02:00
Torsten Dittmann
d9d32dbf46 fix phpdoc entry 2020-08-28 23:42:24 +02:00
Torsten Dittmann
edde41e50f delete unique key from db 2020-08-28 20:53:19 +02:00
Eldad Fux
5c52320c83 Updated missing models list 2020-08-18 01:01:03 +03:00
Eldad Fux
1794628068 Updated list models 2020-08-18 00:57:03 +03:00
Eldad Fux
a3cd99d5c5 Added missing drop table 2020-08-17 08:55:34 +03:00
Eldad Fux
c952ece8d4 Added key response model 2020-08-16 00:35:44 +03:00
Eldad Fux
120da9cef9 Updated response and request 2020-08-15 14:39:44 +03:00
Eldad Fux
3a06e8c14b wip: new response objects 2020-08-15 00:56:50 +03:00
Eldad Fux
58384ac0b9 Updated swoole I/O 2020-08-15 00:56:33 +03:00
Eldad Fux
0b5e24133d Moved preloaded to a seperate lib 2020-08-14 20:41:03 +03:00
Eldad Fux
01160b1c52 Added session default values 2020-08-11 17:29:03 +03:00
Eldad Fux
71ebad65b9 Updated session model class 2020-08-10 00:20:02 +03:00
Eldad Fux
c7f6eb2d45 Fixed users response list 2020-08-09 18:34:33 +03:00
Eldad Fux
eedfbc0764 Added support for users list response object 2020-08-09 18:04:08 +03:00
Eldad Fux
49e24b726d Added decode/encode support in DB overwrite method 2020-08-09 18:03:28 +03:00
Eldad Fux
a127a63e7b Added execution response model 2020-08-08 14:01:23 +03:00
Eldad Fux
77d94f79bd Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-08-08 13:43:50 +03:00
Eldad Fux
c8d08ac29e Updated all response structures 2020-08-08 13:41:17 +03:00
Eldad Fux
ba2393ac39 Fixed namespaces 2020-08-07 10:15:50 +03:00
Eldad Fux
5b34a1ea7e Updated response models 2020-08-07 09:33:49 +03:00
Eldad Fux
7ebc6a5de9 Updated response models 2020-08-07 07:39:10 +03:00
Eldad Fux
ab8d47dd78 Added structured response objects 2020-08-06 17:49:29 +03:00
Eldad Fux
3cc2101ada Updated prefs update route 2020-08-06 13:21:10 +03:00
Eldad Fux
0c70412078 Updated account response object 2020-08-06 10:39:55 +03:00
Eldad Fux
a361b3d181 Fixed event triggers 2020-08-05 08:18:45 +03:00
Eldad Fux
40b7a1de7f Added default ports 2020-07-31 15:50:39 +03:00
Eldad Fux
a447f21297 Fetch old version and env vars 2020-07-31 09:31:29 +03:00
Eldad Fux
15c24f8d9a Added docker compose parsers 2020-07-29 18:26:01 +03:00
Eldad Fux
4612580a89 Fixed minor inheritance issues 2020-07-26 14:21:58 +03:00
Eldad Fux
e4ff592eac Updated storage limit var 2020-07-19 18:17:57 +03:00
Eldad Fux
d115e93a42 Added code packages to storage calculation 2020-07-17 12:48:43 +03:00
Eldad Fux
ac4559a2f9 Updated functions tests 2020-07-15 07:18:39 +03:00
Eldad Fux
436300439d Enabled code upload 2020-07-14 23:33:52 +03: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
cc3aa27d57 Fixed protocol getter 2020-07-12 19:51:50 +03:00
Eldad Fux
8d010753c8 Added compression for HTML content 2020-07-12 19:00:01 +03:00
Eldad Fux
cbbc45af52 Added chunked output for large files 2020-07-11 07:17:45 +03:00
Eldad Fux
1cd09ff2fe Merge branch 'master' of github.com:appwrite/appwrite into functions 2020-07-10 16:31:52 +03:00