Commit Graph
4738 Commits
Author SHA1 Message Date
Steven NguyenandTorsten Dittmann 5fefbf956d Update wizard to support additional action buttons 2024-01-22 15:13:28 +01:00
Steven NguyenandTorsten Dittmann 7aea1633d9 Update search subscribers placeholder
Clarify what can be searched.
2024-01-22 15:13:28 +01:00
Steven NguyenandTorsten Dittmann b15835f485 Remove bullet points from the topics modal 2024-01-22 15:13:28 +01:00
Steven NguyenandTorsten Dittmann 3343fb2ebd Fix user targets modal text 2024-01-22 15:13:28 +01:00
Steven NguyenandTorsten Dittmann 9e838a7f18 Move the User Targets Filters & Columns buttons to the same row as the Heading 2024-01-22 15:13:28 +01:00
Steven NguyenandTorsten Dittmann 2bb789b0f3 Update messages search placeholder 2024-01-22 15:13:28 +01:00
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
Steven Nguyen dc5b77933c Merge branch 'main' into feat-messaging 2024-01-17 23:08:24 +00: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
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
Matej Bačo 97e519f950 Remove SMTP required pass 2024-01-12 10:10:24 +00:00
Torsten Dittmann 20e93c6981 fix: dpa link to docs 2024-01-10 11:51:05 +01:00
Torsten DittmannandGitHub de7d08db47 Merge pull request #714 from appwrite/fix-design-review
fix: new dpa
3.3.18
2024-01-09 23:39:23 +01:00
Torsten Dittmann efd9c7895f fix: new dpa 2024-01-09 23:33:14 +01:00
Torsten DittmannandGitHub f17965da8a Merge pull request #713 from appwrite/fix-responsive-consent
fix: responsive consent
3.3.17
2024-01-09 18:13:59 +01:00
Torsten Dittmann 6227f0eb49 fix: responsive consent 2024-01-09 18:12:13 +01:00
Torsten Dittmann e8223ff74a fix: hide dpa on selfhosted 3.3.16 2024-01-09 14:51:09 +01:00
Torsten DittmannandGitHub dd27d1f040 Merge pull request #693 from appwrite/feat-appwrite-dpa
feat: appwrite dpa
2024-01-09 14:49:11 +01:00
Torsten DittmannandGitHub 8be0a664c3 Merge pull request #615 from appwrite/feat-cookie-consent
feat: cookie consent
2024-01-09 14:44:57 +01:00
Torsten Dittmann bca4ee1a49 fix: merge conflict 2024-01-09 14:23:00 +01:00
Torsten Dittmann 93790de897 Merge branch 'feat-appwrite-dpa' of https://github.com/appwrite/console into feat-appwrite-dpa 2024-01-09 14:20:34 +01:00
Torsten Dittmann 8995415932 fix: dpa button 2024-01-09 14:18:59 +01:00
Torsten Dittmann 65c83f345e fix: consent button 2024-01-09 14:07:44 +01:00
Torsten Dittmann 4745433654 fix: vercel deployment 2024-01-09 14:00:00 +01:00
Torsten Dittmann 7f8413deac fix: hide cookies on selfhosted 2024-01-09 13:24:54 +01:00
Torsten Dittmann 4135deb300 style: remove unused import 2024-01-09 13:23:42 +01:00
Torsten Dittmann 22e0fd5b02 fix: preference center 2024-01-09 13:05:25 +01:00
Torsten Dittmann 07fbc29b08 feat: delete account actually deletes account 2024-01-09 12:53:17 +01:00
Torsten Dittmann 3faf2d8a69 fix: footer 2024-01-09 12:41:10 +01:00
Torsten Dittmann 72c22c2733 fix: consent design 2024-01-09 12:30:57 +01:00
Torsten Dittmann bbb135eb50 fix: leftovers 2024-01-09 11:41:52 +01:00
wess 57c476ccfc Merge remote-tracking branch 'refs/remotes/origin/feat-appwrite-dpa' into feat-appwrite-dpa 2024-01-04 09:14:10 -05:00
wess 7a6246dc8e Copy updates 2024-01-04 09:11:53 -05:00