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

8860 commits

Author SHA1 Message Date
Torsten Dittmann 22290c21dd Merge branch 'master' of https://github.com/appwrite/appwrite 2022-01-31 14:14:01 +01:00
Jake Barnby b2e93bfa40 Add missing validator cases for OpenAPI3 2022-01-31 23:42:33 +13:00
Torsten Dittmann 059cb90f2a
Merge pull request #2700 from appwrite/fix-enum-ui
Fix: enum AppwriteConsole UI
2022-01-31 11:21:27 +01:00
Torsten Dittmann 1ecc6acc18
Merge pull request #2705 from appwrite/snyk-upgrade-8e756cdff5fdfe6bd5fac7efc147781b
[Snyk] Upgrade prismjs from 1.25.0 to 1.26.0
2022-01-31 11:15:13 +01:00
Torsten Dittmann cac87c27e0
Merge pull request #2679 from appwrite/fix-ui-boolean-attribute
fix: ui boolean default values
2022-01-31 11:11:43 +01:00
Eldad A. Fux adce14f9d8
Merge pull request #2642 from wess/master
Stripe OAuth provider
2022-01-31 01:45:11 +02:00
Eldad A. Fux 4cae20468b
Updated CI badge 2022-01-31 00:32:23 +02:00
Eldad A. Fux 4544483539
Merge pull request #2624 from BobcatProgrammer/feat-926-oauth2-microsoft-tenant-config
feat: Make OAuth2 Microsoft Provider configureable
2022-01-30 21:55:26 +02:00
Eldad A. Fux da520f47bb
Merge pull request #2666 from appwrite/feat-default-to-collection-permissions
Default to collection-level permissions from console
2022-01-30 20:03:41 +02:00
Eldad A. Fux 22cb3bc01f
Merge pull request #2688 from appwrite/fix-update-document-permission
updateDocument permission check bugfix
2022-01-30 20:01:06 +02:00
Eldad A. Fux f5be55025e
Merge pull request #2693 from appwrite/feat-managed-databases
Feat: compatibility with managed databases
2022-01-30 20:00:33 +02:00
Eldad Fux 1969380bfa Merge branch 'master' of github.com:appwrite/appwrite into feat-default-to-collection-permissions 2022-01-30 19:25:45 +02:00
Wess Cope 216914faca
Merge branch 'appwrite:master' into master 2022-01-28 07:25:35 -05:00
wess 9d0a2243bf resized stripe logo 2022-01-28 07:15:12 -05:00
Torsten Dittmann da4b7c5857 Merge branch 'master' of https://github.com/appwrite/appwrite 2022-01-28 13:10:50 +01:00
Jake Barnby a264978f19 Update Kotlin and Android platform versions to current 2022-01-28 21:33:57 +13:00
snyk-bot 088a128af7
fix: upgrade prismjs from 1.25.0 to 1.26.0
Snyk has created this PR to upgrade prismjs from 1.25.0 to 1.26.0.

See this package in npm:
https://www.npmjs.com/package/prismjs

