renovate[bot]
e6c6947e3b
fix(deps): update module github.com/sherclockholmes/webpush-go to v1.3.0
2 years ago
renovate[bot]
e310d5abed
fix(deps): update module github.com/prometheus/client_golang to v1.17.0
2 years ago
renovate[bot]
2101919590
fix(deps): update module github.com/shirou/gopsutil/v3 to v3.23.9
2 years ago
Owncast
646e33cfb9
Bundle embedded web app
2 years ago
renovate[bot]
137d519199
chore(deps): update dependency @types/node to v18.18.4
2 years ago
Owncast
91f1f511ec
Commit screenshots
2 years ago
renovate[bot]
70988f4457
fix(deps): update module github.com/aws/aws-sdk-go to v1.45.24
2 years ago
Owncast
833aca7805
Bundle embedded web app
2 years ago
renovate[bot]
e23cdee794
chore(deps): update dependency knip to v2.31.0
2 years ago
Owncast
1fe3add5aa
Bundle embedded web app
2 years ago
renovate[bot]
4eeeca3936
chore(deps): update dependency eslint to v8.51.0
2 years ago
Owncast
23f211b070
Bundle embedded web app
2 years ago
renovate[bot]
4bbd23afc5
chore(deps): update dependency sass to v1.69.0
2 years ago
Owncast
41ec63844f
Bundle embedded web app
2 years ago
renovate[bot]
c2926fe28d
fix(deps): update dependency @codemirror/lang-markdown to v6.2.2
2 years ago
Owncast
6483910b72
Bundle embedded web app
2 years ago
renovate[bot]
75bc588ab4
chore(deps): update dependency chromatic to v7.2.3
2 years ago
Owncast
755290eb93
Bundle embedded web app
2 years ago
renovate[bot]
2a4da3271c
chore(deps): update dependency mermaid to v10.5.0
2 years ago
Owncast
13d0ffadc3
Bundle embedded web app
2 years ago
renovate[bot]
a79901c8a0
chore(deps): update dependency knip to v2.30.1
2 years ago
Owncast
fee5e4e2ab
Bundle embedded web app
2 years ago
Owncast
acc01e5bfe
Commit screenshots
2 years ago
renovate[bot]
1ddd51a76a
chore(deps): update dependency eslint to v8.50.0
2 years ago
Owncast
62b5fae837
Bundle embedded web app
2 years ago
Patrick Bollinger
d42a705d33
Stop Firefox from adding mysterious hash ( #3348 )
...
This resolves https://github.com/owncast/owncast/issues/3240
From the comments:
This was trickier than expected, but the root of the problem is Firefox will set `#` in the URL bar when `window.location.hash` is set to _any_ string, even a blank string. The morale of the story is, don't mutate base data if you just want to copy values. 😅
Sample of Firefox JavaScript console session that demonstrates the issue:
```javascript
>> window.location.href
"https://github.com/owncast/owncast/issues/3240 "
>> const setBlankHash = () => { window.location.hash = ''; };
undefined
>> window.location.hash
""
>> window.location.href
"https://github.com/owncast/owncast/issues/3240 "
>> setBlankHash()
undefined
>> // My browser just jumped to the top of the page
undefined
>> window.location.hash
""
>> window.location.href
"https://github.com/owncast/owncast/issues/3240# "
```
2 years ago
Owncast
cfe3cfb5b4
Bundle embedded web app
2 years ago
renovate[bot]
0cf77a1faa
chore(deps): update dependency cypress to v13.3.0
2 years ago
Gabe Kangas
9363166614
chore(tests): temp comment out a couple config tests that are breaking due to race conditions
2 years ago
Gabe Kangas
105766049f
chore(go): run betteralign and gofumpt on codebase
2 years ago
Owncast
333d79221d
Bundle embedded web app
2 years ago
renovate[bot]
b5e4001f78
chore(deps): update dependency @babel/core to v7.23.0
2 years ago
Owncast
b006c74b73
Bundle embedded web app
2 years ago
renovate[bot]
a4aec200dc
fix(deps): update dependency @uiw/react-codemirror to v4.21.19
2 years ago
Owncast
cb702944a3
Bundle embedded web app
2 years ago
renovate[bot]
1c671fda35
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.19
2 years ago
Owncast
208bca1d56
Bundle embedded web app
2 years ago
renovate[bot]
466c20e9d1
fix(deps): update dependency @fontsource/inter to v5.0.12
2 years ago
Owncast
f1ee3c9dd6
Bundle embedded web app
2 years ago
renovate[bot]
c16b9cbe27
chore(deps): update typescript-eslint monorepo to v6.7.4
2 years ago
Owncast
9736a23fb4
Commit screenshots
2 years ago
Owncast
482d3286a3
Bundle embedded web app
2 years ago
renovate[bot]
fbb18d2097
chore(deps): update dependency @types/react to v18.2.25 ( #3318 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Owncast
7da6721604
Bundle embedded web app
2 years ago
renovate[bot]
4e7d137d7d
chore(deps): update dependency @types/video.js to v7.3.53 ( #3345 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Owncast
66e4159ec3
Bundle embedded web app
2 years ago
renovate[bot]
f8871624a4
chore(deps): update dependency stylelint-config-standard-scss to v11 ( #3322 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
62ce0f2c3b
chore(deps): update docker/setup-qemu-action action to v3 ( #3323 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Owncast
af07fdc4e1
Bundle embedded web app
2 years ago
Owncast
a1fa06a410
Bundle embedded web app
2 years ago