Joas Schilling
e3d985da60
Add an endpoint to set the notification level
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-08 15:26:45 +02:00
Joas Schilling
ee894cc5cd
Introduce notification levels for participants
...
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
Joas Schilling
c17d08e61a
Merge pull request #1165 from denismosolov/occ
...
Add occ commands to work with TURN/STUN/Signaling servers
2018-09-24 12:01:49 +02:00
Joas Schilling
b729648a34
Update requirement to 15
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-19 16:48:52 +02:00
Joas Schilling
ca8b2ca273
Revert "Update requirement to 15"
2018-09-19 16:46:05 +02:00
Denis Mosolov
5fd613c7ba
Add occ commands to work with TURN/STUN/Signaling servers
...
Signed-off-by: Denis Mosolov <denismosolov@gmail.com>
2018-09-18 22:56:06 +03:00
Joas Schilling
7a0fc28f3e
Update requirement to 15
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-18 16:29:19 +02:00
Joas Schilling
4c6e025622
Final 4.0.0
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-06 11:35:29 +02:00
Joas Schilling
efb30e2573
Increase version
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-27 00:10:32 +02:00
Joas Schilling
71bb925c01
Merge pull request #914 from nextcloud/in-call-flags
...
Change "inCall" state to contain bit flags (#911 ).
2018-08-24 23:30:46 +02:00
Daniel Calviño Sánchez
55937cdb8c
Add collaborator plugin for rooms
...
A user can create a room share only with rooms in which she is a
participant. Therefore the search is limited to those rooms.
Currently the rooms are searched only by their name; it is not possible
yet to search them based on other participants.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-24 22:57:20 +02:00
Joachim Bauch
6583d61465
Increase version to trigger DB migrations.
...
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2018-08-24 11:17:47 +02:00
Joas Schilling
21bae250d9
Increase version
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-09 15:25:01 +02:00
Joas Schilling
135c82304f
Revert "Open the call in a new tab for now"
...
This reverts commit 112c73b71c
.
2018-08-08 14:17:40 +02:00
Joas Schilling
112c73b71c
Open the call in a new tab for now
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-08 10:24:49 +02:00
Daniel Calviño Sánchez
80705adbb2
Add end point to create rooms for requesting the password of a share
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-08 10:24:48 +02:00
Daniel Calviño Sánchez
29a72c3ede
Add columns "object_type" and "object_id" to table "talk_rooms"
...
Note that in Oracle string fields have to be nullable to be able to set
empty strings on them.
As the table "comments" also has columns named "object_type" and
"object_id" they must be namespaced when the last comment is included in
the room information; otherwise the created comment object would have
the object type and id from the room instead of from the comment.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-08 10:20:58 +02:00
Joas Schilling
098086c9b3
Pre-release for 14 beta
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-02 12:18:30 +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
f37e260ac5
Left join the last comment instead of doing O(n) queries
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-26 15:19:29 +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
Ivan Sein
6a33c3b9ae
Merge pull request #1025 from nextcloud/add-room-favourite-support
...
Add support for backend favorites
2018-07-19 13:36:29 +02:00
Julius Härtl
ac96ae9b7f
Only show client links when the firstrunwizard is enabled
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-18 16:19:18 +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
Mario Danic
62b11f9a9f
Add support for backend favorites
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-07-13 15:44:13 +02:00
Daniel Calviño Sánchez
d9f07fb773
Remove background job to reset "in call" flag
...
When a user leaves a room the "in call" flag is also reset. As users are
now forced to leave the room when they are inactive it is no longer
needed to reset the flag using a background job.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-10 16:53:01 +02:00
Julius Härtl
ed864cf6ca
Fix order of settings in appinfo.xml
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-05-24 15:02:11 +02:00
Julius Härtl
247b99739d
Add client links to personal settings
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-05-22 09:43:03 +02:00
Joas Schilling
982bf986ba
Add docs for the /mentions endpoint
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-04-26 12:50:20 +02:00
Joas Schilling
1472935fb5
Start autocomplete for mentions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-04-26 12:46:58 +02:00
Joas Schilling
867b5f94b3
Make sure the token is not a reserved word
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-04-09 22:10:34 +02:00
Ivan Sein
0c963c227b
Change endpoints to /{token}/messages.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-04-04 10:30:51 +02:00
Ivan Sein
34b52f852c
Fix new multi-session signaling endpoints.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-04-03 17:00:53 +02:00
Joas Schilling
3ec66a2044
Abstract away the session handling
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-27 17:16:38 +02:00
Joas Schilling
d5b0d39ef3
Unify the names of join/leave room vs. remove*FromRoom
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-27 17:16:37 +02:00
Joas Schilling
0be200e099
Update participant list also when not in call
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-21 15:15:54 +01:00
Joas Schilling
afcd192587
Send a request to the server when a guest renames
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-20 10:30:22 +01:00
Joas Schilling
c2387c534e
Store guest names when they leave a comment
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-19 13:07:11 +01:00
Joas Schilling
b88394f265
Reset in call flag when a user timed out
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-09 15:49:59 +01:00
Joas Schilling
49942460ff
Add a background job to delete empty rooms
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-09 15:13:32 +01:00
Joas Schilling
5d2f0d6f61
Make master work against Nextcloud 14
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-26 12:20:47 +01:00
Joas Schilling
70ce12ffb2
Merge pull request #584 from nextcloud/bugfix/578/postgres-update-issue
...
Fix postgres issue when updating
2018-01-12 17:02:24 +01:00
Joas Schilling
f5f846c0dc
Increase version to 3.0.1
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-12 16:32:29 +01:00
Marius Blüm
02bdeafaa5
Fix markdown in info.xml
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-01-11 15:19:28 +01:00
Joas Schilling
9ed5763193
Fix app description and CHangelog
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-10 14:22:48 +01:00
Joas Schilling
107233015d
Update screenshots
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-10 13:41:18 +01:00
Joas Schilling
0bfced09c6
Increase version to run the migration everywhere
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-04 11:22:13 +01:00
Ivan Sein
c51214f131
Update version and changelog for 2.9.0 beta release.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2017-12-12 18:57:36 +01:00