Gabe Kangas
1ce2ee398c
Admin UI for playback metrics. For https://github.com/owncast/owncast/issues/793 ( #462 )
4 years ago
Gabe Kangas
689b6feef2
Remove rougue import
4 years ago
Gabe Kangas
babbcecc9c
Stream performance metrics ( #1785 )
...
* WIP playback metrics
* Playback metrics collecting + APIs. Closes #793
* Cleanup console messages
* Update test
* Increase browser test timeout
* Update browser tests to not fail
4 years ago
Lerk
f5a5ac006a
Add videotoolbox codec ( #1771 )
...
* add videotoolbox codec
* add -realtime flag for medium and below quality
* add quality level to extra arguments
* use variant flags instead of extra arguments
* add videotoolbox test
* fix test
4 years ago
Owncast
d874913aa1
Update admin to 8f67df6bc0c1dc7dfe4af4a2839cac40d59473f7
4 years ago
Lerk
ae88a38acc
Add description and name for VideoToolbox codec ( #460 )
...
* add description and name for VideoToolbox codec
* fix typo
4 years ago
Renovate Bot
e805f48637
Update github.com/nareix/joy5 digest to 2c912ca
4 years ago
Renovate Bot
7cbc174af6
Update golang.org/x/time digest to 0e9765c
4 years ago
Owncast
7e46335279
Update admin to f58ac7c01299921caa802c8ccefe206f3c517f98
4 years ago
Renovate Bot
d265fbc3ad
Lock file maintenance
4 years ago
David
6e05c5cd7d
Fix and refactor `getCaretPosition` ( #1782 )
4 years ago
Gabe Kangas
c960f6488f
Replace timestamp for cachebuster with rand string. Closes #1781
4 years ago
Gabe Kangas
a8167dc9e0
Fix tests after segment filename change
4 years ago
Gabe Kangas
b9a597299f
Simplify segment filenames. Closes #1778
...
Remove the seconds as an identifier to allow for segments to be written
more than one per second.
4 years ago
Gabe Kangas
994145b609
Fix prometheus viewer count value & rename metrics names
4 years ago
Renovate Bot
a3e2a1bb1a
Lock file maintenance
4 years ago
David
9983ef2794
[fix] improve custom emoji validation ( #1772 )
4 years ago
Renovate Bot
165771ea8e
Update github.com/teris-io/shortid commit hash to e59966e
4 years ago
Gabe Kangas
b5d60d9f40
Fix linter warnings
4 years ago
Lerk
a7687c861e
Fix "invalid cross-device link" error when running on a different filesystem ( #1769 )
...
* fix cross-device rename errors
* fallback to copy instead of always using it
* use tmp dir in data folder
* recreate tmp dir at startup
4 years ago
Gabe Kangas
e44f175350
Fix error thrown when renderinging without a value
4 years ago
Gabe Kangas
ebe5558d58
Fix error created by a non-menu item inside a menu
4 years ago
Owncast
88ed026eae
Update admin to eb0749902e024245748735a0cc01d083205124e8
4 years ago
Gabe Kangas
c360b943db
Use paginated followers result
4 years ago
Gabe Kangas
57d100b9e8
Fix hidden social config
4 years ago
Gabe Kangas
48006d7a79
Fix updated go linter
4 years ago
Gabe Kangas
2743bddf4e
Fix js package build workflow
4 years ago
Gabe Kangas
a8bece63e5
Remove Renovate grouped PRs
4 years ago
Gabe Kangas
883d22cf76
Force worfklow to run under node 12
4 years ago
Gabe Kangas
d6aa8b5d7c
Bump gopsutil to v3
4 years ago
Gabe Kangas
5dd3ce5c44
Update golangci-lint action
4 years ago
Owncast
c64113329f
Update admin to 2e51ab7a64311908f0493068ab462333b75999c4
4 years ago
Gabe Kangas
9c747f6b0f
Show notice on admin home encouraging people to enable social federation features. ( #447 )
...
* Show notice on admin home encouraging enabling social. Closes https://github.com/owncast/owncast/issues/1653
* Do not import unused icon
4 years ago
Owncast
b7a17ffbdb
Update admin to ff75e8120995b42a7891774c33d89d726013a858
4 years ago
Gabe Kangas
181a7c3431
Add admin support for established user mode. https://github.com/owncast/owncast/issues/1587 ( #430 )
4 years ago
Owncast
fcb4d51481
Update admin to 8c76347ad8e4644ac427d6b7b2748e7665aa1e79
4 years ago
Owncast
4619064a13
Update admin to 75b92f29559c645a92bc0e96cfed66b433b349ea
4 years ago
Gabe Kangas
d6604300e1
Fix linter workflow?
4 years ago
Owncast
9612e7ee65
Update admin to 3942bddaa83c58c90a44f37e6a0671748645cef1
4 years ago
Owncast
7378079ac9
Update admin to 6740d192115c9df37a550216821c7614bb7929d1
4 years ago
Owncast
674a62d022
Update admin to 5873e68af4147b0f68d7b65c401e19835c715730
4 years ago
Owncast
069c8b03c3
Update admin to 4fee9bf1bdd312554d1a50956e4402939dc25b6d
4 years ago
Gabe Kangas
e0a75d5d54
Add support for established chat user mode. #1587 ( #1681 )
...
* Add support for established user mode. #1587
* Tweak tests
* Tweak tests
* Update test
* Fix test.
4 years ago
dependabot[bot]
123d559ba4
Bump ansi-regex from 5.0.0 to 5.0.1 in /test/automated/api ( #1764 )
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Owncast
0f0137a345
Update admin to 272139611273be8e0976d6c5bbefad44527a0bff
4 years ago
Gabe Kangas
301e149a67
Add support for managing IP-based bans. For https://github.com/owncast/owncast/issues/1534 ( #434 )
4 years ago
Gabe Kangas
19b9a8bdf6
Add support for IP-based bans ( #1703 )
...
* Add support for IP-based bans. Closes #1534
* Linter cleanup
4 years ago
Gabe Kangas
78c27ddbdd
Add an icon for bot messages. Closes #1172 ( #1729 )
4 years ago
Owncast
6e0e33dedb
Update admin to cbd6bc7936dd86e7eab87bc6b4cf6e50c4720914
4 years ago
Gabe Kangas
b97f805850
Display windowed time series viewer metrics ( #454 )
...
* WIP displaying windowed time series viewer metrics. Closes https://github.com/owncast/owncast/issues/1478
* Remove unused import
4 years ago