1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00
Commit graph

4932 commits

Author SHA1 Message Date
Matej Baco 50f6c4dd1c Updated specs 2022-02-01 16:54:24 +01:00
Matej Baco 3aa62b439b Implemented refresh token endpoint 2022-02-01 16:54:20 +01:00
Matej Baco 89834af47d Refactored all providers, added expiry 2022-02-01 11:42:11 +01:00
Matej Baco 570cfc18a8 Implemented refresh token system + Twitch provider update 2022-01-31 21:10:12 +01: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 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 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
Simon Trockel ad8258f7c9
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config 2022-01-27 11:12:27 +01: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
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 6fde6642bc
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config 2022-01-26 09:05:53 +01: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
Brandon 32b037d6aa fix: update sdk to web-default for auth docs links from console 2022-01-24 14:25:47 -06: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
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
Simon Trockel 9f2d225f29 Merge branch 'feat-926-oauth2-microsoft-tenant-config' of https://github.com/BobcatProgrammer/appwrite into feat-926-oauth2-microsoft-tenant-config 2022-01-22 19:31:47 +01:00
Simon Trockel 8233881c44 feat: Generic custom Oauth provider form 2022-01-22 19:31:40 +01:00
Simon Trockel 05ff84d1f6
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config 2022-01-22 19:27:02 +01:00
kodumbeats ad78e22a9d Default to collection-level permissions from console 2022-01-21 15:35:52 -05:00
kodumbeats 9f8fdd39d7 Merge remote-tracking branch 'origin/master' into feat-retry-realtime-db-connection
Fix errors when compiling plugins
2022-01-21 14:12:26 -05:00
kodumbeats 7e6c9b9d87 Harmonize database reconnect across services 2022-01-21 12:32:27 -05:00
Matej Baco d9eb1e9545 Use dynamic value in controller 2022-01-21 09:05:41 +01:00
Torsten Dittmann f5fedf05d5 fix: ui reset form after creating attribute 2022-01-20 10:55:33 +01:00
kodumbeats 4a8c879706 Retry database connections in realtime server 2022-01-19 17:15:38 -05: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
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
Steven Nguyen 88f43c32a4 Fix non-owner not able to delete their membership 2022-01-18 21:26:14 -08:00
Wess Cope 5209fb9c9e
Merge branch 'appwrite:master' into master 2022-01-18 10:55:43 -05:00
Eldad Fux 61131434cb Updated to use minlength and fixed alt attribute 2022-01-18 16:25:14 +02:00
Jake Barnby 1a6a1498bc Add fulltext index for collections collection name column to fix listCollections search 2022-01-19 00:45:44 +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 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