Matt Steele
aeb221b32f
Do not highlight usernames inside links ( #366 )
...
sweet!
* Do not highlight usernames inside words
Fixes #156
* Do not search on separate words
* Add accuracy options to markjs
5 years ago
gingervitis
f8d94c2dc2
jump to bottom of list when the DOM observes that a new message node has been added ( #369 )
5 years ago
Gabe Kangas
31e0382a87
Add error text to clarify config changes from #373
5 years ago
Owncast
2bb0cec5be
Commit updated API documentation
5 years ago
gingervitis
01f16aeddf
Simplify Logo requirement from users. ( #373 )
...
* Simplify Logo requirement from users.
- Only require 1 logo file, instead of a `small` and `large` one. Just require `logo`.
- Update frontend sso that primary header logo will ALWAYS be owncast logo.
- User's logo will remain in "user content" area.
* Commit updated API documentation
Co-authored-by: Owncast <owncast@owncast.online>
5 years ago
Gabe Kangas
1c753b2606
Update readme
5 years ago
dependabot[bot]
92fa5b5c8c
Bump @joeattardi/emoji-button from 4.4.0 to 4.5.0 in /build/javascript ( #370 )
...
* Bump @joeattardi/emoji-button from 4.4.0 to 4.5.0 in /build/javascript
Bumps [@joeattardi/emoji-button ](https://github.com/joeattardi/emoji-button ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/joeattardi/emoji-button/releases )
- [Commits](https://github.com/joeattardi/emoji-button/compare/v4.4.0...v4.5.0 )
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>
5 years ago
dependabot[bot]
ad223695cc
Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.5 ( #372 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.4 to 1.14.5.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.4...v1.14.5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
fc9b4ee739
Bump github.com/aws/aws-sdk-go from 1.35.28 to 1.35.29 ( #371 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.35.28 to 1.35.29.
- [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.35.28...v1.35.29 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Gabe Kangas
a24dbc418b
Tame down encoding performance alerts. Closes #338
5 years ago
Gabe Kangas
bf4758d166
Update source building instructions to include the bundled admin
5 years ago
Matt Steele
a40b3a0e80
Check if inbound details properly set before use ( #365 )
...
* Check if inbound details properly set before use
Fixes #340
* Only parse setDataFrame messages
* Remove unneeded guard
5 years ago
dependabot[bot]
4f4a13540f
Bump @joeattardi/emoji-button from 4.3.0 to 4.4.0 in /build/javascript ( #367 )
...
* Bump @joeattardi/emoji-button from 4.3.0 to 4.4.0 in /build/javascript
Bumps [@joeattardi/emoji-button ](https://github.com/joeattardi/emoji-button ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/joeattardi/emoji-button/releases )
- [Commits](https://github.com/joeattardi/emoji-button/compare/v4.3.0...v4.4.0 )
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>
5 years ago
Gabe Kangas
34e9f92794
Update bundled admin
5 years ago
dependabot[bot]
f889aeb83c
Bump github.com/aws/aws-sdk-go from 1.35.27 to 1.35.28 ( #368 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.35.27 to 1.35.28.
- [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.35.27...v1.35.28 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Christian Muehlhaeuser
2461fd02e2
Extended config example ( #363 )
5 years ago
Gabe Kangas
4d2066a76d
Start cleaning up linter errors. ( #358 )
...
* Start cleaning up linter errors. For #357
* Fix unmarshalling NullTime values
* More linter fixes
* Remove commented code
* Move defer up
* Consolidate error check lines
* Move error check to make sure row iteration was successful
* Cleaner error check + do not recreate pipe if it exists
* Consolidate hashing to generate client id
5 years ago
dependabot[bot]
c76b7229a5
Bump preact from 10.5.5 to 10.5.7 in /build/javascript ( #360 )
...
* Bump preact from 10.5.5 to 10.5.7 in /build/javascript
Bumps [preact](https://github.com/preactjs/preact ) from 10.5.5 to 10.5.7.
- [Release notes](https://github.com/preactjs/preact/releases )
- [Commits](https://github.com/preactjs/preact/compare/10.5.5...10.5.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>
5 years ago
dependabot[bot]
a6ce495b9c
Bump github.com/aws/aws-sdk-go from 1.35.26 to 1.35.27 ( #359 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.35.26 to 1.35.27.
- [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.35.26...v1.35.27 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Gabe Kangas
934285c55b
Move stats.json to data dir
5 years ago
Gabe Kangas
6df6b97815
Log auth middleware failures as Debug. Closes #342
5 years ago
Christian Muehlhaeuser
2e1f8d29b5
Fix godoc style comments ( #356 )
5 years ago
Christian Muehlhaeuser
8f921fbfde
Fix popular typos ( #355 )
5 years ago
Christian Muehlhaeuser
cfb031a15c
Make sure we close DB statements to release resources ( #354 )
5 years ago
Christian Muehlhaeuser
16e578e993
Use a golangci-lint workflow to check for common mistakes & problems ( #353 )
5 years ago
Christian Muehlhaeuser
3f9dd2870f
Explicitly ignore io.Copy's return values ( #352 )
...
We're probably ignoring any errors here, since we're writing to a memory
buffer here. Let's make it clear we didn't just forget to check, but
really want to ignore these values.
5 years ago
Christian Muehlhaeuser
2c504eb8be
Handle filepath.Walk errors ( #351 )
5 years ago
Christian Muehlhaeuser
00129c5942
Stick to the documented default bitrate of 1200 in case of config parsing issues ( #350 )
5 years ago
Christian Muehlhaeuser
21df28160a
Avoid unnecessary conversion ( #349 )
5 years ago
Christian Muehlhaeuser
cdcead1143
Use 'os' instead of the deprecated 'platform' in build matrix ( #347 )
5 years ago
Christian Muehlhaeuser
6976dffdfb
Build & test against Go 1.13 and latest Go ( #346 )
5 years ago
Christian Muehlhaeuser
8d9eb1e79f
Log potential errors returned by http.ListenAndServe ( #345 )
5 years ago
dependabot[bot]
e83cca9338
Bump github.com/aws/aws-sdk-go from 1.35.25 to 1.35.26 ( #341 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.35.25 to 1.35.26.
- [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.35.25...v1.35.26 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Gabe Kangas
55a81029e5
Update admin
5 years ago
Gabe Kangas
a9586b03fc
Disable persistent http connections in transcoder
5 years ago
dependabot[bot]
6f90e8e46b
Bump github.com/aws/aws-sdk-go from 1.35.24 to 1.35.25 ( #337 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.35.24 to 1.35.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.35.24...v1.35.25 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Gabe Kangas
e8f1d5ef3f
Typo
5 years ago
Gabe Kangas
7330722110
Link directly to new discussion post
5 years ago
Gabe Kangas
0a5ed6d942
Add link to Owncast discussions on Github
5 years ago
dependabot[bot]
134fa3a80f
Bump github.com/aws/aws-sdk-go from 1.35.22 to 1.35.24 ( #333 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.35.22 to 1.35.24.
- [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.35.22...v1.35.24 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Gabe Kangas
00b1e06840
Support admin paths with index.html ( #332 )
5 years ago
Gabe Kangas
73ec2126cc
Do not perform ffmpeg location logic in defaults
5 years ago
Gabe Kangas
f679c9d1fe
Do not continue if ffmpeg is not found. panic and die.
5 years ago
Gabe Kangas
bbab241120
Update admin again
5 years ago
Gabe Kangas
e091afbb3c
Update admin bundle to point to relative paths and not localhost
5 years ago
Gabe Kangas
1dbd550134
Bundle and serve admin ( #317 )
...
* WIP with admin bundling
* Current state of the admin is bundled
* Update admin bundler to work with binary bundling
* Log detail about the admin interface. Closes #312
* Move bundle script to the build dir
* Update to current version of admin
* Commit updated API documentation
Co-authored-by: Owncast <owncast@owncast.online>
5 years ago
dependabot[bot]
2517e9944e
Bump @videojs/http-streaming from 2.2.4 to 2.3.0 in /build/javascript ( #327 )
...
* Bump @videojs/http-streaming from 2.2.4 to 2.3.0 in /build/javascript
Bumps [@videojs/http-streaming ](https://github.com/videojs/http-streaming ) from 2.2.4 to 2.3.0.
- [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.2.4...v2.3.0 )
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>
5 years ago
dependabot[bot]
cf6609496c
Bump video.js from 7.8.3 to 7.10.2 in /build/javascript ( #326 )
...
* Bump video.js from 7.8.3 to 7.10.2 in /build/javascript
Bumps [video.js](https://github.com/videojs/video.js ) from 7.8.3 to 7.10.2.
- [Release notes](https://github.com/videojs/video.js/releases )
- [Changelog](https://github.com/videojs/video.js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/videojs/video.js/compare/v7.8.3...v7.10.2 )
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>
5 years ago
dependabot[bot]
2f91c45cd8
Bump github.com/aws/aws-sdk-go from 1.35.21 to 1.35.22 ( #328 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.35.21 to 1.35.22.
- [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.35.21...v1.35.22 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Owncast
9b81740de4
Commit updated API documentation
5 years ago