jld3103
|
c0ba98875c
|
Add annotations for CommandController
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2 years ago |
Hamid Dehnavi
|
e116b345ab
|
Use PHP8's constructor property promotion
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
|
2 years ago |
Joas Schilling
|
c1970caef4
|
chore(CS): Unify construct() calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Joas Schilling
|
f3ff4a8820
|
automated: Apply CS fix
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Joas Schilling
|
5a726c1aee
|
Fix more missing strict_types
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Vitor Mattos
|
c07251f0c6
|
Use PHP7.4 property typehinting where possible
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
4 years ago |
Joas Schilling
|
84d42604e6
|
Run cs:fix
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
6 years ago |
Joas Schilling
|
8aa2aa2efe
|
Remove unwanted, undocumented and unused methods from Commands controller
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
6 years ago |
Joas Schilling
|
d4fc586f1a
|
Bye Spreed, hello Talk!
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
6 years ago |
Joas Schilling
|
835e6bdc77
|
Add console commands to manage commands
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
7 years ago |
Joas Schilling
|
18aa82dabf
|
Do not allow changing/adding scripts via the Web
It's just too dangerous for now.
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
7 years ago |
Joas Schilling
|
b6e5120060
|
Add a service
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
7 years ago |
Joas Schilling
|
46e51bd63b
|
Add routes and controller
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 |
Daniel Calviño Sánchez
|
06d2f0db6f
|
Add Behat context for integration tests of sharing rooms
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
|
8 years ago |
Joas Schilling
|
f65d6f27a5
|
Change tables to talk_*
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
8 years ago |
Joas Schilling
|
288c1bb321
|
Fix spelling of Signaling (single L)
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
8 years ago |
Joas Schilling
|
cf533647e7
|
Fix the signalling table
- Remove duplicate column
- Remove unneeded primary key
- Group deletion of messages into one query
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
8 years ago |
Joas Schilling
|
66ae76bbfd
|
Start to write some integration tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
9 years ago |
Joas Schilling
|
9d6d4f87e5
|
Restrict renaming, inviting and public/private to owner and moderators
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
9 years ago |
Joas Schilling
|
8a3dd6757c
|
Add participant types
* one2one calls have two owners
* for group and public calls the creator is the owner
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
9 years ago |
Lukas Reschke
|
519c862d28
|
Add person selector
This adds a person selector as well as avatars so that initiating a call will be more intuitive.
Fixes https://github.com/nextcloud/spreed/issues/25
Fixes https://github.com/nextcloud/spreed/issues/11
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
9 years ago |
Christoph Wurst
|
108ca00c16
|
add karma/jasmine config for js unit testing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
9 years ago |
Christoph Wurst
|
286c13fb3f
|
create js spreed app and use it for initialization code
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
9 years ago |
Joachim Bauch
|
b33d59de10
|
Make STUN server configurable through settings.
This change adds a new section "Spreed" to the "Additional settings" where you
can configure the STUN server (#2).
|
9 years ago |
Jan-Christoph Borchardt
|
948e866408
|
add app to menu, fix #3
|
9 years ago |