1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00
Commit graph

111 commits

Author SHA1 Message Date
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
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 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 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 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
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 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 ab77d9efae Expirements 2020-06-26 15:27: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 c7366c7453 Updated coding standards 2020-06-24 23:59:04 +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 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 9d6f5df541 Merge branch 'master' of github.com:appwrite/appwrite into response-refactor 2020-06-21 15:57:11 +03:00
Eldad Fux 8c33a729bc Same for app directory 2020-06-20 14:20:49 +03:00
Eldad Fux 8e1eda173a Added scopes param 2020-06-16 22:37:46 +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 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
Torsten Dittmann 06c61ec917 add placeholders for colors 2020-06-12 20:21:58 +02:00
Torsten Dittmann 8a4227bcb7 add responsive email templates 2020-06-12 01:20:32 +02:00
Eldad Fux 81ef66a29a Work in progress 2020-06-05 12:53:06 +03:00
Eldad Fux e71a0f4be5 Updated docs 2020-05-31 01:24:05 +03:00