Jake Barnby
3928a6352e
Add messaging scopes
2024-02-02 17:03:14 +13:00
Torsten Dittmann and GitHub
265a7735f3
Merge pull request #758 from appwrite/fix-hidpi-2x
...
Updated requested size for file image from 32 to 64
2024-02-01 18:56:04 +01:00
wess
0e9a6841a3
Updated requested size for file image from 32 to 64
2024-02-01 12:22:27 -05:00
Torsten Dittmann and GitHub
757a327241
Merge pull request #742 from appwrite/fix-fcm-credentials
...
Fix fcm credentials
2024-02-01 17:36:14 +01:00
Torsten Dittmann and GitHub
8441240cf5
Merge pull request #750 from appwrite/feat-push-custom-data-info
...
Add tooltip to custom data input
2024-02-01 17:35:16 +01:00
Torsten Dittmann and GitHub
51e6bd3b79
Merge pull request #747 from appwrite/fix-messaging-targets-heading
...
Fix vertical alignment of Targets header
2024-02-01 17:34:37 +01:00
Torsten Dittmann and GitHub
f6228bad92
Merge pull request #751 from appwrite/fix-schedule-message-fields
...
Adds pointer cursor to date/time fields
2024-02-01 17:33:12 +01:00
Torsten Dittmann and GitHub
b46bebbd65
Merge pull request #755 from appwrite/fix-storage-selfhosted-v2
...
fix: storage not loading on selfhosted
2024-02-01 17:03:36 +01:00
Arman
951266d9c2
fix: storage not loading on selfhosted
2024-02-01 16:48:47 +01:00
wess
3546e43677
Adds pointer cursor to date/time fields
2024-01-30 10:13:31 -05:00
Torsten Dittmann and GitHub
ade03a2b53
Merge pull request #748 from appwrite/feat-input-date-click-area
...
Update the date and time inputs to open on click
2024-01-30 08:34:15 +01:00
Torsten Dittmann and GitHub
c59c8ba90d
Merge pull request #749 from appwrite/fix-targets-modal-accordion
...
Reset targets accordion when changing pages
2024-01-30 08:29:51 +01:00
Steven Nguyen
49ba6f6c50
Add tooltip to custom data input
2024-01-28 23:16:52 -06:00
Steven Nguyen
a98e586b69
Reset targets accordion when changing pages
...
This fixes a bug where the accordion would stay
open when changing pages.
2024-01-28 22:53:00 -06:00
Steven Nguyen
c28feb378c
Update the date and time inputs to open on click
...
The default behavior is to open only when clicking the icon, but
it may be difficult to click such a small icon. This change updates
the input so that the picker opens when the input is clicked.
2024-01-28 22:25:29 -06:00
Steven Nguyen
5820b072ac
Fix vertical alignment of Targets header
2024-01-28 16:50:33 -08:00
Torsten Dittmann and GitHub
c3907e434a
Merge pull request #595 from appwrite/feat-messaging
...
Add messaging pages
2024-01-24 18:51:01 +01:00
Torsten Dittmann
2de13c77bb
fix: audit stuff
2024-01-24 18:43:22 +01:00
Torsten Dittmann
1b89c701be
fix: some merge stuffs
2024-01-24 18:41:34 +01:00
Torsten Dittmann
fe6bf8ce79
ci: run on every branch
2024-01-24 17:53:34 +01:00
Torsten Dittmann
8a711fa2ad
ci: run on every branch
2024-01-24 17:52:55 +01:00
Jake Barnby and Torsten Dittmann
1d31cd0ece
Fix email provider params
2024-01-24 12:30:29 +01:00
Jake Barnby
9877ecaed2
Fix wrong key passed for creating FCM provider
2024-01-24 15:46:59 +13:00
Torsten Dittmann
e3664b8d55
run formatter
2024-01-22 15:22:43 +01:00
Torsten Dittmann
34ffc29446
fix: audit
2024-01-22 15:22:19 +01:00
Torsten Dittmann
b0ba4d57d2
fix: some issues
2024-01-22 15:19:28 +01:00
Torsten Dittmann
517ec525d6
Merge branch '1.5.x' of https://github.com/appwrite/console into feat-messaging
2024-01-22 15:14:55 +01:00
Steven Nguyen and Torsten Dittmann
4346d2daee
Add support for saving messages as draft
2024-01-22 15:13:28 +01:00
Steven Nguyen and Torsten Dittmann
5fefbf956d
Update wizard to support additional action buttons
2024-01-22 15:13:28 +01:00
Steven Nguyen and Torsten Dittmann
7aea1633d9
Update search subscribers placeholder
...
Clarify what can be searched.
2024-01-22 15:13:28 +01:00
Steven Nguyen and Torsten Dittmann
b15835f485
Remove bullet points from the topics modal
2024-01-22 15:13:28 +01:00
Steven Nguyen and Torsten Dittmann
3343fb2ebd
Fix user targets modal text
2024-01-22 15:13:28 +01:00
Steven Nguyen and Torsten 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 Nguyen and Torsten Dittmann
2bb789b0f3
Update messages search placeholder
2024-01-22 15:13:28 +01:00
Steven Nguyen and Torsten 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 Nguyen and Torsten Dittmann
a5443b2497
Ensure messages table re-renders on filter
2024-01-22 15:13:28 +01:00
Steven Nguyen and Torsten 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 Nguyen and Torsten 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 Nguyen and Torsten 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 Nguyen and Torsten Dittmann
a2a79755e4
Default enabled to true when creating a provider
2024-01-22 15:13:28 +01:00
Steven Nguyen and Torsten Dittmann
4b89915675
Remove MQTT provider as it was descoped for G1
2024-01-22 15:13:28 +01:00
Steven Nguyen and Torsten 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
loks0n and Torsten Dittmann
dd259b6c48
chore: rename ssr scopes
2024-01-17 16:52:02 +01:00
Torsten Dittmann and GitHub
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 Jacob and GitHub
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