Commit Graph
2408 Commits
Author SHA1 Message Date
Bradley Schofield ecb1b55965 Run Linter 2024-02-25 11:39:37 +00:00
Bradley Schofield 8984e161d3 Detect migration resource values from names 2024-02-25 11:13:52 +00:00
Bradley Schofield db7dd128bd Update other occurrences 'envVar' of 'environment variables' to 2024-02-23 14:17:33 +00:00
Bradley Schofield 1c793fd83c Update 'envVar' to 'environment variable' for migrations 2024-02-23 14:12:28 +00:00
Steven NguyenandTorsten Dittmann c72ba12e47 chore(components): fix lint error 2024-02-22 21:58:42 +01:00
Steven NguyenandTorsten Dittmann a25fdf6ee9 feat(elements): allow setting size of checkbox to be smaller 2024-02-22 16:01:29 +01:00
Torsten DittmannandGitHub 484791091d Merge pull request #844 from appwrite/fix-schedule-message-disabled
Updates fields to not show pointer when disabled
2024-02-22 15:59:38 +01:00
Luke B. SilverandGitHub 7913f80a73 Merge pull request #819 from appwrite/feat-ssr-revert-scopes
feat: ssr revert scopes
2024-02-22 14:16:47 +00:00
wess d47d8f7511 Updates fields to not show pointer when disabled 2024-02-21 12:17:44 -05:00
Jake Barnby 6331bf6c54 Updates for SDK version 2024-02-22 00:45:13 +13:00
loks0n 0b61b8d669 feat: update sessions.write description 2024-02-20 08:53:31 +00:00
loks0n 90cb126543 feat: add sessions.write to constants 2024-02-20 08:51:39 +00:00
Steven NguyenandTorsten Dittmann 4f72a48e89 Use a large shadow for popover dropped cards 2024-02-15 14:37:53 +00:00
Steven NguyenandTorsten Dittmann 5273546a30 Update all provider inputs to hide popover button when there's no popover 2024-02-15 14:37:53 +00:00
Steven NguyenandTorsten Dittmann df9891be5b Update password input to support popovers 2024-02-15 14:37:53 +00:00
Steven NguyenandTorsten Dittmann 28525fe9f9 Removed required prop from InputSwitch
Having required will prevent submitting with value == false.
2024-02-15 14:37:53 +00:00
Steven NguyenandTorsten Dittmann 1e98d29523 Fix pattern for domain
Because of the input pattern uses the v RegExp flag,
ranges like [A-Za-z] must be wrapped with []. In
addition, the last - in [A-Za-z0-9-] needed to be
escaped.
2024-02-15 14:37:53 +00:00
Steven NguyenandTorsten Dittmann 381c23add2 Update phone input to support popovers 2024-02-15 14:37:53 +00:00
Torsten Dittmann 1d942975d1 fix: mfa 2024-02-14 17:52:40 +00:00
loks0n 63bc8753dc chore: revert ssr scopes 2024-02-14 11:55:46 +00:00
Torsten Dittmann 1be1e4fa11 fix: hidden modals 2024-02-13 15:36:04 +00:00
Steven NguyenandTorsten Dittmann 97ba01d2a8 Hide Usage tab on self-hosted project settings page
The usage tab requires an API only available on cloud.
2024-02-13 12:00:57 +00:00
Torsten Dittmann 2300ef9067 fix: svelte kit 2 migration 2024-02-13 11:24:57 +00:00
Torsten Dittmann a5707ff80a Merge branch 'main' of https://github.com/appwrite/console into sync-release-branch 2024-02-13 10:18:47 +00:00
Arman 05cda48002 Merge branch 'main' of github.com:appwrite/console into feat-retry-payment-email-flow 2024-02-12 11:33:25 +01:00
Arman 9506f71377 Merge branch 'main' of github.com:appwrite/console into chore-format-prices 2024-02-09 16:13:33 +01:00
Torsten Dittmann e65925d180 Merge branch '1.5.x' of https://github.com/appwrite/console into feat-mfa 2024-02-09 09:46:25 +01:00
Arman e4eec358b8 fix: remove setAsDefault when switching payment method 2024-02-08 16:30:31 +01:00
Torsten DittmannandGitHub 4cf5d3d6f7 Merge branch '1.5.x' into feat-messaging-sdk 2024-02-08 10:04:35 +01:00
Torsten DittmannandGitHub 63876f9ecb Merge pull request #773 from appwrite/feat-messaging-smtp-provider
Add SMTP Provider
2024-02-08 09:35:53 +01:00
Steven Nguyen 5d35185b2b Add support for bulk deleting messages 2024-02-07 13:27:41 -08:00
Steven Nguyen 9182a5b48c Fixes from design review 2024-02-07 13:26:58 -08:00
Torsten DittmannandGitHub 7560ff038d Merge pull request #764 from appwrite/fix-msg-config
Branching from 1.5.x, ensures undefined tooltips are not shown
2024-02-07 18:04:46 +01:00
Arman 1be6de0c97 Update billing functionality and fix payment history display 2024-02-06 11:15:07 +01:00
Steven Nguyen ac8a9a96cb Add messaging service to sdkForProject 2024-02-05 20:08:30 -08:00
Steven Nguyen a1cd316b60 Fix listInvoices() queries type 2024-02-05 20:08:18 -08:00
Steven Nguyen f9a4f9850a Use enums from the console SDK whenever possible 2024-02-05 20:08:04 -08:00
Arman 8714fb89fc feat: retry payment 2024-02-05 18:14:30 +01:00
Arman a64e36ac73 Merge branch 'main' of github.com:appwrite/console into chore-format-prices 2024-02-05 16:36:37 +01:00
Arman 62adbd503a fix and expand paymentBoxes 2024-02-05 15:35:50 +01:00
Arman 8ed33ceeaf Merge branch 'main' of github.com:appwrite/console into feat-pay-failed-payments 2024-02-05 14:30:25 +01:00
Matej Bačo bda9bb33f3 Add email OTP toggle 2024-02-04 10:07:15 +01:00
wess a1a85d5afd Branching from 1.5.x, ensures undefined tooltips are not shown 2024-02-02 13:10:20 -05:00
Arman 431c5c2cf3 feat: retry failed payments 2024-02-02 16:54:13 +01:00
Torsten Dittmann 0bb7a09858 Merge branch '1.5.x' of https://github.com/appwrite/console into feat-mfa 2024-02-02 14:32:06 +01:00
Torsten Dittmann d3414aa352 chore: fix lint issues 2024-02-02 12:00:35 +01:00
Torsten Dittmann 9b137adfe1 Merge branch '1.5.x' of https://github.com/appwrite/console into fix-svelte-errors 2024-02-02 11:59:46 +01:00
Jake Barnby b756b0ca1a Update target scope descriptions 2024-02-02 22:30:30 +13:00
Jake Barnby 8a8e68f179 Fix missing comma 2024-02-02 17:09:17 +13:00
Jake Barnby 3928a6352e Add messaging scopes 2024-02-02 17:03:14 +13:00