See this project in Snyk:
https://app.snyk.io/org/eldadfux/project/8574b5e4-6e89-4ade-bc02-2eaabc43eed0?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-01-27 17:58:10 +00:00
Jake Barnby 1ff0ecdee2 Remove Integer $loose parameters 2022-01-27 23:23:57 +13:00
Simon Trockel ad8258f7c9
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config 2022-01-27 11:12:27 +01:00
Jake Barnby 1bcabf8f90 Merge remote-tracking branch 'origin/master' into fix-db-attr-number-params 2022-01-27 22:47:15 +13:00
Eldad A. Fux 9cd9a1dc5d
Merge pull request #2468 from stnguyen90/bug-2405-non-owner-delete-membership
Fix non-owner not able to delete their membership
2022-01-27 08:53:27 +02:00
Jake Barnby 204234941c Remove $loose param from constructors 2022-01-27 19:44:53 +13:00
Jake Barnby 30a14f01e8 Add float validator case to spec to prevent fallthrough 2022-01-27 19:43:30 +13:00
Eldad A. Fux 23df3a10ab
Merge pull request #2599 from appwrite/fix-create-existing-collection
Fix: 409 for createCollection
2022-01-27 00:17:56 +02:00
Simon Trockel cecf46a975 Merge branch 'feat-926-oauth2-microsoft-tenant-config' of https://github.com/BobcatProgrammer/appwrite into feat-926-oauth2-microsoft-tenant-config 2022-01-26 22:18:32 +01:00
Simon Trockel 38fdf5f9b7
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config 2022-01-26 19:55:59 +01:00
kodumbeats 732e4c0b20 Add missing port to PDO dsn for workers 2022-01-26 11:01:49 -05:00
Matej Baco f6568b3cf5 Imroved UI of required and optional enum 2022-01-26 16:04:50 +01:00
Simon Trockel 8b6914e194
Fix formatting src/Appwrite/Auth/OAuth2/Microsoft.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-01-26 11:10:00 +01:00
Simon Trockel 7bf5da9759
Fix formatting src/Appwrite/Auth/OAuth2/Microsoft.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-01-26 11:09:51 +01:00
Simon Trockel e2ee905a8e
Fix formatting src/Appwrite/Auth/OAuth2/Microsoft.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-01-26 11:08:10 +01:00
Eldad A. Fux 5f6c5f8663
Merge pull request #2695 from gewenyu99/doc-make-translations-easier-to-find
moved translation links to a more visible location
2022-01-26 11:38:48 +02:00
Matej Baco 32a066fb48 Cleanup 2022-01-26 10:17:55 +01:00
Simon Trockel 6fde6642bc
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config 2022-01-26 09:05:53 +01:00
Vincent Ge 5ae1da65e3 moved translation links to a more visible location 2022-01-25 17:50:41 -05:00
kodumbeats 160a451fed Lengths and orders not necessary for fulltext indexes 2022-01-25 16:48:18 -05:00
Matej Baco c15d57f573 Fixed update document permission check and implement test for it 2022-01-25 15:51:04 +01:00
Eldad Fux c43b71f78a Merge branch 'master' of github.com:appwrite/appwrite into fix-create-existing-collection 2022-01-24 23:33:46 +02:00
Eldad A. Fux d444bd538d
Merge pull request #2682 from brandonroberts/fix-console-web-docs
fix: update sdk to web-default for auth docs links from console
2022-01-24 23:14:00 +02:00
Eldad A. Fux 708b548690
Merge pull request #2630 from gewenyu99/doc-2584-add-chinese-readme
Adds Chinese translations to README
2022-01-24 22:58:53 +02:00
Brandon 32b037d6aa fix: update sdk to web-default for auth docs links from console 2022-01-24 14:25:47 -06:00
Vincent Ge 7da87c0358 Translations button up top and lists available languages at bottom + link 2022-01-24 11:11:33 -05:00
Vincent Ge 2ac2c3dbd2 Adopted translation changes made by Yuqi 2022-01-24 10:44:27 -05:00
Torsten Dittmann d49ef8355d fix: ui boolean default values 2022-01-24 11:27:46 +01:00
Matej Baco 85630df661 PR review changes 2022-01-24 09:20:02 +01:00
Eldad A. Fux 3509c83501
Merge pull request #2650 from appwrite/feat-retry-realtime-db-connection
Feat: retry db connection in realtime server
2022-01-23 19:48:22 +02:00
Eldad A. Fux 029935eb6a
Merge pull request #2659 from appwrite/fix-function-timeout
Fix function timeout in controller
2022-01-23 19:45:55 +02:00
Simon Trockel f6dd0e926e Add documentation for Custom Oauth Provider forms 2022-01-23 00:16:07 +01:00
Simon Trockel 45635cdbcc Rework Apple Custom Oauth Form 2022-01-22 23:13:16 +01:00
Simon Trockel e29ac692d5 Adjust all code param lengths 2022-01-22 21:02:51 +01:00