Paul
|
6366e0ac24
|
feat(task_queue): last_message_id task
closes #110
|
2021-11-01 20:54:48 +00:00 |
|
Paul
|
8d25dd1d65
|
feat: implement idempotency tokens
closes #108 and closes #106
|
2021-11-01 18:32:45 +00:00 |
|
Paul
|
9b6893ca48
|
Write database migration for last_message_id. #67
|
2021-09-14 15:07:41 +01:00 |
|
Yannick Funk
|
ddfc0a5f86
|
Merge branch 'master' into unify-last-message
|
2021-09-13 20:19:54 +02:00 |
|
Paul
|
8bb5fb25dd
|
Fix bot logon, should do nested match.
Add comment to migrations.
Fix attachment deletes on messages.
|
2021-09-11 17:46:20 +01:00 |
|
Paul
|
06f968022d
|
Update to rAuth v1, closes #63.
Add Pong packet for normal frames.
|
2021-09-11 11:23:15 +01:00 |
|
Paul
|
862f57235c
|
Fallback to unknown user.
Add GitHub CI.
|
2021-09-03 16:26:34 +01:00 |
|
Yannick Funk
|
43b75a2310
|
Add author and tag to push notification
|
2021-09-02 23:22:23 +02:00 |
|
Yannick Funk
|
5a17038012
|
Remove whitespace
|
2021-09-02 20:34:26 +02:00 |
|
Yannick Funk
|
f6b55574b1
|
Only build notification when there are subscriptions
|
2021-09-02 20:32:36 +02:00 |
|
Yannick Funk
|
b5aa0ee971
|
Remove print
|
2021-09-02 18:24:22 +02:00 |
|
Yannick Funk
|
697132082a
|
First draft for push notifications
|
2021-09-01 21:52:24 +02:00 |
|
Yannick Funk
|
6c6a1508dc
|
Unify last_message_id
|
2021-08-26 16:56:13 +02:00 |
|
Paul
|
9fec4e48c0
|
Start moving to Rocket 0.5.0
|
2021-08-06 17:24:16 +01:00 |
|
Paul
|
35b0c69cdb
|
Permissions: Add EmbedLinks / UploadFiles to channels
Web Push: Send events if mentioned
|
2021-06-25 13:33:05 +01:00 |
|
Paul
|
9a417aa6ad
|
Messaging: Add message replies.
Servers: Add VoiceChannel.
|
2021-06-23 13:50:18 +01:00 |
|
Paul
|
ad06ff16c4
|
Messaging: Upsert mentions into unreads.
Messaging: Allow multiple attachment upload.
|
2021-06-22 17:42:18 +01:00 |
|
Paul
|
b10d4f3559
|
Messaging: Add mentions to unread object.
|
2021-06-17 14:42:48 +01:00 |
|
Paul
|
bad9024537
|
Messaging: Remove embed when editing message.
|
2021-06-16 16:31:06 +01:00 |
|
Paul
|
9be9b76035
|
Servers: Add new system messages.
|
2021-06-11 22:12:01 +01:00 |
|
Paul
|
03fa923ef4
|
Refactor: Send system messages directly from content.
|
2021-06-11 19:18:46 +01:00 |
|
Paul
|
78c890aa59
|
Messaging: Parse mentions.
|
2021-06-11 18:07:37 +01:00 |
|
Paul
|
0f18a6781d
|
Channels: Include last message id on text channels.
API: Return members when fetching messages.
Misc: Remove defunct DISABLE_REGISTRATION variable.
|
2021-06-11 16:22:35 +01:00 |
|
Paul
|
5aa9624d5c
|
Database: Add user settings sync entity.
Run cargo fmt.
|
2021-05-26 11:02:16 +01:00 |
|
Paul
|
7aad88ad3f
|
Messages: Allow multiple attachments. (⚠️ breaking change)
|
2021-05-25 17:23:47 +01:00 |
|
Paul
|
7c7943b9f6
|
Websocket: Provide channel id for message edit / del.
|
2021-05-25 14:06:23 +01:00 |
|
Paul
|
10f116b4a3
|
Block voice calls in saved messages channel.
Add messages for desc / icon change for group chats.
|
2021-05-14 22:44:35 +01:00 |
|
Paul
|
6716a2d32b
|
Join with newlines for embed generation.
Server January URL endpoint on server configuration.
|
2021-05-14 22:39:16 +01:00 |
|
Paul
|
6cc92b877e
|
Fix block user route, send correct user struct.
Add route for fetching members.
Cargo fmt on accident.
|
2021-05-14 22:29:43 +01:00 |
|
Paul
|
7293abfc53
|
Add january support.
|
2021-05-07 18:00:21 +01:00 |
|
Paul
|
8cfa5d7091
|
Run cargo fmt.
|
2021-05-01 17:29:31 +01:00 |
|
Paul
|
59b18fd376
|
Delete old avatar; fix database migration.
|
2021-05-01 17:12:51 +01:00 |
|
Paul
|
81002c75d2
|
Only push out status; mark attachments as deleted.
|
2021-04-28 17:12:14 +01:00 |
|
Paul
|
2050a0609f
|
Fix update_one failing on sys message.
|
2021-04-03 21:37:24 +01:00 |
|
Paul
|
7f5d6f2312
|
Format code.
|
2021-04-03 14:44:01 +01:00 |
|
Paul
|
32cd9d8a13
|
Strict typing for system messages; add a way to rename group.
|
2021-03-31 20:54:47 +01:00 |
|
Paul
|
60731e1c70
|
Integrate voso, join_call route for channels.
|
2021-03-31 11:48:52 +01:00 |
|
Paul
|
0a9d5de369
|
Don't unwrap on subscription errors.
|
2021-03-29 10:14:25 +01:00 |
|
Paul
|
dadad271b4
|
Mark attachments as deleted when deleting messages.
|
2021-02-19 14:12:21 +00:00 |
|
Paul
|
78cfbf9d21
|
Clean up subscription code; handle error properly.
|
2021-02-19 12:48:52 +00:00 |
|
Paul
|
02077a4024
|
Check if online.
|
2021-02-18 16:47:59 +00:00 |
|
Paul
|
52e070c21c
|
Basic Web Push support.
|
2021-02-18 16:21:34 +00:00 |
|
Paul Makles
|
a7ea29d821
|
Add a way to send messages with attachments.
|
2021-02-16 15:25:33 +00:00 |
|
Paul Makles
|
f42480886b
|
Re-structure Permissions; add perm to view users from mutual groups.
|
2021-01-26 21:12:23 +00:00 |
|
Paul Makles
|
23ec2d61f1
|
Push env variables to rAuth + cargo fmt.
|
2021-01-26 17:29:03 +00:00 |
|
Paul Makles
|
99e2f874a1
|
$set instead of overwriting object
|
2021-01-24 10:28:24 +00:00 |
|
Paul Makles
|
11f7092fcd
|
Add last_message to channels, mark DMs as active.
|
2021-01-24 10:24:44 +00:00 |
|
Paul Makles
|
984017eb61
|
Revert tag change, update partials to include ids.
|
2021-01-19 20:18:29 +00:00 |
|
Paul Makles
|
3a63d502d9
|
Cargo fmt.
|
2021-01-19 13:07:11 +00:00 |
|
Paul Makles
|
8bb694a1c8
|
Post-handle hook, partial updates and group delete.
|
2021-01-19 13:06:22 +00:00 |
|