Owncast
6c820015e8
Bundle embedded web app
2023-10-23 19:33:38 +00:00
renovate[bot] and GitHub
72099d1169
chore(deps): update dependency @types/react to v18.2.31
2023-10-23 17:39:03 +00:00
Owncast
969fb71272
Bundle embedded web app
2023-10-23 17:38:24 +00:00
dd47c95972
chore(deps): lock file maintenance ( #3384 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 10:23:11 -07:00
Owncast
2f501cbd13
Bundle embedded web app
2023-10-23 16:40:35 +00:00
74b379a6d5
fix(deps): update dependency @fontsource/inter to v5.0.14 ( #3386 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 09:30:26 -07:00
Owncast
1d9b602ce8
Bundle embedded web app
2023-10-23 13:39:05 +00:00
renovate[bot] and GitHub
8aeb19b7d5
fix(deps): update nextjs monorepo to v13.5.6
2023-10-23 10:07:57 +00:00
Owncast
cc4ab1a50b
Bundle embedded web app
2023-10-23 10:06:55 +00:00
renovate[bot] and GitHub
0775a1ce1b
chore(deps): update dependency npm to v10.2.1
2023-10-23 06:19:30 +00:00
Owncast
ce598a27f7
Bundle embedded web app
2023-10-23 06:18:51 +00:00
renovate[bot] and GitHub
73191d9c0f
chore(deps): update dependency cypress to v13.3.2
2023-10-23 04:48:38 +00:00
Owncast
b47e74444a
Commit screenshots
2023-10-23 04:13:06 +00:00
Owncast
2eee20a909
Bundle embedded web app
2023-10-23 01:01:45 +00:00
renovate[bot] and GitHub
a9c008f16e
chore(deps): update dependency @types/video.js to v7.3.55
2023-10-22 23:01:15 +00:00
Owncast
f1a4c79521
Bundle embedded web app
2023-10-22 23:00:38 +00:00
renovate[bot] and GitHub
b68a7ceabf
chore(deps): update dependency @types/react to v18.2.30
2023-10-22 20:02:32 +00:00
Owncast
1255cf2983
Bundle embedded web app
2023-10-22 20:01:53 +00:00
renovate[bot] and GitHub
bfcdbe432f
chore(deps): update dependency @types/ua-parser-js to v0.7.38
2023-10-22 17:40:22 +00:00
Owncast
54201afbc5
Bundle embedded web app
2023-10-22 17:39:42 +00:00
renovate[bot] and GitHub
89be09c80f
chore(deps): update dependency @types/sanitize-html to v2.9.3
2023-10-22 16:28:37 +00:00
Owncast
d67453e60f
Bundle embedded web app
2023-10-22 16:28:01 +00:00
renovate[bot] and GitHub
aee9ad9c99
chore(deps): update dependency @types/react-linkify to v1.0.3
2023-10-22 14:05:53 +00:00
Owncast
c53b1a319b
Bundle embedded web app
2023-10-22 14:05:07 +00:00
renovate[bot] and GitHub
df0bfe86f5
chore(deps): update dependency @types/react to v18.2.29
2023-10-22 09:24:37 +00:00
Owncast
310f41bcc0
Bundle embedded web app
2023-10-22 09:23:58 +00:00
renovate[bot] and GitHub
ea0691eddd
chore(deps): update dependency @types/prop-types to v15.7.9
2023-10-22 07:22:37 +00:00
Gabe Kangas
027f2544e3
fix(emoji): hopefully guard against the crash in #3331
2023-10-21 22:13:13 -07:00
Owncast
b1c0e14161
Bundle embedded web app
2023-10-22 04:54:53 +00:00
Patrick Bollinger and GitHub
9a7925444f
Fix embedded status bar being cut off ( #3352 )
...
* Fix embedded status bar being cut off
This should resolve https://github.com/owncast/owncast/issues/3210 .
As recommended in the discussion, flexbox was the way to solve this issue.
The main thing that needed to be addressed though was not applying too many constraints on the OwncastPlayer component just because it was embedded.
By removing the embedded constraints, styling appears to be working as expected.
I'll attach screenshots to the pull request.
* Fix eslint error
2023-10-21 21:46:10 -07:00
Owncast
0b16a2f831
Commit screenshots
2023-10-22 04:11:59 +00:00
Owncast
615d9efe0b
Bundle embedded web app
2023-10-22 01:06:39 +00:00
renovate[bot] and GitHub
2550d27d57
chore(deps): update dependency @types/markdown-it to v13.0.4
2023-10-21 22:27:34 +00:00
Owncast
6a675e395c
Bundle embedded web app
2023-10-21 22:26:59 +00:00
renovate[bot] and GitHub
fcad5e3e3c
chore(deps): update dependency @types/node to v18.18.6
2023-10-21 18:25:47 +00:00
Owncast
6380d84def
Bundle embedded web app
2023-10-21 18:25:10 +00:00
0022818d02
chore(deps): update dependency @types/jest to v29.5.6 ( #3380 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-21 11:12:56 -07:00
790f384236
chore(deps): update dependency @types/markdown-it to v13.0.3 ( #3381 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-21 11:12:35 -07:00
Owncast
3db3afb492
Bundle embedded web app
2023-10-21 17:15:48 +00:00
Alyssa Ross and GitHub
092134f3f3
Fix parsing of Authorization Bearer header ( #3376 )
...
The semantics of the Authorization header are defined by RFC 9110, which says:
> It uses a case-insensitive token to identify the authentication scheme:
Therefore, "bearer", "Bearer", and "bEARER" are equivalent. This patch fixes
the parsing of the Authorization header to check for the Bearer authentication
scheme case insensitively.
I've modified one of the test cases to use lowercase "bearer", so there's test
coverage for this.
2023-10-21 10:00:50 -07:00
6fc3fa37da
chore(deps): update dependency knip to v2.34.1 ( #3379 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-21 09:50:41 -07:00
Gabe Kangas
56eb2a4785
chore(lint): silence linter warnings
2023-10-21 09:46:45 -07:00
Owncast
5889f53f62
Bundle embedded web app
2023-10-21 10:39:32 +00:00
renovate[bot]
d137b89302
chore(deps): update dependency @types/chart.js to v2.9.39
2023-10-21 10:31:18 +00:00
Owncast
53c0c080c0
Commit screenshots
2023-10-21 04:10:58 +00:00
Owncast
1fddae6f1f
Bundle embedded web app
2023-10-21 01:36:07 +00:00
renovate[bot] and GitHub
0ea5cf400c
chore(deps): update dependency sass to v1.69.4
2023-10-20 22:08:58 +00:00
Owncast
50deedf47d
Bundle embedded web app
2023-10-20 10:57:02 +00:00
renovate[bot] and GitHub
2dd17c8ffe
chore(deps): update typescript-eslint monorepo to v6.8.0
2023-10-20 07:21:17 +00:00
Owncast
03d815e959
Commit screenshots
2023-10-20 04:10:40 +00:00