Commit graph

1215 commits

Author SHA1 Message Date
dependabot[bot]
319b6ebe11
Bump @videojs/http-streaming from 2.5.0 to 2.6.1 in /build/javascript (#755)
* Bump @videojs/http-streaming from 2.5.0 to 2.6.1 in /build/javascript

Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/videojs/http-streaming/releases)
- [Changelog](https://github.com/videojs/http-streaming/blob/main/CHANGELOG.md)
- [Commits](https://github.com/videojs/http-streaming/compare/v2.5.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Commit updated Javascript packages

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>
2021-03-08 16:17:56 -08:00
dependabot[bot]
0037d7fdaa
Bump github.com/oschwald/geoip2-golang from 1.4.0 to 1.5.0 (#754)
Bumps [github.com/oschwald/geoip2-golang](https://github.com/oschwald/geoip2-golang) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/oschwald/geoip2-golang/releases)
- [Commits](https://github.com/oschwald/geoip2-golang/compare/v1.4.0...v1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 15:50:17 -08:00
dependabot[bot]
6608736326
Bump postcss from 8.2.6 to 8.2.7 in /build/javascript (#786)
* Bump postcss from 8.2.6 to 8.2.7 in /build/javascript

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.6 to 8.2.7.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.6...8.2.7)

Signed-off-by: dependabot[bot] <support@github.com>

* Commit updated Javascript packages

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>
2021-03-08 15:49:46 -08:00
dependabot[bot]
117e5cdd77
Bump github.com/aws/aws-sdk-go from 1.37.19 to 1.37.25 (#794)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.37.19 to 1.37.25.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.37.19...v1.37.25)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 15:49:28 -08:00
Gabe Kangas
36645437ef Do not copy the config file into Docker builds 2021-03-07 22:46:51 -08:00
Gabe Kangas
e713852c67 Fix Dockerfile to pass along the correct platform name 2021-03-07 21:02:25 -08:00
Gabe Kangas
89cf92640c Try to fix builds saying they are dev 2021-03-07 20:29:44 -08:00
Gabe Kangas
c9052bab9f Fix broken image in admin bundle 2021-03-07 19:53:58 -08:00
Gabe Kangas
e15fd4ed66 Update admin bundle 2021-03-07 19:25:54 -08:00
Gabe Kangas
c27620d656
Never mark issues with a milestone as stale 2021-03-04 21:24:50 -08:00
Gabe Kangas
db0b813eea Do not execute chat-only or video-only js from main app. Closes #787 2021-03-04 14:08:53 -08:00
Gabe Kangas
a67e938875 allocate yp at launch to allow for enabling it later 2021-03-04 01:48:10 -08:00
Gabe Kangas
49bb899d51 Optimize/fix concurrency for chat 2021-03-03 21:48:11 -08:00
Gabe Kangas
1e0b1b389d Update admin bundle 2021-03-02 22:35:35 -08:00
Gabe Kangas
2854d2a907 Update admin bundle 2021-03-02 21:06:31 -08:00
Gabe Kangas
4a233ab7ac Return detailed error. Closes #781 2021-03-02 19:10:27 -08:00
Gabe Kangas
717e4f9ceb Remove platforms.js from preload list. Closes #774 2021-03-01 18:29:19 -08:00
Jannik
a6c269dd1c
Remove peak viewer counts from public status feed (#771)
* remove peak viewer counts from public status feed

* create `webStatusResponse` parallel to `adminStatusResponse`
2021-02-28 23:30:46 -08:00
Gabe Kangas
c19462a20e
Link GitHub to OpenCollective 2021-02-28 17:25:05 -08:00
Ginger Wong
e3375ae8c0 fix username form size on mobile views when stream title name is long 2021-02-27 16:39:19 -08:00
Gabe Kangas
8c8aa31e30 Update admin bundle 2021-02-27 00:13:56 -08:00
Gabe Kangas
d8e6b75b5f No longer reset max viewer count at cleanup. Only do it at new stream start. Fixes #768 2021-02-26 22:15:46 -08:00
Gabe Kangas
15af4af770 Fix websocket load test not sending required event type 2021-02-26 22:14:08 -08:00
Bradley Hilton
cbcf8d4794
Fix the http port used not in sync with what is logged (#766)
* Fix the http port used not in sync with what is logged

* Actually fix the logging race condition

* Move the router logging to the router package
2021-02-26 11:23:15 -08:00
Bradley Hilton
b61a952bd8
Return the scaled height and width of a stream output variant (#769) 2021-02-26 11:01:53 -08:00
dependabot[bot]
5993eb64bb
Bump github.com/aws/aws-sdk-go from 1.37.18 to 1.37.19 (#767)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.37.18 to 1.37.19.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.37.18...v1.37.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-25 23:58:21 -08:00
Gabe Kangas
1d9774e453 Display the current value not the threshold 2021-02-24 23:48:31 -08:00
dependabot[bot]
8c31b7702e
Bump github.com/aws/aws-sdk-go from 1.37.17 to 1.37.18 (#764)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.37.17 to 1.37.18.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.37.17...v1.37.18)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-24 22:23:08 -08:00
dependabot[bot]
59e2b315ba
Bump github.com/aws/aws-sdk-go from 1.37.16 to 1.37.17 (#761)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.37.16 to 1.37.17.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.37.16...v1.37.17)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-23 22:53:25 -08:00
Gabe Kangas
4f833be80a Add ability to mark a message as ephemeral and set it with title changes 2021-02-23 11:24:32 -08:00
Gabe Kangas
8f1681c7aa Remove unused model 2021-02-23 11:23:51 -08:00
Gabe Kangas
68eecab29b Hardcode logo to be /logo 2021-02-22 23:32:59 -08:00
dependabot[bot]
6ca2c688e0
Bump github.com/aws/aws-sdk-go from 1.37.15 to 1.37.16 (#757)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.37.15 to 1.37.16.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.37.15...v1.37.16)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 23:25:48 -08:00
Gabe Kangas
f1a1b9d2e6 Always return stream title with yp response 2021-02-22 23:18:56 -08:00
dependabot[bot]
4178ccc180
Bump github.com/aws/aws-sdk-go from 1.37.14 to 1.37.15 (#753)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.37.14 to 1.37.15.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.37.14...v1.37.15)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-21 23:24:56 -08:00
Forest Johnson
f6bdff32ea
<script type="module" ...> tags to reduce round trips under HTTP/2 (#745) 2021-02-21 18:09:04 -08:00
Gabe Kangas
0bfd9f8e1f Do not send user joined events to chat clients if stream is not active. Closes #750 2021-02-21 16:21:12 -08:00
Gabe Kangas
b47589fa8f Print out a log message saying what image is being copied where 2021-02-21 16:03:42 -08:00
Gabe Kangas
ebc3070ea0 Assume videopassthrough is enabled if bitrate is zero 2021-02-21 13:10:24 -08:00
Gabe Kangas
b1368db079 Fix yaml property name 2021-02-21 13:06:32 -08:00
Gabe Kangas
765dd7efe2 Fix chat history backlog query. Closes #748 2021-02-21 12:13:46 -08:00
Gabe Kangas
3663c1bcfd Add default logo to data 2021-02-21 11:16:41 -08:00
Banjo Fox
d1844fc814
Banjo/owncast systemd service (#749)
* Adding systemd service files to ..\examples

* Update owncast-systemd-service.md

* Update owncast-systemd-service.md

* Update owncast-systemd-service.md

* Update owncast-systemd-service.md

* correct slash syntax

* Update owncast-sample.service with generic paths

* Adding instructions to owncast-systemd-service.md
2021-02-21 11:04:20 -08:00
Gabe Kangas
3ae6f82701
Update prettier action + only look at webroot 2021-02-21 11:02:51 -08:00
Gabe Kangas
106dfc0ff0 Update admin bundle 2021-02-20 17:21:41 -08:00
Gabe Kangas
dc8cdb09d5 Fix metadata.html crash. Closes #746. Re: #685 2021-02-20 16:47:47 -08:00
Gabe Kangas
7ef1ded021 Update admin bundle 2021-02-18 23:12:03 -08:00
Gabe Kangas
650620dcd7 Bundle admin from master instead of 0.0.6 2021-02-18 23:12:03 -08:00
Owncast
8a6f148634 Commit updated API documentation 2021-02-19 07:08:40 +00:00
Gabe Kangas
396bff54fd Mark api spec as 0.0.6 2021-02-18 23:07:53 -08:00