1613 Commits

Author SHA1 Message Date
Torsten Dittmann af3d741ae8 Merge pull request #185 from appwrite/fix-4762-index-creation-preview-values
fix: createIndex attribute select changing all other selects
2022-11-23 18:35:47 +01:00
tglide 322f9e3f50 fix: attribute at index 0 deleting all 2022-11-23 17:23:50 +00:00
Torsten Dittmann c9598d3311 fix: update event for api key update 2022-11-23 18:08:13 +01:00
Torsten Dittmann 364720d7a1 fix: add missing events 2022-11-23 18:05:14 +01:00
Torsten Dittmann 6d21ba1c32 Merge pull request #186 from appwrite/fix-storage-type-import
fix: update projects/storage resources
2022-11-23 17:48:22 +01:00
Torsten Dittmann b416a70e84 Merge pull request #188 from appwrite/fix-update-function
Ensure updating function doesn't reset other params
2022-11-23 17:47:09 +01:00
Steven Nguyen 95e5d10c65 Ensure updating function doesn't reset other params
For any optional param not sent to the API, the values are reset to the
default value. This update ensures we pass the existing values so that
they aren't reset.
2022-11-23 08:46:32 -08:00
Torsten Dittmann 470f3c6fad fix: webhook httppass minlength 2022-11-23 17:43:24 +01:00
Arman 82f9cb55fd fix: update functions 2022-11-23 17:36:26 +01:00
Torsten Dittmann 596c072d51 fix: update projects/storage resources 2022-11-23 17:28:50 +01:00
tglide 1da9f10dc6 chore: remove leftover debug string 2022-11-23 16:28:13 +00:00
tglide a5b3f10d6c refactor: remove explicit type 2022-11-23 16:27:10 +00:00
tglide b5870f1642 chore: add jsdoc to array helper 2022-11-23 16:26:33 +00:00
tglide af4fbfb9c1 fix: new attribute deletion impeding index creation 2022-11-23 16:24:06 +00:00
Torsten Dittmann e554b5fc0b Merge pull request #178 from troyanskiy/fix-4746-update-storage-settings
Update storage settings fix
2022-11-23 17:18:58 +01:00
Torsten Dittmann 7669ce871e Merge pull request #175 from appwrite/fix-4743-create-variable-wizard
Fix create variable modal not resetting in function wizard
2022-11-23 16:43:40 +01:00
tglide 77c1f8299e refactor: improve createIndex fix 2022-11-23 14:23:26 +00:00
tglide 2d867ab834 fix: createIndex attribute option changing all 2022-11-23 13:59:08 +00:00
Arman a920bc7d3a feat: create missing components, add missing docs 2022-11-23 14:21:09 +01:00
Christy Jacob a7b15656d1 chore: review comments 2022-11-22 19:57:20 +00:00
Christy Jacob fa9c99bc1b feat: add mode 2022-11-22 19:43:04 +00:00
Christy Jacob 56792b147c feat: add new env var for GA project 2022-11-22 18:35:33 +00:00
Steven Nguyen ccf8df07cc Fix create variable modal not resetting in function wizard 2022-11-22 10:17:27 -08:00
rrosluk fe6c55fd79 PR Remarks updates 2022-11-22 19:14:02 +01:00
rrosluk 7cbe322eb8 Update storage settings fix
Fixes https://github.com/appwrite/appwrite/issues/4746
2022-11-22 11:00:03 +01:00
Torsten Dittmann b68d0856d6 Merge pull request #155 from appwrite/chore-unbundle-users-settings
feat: unbundle users settings
2022-11-22 09:59:06 +01:00
Torsten Dittmann 513161ead8 Merge pull request #166 from appwrite/feat-reactive-maxsize
feat: file size reactive to unit change
2022-11-22 09:58:34 +01:00
Torsten Dittmann 2721b12312 Merge pull request #169 from appwrite/fix-qa-v17
fix: QA v17
2022-11-22 09:57:37 +01:00
Torsten Dittmann 48dde69cee Merge pull request #176 from appwrite/fix-4743-update-function-variables
Update function settings to recreate Variable modal with correct selectedVar
2022-11-22 09:56:11 +01:00
Torsten Dittmann 6bbdf45415 Merge pull request #171 from gpollet/main
Fixed dead link
2022-11-22 09:52:59 +01:00
Torsten Dittmann 81f87d2b2b Merge pull request #174 from appwrite/fix-4732-fix-web-code-sample
Fix web code sample
2022-11-22 09:52:17 +01:00
Steven Nguyen 08aa2b5b4b Fix sdk for web init sample
Since the import in the previous step is for Appwrite
use Appwrite as the prefix for this sample.
2022-11-21 13:38:42 -08:00
Steven Nguyen 18239fb9df Fix sdk for web sample import 2022-11-21 13:38:42 -08:00
Steven Nguyen 6adff4321c Update function settings to recreate Variable modal with correct selectedVar 2022-11-21 11:12:24 -08:00
arktal abce051261 Fixed dead link to memberships doc 2022-11-19 17:46:47 +01:00
Steven Nguyen 96845ad0ac Rename auth/oauth route to auth/oauth2 to match default in appwrite 2022-11-18 14:27:17 -08:00
Arman bb4d13ac54 fix: correct path in oauth 2022-11-18 15:01:43 +01:00
Arman ce1b1e00c9 feat: dropdown closes on click 2022-11-18 15:01:08 +01:00
Torsten Dittmann f89584bdd4 Merge pull request #153 from appwrite/fix-datetime-hour-cycle
fix: datetime hourcycle formatting
2022-11-17 14:03:50 +01:00
Torsten Dittmann 2ba582510d Merge pull request #165 from appwrite/fix-remove-mock-oauth
chore: remove mock oauth
2022-11-17 14:03:33 +01:00
Arman af2174eb11 feat: remove mock oauth 2022-11-17 13:52:24 +01:00
Arman 269447e039 fix: add redirection & show pw btn 2022-11-17 13:18:47 +01:00
Arman 104747996a feat: recovery password 2022-11-17 13:08:38 +01:00
Torsten Dittmann 6852a57d48 Merge pull request #156 from appwrite/fix-qa-v16
fix: QA v16
2022-11-17 12:41:56 +01:00
Arman 002ed4ca3c fix: account org pagination 2022-11-17 11:37:09 +01:00
Arman a8db1d4e0f fix: account organizations pagination 2022-11-17 11:31:59 +01:00
Arman 81ca10d2ff fix: allowed extensions 2022-11-17 11:31:00 +01:00
Arman 8ec8dbbaff fix: text field is required during onboarding 2022-11-17 10:56:56 +01:00
Arman b3a83342aa fix: total members not projects 2022-11-17 10:46:54 +01:00
Arman 2e52d5aa3c fix: add create to bucket permissions 2022-11-17 10:44:51 +01:00