Vitor Mattos
|
c541d497dd
|
Rename method because the name "store" isn't cleary on RoomService
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
94c14c08f7
|
Add route to store recortings
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
ec22f04af7
|
Integration tests
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
338285b776
|
Rename file to be equals to service class
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
8fa66c0bc6
|
Move SIPBridge validator to service
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Nextcloud bot
|
40bdb76959
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
Nextcloud bot
|
0606d140ee
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
Joas Schilling
|
def4648180
|
Merge pull request #8475 from nextcloud/automated/noid/master-update-nextcloud-ocp
|
3 years ago |
Nextcloud bot
|
9213367a60
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
nextcloud-command
|
ea855536ec
|
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
|
3 years ago |
Nextcloud bot
|
0f90468c86
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
Joas Schilling
|
cbc1f8ef16
|
Merge pull request #8472 from nextcloud/dependabot/npm_and_yarn/jest-localstorage-mock-2.4.25
Bump jest-localstorage-mock from 2.4.22 to 2.4.25
|
3 years ago |
Joas Schilling
|
752742fb78
|
Merge pull request #8473 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-2.3.0
Bump @nextcloud/axios from 2.2.0 to 2.3.0
|
3 years ago |
dependabot[bot]
|
4b3f750a3c
|
Bump @nextcloud/axios from 2.2.0 to 2.3.0
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v2.2.0...v2.3.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
dependabot[bot]
|
4666862bf8
|
Bump jest-localstorage-mock from 2.4.22 to 2.4.25
Bumps [jest-localstorage-mock](https://github.com/clarkbw/jest-localstorage-mock) from 2.4.22 to 2.4.25.
- [Release notes](https://github.com/clarkbw/jest-localstorage-mock/releases)
- [Commits](https://github.com/clarkbw/jest-localstorage-mock/compare/v2.4.22...v2.4.25)
---
updated-dependencies:
- dependency-name: jest-localstorage-mock
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Joas Schilling
|
3b796ff4d1
|
Merge pull request #8469 from nextcloud/feature/messages-when-change-avatar
Send system message when change room avatar
|
3 years ago |
Vitor Mattos
|
9ec6dab7ba
|
Bump nextcloud/ocp
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
0d398317c8
|
Follow changes requested in code review
https://github.com/nextcloud/spreed/pull/8469#discussion_r1050624369
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
593eb341fe
|
Document the system message
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
6ad5d914d1
|
Send system message when change room avatar
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Joas Schilling
|
da1376b02c
|
Merge pull request #8446 from nextcloud/feature/toggle-call-recording-status
|
3 years ago |
Nextcloud bot
|
9e6c5df421
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
Vitor Mattos
|
a1f3135b8d
|
Replace generic match of json by specific using the error code
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
b77c4e8141
|
We should always allow to end the recording, even if the admin changed the setting in the meantime.
https://github.com/nextcloud/spreed/pull/8446#discussion_r1050022406
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
1e3f33220c
|
Make more clear
https://github.com/nextcloud/spreed/pull/8446#discussion_r1050019626
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
34f691bc57
|
Fix English
https://github.com/nextcloud/spreed/pull/8446#discussion_r1050020503
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
5c02e5ebb8
|
* Test responses of recording API
* Fix tests to consider scenario of start recording when call not started
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Joas Schilling
|
3ba5891f51
|
Merge pull request #8460 from nextcloud/bugfix/8448/enforce-length-of-private-key
|
3 years ago |
Vitor Mattos
|
e285979a6c
|
Simplify the logic
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
0e08623afa
|
Since in error cases it throws, no need to return anything on success.
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
c2a55aac36
|
Make the code of error message more specific
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
6fa3cc81e3
|
Replace hardcoded value by constant
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
068f120f27
|
Replace the constant name by a better
https://github.com/nextcloud/spreed/pull/8446#discussion_r1048947372
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
9b6ed29db9
|
Remove unused checks
https://github.com/nextcloud/spreed/pull/8446#discussion_r1048944651
https://github.com/nextcloud/spreed/pull/8446#discussion_r1048944689
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
b549128bdd
|
Remove unused property
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
8cf29883e4
|
Fix English
https://github.com/nextcloud/spreed/pull/8446#discussion_r1048942525
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
6c937cfad3
|
Add link to call recording status
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
704624ac0c
|
Fix description
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
36126de2fe
|
Fix filename after renamed
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
0c828672f8
|
Remove call recording constatns from specific call recording group
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
8933ba43c2
|
Typing
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
19a9c83df9
|
Return an error when the call is not activated
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Nextcloud bot
|
89d615a13a
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
Nextcloud bot
|
b0c4067426
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
Joas Schilling
|
41c19803ca
|
Merge pull request #8457 from nextcloud/feature/8410/default-permissions
|
3 years ago |
Vitor Mattos
|
e4637c57dd
|
Fixes after push
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
ad7e93c02f
|
Merge pull request #8442 from nextcloud/feature/8338/breakout-rooms-api-3
🖖 Breakout rooms 🛠️ API - Part 3
|
3 years ago |
Vitor Mattos
|
8d8955bbfb
|
Move from recording to callapi to run in Drone
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
e7256d8c8f
|
Fix integration tests and add more scenarios
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |
Vitor Mattos
|
5b0747fe89
|
Small fixes after continuous integration
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
3 years ago |