Joas Schilling
88357647d3
Update the master version and test app
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
4070c3f0b0
Bump version and add the changelog
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Daniel Calviño Sánchez
0e4fcbbf6b
Bump version to trigger the migration
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years ago
Joas Schilling
c60ca2b83d
Add a repair step to clear the projecct access
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
70152f6494
Version bump to trigger the migrations
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
a0d5a835a9
Add a new column to record who joined a call
This makes sure users that only joined the chat are not listed in the call summary
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
4a50e4e2fd
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
977f34e20f
RC2
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
4e8c14fe59
Try lowercase rc
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
3d897cb465
Update README description
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
08b3c99fd5
Final release
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
d3835dfc83
Add /wiki sample command
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
30e55c4de9
Increase version
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
f1667ac2f7
Introduce a Read-Only state for conversations
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
b2db37ff9e
Add an admin setting to restrict the app to groups
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
576ecfcc55
Register the navigation via Application so we can silence it if needed
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
835e6bdc77
Add console commands to manage commands
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
8ad3535ba9
Add a help command
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
c0e34c8729
Start with commands
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
9e98504872
Bump all versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Jan-Christoph Borchardt
6d9529d962
Increase max-version to 16
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
7 years ago
Joas Schilling
2ecde1874e
Increase version for beta5
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
ee894cc5cd
Introduce notification levels for participants
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
b729648a34
Update requirement to 15
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
ca8b2ca273
Revert "Update requirement to 15"
7 years ago
Denis Mosolov
5fd613c7ba
Add occ commands to work with TURN/STUN/Signaling servers
Signed-off-by: Denis Mosolov <denismosolov@gmail.com>
7 years ago
Joas Schilling
7a0fc28f3e
Update requirement to 15
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
4c6e025622
Final 4.0.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
efb30e2573
Increase version
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
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>
7 years ago
Joachim Bauch
6583d61465
Increase version to trigger DB migrations.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
7 years ago
Joas Schilling
21bae250d9
Increase version
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
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>
7 years ago
Joas Schilling
098086c9b3
Pre-release for 14 beta
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
36ae3a3e55
Highlight the unread count only for mentions
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
f37e260ac5
Left join the last comment instead of doing O(n) queries
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
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>
7 years ago
Julius Härtl
ac96ae9b7f
Only show client links when the firstrunwizard is enabled
Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 years ago
Peter Edens
09b0c01df9
Requested changes from review. Signed-off-by: Peter Edens <petere@conceiva.com>
7 years ago
Joas Schilling
1add86b280
Handle the favorite on the participant object and fix favorite spelling
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Peter Edens
a0bd7aff09
Added test for verifyPassword. Signed-off-by: Peter Edens <petere@conceiva.com>
7 years ago
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>
8 years ago
Julius Härtl
ed864cf6ca
Fix order of settings in appinfo.xml
Signed-off-by: Julius Härtl <jus@bitgrid.net>
8 years ago
Julius Härtl
247b99739d
Add client links to personal settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
8 years ago
Joas Schilling
c2387c534e
Store guest names when they leave a comment
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
b88394f265
Reset in call flag when a user timed out
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
49942460ff
Add a background job to delete empty rooms
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
5d2f0d6f61
Make master work against Nextcloud 14
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
f5f846c0dc
Increase version to 3.0.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Marius Blüm
02bdeafaa5
Fix markdown in info.xml
Signed-off-by: Marius Blüm <marius@lineone.io>
8 years ago