sualko
c6738cbbaf
chore: update php cs fixer
2022-10-26 19:16:51 +02:00
sualko
d5b9c82e1d
feat: add option to insert document
...
to running meeting. Currently only available in debug mode,
because BBB PHP API needs to be injected manually.
2022-03-17 17:08:44 +01:00
Klaus
9a974fcd47
Merge pull request #195 from SpechtD/feat-send-all-users-to-lobby-issue192
...
feat: send all users to lobby
2022-03-16 13:42:16 +01:00
Thierry Kauffmann
0f4c1682f5
feat: add support for analytics callback url
...
fix #194
2022-03-16 11:58:38 +01:00
Specht, David
b7aee468b2
feat: send all users to lobby
...
closes #192
2022-03-08 15:09:18 +01:00
sualko
dd87506f22
feat: add optional avatar cache
2022-01-05 09:59:49 +01:00
sualko
27aa28da81
refactor: remove deprecated api calls
2022-01-05 02:40:00 +01:00
sualko
818802ad73
fix: replace non-ascii chars
...
in pre-uploaded filenames
fix #183
2021-12-02 15:40:37 +01:00
sualko
d446db0ea4
feat: add source meta params
...
to identify origin of room creation
fix #184
2021-12-01 15:05:07 +01:00
sualko
2b0042cdc7
fix: log response message
...
if meeting could not be created
2021-08-04 16:38:46 +02:00
Jonas
3c3a5f7fc0
feat: add option for all users to join a meeting muted ( #173 )
...
* feat: add option for all users to join a meeting muted
* fix: creates new room with joinMuted set to false
* fix: creates new column with default value false
* fix: typo was corrected
* fix: delete composer.phar
fix #152
2021-07-30 12:12:42 +02:00
sualko
bfe2c5a078
refactor: update to latest nc code style
2021-07-26 15:56:55 +02:00
sualko
bc3f64c4c3
fix: set layout params only for clean layout
...
fix #147
2021-04-25 20:34:36 +02:00
sualko
6a7fbf8c85
feat: set avatar url
...
only for BBB server 2.3
2021-04-20 14:36:41 +02:00
sualko
958af34244
feat: add new join options
...
- disable listen only mode
- skip audio check and video preview on first join
- clean layout without presentation, chat area and user list
2021-04-19 14:47:15 +02:00
sualko
0c3636da37
feat: add option to use theme in bbb
2021-04-18 13:26:56 +02:00
sualko
cf0f315094
refactor: fix documentation
2021-02-24 16:33:37 +01:00
sualko
3d9b579d55
refactor: use psalm to fix documentation
2021-02-24 15:23:26 +01:00
sualko
b20eb7acf7
refactor: use psalm
2021-02-13 16:46:31 +01:00
sualko
3b86cf5b4a
feat: add option for moderator url
2021-01-22 19:12:55 +01:00
sualko
58cb016f28
fix: join failure
...
due to creation time converted to string in scientific notation. This happens only on some systems.
2020-12-17 00:58:31 +01:00
sualko
c4aad1af89
fix: parameter type
...
fix #103
2020-12-14 20:38:33 +01:00
sualko
68ea352311
refactor: order imports
2020-09-23 12:33:09 +02:00
sualko
5debcb6d2a
feat: add support for URL shortener
...
fix #57
2020-09-23 09:13:26 +02:00
sualko
a72c877f6b
fix: translate moderator message
2020-09-22 16:08:14 +02:00
sualko
79921b6061
feat: add meeting started event
2020-09-22 15:07:38 +02:00
sualko
6902b50795
feat: add meeting ended event
...
and recording ready event
2020-09-22 12:19:48 +02:00
sualko
4d9a7b8a79
fix: record deletion with scalelight
...
fix #76
2020-09-07 11:57:15 +02:00
sualko
60d43ae478
feat: add option to require moderator
...
fix #23
2020-08-29 14:37:50 +02:00
sualko
6234a591d6
refactor: use phpstan for code analysis
2020-06-19 10:49:40 +02:00
sualko
86415b3f6a
refactor: use Nextcloud coding standard
2020-06-19 09:28:58 +02:00
sualko
da9234a24f
fix: guest joins room
...
fix #50
2020-06-19 09:21:29 +02:00
sualko
8b2dc9cb71
feat: restrict room access to user and groups
...
fix #25
2020-06-16 16:56:11 +02:00
sualko
dc30ec0e3e
feat: allow to define moderators
...
ref #33
2020-06-15 17:23:53 +02:00
sualko
d7a0bfd47e
fix: log failing api request
2020-06-10 13:58:56 +02:00
sualko
70b06aa98c
feat: add access policy
...
public, require password for guests, moderator approval
for guests, only Nextcloud users
fix #10
fix #24
2020-06-04 19:26:53 +02:00
sualko
a1ffa4c4e3
feat: add api check
...
- show result
- show if url or secret is invalid
- add trailing slash to url
2020-05-17 13:39:01 +02:00
sualko
b437d7c33d
feat: manage recordings
...
- list recordings
- delete recording
- store url to player as url file
fix #19
2020-05-17 11:09:16 +02:00
sualko
6005928e78
refactor: use adapter for bbb
2020-05-16 17:25:24 +02:00