Joachim Bauch
ddb7ece622
Merge pull request #283 from strukturag/etcd-tests-running
...
Fix testing etcd server not starting up if etcd is running on host.
1 week ago
Joachim Bauch
a761f135a8
Fix testing etcd server not starting up if etcd is running on host.
1 week ago
Joachim Bauch
a06bc333d2
make: remove leftover easyjson bootstrap files in "clean" target
1 week ago
Joachim Bauch
af4bd51ec0
Merge pull request #282 from strukturag/refactor-etcd
...
Move common etcd code to own class.
1 week ago
Joachim Bauch
b0624be0a9
Move etcd configuration to common section.
1 week ago
Joachim Bauch
134d22bfe7
Move common etcd code to own class.
1 week ago
Joachim Bauch
28b94191b1
Merge pull request #277 from strukturag/dependabot/pip/docs/sphinx-5.0.2
...
Bump sphinx from 5.0.1 to 5.0.2 in /docs
2 weeks ago
dependabot[bot]
83ce95f39f
Bump sphinx from 5.0.1 to 5.0.2 in /docs
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.1...v5.0.2 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 weeks ago
Joachim Bauch
79532954da
readme: Update link to documentation.
2 weeks ago
Joachim Bauch
3393ffde8a
Merge pull request #275 from Tachi107/systemd-sysusers
...
dist: add systemd sysusers file
2 weeks ago
Andrea Pappacoda
f09c343592
dist: add systemd sysusers file
...
The systemd unit makes use of the user "signaling", but it is not
created in any way, so the directive is ignored.
By creating a sysusers file it is possible to tell the system to create
a "signaling" user so that the directive is honoured.
For more information, see the sysusers.d manpage, at
https://www.freedesktop.org/software/systemd/man/sysusers.d.html
This is mainly useful on systems running systemd, but the sysusers
concept is implemented also by other projects that don't use systemd,
like opensysusers, originated from Artix Linux.
2 weeks ago
Joachim Bauch
da1efac59d
make: No need to run easyjson against room.go.
...
Doesn't define any JSON structs, so easyjson is no longer needed.
2 weeks ago
Joachim Bauch
4bedfdf780
Merge pull request #274 from strukturag/ignore-room-message-not-joined
...
Fix check for async room messages received while not joined to a room.
2 weeks ago
Joachim Bauch
078768f9c8
Fix check for async room messages received while not joined to a room.
2 weeks ago
Joachim Bauch
26f9edd476
Merge pull request #270 from strukturag/dependabot/pip/docs/sphinx-5.0.1
...
Bump sphinx from 5.0.0 to 5.0.1 in /docs
4 weeks ago
dependabot[bot]
31e7923ec1
Bump sphinx from 5.0.0 to 5.0.1 in /docs
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
4 weeks ago
Joachim Bauch
6a1a00551d
Merge pull request #269 from strukturag/dont_run_mod_tidy
...
Don't run "go mod tidy" while building.
4 weeks ago
Joachim Bauch
b83bf7cb5d
Don't run "go mod tidy" while building.
4 weeks ago
Joachim Bauch
cbfc96e0a7
Update changelog for 0.5.0
4 weeks ago
Joachim Bauch
f089a4ab25
Merge pull request #268 from strukturag/dependabot/pip/docs/sphinx-5.0.0
...
Bump sphinx from 4.5.0 to 5.0.0 in /docs
1 month ago
dependabot[bot]
3d5be823f6
Bump sphinx from 4.5.0 to 5.0.0 in /docs
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 4.5.0 to 5.0.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.5.0...v5.0.0 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
1 month ago
Joachim Bauch
24aad5d28c
Merge pull request #266 from strukturag/dependabot/go_modules/github.com/nats-io/nats-server/v2-2.8.4
...
Bump github.com/nats-io/nats-server/v2 from 2.8.2 to 2.8.4
1 month ago
dependabot[bot]
48cb14c5fc
Bump github.com/nats-io/nats-server/v2 from 2.8.2 to 2.8.4
...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server ) from 2.8.2 to 2.8.4.
- [Release notes](https://github.com/nats-io/nats-server/releases )
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml )
- [Commits](https://github.com/nats-io/nats-server/compare/v2.8.2...v2.8.4 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 month ago
Joachim Bauch
157d1c0bcf
Merge pull request #264 from strukturag/dependabot/github_actions/jandelgado/gcov2lcov-action-1.0.9
...
Bump jandelgado/gcov2lcov-action from 1.0.8 to 1.0.9
1 month ago
Joachim Bauch
2d8dd3f10d
Merge pull request #267 from strukturag/dependabot/go_modules/github.com/nats-io/nats.go-1.16.0
...
Bump github.com/nats-io/nats.go from 1.15.0 to 1.16.0
1 month ago
dependabot[bot]
98258be390
Bump github.com/nats-io/nats.go from 1.15.0 to 1.16.0
...
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/nats-io/nats.go/releases )
- [Commits](https://github.com/nats-io/nats.go/compare/v1.15.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 month ago
dependabot[bot]
02fd80340e
Bump jandelgado/gcov2lcov-action from 1.0.8 to 1.0.9
...
Bumps [jandelgado/gcov2lcov-action](https://github.com/jandelgado/gcov2lcov-action ) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/jandelgado/gcov2lcov-action/releases )
- [Changelog](https://github.com/jandelgado/gcov2lcov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jandelgado/gcov2lcov-action/compare/v1.0.8...v1.0.9 )
---
updated-dependencies:
- dependency-name: jandelgado/gcov2lcov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 month ago
Joachim Bauch
90a52d0692
Merge pull request #250 from strukturag/multiple-room-ping
...
Combine ping requests of different rooms on the same backend.
2 months ago
Joachim Bauch
800ece1d90
Support combining ping requests of different rooms on the same backend.
2 months ago
Joachim Bauch
e1b5d453b5
Merge pull request #263 from strukturag/dependabot/github_actions/cirrus-actions/rebase-1.7
...
Bump cirrus-actions/rebase from 1.6 to 1.7
2 months ago
dependabot[bot]
78f5fb3cee
Bump cirrus-actions/rebase from 1.6 to 1.7
...
Bumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase ) from 1.6 to 1.7.
- [Release notes](https://github.com/cirrus-actions/rebase/releases )
- [Commits](https://github.com/cirrus-actions/rebase/compare/1.6...1.7 )
---
updated-dependencies:
- dependency-name: cirrus-actions/rebase
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
Joachim Bauch
0279b6db0d
Merge pull request #261 from solracsf/patch-1
...
Update Alpine to 3.15 version, fix CVE-2022-28391
2 months ago
Joachim Bauch
d1fb860d2c
Merge pull request #262 from solracsf/patch-2
...
Add Go Report card
2 months ago
Joachim Bauch
7267a0c92d
Processed classes implement the "json.Marshaler/Unmarshaler" interfaces.
2 months ago
Git'Fellow
11fa78bf5d
Add Go Report card
...
Can help building better code and detect some issues.
See https://goreportcard.com/report/github.com/strukturag/nextcloud-spreed-signaling
2 months ago
Git'Fellow
eea27785ae
Update Alpine to 3.15 version, fix CVE-2022-28391
...
See https://github.com/advisories/GHSA-h8c3-8522-vxc6
2 months ago
Joachim Bauch
68f0393842
Merge pull request #257 from solracsf/patch-1
...
Update Dockerfile versions
2 months ago
Git'Fellow
54c1af7f4f
Bump usrsctp
2 months ago
Git'Fellow
91a99e8907
Update Dockerfile versions
...
Running these without issues ATM.
2 months ago
Joachim Bauch
0b8c337534
Merge pull request #260 from strukturag/command-rebase
...
Add command bot for "/rebase".
2 months ago
Joachim Bauch
fc66c8869f
Add command bot for "/rebase".
2 months ago
Joachim Bauch
8ec99a49c0
Merge pull request #256 from strukturag/dependabot/go_modules/github.com/prometheus/client_golang-1.12.2
...
Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2
2 months ago
Joachim Bauch
68138eacbd
Merge pull request #259 from strukturag/official-coturn-docker
...
Switch to official Coturn docker image.
2 months ago
Joachim Bauch
c91dfc558d
Switch to official Coturn docker image.
2 months ago
Joachim Bauch
da87913c0e
CI: Fix condition for running Docker builds.
...
Follow-up to #258 .
2 months ago
Joachim Bauch
d71043c7bc
Merge pull request #258 from strukturag/ci-docker-coturn-janus
...
CI: Test building coturn/janus Docker images.
2 months ago
Joachim Bauch
5be6966891
CI: Test building coturn/janus Docker images.
2 months ago
dependabot[bot]
c99ce7095d
Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.12.1 to 1.12.2.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.12.2/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.12.1...v1.12.2 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
Joachim Bauch
6b1dd1ed4c
Improve locking and allow concurrent reading.
2 months ago
Joachim Bauch
9a24694f37
Merge pull request #253 from strukturag/improve-test-coverage
...
Improve test coverage
2 months ago