Joas Schilling
7a8da79e89
Add a capability
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14 17:06:04 +02:00
Joas Schilling
4d35678ea6
Add a capability if the user can create conversations
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-07 09:31:54 +02:00
Daniel Calviño Sánchez
827d8660c9
Add capability for force muting other participants
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-03-06 14:53:24 +01:00
Joas Schilling
0930c830b0
Add a capability
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-25 09:50:00 +01:00
Joas Schilling
6f19e9ddfd
Allow to start conversations with circles
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-20 10:52:52 +01:00
Joas Schilling
3496c7faaa
Add a flag to messages if they can be replied to
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-04 08:37:26 +01:00
Joas Schilling
5da475f4c0
Populate the canStartCall value and add a capability
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-19 14:55:59 +02:00
Joas Schilling
d4fc586f1a
Bye Spreed, hello Talk!
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-05 14:29:09 +02:00
Joas Schilling
ac1c1520b6
Add capability
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-28 10:28:06 +02:00
Joas Schilling
30c5d02144
Add a capability
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-24 15:37:08 +02:00
Joas Schilling
86164d4838
Add a capability
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-27 18:07:08 +02:00
Joas Schilling
f1667ac2f7
Introduce a Read-Only state for conversations
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-25 15:17:19 +01:00
Joas Schilling
d5deb664cf
Add "locked-one-to-one" capability
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-14 15:41:35 +01:00
Joas Schilling
5605e9ca26
Remove capabilities for the mobile clients
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01 08:53:23 +01:00
Joas Schilling
6c06a87133
Adjust capability
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-06 19:33:25 +01:00
Mario Danic
9c74620453
Add ability to invite groups
...
Fix a missing ,
Move to tabs
2018-11-06 16:20:35 +01:00
Joas Schilling
64e2625746
Add a capability
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-08 15:26:45 +02:00
Joas Schilling
bc29961a79
Allow to invite email addresses
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-27 16:21:21 +02:00
Joachim Bauch
1c1f91871e
Add "in-call-flags" capability, return flags from API and evaluate in UI.
...
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2018-08-24 11:38:12 +02:00
Joas Schilling
36ae3a3e55
Highlight the unread count only for mentions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-31 16:47:43 +02:00
Joas Schilling
fa292a6b3f
Merge pull request #1067 from nextcloud/feature/614/system-chat-messages
...
Start with system chat messages
2018-07-30 08:38:33 +02:00
Joas Schilling
ee4ba11a53
Start with system chat messages
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-27 11:01:38 +02:00
Joas Schilling
bf9d50fb03
More php7
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-27 10:16:44 +02:00
Joas Schilling
3e326172f7
Remove useless ping call and "ping" with the signaling fetch instead
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-24 08:43:11 +02:00
Joas Schilling
84b556629c
Store the timestamp of the last activity in a room and sort by that, instead of the last ping
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-19 13:51:09 +02:00
Joas Schilling
1add86b280
Handle the favorite on the participant object and fix favorite spelling
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-13 16:32:49 +02:00
Joas Schilling
2f4adcb9c1
Add proper chat message offset support
...
The offset now is based on the last known chat message instead of limit-offset,
so new messages don't mess up requests to get the history of a room
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-04-20 11:03:09 +02:00
Joas Schilling
094206f0b4
Add Capabilities
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-27 17:16:39 +02:00
Joas Schilling
f394271681
Register capabilities and make them available for guests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-12 12:01:10 +01:00
Joas Schilling
f1be18edc0
Allow to create group rooms without inviting anyone
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-08 10:07:41 +01:00
Joas Schilling
95dfd7f1a8
Allow to get signaling settings as guests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-07 16:54:50 +01:00
Joas Schilling
c3de7b6d5a
Add capabilities
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-12 16:40:23 +01:00