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

8950 commits

Author SHA1 Message Date
Bradley Schofield 2e3c904385 Fix a few bugs 2022-01-20 14:41:27 +00:00
Bradley Schofield 4286e8d70b Fix database stuff 2022-01-20 11:34:50 +00:00
Torsten Dittmann f0c7a156e1
Merge pull request #2651 from appwrite/fix-ui-reset-form-attribute-creation
fix: ui reset form after creating attribute
2022-01-20 12:28:45 +01:00
Matej Baco 0694d53826 Added more logging 2022-01-20 11:31:04 +01:00
Torsten Dittmann f5fedf05d5 fix: ui reset form after creating attribute 2022-01-20 10:55:33 +01:00
Bradley Schofield 474e090b5d
Merge pull request #2643 from appwrite/feat-executor-logging
Implemented proper logger for executor
2022-01-19 15:34:09 +00:00
Torsten Dittmann 512c3bf841 Merge branch 'master' of https://github.com/appwrite/appwrite 2022-01-19 12:17:10 +01:00
Torsten Dittmann be8958a5c7
Merge pull request #2647 from appwrite/ci-github-action-with-cache
ci: add github action with cache
2022-01-19 12:16:45 +01:00
Torsten Dittmann 8f800301cf
Merge pull request #2631 from appwrite/fix-password-validation-console
Updated password length min requirment in the console
2022-01-19 12:12:47 +01:00
Torsten Dittmann 785932abd4
Merge pull request #2638 from appwrite/fix-listcollections-search
Fix list collections when passing `search` parameter
2022-01-19 12:08:36 +01:00
Matej Baco a3b5cfb2f5 Import bug fix 2022-01-19 10:33:48 +01:00
Jake Barnby 06719b172c Add listCollection using search parameter tests 2022-01-19 22:04:57 +13:00
Jake Barnby 438f80cc5a Update query attribute to search, remove name index 2022-01-19 20:57:18 +13:00
Eldad A. Fux f2b89362a4
Merge pull request #2633 from appwrite/fix-function-authorization-exception
Fix function authorization exception
2022-01-19 07:37:24 +02:00
Torsten Dittmann e45fc7c46e
Update Scope.php 2022-01-19 00:23:19 +01:00
Torsten Dittmann c9d53e0134
Update tests.yml 2022-01-19 00:02:48 +01:00
Torsten Dittmann 7a9d477e3e
Update tests.yml 2022-01-18 23:58:24 +01:00
Torsten Dittmann fc99863ba6 ci: add github action 2022-01-18 23:41:51 +01:00
Matej Baco 5fd5a3261e Implemented proper logger for executor 2022-01-18 17:55:53 +01:00
Bradley Schofield 0b3700303c
Merge pull request #2640 from PineappleIOnic/the-executor-poc
Move executor-poc into the appwrite repository
2022-01-18 15:49:45 +00:00
Bradley Schofield e79578570e Merge branch 'master' into the-executor-poc 2022-01-18 15:24:33 +00:00
Bradley Schofield f85970fa3d Fix functions vars default response
Changed default from array to class
2022-01-18 15:12:26 +00:00
Eldad Fux 61131434cb Updated to use minlength and fixed alt attribute 2022-01-18 16:25:14 +02:00
Torsten Dittmann c2185d3079
Merge pull request #2601 from appwrite/dependabot/npm_and_yarn/markdown-it-12.3.2
chore(deps): bump markdown-it from 12.3.0 to 12.3.2
2022-01-18 14:41:26 +01:00
dependabot[bot] 1311aa35a2
chore(deps): bump markdown-it from 12.3.0 to 12.3.2
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.3.0 to 12.3.2.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/12.3.0...12.3.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-18 13:35:12 +00:00
Torsten Dittmann 646e485130
Merge pull request #2612 from appwrite/snyk-upgrade-1f0dbf1aaa1d55e32fdf3220bbcef06b
[Snyk] Upgrade chart.js from 3.6.2 to 3.7.0
2022-01-18 14:34:16 +01:00
Jake Barnby 1a6a1498bc Add fulltext index for collections collection name column to fix listCollections search 2022-01-19 00:45:44 +13:00
Eldad A. Fux 2cc87078cd
Merge pull request #2632 from appwrite/fix-response-filter-fallthrough
Fix V08 response filter fallthrough
2022-01-18 10:39:17 +02:00
Jake Barnby 219e314834 Add unauthorized test 2022-01-18 20:04:36 +13:00
Jake Barnby 0f209f8430 Fix function authorization exception when missing permission 2022-01-18 19:38:10 +13:00
Eldad Fux d8a9003714 Updated password length min requirment in the console 2022-01-18 07:21:03 +02:00
Jake Barnby 4a2614ad05 Fix V08 response filter fallthrough 2022-01-18 17:39:47 +13:00
Eldad A. Fux 11b0967d3b
Merge pull request #2629 from appwrite/fix-hide-internal-id
fix: hide internal id from documents
2022-01-17 21:15:03 +02:00
Torsten Dittmann 66f67cceb8 revert: adding documentlist response model 2022-01-17 18:54:46 +01:00
Torsten Dittmann cd28a0ed97 tests: fix internalId assertion 2022-01-17 17:31:51 +01:00
Torsten Dittmann ba2790221c fix: hide internal id from documents 2022-01-17 17:25:20 +01:00
Eldad A. Fux f5bf1a3cd6
Merge pull request #2600 from gewenyu99/doc-wrap-id-string-in-quotes
Wrap unique() in double quotes to better indicate that it's a literal…
2022-01-17 17:33:33 +02:00
Eldad A. Fux 9447190a86
Merge pull request #1650 from Sayanta66/patch-2
Copyedited the tutorial
2022-01-17 17:32:45 +02:00
Bradley Schofield 8d92d32112 Update executor.php 2022-01-17 15:24:19 +00:00
Bradley Schofield 76280b0d23 Fix permission bug 2022-01-17 15:23:35 +00:00
Aditya Oberai 4ca9ba54bb
Merge branch 'master' into patch-2 2022-01-17 20:00:21 +05:30
Sayanta Banerjee 115e565717
Update docs/tutorials/add-environment-variable.md
Co-authored-by: Aditya Oberai <31401437+adityaoberai@users.noreply.github.com>
2022-01-17 19:55:05 +05:30
Sayanta Banerjee dab5aadc9a
Update docs/tutorials/add-environment-variable.md
Co-authored-by: Aditya Oberai <31401437+adityaoberai@users.noreply.github.com>
2022-01-17 19:54:46 +05:30
Bradley Schofield a10d099789 Fix fallback values for executor environment variables 2022-01-17 14:04:53 +00:00
Eldad A. Fux 4064d3181f
Merge pull request #2625 from appwrite/fix-ui-int-float-default-value
fix: ui for int/float default values
2022-01-17 14:53:25 +02:00
Torsten Dittmann 96828f739e fix: ui for int/float default values 2022-01-17 11:47:22 +01:00
Bradley Schofield 0e5f9b138a Update executor.php 2022-01-17 10:18:31 +00:00
Bradley Schofield 15dff8cbb6 Fix wierd swoole bug 2022-01-17 10:09:29 +00:00
Eldad A. Fux 2f5c958f22
Merge pull request #2622 from appwrite/fix-usage-entrypoint
Fixed usage entrypoint in dev mode
2022-01-16 19:08:21 +02:00
Eldad A. Fux 2fbcc3e23e
Merge pull request #2617 from appwrite/add-notion-oauth-provider
feat: add notion oauth provider
2022-01-16 19:08:10 +02:00