Owncast
4e4d79b465
Bundle embedded web app
2 years ago
renovate[bot]
f1ec6242fa
chore(deps): update dependency @types/node to v18.18.4
2 years ago
Owncast
facd853e6e
Commit screenshots
2 years ago
renovate[bot]
14ac527772
fix(deps): update module github.com/aws/aws-sdk-go to v1.45.24
2 years ago
Owncast
6b952522b1
Bundle embedded web app
2 years ago
renovate[bot]
486eb55cd0
chore(deps): update dependency knip to v2.31.0
2 years ago
Owncast
e949474d08
Bundle embedded web app
2 years ago
renovate[bot]
130659e1d3
chore(deps): update dependency eslint to v8.51.0
2 years ago
Owncast
9c91a87ce0
Bundle embedded web app
2 years ago
renovate[bot]
82e150a127
chore(deps): update dependency sass to v1.69.0
2 years ago
Owncast
e108079de1
Bundle embedded web app
2 years ago
renovate[bot]
47ef1886a8
fix(deps): update dependency @codemirror/lang-markdown to v6.2.2
2 years ago
Owncast
ee65841245
Bundle embedded web app
2 years ago
renovate[bot]
da16dba81a
chore(deps): update dependency chromatic to v7.2.3
2 years ago
Owncast
a232dc8bcb
Bundle embedded web app
2 years ago
renovate[bot]
be557ac216
chore(deps): update dependency mermaid to v10.5.0
2 years ago
Owncast
5a7696c2bc
Bundle embedded web app
2 years ago
renovate[bot]
8fa77288c8
chore(deps): update dependency knip to v2.30.1
2 years ago
Owncast
b66155dfdd
Bundle embedded web app
2 years ago
Owncast
40921d64a7
Commit screenshots
2 years ago
renovate[bot]
6bdcd755d8
chore(deps): update dependency eslint to v8.50.0
2 years ago
Owncast
dfa8303008
Bundle embedded web app
2 years ago
Patrick Bollinger
e59167deaa
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
af276e4c39
Bundle embedded web app
2 years ago
renovate[bot]
9556d15ac5
chore(deps): update dependency cypress to v13.3.0
2 years ago
Gabe Kangas
bbbaca4123
chore(tests): temp comment out a couple config tests that are breaking due to race conditions
2 years ago
Gabe Kangas
8e79e2acfa
chore(go): run betteralign and gofumpt on codebase
2 years ago
Owncast
a31179b604
Bundle embedded web app
2 years ago
renovate[bot]
e62e7f528b
chore(deps): update dependency @babel/core to v7.23.0
2 years ago
Owncast
5474422b6d
Bundle embedded web app
2 years ago
renovate[bot]
adca5221f4
fix(deps): update dependency @uiw/react-codemirror to v4.21.19
2 years ago
Owncast
f0a202f7a4
Bundle embedded web app
2 years ago
renovate[bot]
250b82be11
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.19
2 years ago
Owncast
607e585d98
Bundle embedded web app
2 years ago
renovate[bot]
8279a992a6
fix(deps): update dependency @fontsource/inter to v5.0.12
2 years ago
Owncast
58f4429f46
Bundle embedded web app
2 years ago
renovate[bot]
a4264b8223
chore(deps): update typescript-eslint monorepo to v6.7.4
2 years ago
Owncast
5fc264c9e4
Commit screenshots
2 years ago
Owncast
6eeb6b9bdc
Bundle embedded web app
2 years ago
renovate[bot]
b907aa6d7d
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
570ca8cc7f
Bundle embedded web app
2 years ago
renovate[bot]
a63fb4cd17
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
caf8c44666
Bundle embedded web app
2 years ago
renovate[bot]
0035369b7f
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]
2810580a87
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
871f3ea4db
Bundle embedded web app
2 years ago
Owncast
5fea637495
Bundle embedded web app
2 years ago
renovate[bot]
7b8ea4cefa
chore(deps): update actions/checkout action to v4 ( #3321 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
53dc3779e0
chore(deps): update tj-actions/changed-files action to v39 ( #3324 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Owncast
96fd25439a
Bundle embedded web app
2 years ago