1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
Commit graph

5998 commits

Author SHA1 Message Date
kodumbeats ea46b7b783 Use stricter validators for params 2021-06-22 15:34:42 -04:00
Bradley Schofield aa1e713b75 Fix tests 2021-06-22 16:56:05 +01:00
dependabot[bot] 607c64734d
build(deps): bump phpmailer/phpmailer from 6.4.1 to 6.5.0
Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.4.1 to 6.5.0.
- [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.4.1...v6.5.0)

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-22 15:18:52 +00:00
Eldad A. Fux 6773816909
Merge pull request #1310 from appwrite/fix-removed-duplicated-cli-command
Removed duplicated cli command
2021-06-22 14:51:34 +03:00
Bradley Schofield 86afebd726
Update CHANGES.md
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-22 11:18:36 +01:00
Bradley Schofield 22bc391047
Update app/controllers/api/functions.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-22 11:18:26 +01:00
Eldad A. Fux 56f062fccc
Merge pull request #1315 from lohanidamodar/feat-new-functions-runtime
feat-new-functions-runtime
2021-06-22 13:07:36 +03:00
Damodar Lohani 9598868c50 update php-runtime version 2021-06-22 14:38:20 +05:45
Eldad A. Fux ecadb1bede
Merge pull request #1308 from Meldiron/feat-functions-speedup
Execute functions up to 5 seconds faster
2021-06-21 18:45:10 +03:00
Bradley Schofield c92a820c6d Renamed env param on /v1/functions to runtime 2021-06-21 15:42:39 +01:00
Bradley Schofield 1cf66b5934 Update account.php 2021-06-21 09:13:18 +01:00
Eldad Fux 83047e8784 Fixed is empty conditions 2021-06-20 16:59:36 +03:00
Eldad A. Fux 080c26e359
Merge pull request #1302 from TorstenDittmann/docs-fix-anonymous-session
docs(acocunt): fix converting anon account
2021-06-20 16:36:38 +03:00
Eldad Fux 4a0b9e5e89 Removed duplicated cli command 2021-06-20 16:16:01 +03:00
Eldad A. Fux 32b890a553
Merge pull request #1135 from fishmandev/fix-NA--submit-a-pull-request-section-to-config-variables
Use the correct 'End Of Line' symbol for selected platform.
2021-06-20 16:00:30 +03:00
Eldad A. Fux e529be5d55
Merge branch 'master' into fix-NA--submit-a-pull-request-section-to-config-variables 2021-06-20 16:00:19 +03:00
Matej Baco b7e9efb3d7 Updated interval of an usage worker 2021-06-20 00:01:01 +02:00
Matej Baco a1d4e35375 Updated INTERVALS of php-resque 2021-06-19 23:46:20 +02:00
Eldad Fux bea02c8397 Updated model examples 2021-06-19 17:24:39 +03:00
Eldad Fux 0221ef2caa Added new lang colors 2021-06-19 16:30:30 +03:00
kodumbeats 2e0b7fe471 Support queries for listCollections 2021-06-18 15:27:16 -04:00
kodumbeats 9aad04b484 Accept default permissions from Utopia for now 2021-06-18 15:27:03 -04:00
kodumbeats 5bcb51ab5b Clean up unused code 2021-06-18 15:17:39 -04:00
kodumbeats b1a6302311 Use database worker to remove attributes and indexes 2021-06-18 14:27:14 -04:00
kodumbeats 47d74a64be Add assertions to confirm index was created successfully 2021-06-18 13:18:27 -04:00
kodumbeats 4567bc0d77 Ensure attributes are removed from queue before adding documents 2021-06-18 13:09:07 -04:00
kodumbeats afd347ca6f Create attributes and indexes using database worker 2021-06-18 12:13:37 -04:00
Torsten Dittmann af493324d0 docs(acocunt): fix converting anon account 2021-06-18 13:32:32 +02:00
Eldad Fux 9ab76690b6 Merge branch '0.9.x' of github.com:appwrite/appwrite into 0.9.x 2021-06-18 07:13:48 +03:00
Eldad Fux 0a762f722e Updated chanelog 2021-06-18 07:13:43 +03:00
kodumbeats 4a4165a304 Make worker-database executable 2021-06-17 18:13:46 -04:00
kodumbeats 707f49b83f Set up database worker 2021-06-17 17:58:35 -04:00
kodumbeats b32a0e72a9 Add getters for dbForInternal and dbForExternal 2021-06-17 15:30:28 -04:00
kodumbeats e278b06e06 Organize used libraries 2021-06-17 15:30:03 -04:00
kodumbeats c7dfb60bbc Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-17 14:24:09 -04:00
kodumbeats 3c7b7d21f5 Add reminder to filter results from listCollections 2021-06-17 14:22:43 -04:00
kodumbeats 90b280a014 Outline database resque worker 2021-06-17 14:22:06 -04:00
Eldad Fux 4c615c8fa6 Updated log method name 2021-06-17 21:21:22 +03:00
kodumbeats 160330675a Add whitelist of filters to createAttribute 2021-06-17 13:09:40 -04:00
kodumbeats 435f6879f2 Remove unused imports 2021-06-17 13:03:24 -04:00
kodumbeats a54af88a38 Address todo items for attributes and index routes 2021-06-17 11:53:06 -04:00
Bradley Schofield a56463e56e Fix Unique Keys not being update when changing a user's email address 2021-06-17 16:46:29 +01:00
kodumbeats 9fb64c5621 createCollection requires read/write params 2021-06-17 11:15:14 -04:00
Bradley Schofield 3f386d485e
Merge branch '0.9.x' into feat-get-session-by-id-endpoint 2021-06-17 11:07:33 +01:00
Bradley Schofield aa41382b26 Update CHANGES.md 2021-06-17 11:05:57 +01:00
Bradley Schofield 88bb46ec95 Update account.php 2021-06-17 10:41:04 +01:00
Bradley Schofield 978668cbb9 Implement changes on other endpoints 2021-06-17 10:33:57 +01:00
Bradley Schofield 40e9fa9b36 Add Christy's Suggestions 2021-06-17 10:08:01 +01:00
kodumbeats 2530341bf9 Fix updateCollection and clean up code 2021-06-16 16:36:18 -04:00
kodumbeats 829240e38c Add retry to first db connection and improve logging 2021-06-16 16:32:10 -04:00