Commit graph

7282 commits

Author SHA1 Message Date
renovate[bot]
00b90bcd56
fix(deps): update module golang.org/x/net to v0.17.0 [security] 2023-10-11 23:21:30 +00:00
Owncast
fabfe0c115 Bundle embedded web app 2023-10-11 17:12:17 +00:00
renovate[bot]
7db03075fb
chore(deps): update dependency eslint-plugin-storybook to v0.6.15 2023-10-11 13:06:35 +00:00
renovate[bot]
0264943fa9
chore(deps): update peter-evans/create-or-update-comment digest to ac8e650 2023-10-11 07:03:09 +00:00
Owncast
13afdee1a6 Bundle embedded web app 2023-10-11 04:11:34 +00:00
Owncast
4f5d05b744 Commit screenshots 2023-10-11 04:10:32 +00:00
renovate[bot]
7f561b842b
fix(deps): update dependency @fontsource/inter to v5.0.13 (#3354)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-10 21:02:36 -07:00
Owncast
1b96059410 Bundle embedded web app 2023-10-11 01:08:01 +00:00
renovate[bot]
4d085df370
fix(deps): update nextjs monorepo to v13.5.4 2023-10-10 23:01:53 +00:00
renovate[bot]
d1159fbdfe
fix(deps): update module gopkg.in/evanphx/json-patch.v5 to v5.7.0 2023-10-10 18:49:06 +00:00
renovate[bot]
d96e3d425a
fix(deps): update module golang.org/x/mod to v0.13.0 2023-10-10 15:59:38 +00:00
renovate[bot]
4fc15115d5
fix(deps): update module github.com/sherclockholmes/webpush-go to v1.3.0 2023-10-10 12:25:19 +00:00
renovate[bot]
44606c697f
fix(deps): update module github.com/prometheus/client_golang to v1.17.0 2023-10-10 10:20:50 +00:00
renovate[bot]
294b29d4e2
fix(deps): update module github.com/shirou/gopsutil/v3 to v3.23.9 2023-10-10 06:41:24 +00:00
Owncast
4e4d79b465 Bundle embedded web app 2023-10-10 06:40:40 +00:00
renovate[bot]
f1ec6242fa
chore(deps): update dependency @types/node to v18.18.4 2023-10-10 04:51:56 +00:00
Owncast
facd853e6e Commit screenshots 2023-10-10 04:20:37 +00:00
renovate[bot]
14ac527772
fix(deps): update module github.com/aws/aws-sdk-go to v1.45.24 2023-10-09 23:05:39 +00:00
Owncast
6b952522b1 Bundle embedded web app 2023-10-09 23:04:59 +00:00
renovate[bot]
486eb55cd0
chore(deps): update dependency knip to v2.31.0 2023-10-09 22:22:30 +00:00
Owncast
e949474d08 Bundle embedded web app 2023-10-09 22:21:48 +00:00
renovate[bot]
130659e1d3
chore(deps): update dependency eslint to v8.51.0 2023-10-09 20:26:29 +00:00
Owncast
9c91a87ce0 Bundle embedded web app 2023-10-09 20:25:46 +00:00
renovate[bot]
82e150a127
chore(deps): update dependency sass to v1.69.0 2023-10-09 17:22:23 +00:00
Owncast
e108079de1 Bundle embedded web app 2023-10-09 17:21:43 +00:00
renovate[bot]
47ef1886a8
fix(deps): update dependency @codemirror/lang-markdown to v6.2.2 2023-10-09 13:01:07 +00:00
Owncast
ee65841245 Bundle embedded web app 2023-10-09 13:00:25 +00:00
renovate[bot]
da16dba81a
chore(deps): update dependency chromatic to v7.2.3 2023-10-09 11:42:21 +00:00
Owncast
a232dc8bcb Bundle embedded web app 2023-10-09 11:41:42 +00:00
renovate[bot]
be557ac216
chore(deps): update dependency mermaid to v10.5.0 2023-10-09 06:33:07 +00:00
Owncast
5a7696c2bc Bundle embedded web app 2023-10-09 06:32:20 +00:00
renovate[bot]
8fa77288c8
chore(deps): update dependency knip to v2.30.1 2023-10-09 04:36:43 +00:00
Owncast
b66155dfdd Bundle embedded web app 2023-10-09 04:36:02 +00:00
Owncast
40921d64a7 Commit screenshots 2023-10-09 04:20:40 +00:00
renovate[bot]
6bdcd755d8
chore(deps): update dependency eslint to v8.50.0 2023-10-09 02:09:58 +00:00
Owncast
dfa8303008 Bundle embedded web app 2023-10-09 02:09:16 +00:00
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#"
```
2023-10-08 18:58:43 -07:00
Owncast
af276e4c39 Bundle embedded web app 2023-10-09 01:06:37 +00:00
renovate[bot]
9556d15ac5
chore(deps): update dependency cypress to v13.3.0 2023-10-08 22:39:28 +00:00
Gabe Kangas
bbbaca4123
chore(tests): temp comment out a couple config tests that are breaking due to race conditions 2023-10-08 14:33:22 -07:00
Gabe Kangas
8e79e2acfa
chore(go): run betteralign and gofumpt on codebase 2023-10-08 14:22:28 -07:00
Owncast
a31179b604 Bundle embedded web app 2023-10-08 18:25:28 +00:00
renovate[bot]
e62e7f528b
chore(deps): update dependency @babel/core to v7.23.0 2023-10-08 15:35:05 +00:00
Owncast
5474422b6d Bundle embedded web app 2023-10-08 15:34:24 +00:00
renovate[bot]
adca5221f4
fix(deps): update dependency @uiw/react-codemirror to v4.21.19 2023-10-08 13:15:45 +00:00
Owncast
f0a202f7a4 Bundle embedded web app 2023-10-08 13:15:02 +00:00
renovate[bot]
250b82be11
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.19 2023-10-08 09:36:06 +00:00
Owncast
607e585d98 Bundle embedded web app 2023-10-08 09:35:24 +00:00
renovate[bot]
8279a992a6
fix(deps): update dependency @fontsource/inter to v5.0.12 2023-10-08 07:19:03 +00:00
Owncast
58f4429f46 Bundle embedded web app 2023-10-08 07:18:25 +00:00