1
0
Fork 0
mirror of synced 2024-06-30 20:21:16 +12:00
Commit graph

5536 commits

Author SHA1 Message Date
Eldad A. Fux 57d6be0399
Merge pull request #1125 from TorstenDittmann/feat-mock-text-endpoint
feat(mock): add text response error
2021-05-07 01:42:39 +03:00
Christy Jacob d99f0cbc5c feat: review comments 2021-05-06 22:00:57 +05:30
Christy Jacob e8172f72e3 feat: review comments 2021-05-06 22:00:44 +05:30
Torsten Dittmann 1f91e8a460 fix(docs): typos 2021-05-06 17:53:48 +02:00
Torsten Dittmann 1894ea6490 fix(docs): typos 2021-05-06 17:53:07 +02:00
Torsten Dittmann c2849a53eb fix(phpdocs): remove unused char 2021-05-06 17:48:22 +02:00
Torsten Dittmann b3badfeb8d feat(mock): add text response error 2021-05-06 17:45:32 +02:00
Christy Jacob 80328f1dc7 feat: review comments 2021-05-06 18:51:36 +05:30
Eldad A. Fux a2d60ac269
Merge pull request #1119 from appwrite/dependabot/composer/phpmailer/phpmailer-6.4.1
Bump phpmailer/phpmailer from 6.3.0 to 6.4.1
2021-05-05 15:18:08 +03:00
Eldad A. Fux 762bd8bcc4
Merge pull request #1116 from appwrite/feat-new-platform-logos
Feat new OS logos
2021-05-05 13:32:11 +03:00
Eldad Fux 3b73ab46cf Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-new-platform-logos 2021-05-05 09:17:47 +03:00
Christy Jacob eaac52b9b7 feat: allow external users to update password without oldPassword 2021-05-05 00:22:46 +05:30
dependabot[bot] 34dfa8785a
Bump phpmailer/phpmailer from 6.3.0 to 6.4.1
Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.3.0...v6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-04 17:46:06 +00:00
Eldad A. Fux fee94d3eb1
Merge pull request #1118 from TorstenDittmann/fix-project-usage
tests(project): change order for influxdb to have a database
2021-05-04 19:13:34 +03:00
Torsten Dittmann 9c2b066e9e test(travis): use new runtimes env variable 2021-05-04 17:42:29 +02:00
Torsten Dittmann d5beb05206 tests(project): change test order for influxdb to have a database 2021-05-04 17:24:33 +02:00
Eldad A. Fux 2db5ea69fc
Merge pull request #1117 from TorstenDittmann/feat-influxdb-client-php
fix(influxdb): change driver to `curl`
2021-05-04 18:03:27 +03:00
Torsten Dittmann cee42bfd57 tests(project): remove timeout from usage call 2021-05-04 15:15:46 +02:00
Torsten Dittmann 3ab5fefb79 fix(influx): use curl as driver 2021-05-04 14:32:20 +02:00
Torsten Dittmann a46638544f debug influx 2021-05-04 14:15:29 +02:00
Torsten Dittmann bf8994fa3a Revert "feat(influxdb): introduce official client SDK"
This reverts commit 15522c2cb9.
2021-05-04 13:55:01 +02:00
Torsten Dittmann 15522c2cb9 feat(influxdb): introduce official client SDK 2021-05-04 13:15:36 +02:00
Eldad Fux c42c0a6091 Added new OS logos 2021-05-04 12:52:52 +03:00
Eldad A. Fux 0aaf504549
Merge pull request #1113 from appwrite/fix-usage-worker-errors
fix-usage-worker-errors
2021-04-30 22:30:49 +03:00
Eldad Fux 7272ca857e Fixed missing default values 2021-04-30 18:09:15 +03:00
Eldad A. Fux 252249e56c
Update README.md 2021-04-30 07:58:00 +03:00
Eldad A. Fux 8e4a87ea04
Merge pull request #1102 from TorstenDittmann/feat-prefs-response-model
feat: preferences response model
2021-04-29 20:59:41 +03:00
Eldad A. Fux 5aad3f7e15
Merge pull request #713 from appwrite/feat-upgrade-php-version
Feat upgrade php version (8.0)
2021-04-29 20:09:22 +03:00
Torsten Dittmann 5e4b335183 fix: cloud functions 2021-04-29 17:59:19 +02:00
Torsten Dittmann d58cc6024b fix: deprecation notice for 2021-04-29 17:20:03 +02:00
Torsten Dittmann 6a196716b3 fix: adapt to review 2021-04-29 17:08:59 +02:00
Eldad A. Fux e09c80ccd2
Merge pull request #1111 from TorstenDittmann/fix-migration-errors
fix(migration): prevent throwing error when document is missing ID
2021-04-29 13:38:29 +03:00
Torsten Dittmann 24705f2d08 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-upgrade-php-version 2021-04-29 09:37:08 +02:00
Torsten Dittmann 3c4476f689 fix: prevent throwing error when document is missing ID 2021-04-29 09:32:30 +02:00
Torsten Dittmann 53526d4fba chore: fix whitespace in travis file 2021-04-28 12:48:02 +02:00
Torsten Dittmann cac9875b97 tests: clean up travis file 2021-04-28 12:20:32 +02:00
Torsten Dittmann ebd41c784f tests: add travis prepare script 2021-04-28 11:54:21 +02:00
Torsten Dittmann 7ddf277110 tests: only use php-8.0 for runtimes 2021-04-28 11:30:43 +02:00
Torsten Dittmann c2a3d527df tests: revert debug changes 2021-04-28 11:04:44 +02:00
Eldad A. Fux cffa50f272
Merge pull request #1109 from TorstenDittmann/fix-executions-permissions
fix: executions permission validation
2021-04-28 11:59:33 +03:00
Torsten Dittmann 86c7ff74b0 tests: remove docker-compose upgrade 2021-04-28 10:39:22 +02:00
Torsten Dittmann c3bf481ad2 tests: remove debug 2021-04-28 10:11:19 +02:00
Torsten Dittmann 0ddefb97eb tests: adjust curl 2021-04-28 09:14:41 +02:00
Torsten Dittmann ef7c4549af tests: adjust curl 2021-04-28 08:54:09 +02:00
Torsten Dittmann 107bbf57fb tests: debug travis 2021-04-28 08:10:40 +02:00
Torsten Dittmann c557e6c471 tests: add sleep before project usage test 2021-04-27 18:26:37 +02:00
Torsten Dittmann 1ce0536afa tests: re-arrange order 2021-04-27 16:33:47 +02:00
Torsten Dittmann 4689d0b69f Revert "fix: influx db client"
This reverts commit 5ddcdf1779.
2021-04-27 15:51:35 +02:00
Torsten Dittmann 5ddcdf1779 fix: influx db client 2021-04-27 15:39:40 +02:00
Torsten Dittmann acbf643ff3 tests: revert influxdb image 2021-04-27 13:06:40 +02:00