1
0
Fork 0
mirror of synced 2024-07-08 16:06:02 +12:00
Commit graph

696 commits

Author SHA1 Message Date
Eldad Fux 4438be0627 Merge branch 'swoole-and-functions' of github.com:appwrite/appwrite into swoole-and-functions 2020-09-11 08:57:14 +03:00
Eldad Fux 33d8128296 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-09-11 08:57:08 +03:00
Eldad Fux 3122504d9b Added webhook event for the users API 2020-09-11 00:06:24 +03:00
Eldad Fux a54928782e Merge branch 'swoole-and-functions' of github.com:appwrite/appwrite into feat-add-webhook-events-to-the-users-service 2020-09-10 23:55:29 +03:00
Eldad Fux ca95ee803e Test preloading of all validators 2020-09-10 17:40:14 +03:00
Eldad Fux 5097d02cc2 Fixed param validation 2020-09-10 11:29:59 +03:00
Eldad Fux 08f69d69d5 Added payload manually for no-content routes 2020-09-10 10:40:01 +03:00
Eldad Fux 628097a1d8 Added option to overwrite webhook payload 2020-09-10 09:52:32 +03:00
Eldad Fux f08cf1286d Added database response models 2020-09-10 09:52:14 +03:00
Eldad Fux 69faaf8559 Fixed validation 2020-09-10 00:30:29 +03:00
Eldad Fux e399b13639 [BUG] case sensitive country flag code
Fixes #526
2020-09-09 23:29:39 +03:00
Eldad Fux 6b871f4adf Added Any response model 2020-09-09 12:53:57 +03:00
Eldad Fux 6c8e4ea339 Added payloads for no-content requests 2020-09-09 12:27:08 +03:00
Eldad Fux 88e7d8535b Removed old payloads 2020-09-09 12:26:55 +03:00
Eldad Fux fd93c61009 Added response model payload as webhook payload 2020-09-08 23:08:55 +03:00
Eldad Fux 14fac182ea Fixed account warning 2020-09-08 23:07:38 +03:00
Eldad Fux f39d2fb05f Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-09-08 09:10:51 +03:00
Eldad Fux 1d218b213c Updated docs 2020-09-08 00:36:13 +03:00
Eldad Fux 77667be404 Changes all name attributes length to max
of 128 chars
2020-09-08 00:28:40 +03:00
Eldad Fux e846aafceb Updated locale response models 2020-09-06 15:32:05 +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 2f904b4384 Fixed mock API 2020-08-30 09:51:44 +03:00
Eldad Fux 6d8ae69763 Fixed mock API 2020-08-30 09:50:38 +03:00
Eldad Fux 7e229b98e9 Adjusted delete worker 2020-08-30 08:09:34 +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 79ee6c04e8 Updated error message 2020-08-30 07:49:24 +03:00
Eldad A. Fux 230a00a1ed
Merge pull request #517 from appwrite/feat-delete-user
Feat delete user
2020-08-30 07:26:26 +03:00
Eldad Fux 4e1e42ed5a Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-08-29 23:48: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 edde41e50f delete unique key from db 2020-08-28 20:53:19 +02:00
Eldad Fux 1593838f89 Block iframe access to Appwrite console 2020-08-28 15:20:04 +03:00
Eldad Fux 565deca719 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-08-26 20:42:45 +03:00
Eldad Fux 7391f39798 Fix for nested docs structure error #514 2020-08-26 18:54:07 +03:00
Eldad Fux 7cd9f975d5 Fix unwanted auth redirect after failed OAuth2 login 2020-08-18 08:26:28 +03:00
Eldad Fux 6fa4ded3bf Skip user permission for guests 2020-08-17 08:53:11 +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 609006bc1f Added new session data 2020-08-11 17:28:51 +03:00
Eldad Fux 8eb74fc5c1 Fixed templates paths 2020-08-11 17:28:24 +03:00
Eldad Fux d6ad0779b3 Updated session structure 2020-08-10 06:52:19 +03:00
Eldad Fux 6c2f432469 Updated error log 2020-08-10 00:19:30 +03:00
Eldad Fux c7f6eb2d45 Fixed users response list 2020-08-09 18:34:33 +03:00
Eldad Fux a7a55821a1 Removed prefs merge behaviour 2020-08-09 18:00:09 +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 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 dd19846611 Updated docs 2020-08-07 06:57:27 +03:00
Eldad Fux ab8d47dd78 Added structured response objects 2020-08-06 17:49:29 +03:00
Eldad Fux f8970dc023 Replace prefs patch method with put 2020-08-06 15:45:58 +03:00
Eldad Fux 1707fac0ab Updated prefs 2020-08-06 15:00:16 +03:00
Eldad Fux 1ce645a209 Updated user prefs endpoints 2020-08-06 14:18:53 +03:00
Eldad Fux 3cc2101ada Updated prefs update route 2020-08-06 13:21:10 +03:00
Eldad Fux 14dfcc93a5 Updated user response object 2020-08-06 13:01:08 +03:00
Eldad Fux 227d8dbb70 Fixed prefs parsing 2020-08-06 12:54:56 +03:00
Eldad Fux 0c70412078 Updated account response object 2020-08-06 10:39:55 +03:00
Eldad Fux a7a570c354 Updated docblocks 2020-08-06 09:55:17 +03:00
Eldad Fux 4c53b5d599 Updated response docs 2020-08-06 09:51:49 +03:00
Eldad Fux 05c01dc1a7 Added event exectuions for cloud functions 2020-08-04 23:09:01 +03:00
Eldad Fux e3086ba789 Merge branch 'upgraded-webhooks' of github.com:appwrite/appwrite into swoole-and-functions 2020-08-04 08:27:40 +03:00
Eldad Fux 2f6a3c6610 Updated webhook event label and func stracture 2020-08-04 08:23:38 +03:00
Eldad Fux 63d8b402aa Updated webhook event label name 2020-08-03 14:47:32 +03:00
Eldad Fux 9f386df16a Updated controllers naming 2020-07-29 10:29:34 +03:00
Eldad Fux d9ead8a1b4 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-07-25 11:22:57 +03:00
Eldad Fux 6e442ab264 Check for new version update 2020-07-25 09:26:25 +03:00
Eldad Fux aa580f32a0 Updated to the UI 2020-07-24 10:07:01 +03:00
Eldad Fux fb2631e108 Updated monitors and charts 2020-07-24 00:00:10 +03:00
Eldad Fux 263d5e4cc1 Added new monitors 2020-07-23 17:59:44 +03:00
Eldad Fux 4a9f0a5ebb Added function trigger 2020-07-23 08:52:03 +03:00
Eldad Fux 8630a3a427 Reset default tag on delete 2020-07-22 17:36:39 +03:00
Eldad Fux 9cc5b50b6d Lazy delete for tags, executions and code files 2020-07-22 11:55:38 +03:00
Eldad Fux 471f8d4454 Activated usage tracking 2020-07-21 14:53:48 +03:00
Eldad Fux c65ef9e6a8 Added function usage tracking 2020-07-21 13:33:23 +03:00
Eldad Fux 4e7580f1a8 Added env vars for cloud functions 2020-07-19 17:42:46 +03:00
Eldad Fux de32dbe040 Delete tag source not just data 2020-07-19 00:48:28 +03:00
Eldad Fux eef01eb63b Unused namespace 2020-07-19 00:48:06 +03:00
Eldad Fux d115e93a42 Added code packages to storage calculation 2020-07-17 12:48:43 +03:00
Eldad Fux eec1dd6714 Updated logs UI 2020-07-17 11:14:16 +03:00
Eldad Fux b53afae778 Fixed missing tag error timing 2020-07-17 00:50:37 +03:00
Eldad Fux 2af2484afa Worker now run real functions 2020-07-16 15:04:06 +03:00
Eldad Fux 3c194b5076 Manual function execution 2020-07-15 23:29:55 +03:00
Eldad Fux 1f46f0ef77 Set default tag 2020-07-15 22:09:33 +03:00
Eldad Fux b70e185450 Added functions worker standalone container 2020-07-15 15:49:10 +03:00
Eldad Fux 6251d2b40a Added upload 2020-07-15 06:38:57 +03:00
Eldad Fux 8d5e62a02b Added a new volume 2020-07-15 00:20:46 +03:00
Eldad Fux 436300439d Enabled code upload 2020-07-14 23:33:52 +03:00
Eldad Fux d64ac11f88 Updated UI with dynamic data 2020-07-14 21:55:44 +03:00
Eldad Fux 6d2cd5884d Updated default values 2020-07-14 19:43:34 +03:00
Eldad Fux 60c5487c06 Updated SDKs 2020-07-14 19:29:49 +03:00
Eldad Fux 8618f4d764 Updated ENV config 2020-07-14 19:13:18 +03:00
Eldad Fux 75254ac9f7 Refactored functions API 2020-07-13 00:18: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 286b42787f Merge branch 'master' of github.com:appwrite/appwrite into functions 2020-07-12 20:20:28 +03:00
Eldad Fux 64c17a82c5 Added more tests 2020-07-11 22:40:58 +03:00
Eldad Fux 1b897b4223 Merge branch 'master' of github.com:appwrite/appwrite into swoole 2020-07-11 21:38:51 +03:00
Eldad Fux abdae9b095 Fixed permission updating bug 2020-07-11 19:18:04 +03:00
Eldad Fux c537f11b32 Added new test 2020-07-11 16:01:04 +03:00