Owncast
eeda334416
Commit updated Javascript packages
4 years ago
Gabe Kangas
a393e213aa
Create a pool for the type checking
4 years ago
Gabe Kangas
4c4c9400b0
Fix using nil disconnect time reference
4 years ago
Gabe Kangas
17b4ad7a08
Misc performance improvements.
...
- Pre-built prepared query statements
- Remove DB mutex as it is not needed.
- Add mutex around chat client send chan.
- Replace maps in chat with sync.Maps and remove locks around them.
4 years ago
Gabe Kangas
18eb0769bb
Pass user agent to requests
4 years ago
Gabe Kangas
81a423ec52
Move client map to sync.Map
4 years ago
Gabe Kangas
3f65849801
Continued work of new load test
4 years ago
Gabe Kangas
3c594918a9
Pass along just the client id instead a reference to the entire client when unregistering the client
4 years ago
Gabe Kangas
b0f9465138
WIP performance and load related updates
4 years ago
Gabe Kangas
4242d1731d
WIP new load test suite
4 years ago
Gabe Kangas
b691fe51fd
Fix paths to fix linguist
4 years ago
Gabe Kangas
269475b423
npm run build to update js modules
4 years ago
dependabot[bot]
d2c200b77b
Bump github.com/microcosm-cc/bluemonday from 1.0.15 to 1.0.16 ( #1479 )
...
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday ) from 1.0.15 to 1.0.16.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases )
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.15...v1.0.16 )
---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Owncast
d18a997dc1
Commit updated Javascript packages
4 years ago
dependabot[bot]
acd8b2fcf2
Bump @videojs/http-streaming from 2.11.0 to 2.11.1 in /build/javascript ( #1474 )
...
Bumps [@videojs/http-streaming ](https://github.com/videojs/http-streaming ) from 2.11.0 to 2.11.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.11.0...v2.11.1 )
---
updated-dependencies:
- dependency-name: "@videojs/http-streaming"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
166ebecdae
Bump github.com/mattn/go-sqlite3 from 1.14.8 to 1.14.9 ( #1480 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.8 to 1.14.9.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.8...v1.14.9 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Noah Hall
4151739b9f
strip any leading hash symbols from admin tag input using strings.TrimLeft
4 years ago
Gabe Kangas
95211f51b3
Update admin
4 years ago
mscherer
e42b0c5f2e
Fix FAQ link
4 years ago
Gabe Kangas
e58b378aea
Update vendored files for linguist
4 years ago
Tim Cooper
12eb59f611
refactor geoip ( #1442 )
...
- Introduce a new Client type to remove the global variables from the file
- Use the sync package to prevent race conditions with the cache and
enabled flag
- Cache results for IPs, even if the result is nil
There are still data races around the client.Geo variable, but that can be
resolved in a future commit.
4 years ago
Gabe Kangas
01b3489287
Fix some pathing and caching issues with admin controller
4 years ago
Gabe Kangas
a58a1f67d6
Use webroot config value
4 years ago
Gabe Kangas
155eee81f0
Fix path to geoip db after test paths were changed
4 years ago
Spanner_Man
9159cdd22a
Fix Dockerfile to be read in Plesk ( #1463 )
...
Plesk Docker Extension reads `EXPOSE` as part of the build process
4 years ago
dependabot[bot]
8739550818
Bump github.com/aws/aws-sdk-go from 1.40.0 to 1.41.0 ( #1469 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.40.0...v1.41.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Tim Cooper
9a912d5385
remove global variables from core/storageproviders ( #1444 )
4 years ago
Gabe Kangas
8098304967
Mark static as vendored
4 years ago
Gabe Kangas
ca9d5de192
Embed static resources ( #1466 )
...
* Replace pkger with go:embed for bundling the admin. Closes #844
* Remove references to pkged.go
* Point tests to use an updated version of Go
* Add comment to new exported function
* Cleanup
* Add a dummy pkged.go to alert people to stop using it.
* Add simple browser test to make sure the admin is available and renders
* Don't panic
* Embed bot/scraper metadata template.
Add browser test to validate the rendering of this template.
* Use embedded offline.ts segment
* Remove placeholder thumbnail as its unnecessary
* Remove copying the static directory into the release
* Cleanup
4 years ago
Gabe Kangas
f0bd7d2528
Replace pkger with go:embed for bundling the admin. Closes #844 ( #1464 )
...
* Replace pkger with go:embed for bundling the admin. Closes #844
* Remove references to pkged.go
* Point tests to use an updated version of Go
* Add comment to new exported function
* Cleanup
* Add a dummy pkged.go to alert people to stop using it.
* Add simple browser test to make sure the admin is available and renders
* Don't panic
4 years ago
Owncast
822d107ee0
Commit updated Javascript packages
4 years ago
Gabe Kangas
3d1706496e
Update + clean up old js module files
4 years ago
gabek
10b0247291
Prettified Code!
4 years ago
Gabe Kangas
a6ba61079f
Cap the number of renderable messages to increase performance
4 years ago
Gabe Kangas
a57409db13
Get rid of IP address sanity check.
...
Allow the router to return any binding errors directly. Closes #1398
4 years ago
Gabe Kangas
ac1cd9b901
Version constant bump
4 years ago
Gabe Kangas
7b097ccdd9
HLS tests for local and S3 storage. Closes #1457 ( #1460 )
4 years ago
Gabe Kangas
fb1c919e59
Fix the destination path. Closes #1455 ( #1456 )
4 years ago
leo
958c78641e
Replaces redirect of /embed URLs to return content directly. ( #1453 )
...
- Removes relative imports from embedded player, chat.
- Replaces `Redirect` calls with `ServeFile` in `embed.go`.
4 years ago
dependabot[bot]
57c73e0b2c
Bump postcss from 8.3.8 to 8.3.9 in /build/javascript ( #1454 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.3.8 to 8.3.9.
- [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.3.8...8.3.9 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
cee186bc0a
Bump github.com/shirou/gopsutil ( #1450 )
...
Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil ) from 3.21.8+incompatible to 3.21.9+incompatible.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.8...v3.21.9 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Tim Cooper
3717a2ebeb
fix insecure math/rand use for access token generation ( #1441 )
4 years ago
Tim Cooper
fe47c99ac2
do not pass http.ResponseWriter as pointer to EnableCors ( #1440 )
4 years ago
dependabot[bot]
fa77f6396d
Bump postcss-cli from 9.0.0 to 9.0.1 in /build/javascript ( #1438 )
...
Bumps [postcss-cli](https://github.com/postcss/postcss-cli ) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/postcss/postcss-cli/releases )
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-cli/compare/9.0.0...9.0.1 )
---
updated-dependencies:
- dependency-name: postcss-cli
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Owncast
d621a1793a
Commit updated API documentation
4 years ago
Gabe Kangas
09bb48b696
Bump dev version number
4 years ago
Gabe Kangas
22fbfec7d3
Create a simple PR template
...
Preparing for Hacktoberfest.
4 years ago
dependabot[bot]
d387a4d677
Bump postcss from 8.3.7 to 8.3.8 in /build/javascript ( #1436 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.3.7 to 8.3.8.
- [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.3.7...8.3.8 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Owncast
77f96cd7b0
Commit updated Javascript packages
4 years ago
dependabot[bot]
3edfa5ec78
Bump @videojs/http-streaming from 2.10.3 to 2.11.0 in /build/javascript ( #1424 )
...
Bumps [@videojs/http-streaming ](https://github.com/videojs/http-streaming ) from 2.10.3 to 2.11.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.10.3...v2.11.0 )
---
updated-dependencies:
- dependency-name: "@videojs/http-streaming"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago