Commit Graph
6774 Commits
Author SHA1 Message Date
Steven NguyenandTorsten Dittmann c0b3cebade Don't allow filtering on message
Message is nested in data and isn't an attribute so it can't be queried.
2024-01-22 15:13:28 +01:00
Steven NguyenandTorsten Dittmann a5443b2497 Ensure messages table re-renders on filter 2024-01-22 15:13:28 +01:00
Steven NguyenandTorsten Dittmann f111ee9ea8 Update filterable subscriber columns
Don't allow filtering on userName since the attribute isn't in the
collection to be filtered.

Allow filtering on type since it is available and it would be userful.

Change $createdAt type to datetime to allow filtering by greater/less
than.
2024-01-22 15:13:28 +01:00
Steven NguyenandTorsten Dittmann 075b7d730c Allow topics with empty string
We must pass undefined because the server won't accept an empty string.
Undefined will make the server use the default value, which is an empty
string.
2024-01-22 15:13:28 +01:00
Steven NguyenandTorsten Dittmann d4d09ad9ba Add a route to show user targets
There's some code for creating a target, but it must go through design
first.
2024-01-22 15:13:28 +01:00
Steven NguyenandTorsten Dittmann a2a79755e4 Default enabled to true when creating a provider 2024-01-22 15:13:28 +01:00
Steven NguyenandTorsten Dittmann 4b89915675 Remove MQTT provider as it was descoped for G1 2024-01-22 15:13:28 +01:00
Steven NguyenandTorsten Dittmann 5f282470b8 Remove provider default param
The default param was removed from the API so it should be removed
from the Console as well.
2024-01-22 15:13:28 +01:00
wess 66889fad68 Adds favicon support for logo by adding .png at 0.5x 2024-01-22 09:11:41 -05:00
Arman bd265cc3a6 fix: add credit wizard 2024-01-22 14:51:01 +01:00
Ben McCann 4213a1c9f7 remove pnpm lockfile. update npm lockfile 2024-01-19 07:12:56 -08:00
wess e7e91c8c53 Fixes dropdown width 2024-01-18 12:27:41 -05:00
Torsten Dittmann 3189ed80f5 fix: mfa 2024-01-18 16:03:35 +01:00
Arman ead4c42a95 fix: budget cap 2024-01-18 15:26:35 +01:00
Arman d874c1d485 fix: initialize localStorage 2024-01-18 15:06:57 +01:00
Arman afd1b745b6 fix:design review 2024-01-18 14:47:22 +01:00
Steven Nguyen dc5b77933c Merge branch 'main' into feat-messaging 2024-01-17 23:08:24 +00:00
Ben McCann 0fe8000c94 upgrade to SvelteKit 2 2024-01-17 14:10:50 -08:00
Arman 2830334b28 fix: feedback design 2024-01-17 16:57:28 +01:00
loks0nandTorsten Dittmann dd259b6c48 chore: rename ssr scopes 2024-01-17 16:52:02 +01:00
Arman 6d3ccd40b8 Merge branch 'main' of github.com:appwrite/console into fix-nps-feedback-design-review 2024-01-17 15:15:29 +01:00
Arman 8198e553d7 chore: add missing events 2024-01-17 14:38:45 +01:00
Arman ad65c20c93 Merge branch 'main' of github.com:appwrite/console into fix-missing-events-and-credits 2024-01-17 14:13:58 +01:00
Torsten DittmannandGitHub f68f9af6a8 Merge pull request #731 from appwrite/fix-bullet-point-custom-id-create-function
fix: bullet points for custom id
3.3.20
2024-01-17 12:04:13 +01:00
Arman c7e06c01dd fix: bullet points for custom id 2024-01-17 11:20:51 +01:00
Arman ad64c7371d chore: add method 2024-01-17 11:12:46 +01:00
Arman abdfb9c459 fix: tables don't scroll in modals 2024-01-16 16:38:47 +01:00
tglide d3c1a7249e forceRedirect 2024-01-16 15:13:37 +00:00
tglide dbcb2c7cf2 remove pnpm (cry) 2024-01-16 13:43:17 +00:00
Arman 0d61428cf5 fix: add coupon credits to total calculation 2024-01-16 13:36:23 +01:00
Arman 09d94be14a chore: add missing event 2024-01-16 13:33:56 +01:00
Arman b345e02053 chore: add track events 2024-01-16 12:09:51 +01:00
Arman 18df1f10ac chore: add missing events 2024-01-16 11:59:54 +01:00
Arman 9c89b79f95 feat: add coupon code during creation 2024-01-16 11:59:33 +01:00
Arman 8f017b2b34 fix: hide coupon field during downgrade 2024-01-16 11:59:10 +01:00
Arman 831ad0b8c8 chore: track address creation 2024-01-16 11:58:40 +01:00
Arman 7f3f19fda0 fix: coupon code is now uppercase 2024-01-16 11:58:21 +01:00
Arman 29a3c621c2 chore: enable nps for design review 2024-01-15 17:33:27 +01:00
Christy JacobandGitHub 50865bf885 Merge pull request #721 from appwrite/fix-trial-date
Fixes issue where a negative number would prevent the TRIAL pill from…
3.3.19
2024-01-13 09:58:54 +04:00
wess 82f27c73d8 Formatting 2024-01-12 16:39:58 -05:00
wess 41d5393696 Formatting 2024-01-12 16:35:21 -05:00
wess 5566d3a31e Removes unused import 2024-01-12 16:32:48 -05:00
wess 72b3f033b2 Fixes issue where -9 was hardcoded 2024-01-12 16:29:07 -05:00
wess 66f0c2f2bd Fixes issue where a negative number would prevent the TRIAL pill from being removed
Fixes issue where time remaining was off by 2 due to flooring
2024-01-12 16:16:02 -05:00
Eldad A. FuxandGitHub 92e7f47807 Merge pull request #720 from appwrite/fix-billing-copy
Simplify copy on new billing modals
2024-01-12 18:11:31 +01:00
Vincent (Wen Yu) Ge 9c7d5be7ba Simplify copy on new billing modals 2024-01-12 16:57:43 +00:00
Torsten DittmannandGitHub b7bbc20231 Merge pull request #715 from appwrite/fix-dpa-link 2024-01-12 16:00:49 +01:00
Torsten DittmannandGitHub 5c1cc01c60 Merge pull request #718 from appwrite/fix-optional-smtp-pass
Fix: Optional SMTP pass
2024-01-12 12:34:42 +01:00
Torsten DittmannandGitHub 03913d063f Merge pull request #719 from appwrite/fix-oauth-settings-page
fix: oauth settings page
2024-01-12 12:24:38 +01:00
loks0n 3864ec6bd3 fix: oAuthProviders param 2024-01-12 10:53:43 +00:00