1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00
Commit graph

150 commits

Author SHA1 Message Date
Torsten Dittmann a965268826 Merge branch '0.7.x' of https://github.com/appwrite/appwrite into feat-migration-v06 2021-01-15 15:11:17 +01:00
Eldad Fux 89a5cf94b3 Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-511-jwt-support 2021-01-15 08:24:43 +02:00
Torsten Dittmann c51caac494 refactor(collections): enfore camel case 2021-01-14 13:04:16 +01:00
Eldad Fux 8117235551 Updated user default status 2021-01-10 13:55:59 +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
Eldad Fux 54f753f2a7 Checking if user is blocked before session creation 2020-12-27 13:57:42 +02:00
Eldad Fux d74ccd1dbe Fixed missing injections 2020-12-26 20:11:18 +02:00
Eldad Fux fbe7263a5a Updated account controller 2020-12-26 16:31:53 +02:00
Christy Jacob d8a0e9bd14 feat: updated new Linkedin scopes 2020-12-24 18:04:55 +05:30
Eldad Fux e3c58361d9 Merged all system events 2020-12-07 00:14:57 +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 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 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 afd20d96f8 Updated routes lables 2020-11-11 23:02:24 +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 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 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 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 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 528ff82be9 Updated coding standards 2020-10-27 02:11:24 +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
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 e102c9d990 replaced old Reader method to new 2020-10-24 11:39:57 +00:00
Eldad Fux 79c0368b58 First commit 2020-10-17 20:49:09 +03:00
Eldad Fux ca95ee803e Test preloading of all validators 2020-09-10 17:40:14 +03:00
Eldad Fux e399b13639 [BUG] case sensitive country flag code
Fixes #526
2020-09-09 23:29:39 +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 60c5487c06 Updated SDKs 2020-07-14 19:29:49 +03:00
Eldad Fux 633b3bcb15 Fixed preloading 2020-07-07 23:40:08 +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 498fb207f6 Added new request methods 2020-07-03 18:14:51 +03:00
Eldad Fux e0443b1a48 Fixed OAuth2 tests 2020-07-03 10:55:12 +03: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 3b4c77029c Merge branch 'remove-globals' of github.com:appwrite/appwrite into swoole 2020-07-01 10:04:03 +03:00
Eldad Fux f5af0e701c Fixed cookie vars 2020-07-01 09:35:57 +03:00