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

862 commits

Author SHA1 Message Date
Eldad Fux
6d94c12409 Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-execute-functions-from-client 2020-12-30 07:50:54 +02:00
Eldad Fux
dd9cbcef62 Enabled client endpoints for CF 2020-12-30 01:00:44 +02:00
Eldad A. Fux
bf7282c04f
Merge pull request #786 from christyjacob4/fix-na-use-order-type
fix: use orderType in DB query
2020-12-30 00:02:38 +02:00
Christy Jacob
77a0feb46f fix: deprecate option 2020-12-30 01:13:53 +05:30
Christy Jacob
c7306053d1 fix: use orderType in DB query 2020-12-30 01:00:49 +05:30
Eldad A. Fux
8fa19a7a9d
Merge branch '0.7.x' into feat-na-maintenance-task 2020-12-29 16:46:27 +02:00
Eldad Fux
bb52478bc3 Changed JWT expiry to max 15 minutes 2020-12-28 23:23:09 +02:00
Eldad Fux
e4e0c23968 Added tests 2020-12-28 22:31:55 +02:00
Eldad Fux
f6d30fa1fb Added a new JWT endpoint 2020-12-28 19:03:27 +02:00
Eldad Fux
9c712acd5e Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-511-jwt-support 2020-12-28 14:11:50 +02:00
Christy Jacob
ef0f886ce6 feat: added todos for some /users endpoints 2020-12-28 15:21:45 +05:30
Eldad A. Fux
8ae624a389
Merge pull request #675 from appwrite/swoole-and-functions
Cloud Functions
2020-12-28 11:08:45 +02:00
Christy Jacob
e77abfe706 Merge branch '0.7.x' of https://github.com/appwrite/appwrite into feat-na-maintenance-task 2020-12-27 23:30:59 +05:30
Christy Jacob
dce89663b0 patch: review comments 2020-12-27 23:27:35 +05:30
Eldad Fux
54f753f2a7 Checking if user is blocked before session creation 2020-12-27 13:57:42 +02:00
Eldad Fux
881b1e71a3 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-12-27 09:10:43 +02:00
Eldad Fux
d74ccd1dbe Fixed missing injections 2020-12-26 20:11:18 +02:00
Eldad Fux
9ec8f64bba Updated users controller 2020-12-26 18:54:42 +02:00
Eldad Fux
bece7cdb30 Updated teams controller 2020-12-26 18:48:43 +02:00
Eldad Fux
9963a422ff Updated storage controller 2020-12-26 18:48:36 +02:00
Eldad Fux
c2e2ac0430 Updated projects controller 2020-12-26 18:33:36 +02:00
Eldad Fux
4142791fc9 Updated functions controller 2020-12-26 17:20:08 +02:00
Eldad Fux
26f5f70259 Updated locale controller 2020-12-26 17:13:42 +02:00
Eldad Fux
0aa2687074 Updated health controller 2020-12-26 17:10:45 +02:00
Eldad Fux
acc9bd7a91 Updated database controller 2020-12-26 17:05:04 +02:00
Eldad Fux
9775db98b1 Updated avatars controller 2020-12-26 16:59:15 +02:00
Eldad Fux
fbe7263a5a Updated account controller 2020-12-26 16:31:53 +02:00
Christy Jacob
5e686183c6 Merge branch '0.7.x' of https://github.com/appwrite/appwrite into feat-na-maintenance-task 2020-12-24 20:10:03 +05:30
Christy Jacob
d8a0e9bd14 feat: updated new Linkedin scopes 2020-12-24 18:04:55 +05:30
Christy Jacob
0a363cd78a patch: added classname and queue names as constants in event 2020-12-22 18:26:22 +05:30
Christy Jacob
b40b586342 patch: review comments and some fixes 2020-12-21 23:45:52 +05:30
Christy Jacob
62885aa13a patch: deletes worker refactoring 2020-12-18 19:35:20 +05:30
Christy Jacob
1ecbf8bc5d patch: refactor delete worker invocation 2020-12-18 17:58:08 +05:30
Christy Jacob
e3a6c899c3 patch: delete based on collection 2020-12-18 16:38:58 +05:30
Eldad Fux
f6c8630a1d Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-12-17 00:08:47 +02:00
Eldad Fux
616d5a38bc Removed debug log 2020-12-13 01:29:32 +02:00
Eldad Fux
c10817859d Minimized all direct API filters 2020-12-13 01:22:55 +02:00
Eldad Fux
b204ca6415 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-12-07 19:20:35 +02:00
Eldad Fux
e3c58361d9 Merged all system events 2020-12-07 00:14:57 +02:00
Eldad Fux
4bff1dd5b6 Default limit for function conatiner is 1 cpu 2020-12-06 23:15:01 +02:00
Eldad Fux
2ab7e520b9 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-12-06 21:44:20 +02:00
Eldad A. Fux
8f65ff1086
Merge pull request #751 from christyjacob4/delete-collection-documents
feat: delete documents using delete worker
2020-12-05 09:54:24 +02:00
Eldad Fux
99c10508e5 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-12-05 07:18:11 +02:00
Christy Jacob
d44c2ead0e feat: delete documents using delete worker 2020-12-05 02:17:02 +05:30
Eldad Fux
28623c6baa Added team events and tests 🟢 2020-12-03 00:15:20 +02:00
Eldad Fux
362f84e51b Added missing user ID to both session and token models 2020-11-26 08:12:24 +02:00
Eldad Fux
374e504923 Added more tests 2020-11-23 17:04:02 +02:00
Eldad Fux
31884d17b2 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-11-21 08:15:55 +02:00
Eldad Fux
a5fd3f9ce1 Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-730-new-webhook-events 2020-11-21 01:32:57 +02:00
Eldad Fux
f657563711 Fixed default file permissions 2020-11-20 23:24:39 +02:00
Eldad Fux
c3d398d2e3 Added missing response attributes 2020-11-20 23:02:26 +02:00
Eldad Fux
e9c1e8e0b1 Added new tests 2020-11-20 14:35:16 +02:00
Eldad Fux
a4ea9e78a8 Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-730-new-webhook-events 2020-11-20 08:54:58 +02:00
Eldad Fux
9169bdeeec Better detection of server and console modes 2020-11-20 08:48:15 +02:00
Eldad Fux
ea0f51a4da Added new webhook events 2020-11-18 21:38:31 +02:00
Eldad Fux
d3e14e3b62 Updated response models 2020-11-13 00:50:53 +02:00
Eldad Fux
0ff73596b3 Added new models for missing routes 2020-11-12 13:54:16 +02:00
Eldad Fux
5b06f4d71d Added woldcard content type 2020-11-12 07:12:25 +02:00
Eldad Fux
90fa894a7e Updated routes labels 2020-11-12 00:02:02 +02:00
Eldad Fux
afd20d96f8 Updated routes lables 2020-11-11 23:02:24 +02:00
Eldad Fux
4211c3159e Updated docs 2020-11-05 18:02:25 +02:00
Eldad Fux
002e50c0af Fixed webhooks error 2020-10-31 19:17:53 +02:00
Eldad Fux
54f5d4d909 Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-511-jwt-support 2020-10-31 16:57:38 +02:00
Eldad Fux
77f3f95d93 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-10-31 10:48:53 +02:00
Eldad Fux
1e1e1a431f Minor cleanups 2020-10-31 10:42:41 +02:00
Eldad Fux
e81fb88736 First commit 2020-10-30 21:53:27 +02:00
Eldad Fux
33d13d91e1 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-10-30 07:52:12 +02:00
Eldad Fux
752c6b4ecb Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-coding-standards 2020-10-30 00:42:46 +02:00
Eldad Fux
e8a320c391 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-10-30 00:23:30 +02:00
Eldad Fux
07b79c3103 Updated docs 2020-10-29 15:50:49 +02:00
Eldad Fux
0450604d27 Added external swoole lib and extended response class 2020-10-29 15:07:56 +02:00
Eldad Fux
b8b77822c2 Updated controllers folder 2020-10-27 21:46:15 +02:00
Eldad Fux
80d905f584 Fixed log structure 2020-10-27 08:05:56 +02:00
Eldad Fux
b4e47246b1 Updated record tests 2020-10-27 07:48:56 +02:00
Eldad Fux
1c03fb5f63 Updated geo lib 2020-10-27 03:45:12 +02:00
Eldad Fux
713dd6ccbc Added missing index 2020-10-27 03:25:15 +02:00
Eldad Fux
ff21df20c9 Added missing injection 2020-10-27 03:24:10 +02:00
Eldad Fux
3de7c27571 Updated GEO DB calls 2020-10-27 03:03:54 +02:00
Eldad Fux
8c890119be Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-511-jwt-support 2020-10-27 02:26:09 +02:00
Eldad Fux
67ddfbed34 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-10-27 02:22:16 +02:00
Eldad Fux
f95a93f27f Fixed coding standards 2020-10-27 02:12:35 +02:00
Eldad Fux
528ff82be9 Updated coding standards 2020-10-27 02:11:24 +02:00
Eldad Fux
13c1dc9c44 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-10-27 02:06:18 +02:00
Eldad Fux
9c6138308c Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-511-jwt-support 2020-10-27 01:51:38 +02:00
Pedro Cisneros Santana
c102bee5ec
Set output type to imagick 2020-10-26 22:08:47 +01:00
Eldad A. Fux
47c29e6c58
Merge branch '0.7.x' into 0.7.x 2020-10-26 22:37:02 +02:00
Pedro Cisneros Santana
c286f23e1a Removed extra spaces 2020-10-26 19:14:04 +01:00
Pedro Cisneros Santana
bff0e4db58 Bugs fixed
- Updated qrcode to v4.2
- Removed baconqrcode from composer
- Removed comments
- Fixed some indents
- Fixed the QR endpoint
2020-10-26 14:23:58 +01:00
Eldad Fux
08a831c141 Fixed validation test 2020-10-25 11:27:07 +02:00
Eldad Fux
a5ac18ec27 Updated docs and comments 2020-10-25 08:15:36 +02:00
hack3r-0m
76202f19a6 replaced old Reader method to new 2020-10-24 11:48:07 +00:00
hack3r-0m
e102c9d990 replaced old Reader method to new 2020-10-24 11:39:57 +00:00
hack3r-0m
21eacb8a63 Replace .mmdb reader with maxmind and native C extension 2020-10-23 17:36:52 +00:00
Pedro Cisneros Santana
f91a641032 Added QRCode dependency 2020-10-22 20:50:57 +02:00
Eldad Fux
79c0368b58 First commit 2020-10-17 20:49:09 +03:00
Eldad Fux
fefef52dae Removde hard-coded IP 2020-10-17 09:58:40 +03:00
Eldad Fux
4f28f1c773 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-10-15 11:01:54 +03:00
Eldad Fux
95cafb9f1b Updated controllers and workers 2020-10-15 00:34:57 +03:00
Eldad Fux
1b876028e7 Prep for cron schedule 2020-09-27 10:29:49 +03:00
Eldad Fux
d52e98490b Changed function attribute names 2020-09-24 09:44:10 +03:00
Eldad Fux
f38f83ab77 Added documents list model 2020-09-13 23:38:00 +03:00
Eldad Fux
3c8ff92e14 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-09-12 17:36:28 +03:00
Eldad Fux
eb5a51a35c Leveraged built-in encryption filter 2020-09-12 14:03:18 +03:00
Eldad Fux
8ad2dd1e87 Updated project model 2020-09-12 11:07:28 +03:00
Eldad Fux
ae416187fc Merge branch 'swoole-and-functions' of github.com:appwrite/appwrite into swoole-and-functions 2020-09-11 21:12:58 +03:00
Eldad Fux
53778898a4 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-09-11 21:08:41 +03:00
Eldad Fux
741dcdab12 Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-improve-validator-performance 2020-09-11 15:00:41 +03:00
Eldad Fux
d189f58002 Merge branch 'swoole-and-functions' of github.com:appwrite/appwrite into feat-add-webhook-events-to-the-users-service 2020-09-11 09:09:26 +03:00
Eldad Fux
76dfa75318 Cleaned up unused vars 2020-09-11 09:05:21 +03:00
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
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
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
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 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
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
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
d6ad0779b3 Updated session structure 2020-08-10 06:52:19 +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
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
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
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
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
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
Eldad Fux
bd606a5015 Merge branch 'master' of github.com:appwrite/appwrite into swoole 2020-07-10 14:54:00 +03:00
Eldad Fux
f08543d669 Auto-assign membership from console or server API 2020-07-10 12:06:30 +03:00
Eldad Fux
0fdc953980 Merge branch 'master' of github.com:appwrite/appwrite into swoole 2020-07-09 14:26:53 +03:00
Eldad Fux
134bdae348 Added joined date on admin mode 2020-07-09 14:25:33 +03:00
Eldad Fux
af94102493 Merge branch 'master' of github.com:appwrite/appwrite into swoole 2020-07-09 14:15:42 +03:00
Eldad Fux
e8f755ae11 Update team count 2020-07-09 14:05:45 +03:00
Eldad Fux
7010cc361d Fixed membership creation from server 2020-07-09 13:53:46 +03:00
Eldad Fux
5c794dd22b Fix for server mode 2020-07-09 13:44:35 +03:00
Eldad Fux
edf6a5fd04 Added server mode 2020-07-09 13:27:11 +03:00
Eldad Fux
ea1d7062a2 Improved events avlidation 2020-07-09 12:11:42 +03:00
Eldad Fux
2e676b8b3a Merge branch 'master' of github.com:appwrite/appwrite into swoole 2020-07-08 18:21:38 +03:00
Eldad Fux
c5840266f0 Updated project response format 2020-07-08 18:07:52 +03:00
Eldad Fux
d2f676f41f Fixed DB input order 2020-07-08 17:28:01 +03:00
Eldad Fux
0b384765e8 Added some consistency to DB API 2020-07-08 17:13:15 +03:00
Eldad Fux
bce2412b70 Custom domain validation regex is invalid
Fixes #470
2020-07-08 01:11:02 +03:00
Eldad Fux
633b3bcb15 Fixed preloading 2020-07-07 23:40:08 +03:00
Eldad Fux
e31cf70171 Merge branch 'master' of github.com:appwrite/appwrite into functions 2020-07-07 00:08:03 +03:00
Eldad Fux
b0e8dfc583 Tests fixed? 2020-07-06 00:54:41 +03:00
Eldad Fux
969441bf47 Fixed queues var names 2020-07-05 17:19:59 +03:00
Eldad Fux
a9b823c720 Merge branch 'preloader' of github.com:appwrite/appwrite into swoole 2020-07-03 21:33:51 +03:00
Eldad Fux
498fb207f6 Added new request methods 2020-07-03 18:14:51 +03:00
Eldad Fux
fb71414dc3 Fixed preview output default value 2020-07-03 12:11:19 +03:00
Eldad Fux
e0443b1a48 Fixed OAuth2 tests 2020-07-03 10:55:12 +03:00
Eldad Fux
59c5d83968 Fixed storage tests 2020-07-03 06:11:16 +03:00
Torsten Dittmann
7484bdc347 outsource user leftovers to delete worker 2020-07-03 00:42:21 +02:00
Eldad Fux
fac1799e98 Fixed users missing resource 2020-07-03 01:13:42 +03:00
Torsten Dittmann
4c6a300a22 delete leftovers & reserve id
- delete team memberships
- create a reserved id
2020-07-02 23:48:37 +02:00
Eldad Fux
934ae8beac Fixed domain validation 2020-07-03 00:48:02 +03:00
Eldad Fux
d6e85bc39e Removed namespace 2020-07-02 23:33:25 +03:00
Eldad Fux
66e2e29066 Load GEODB on init 2020-07-02 23:24:14 +03:00
Eldad Fux
521f206f09 Updated request methods 2020-07-02 20:37:24 +03:00
Eldad Fux
1e74aaac37 Fixed storage tests 2020-07-02 19:11:07 +03:00
Eldad Fux
57c4103d7d Fixed tests 2020-07-02 16:59:51 +03:00
Eldad Fux
7b361cce1e Fixed avatar service 2020-07-02 16:51:11 +03:00
Eldad Fux
43dbc10733 Updated Avatars output method 2020-07-02 16:43:31 +03:00
Eldad Fux
3b4c77029c Merge branch 'remove-globals' of github.com:appwrite/appwrite into swoole 2020-07-01 10:04:03 +03:00
Eldad Fux
947839ef15 Merge branch 'remove-globals' of github.com:appwrite/appwrite into preloader 2020-07-01 09:45:49 +03:00
Eldad Fux
f5af0e701c Fixed cookie vars 2020-07-01 09:35:57 +03:00
Eldad Fux
18f2074584 Merge branch 'remove-globals' of github.com:appwrite/appwrite into preloader 2020-07-01 01:20:13 +03:00
Eldad Fux
c32804a7f2 Merge branch 'master' of github.com:appwrite/appwrite into preloader 2020-07-01 01:18:43 +03:00
Eldad Fux
fd90a57ece Fixed tests 2020-07-01 00:38:06 +03:00
Eldad Fux
22867f9a8d Updated resources 2020-06-30 21:08:02 +03:00
Eldad Fux
218bbdcad8 Updated controllers 2020-06-30 18:46:42 +03:00
Eldad Fux
6824cf560f Added env vars and new request methods 2020-06-30 14:09:28 +03:00
Eldad Fux
1c9bf4d0ab Refactored all config files and added new ones 2020-06-30 08:27:52 +03:00
Eldad Fux
e336c3315c Added storage config files 2020-06-30 07:32:36 +03:00
Eldad Fux
3e808d3bf4 Removed global vars 2020-06-30 00:43:34 +03:00
Eldad Fux
b2c5cdf054 Merge branch 'remove-globals' of github.com:appwrite/appwrite into swoole 2020-06-29 09:22:23 +03:00
Eldad Fux
0804526ee4 Merge branch 'master' of github.com:appwrite/appwrite into swoole 2020-06-28 23:56:11 +03:00
Eldad Fux
0caff20e80 Removed more global vars 2020-06-28 23:45:36 +03:00
Eldad Fux
655aecd29d Cleaned up globals 2020-06-28 22:28:18 +03:00
Eldad Fux
4f7d5aa132 Merge branch 'master' of github.com:appwrite/appwrite into remove-globals 2020-06-28 22:07:18 +03:00
Eldad A. Fux
c64cf7f160
Merge branch 'master' into deprecated-first-and-last 2020-06-28 21:53:16 +03:00
Eldad Fux
ed4ba66723 List Documents undefined behavior
Fixes #429
2020-06-28 21:35:03 +03:00
Eldad Fux
00e3632c59 Upgraded FW 2020-06-28 20:31:21 +03:00
Eldad Fux
19a17f4568 Merge branch 'master' of github.com:appwrite/appwrite into remove-globals 2020-06-28 20:00:53 +03:00
Torsten Dittmann
6bcbf113bc add basic user delete endpoint
- deletes user
- deletes sessions of user
2020-06-28 14:18:16 +02:00
Eldad Fux
3a67ccb522 Accept appwrite self hosted instances 2020-06-28 10:59:52 +03:00
Eldad Fux
0ff3fda3ac Fix for Missing redirect error on redirect from OAuth when using the self-hosted instance success URL #454 2020-06-28 00:37:55 +03:00
Eldad Fux
601073302b Removed unused globals 2020-06-27 08:48:47 +03:00
Eldad Fux
b41fe51c50 Added avatars to the config class 2020-06-27 08:36:22 +03:00
Eldad Fux
ad9dce7717 Merge branch 'master' of github.com:appwrite/appwrite into functions 2020-06-27 07:23:06 +03:00
Eldad Fux
efc8fd12dc Merge branch 'master' of github.com:appwrite/appwrite into deprecated-first-and-last 2020-06-26 17:43:21 +03:00
Eldad Fux
7c2969b967 Removed first and last from internal functions 2020-06-26 17:41:13 +03:00
Eldad Fux
e088140ff5 Use utopia to get env vars 2020-06-26 15:40:24 +03:00
Eldad Fux
62dda1d425 Added storage init 2020-06-26 15:28:57 +03:00
Eldad Fux
ab77d9efae Expirements 2020-06-26 15:27:58 +03:00
Eldad Fux
d6908cc72f Merge branch 'master' of github.com:appwrite/appwrite into preloader 2020-06-25 23:36:58 +03:00
Eldad Fux
e8f22ac1d7 Merge branch 'master' of github.com:appwrite/appwrite into response-refactor 2020-06-25 23:11:16 +03:00
Eldad Fux
ff6078fd7e Unified include calls 2020-06-25 22:53:36 +03:00
Eldad Fux
539ea96ca0 Adding group support, upgraded FW 2020-06-25 21:32:12 +03:00
Eldad Fux
86e9d03e07 Removed isDev global param 2020-06-25 00:10:52 +03:00
Eldad Fux
c7366c7453 Updated coding standards 2020-06-24 23:59:04 +03:00
Eldad Fux
d17954d4fb Removed unsued var 2020-06-24 23:38:18 +03:00
Eldad Fux
2bc0bef105 Removed unwanted exit functions 2020-06-24 23:32:33 +03:00
Eldad Fux
6e472d4ef3 Added membership and membership list models 2020-06-24 14:18:59 +03:00
Eldad Fux
dd2c6efbc9 Added team dynamic response 2020-06-24 09:05:43 +03:00
Eldad Fux
94db437d56 Added team models 2020-06-24 08:14:26 +03:00
Eldad Fux
33e9c486c8 JSON output -> dynamic output 2020-06-23 21:53:48 +03:00
Eldad Fux
2f1e25fc09 Updated naming conventions 2020-06-23 18:01:20 +03:00
Eldad Fux
72edaf7ff5 Added locale object 2020-06-23 00:55:45 +03:00
Eldad Fux
29c8954b21 Fixed tests 2020-06-22 22:06:57 +03:00
Eldad Fux
fff951c8fb Fixed tests 2020-06-22 21:38:14 +03:00
Eldad Fux
e6a4020fd1 Set user roles at app init 2020-06-22 19:31:59 +03:00
Eldad Fux
32f917c78a Updated namespace structure 2020-06-22 15:17:14 +03:00
Eldad Fux
38758884b5 Updated definitions 2020-06-21 17:44:52 +03:00
Eldad Fux
9d6f5df541 Merge branch 'master' of github.com:appwrite/appwrite into response-refactor 2020-06-21 15:57:11 +03:00
Eldad Fux
2bc181a057 Fixed tests 2020-06-21 15:18:00 +03:00
Eldad Fux
a3aeecfd0d Removed first and last params 2020-06-21 15:12:13 +03:00
Eldad Fux
1b549092c4 Added support for "loose" boolean in query strings 2020-06-21 14:56:42 +03:00
Eldad Fux
569560d456 Unused imports 2020-06-21 10:41:44 +03:00
Eldad Fux
0dec176bb8 Updated first and last description 2020-06-21 10:40:50 +03:00
Eldad Fux
8c33a729bc Same for app directory 2020-06-20 14:20:49 +03:00
Eldad Fux
c2f55786ea Updated health endpoint permission scope 2020-06-20 10:34:36 +03:00
Eldad Fux
a5855b2ae0 Updated storage test 2020-06-20 09:53:12 +03:00
Eldad A. Fux
0425edc9e1
Merge branch 'master' into eldadfux/issue424 2020-06-19 23:18:03 +03:00
Eldad Fux
7495097390 Merge branch 'master' of github.com:appwrite/appwrite 2020-06-19 21:55:14 +03:00
Eldad Fux
0c8ece309f Updated docs 2020-06-19 21:55:08 +03:00
Eldad Fux
41aeba0d11 Uncaught error with non JSON object creation of document
Fixes #424
2020-06-19 21:04:12 +03:00
Eldad Fux
0266e1a667 Updated env to mode 2020-06-19 02:07:41 +03:00
Eldad Fux
fea55375d8 Same fix for doc update 2020-06-18 23:52:59 +03:00
Eldad Fux
48d30d71d6 Uncaught error with non JSON object creation of document
Fixes #424
2020-06-18 23:13:03 +03:00
Eldad Fux
38fe69b4a0 Merge branch 'master' of github.com:appwrite/appwrite into preloader 2020-06-18 09:08:33 +03:00
Eldad A. Fux
d2945ed223
Merge pull request #416 from appwrite/doctor-cli
Doctor cli
2020-06-17 14:52:10 +03:00
Eldad Fux
8e1eda173a Added scopes param 2020-06-16 22:37:46 +03:00
Eldad A. Fux
cdce319c09
Merge branch 'master' into doctor-cli 2020-06-15 20:21:33 +03:00
Eldad Fux
76e43da781 Added latest version endpoint (hidden from API) 2020-06-15 11:01:32 +03:00
Eldad Fux
9f10b8bc70 Merge branch 'master' of github.com:appwrite/appwrite into preloader 2020-06-15 00:40:25 +03:00
Eldad A. Fux
70caed07a5
Merge pull request #402 from TorstenDittmann/master
Add responsive and customizable email templates
2020-06-14 23:33:01 +03:00
Torsten Dittmann
eb7e80a628 fix admin mode check 2020-06-14 13:44:57 +02:00
Torsten Dittmann
89e7a5c2c4 rebase into master 2020-06-14 01:06:19 +02:00
Torsten Dittmann
9ec49b90b3 add event property to mail worker 2020-06-14 01:06:05 +02:00
Torsten Dittmann
9aa9008f82 add mail background worker 2020-06-14 00:38:46 +02:00
Eldad Fux
91435411fa Merge branch 'master' of github.com:appwrite/appwrite into preloader 2020-06-13 18:59:46 +03:00
Eldad Fux
02bb42c9a2 Merge branch 'master' of github.com:appwrite/appwrite into functions 2020-06-13 18:18:26 +03:00
Torsten Dittmann
06c61ec917 add placeholders for colors 2020-06-12 20:21:58 +02:00
Torsten Dittmann
bab6ae3b79 remove name from team invitation template 2020-06-12 04:27:11 +02:00
Torsten Dittmann
8a4227bcb7 add responsive email templates 2020-06-12 01:20:32 +02:00
Eldad Fux
1a60a6a8fe Updated namespace conventions 2020-06-11 22:36:10 +03:00
Eldad Fux
a5fe705a10 Merge branch 'master' of github.com:appwrite/appwrite 2020-06-11 11:41:40 +03:00
Eldad Fux
ce3f2037a3 Changed font weight 2020-06-11 11:41:03 +03:00
Eldad A. Fux
293030766b
Merge pull request #352 from TorstenDittmann/master
[API] Locale - List languages - ISO 639-1
2020-06-11 11:25:06 +03:00
Eldad Fux
f3c8e57e70 Merge branch 'master' of github.com:appwrite/appwrite into team-features 2020-06-10 22:08:00 +03:00
Eldad Fux
50e7fc43c9 Fixed test 2020-06-10 21:55:22 +03:00
Eldad Fux
8e47027c34 Removed 3rd party avatar services from the console 2020-06-10 00:31:15 +03:00
Eldad Fux
13bd66e502 Added initials route 2020-06-09 22:48:26 +03:00
Eldad Fux
98846adfc9 Fixed test 2020-06-09 07:27:09 +03:00
Eldad Fux
6f814746b4 Delete project team when project gets deleted 2020-06-08 21:33:37 +03:00
Eldad Fux
26a133a3f8 Allowed admin to auto-add new member to a team 2020-06-08 19:15:35 +03:00
Eldad Fux
157b91b63b Fixed team member count 2020-06-08 08:42:01 +03:00
Eldad Fux
fb2663745d Updated Team UI 2020-06-07 12:29:51 +03:00
Eldad Fux
81ef66a29a Work in progress 2020-06-05 12:53:06 +03:00
Eldad Fux
d3d98d4d05 Merge branch 'master' of github.com:appwrite/appwrite into preloader 2020-06-05 00:54:07 +03:00
Eldad Fux
21ff792ad7 Fixed output of /v1/health/queue/certificates returning wrong data 2020-06-01 07:04:40 +03:00
Eldad Fux
e71a0f4be5 Updated docs 2020-05-31 01:24:05 +03:00
Eldad Fux
fe955ac9fb Merge branch 'master' of github.com:appwrite/appwrite into preloader 2020-05-30 10:41:38 +03:00
Eldad Fux
7296db0d06 Added UI adjutments for Apple unique secret key 2020-05-29 15:02:53 +03:00
Eldad Fux
19b343a795 Updated docs 2020-05-28 14:34:42 +03:00
Eldad Fux
0b3cb1c302 Added option to delete project #340 2020-05-26 22:12:40 +03:00
Eldad Fux
419fabd80a Updated delete method to support recrusive deletes 2020-05-26 20:11:20 +03:00
Eldad Fux
9fd288b6c5 Added deletion for project children 2020-05-26 08:09:06 +03:00
Eldad Fux
b59849df22 Added a flag to disable ClamAV scans #350 2020-05-25 16:12:59 +03:00
Eldad Fux
8f23a80634 Fixed wrong SDK method type in avatars browser route 2020-05-25 06:36:10 +03:00
Torsten Dittmann
65f63bb769 refactor variables to languages 2020-05-24 14:31:48 +02:00
Torsten Dittmann
b2bae294b6 add languages method to locale endpoint 2020-05-24 14:20:32 +02:00
Eldad Fux
80927f2366 Fix for #331 2020-05-22 22:19:04 +03:00
Eldad Fux
6d8a3e4496 Merge branch 'master' of github.com:appwrite/appwrite into functions 2020-05-22 22:01:47 +03:00
Eldad Fux
6d72accc14 Fixed stats date range 2020-05-18 14:26:52 +03:00
Eldad Fux
d2bcbcb4da updated method types 2020-05-18 07:26:28 +03:00
Eldad Fux
c667c88efa Merge branch '0.6' of github.com:appwrite/appwrite into functions 2020-05-17 19:12:28 +03:00
Eldad Fux
11a3d3de58 Added default OAuth handler a unique scheme 2020-05-17 14:11:43 +03:00
Eldad Fux
06c8a2da97 Updated health routes 2020-05-16 18:34:37 +03:00
Eldad Fux
c84df457d4 Updated health routes 2020-05-16 18:33:26 +03:00
Eldad Fux
6e454a2170 Updated docs 2020-05-16 18:25:26 +03:00
Eldad Fux
18fe323c6d Merge branch '0.6' of github.com:appwrite/appwrite into functions 2020-05-16 18:23:22 +03:00
Eldad Fux
b6dc9ad8af Updated docs 2020-05-16 18:22:30 +03:00
Eldad Fux
f6fc6d1812 Merge branch '0.6' of github.com:appwrite/appwrite into functions 2020-05-16 14:45:56 +03:00
Eldad Fux
3572c67938 Updated OAuth2 default URLs 2020-05-16 14:45:22 +03:00
Eldad Fux
0e7fe70e89 Merge branch '0.6' of github.com:appwrite/appwrite into functions 2020-05-16 14:44:17 +03:00
Eldad Fux
13e316bc53 Updated default OAuth2 URLs 2020-05-16 14:42:55 +03:00
Eldad Fux
64684b7561 preloading tests 2020-05-14 13:55:57 +03:00
Eldad Fux
a5fefffc1d Added PHP preload support 2020-05-14 11:22:06 +03:00
Eldad Fux
feefcc4fb1 Merge branch '0.6' of github.com:appwrite/appwrite into functions 2020-05-14 00:13:55 +03:00
Eldad Fux
4986106600 Filtered user logs 2020-05-14 00:10:29 +03:00
Eldad Fux
8e4dd5583a Updated timeout range 2020-05-13 23:59:02 +03:00
Eldad Fux
1d4a6cb99e Functions work in progress 2020-05-13 01:00:48 +03:00
Eldad Fux
db40609ead Converted network charts to MB 2020-05-12 23:18:34 +03:00
Eldad Fux
aebc355848 Changed default timeout 2020-05-11 09:48:07 +03:00
Eldad Fux
13bc97bd7e Updated SDKs 2020-05-11 07:39:00 +03:00
Eldad Fux
839428ce9c Updated SDKs 2020-05-10 23:44:28 +03:00
Eldad Fux
25280cce16 Updated tests 2020-05-06 20:35:56 +03:00
Eldad Fux
a3b1e97ebf Updated tests and delete methods 2020-05-06 15:12:52 +03:00
Eldad Fux
4420c85460 Added first e2e test 2020-05-05 23:37:59 +03:00
Eldad Fux
81f4293834 Updated collections structure 2020-05-05 22:42:35 +03:00
Eldad Fux
2213c6622f First draft for API routes 2020-05-05 20:30:12 +03:00
Eldad Fux
09e57b46ce Updated collections 2020-05-04 17:35:01 +03:00
Eldad Fux
a79af138ff Initi cloud functions module 2020-05-04 16:34:31 +03:00
Eldad Fux
3588b2e2ca Stats for last 30 days 2020-05-01 21:44:43 +03:00
Eldad Fux
cd999c5742 Enabled health docs 2020-05-01 21:44:34 +03:00
Eldad Fux
f77a6a4814 Updated tests 2020-05-01 13:24:36 +03:00
Eldad Fux
9f9cc2692b Changed Health API to be public 2020-05-01 13:07:53 +03:00
Eldad Fux
7d620baaf2 Updated health API docs 2020-05-01 11:39:45 +03:00
Eldad Fux
dcc1e46ba5 Merge branch 'feature--flutter-support' of github.com:appwrite/appwrite into 0.6 2020-05-01 10:59:54 +03:00
Eldad Fux
5f79dc2e8a Fixed missing param 2020-05-01 09:27:02 +03:00
Eldad Fux
17347440d1 Added support for new stats ranges 2020-04-24 14:24:04 +03:00
Eldad Fux
e20e262482 Merge branch '0.6' of github.com:appwrite/appwrite into feature--flutter-support 2020-04-18 16:59:34 +03:00
Eldad Fux
4dffad50c0 Merge branch 'master' of github.com:appwrite/appwrite into 0.6 2020-04-18 16:59:04 +03:00
Eldad Fux
392801f07a Added support for default values in the DB 2020-04-18 16:57:28 +03:00
Eldad Fux
c41dc2cd1b Updated new document form 2020-04-18 01:19:02 +03:00
Eldad Fux
7d7c2adbde Merge branch 'master' of github.com:appwrite/appwrite into database-ui 2020-04-16 21:46:39 +03:00
Eldad Fux
61a3131338 Fixed typo 2020-04-16 07:59:44 +03:00
Eldad Fux
0c205fcf55 Merge branch '0.6' of github.com:appwrite/appwrite into database-ui 2020-04-15 16:45:24 +03:00
Eldad Fux
2664e7d921 Merge branch 'master' of github.com:appwrite/appwrite into 0.6 2020-04-15 16:44:08 +03:00
Eldad Fux
8481e7035b Merge branch '0.6' of github.com:appwrite/appwrite into feature--flutter-support 2020-04-15 16:42:53 +03:00
Eldad Fux
db4f0dcbb6 Merge branch 'master' of github.com:appwrite/appwrite into feature--flutter-support 2020-04-15 16:41:11 +03:00
Eldad Fux
c39c907c52 Fixed user logout button 2020-04-14 22:37:46 +03:00
Torsten Dittmann
011d622b64
Update health.php 2020-04-14 12:17:05 +02:00
Eldad Fux
a9bfb8a7a9 New origin validator 2020-04-14 08:44:15 +03:00
Eldad Fux
8d12a00268 Removed unused var 2020-04-13 22:38:39 +03:00
Eldad Fux
984bf696b8 Merge branch 'master' of github.com:appwrite/appwrite into feature--flutter-support 2020-04-13 13:51:10 +03:00
Eldad Fux
bb6bea6c7d Fixed doc title 2020-04-13 11:18:09 +03:00
Eldad Fux
192bbeeaf9 Merge branch 'master' of github.com:appwrite/appwrite into feature--flutter-support 2020-04-12 14:01:08 +03:00
Eldad Fux
8d93c735c7 Added new platforms to list 2020-04-12 09:02:04 +03:00
Eldad Fux
ed268340da Updated methods labels 2020-04-10 21:59:14 +03:00
Eldad Fux
442f857d2b Updated error message 2020-04-10 21:36:21 +03:00