Owncast
eb0498107e
Bundle embedded web app
2026-01-09 05:02:35 +00:00
renovate[bot] and GitHub
04d499884f
chore(deps): update dependency sass to v1.97.2
2026-01-09 02:11:57 +00:00
Owncast
272175ed66
Bundle embedded web app
2026-01-09 02:10:28 +00:00
renovate[bot] and GitHub
da991c0e5b
chore(deps): update typescript-eslint monorepo to v8.52.0
2026-01-08 21:48:05 +00:00
Owncast
27a23a8591
Bundle embedded web app
2026-01-08 21:46:05 +00:00
renovate[bot] and GitHub
ee6e66b5e0
chore(deps): update dependency chromatic to v13.3.5
2026-01-08 19:27:48 +00:00
e18299abdf
Added fedi_spin.gif as a new emoji. Including LICENSE.md. CC0. ( #4722 )
...
Co-authored-by: Ozoned <ozoned@btfree.org >
2026-01-08 00:27:36 -08:00
renovate[bot] and GitHub
5cd0f965e6
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.8.0
2026-01-08 01:28:41 +00:00
renovate[bot] and GitHub
4a14a9b675
fix(deps): update module github.com/yuin/goldmark to v1.7.16
2026-01-06 10:06:21 +00:00
47ac77a1ed
fix(deps): update module github.com/yuin/goldmark to v1.7.15 ( #4718 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-06 01:56:05 +00:00
Owncast
fb10cc199a
Bundle embedded web app
2026-01-04 20:51:38 +00:00
renovate[bot] and GitHub
b8e413c8a8
chore(deps): update commitlint monorepo to v20.3.0
2026-01-04 17:36:43 +00:00
renovate[bot] and GitHub
d34a4fd1ae
fix(deps): update module github.com/yuin/goldmark to v1.7.14
2026-01-04 14:39:48 +00:00
05341aced0
feat: add readonly-chat class to readonly embed ( #4714 )
...
Adds a 'readonly' prop to ChatContainer that conditionally applies a
'readonly-chat' CSS class to the chat container element. This allows
streamers using OBS to target the readonly chat embed with custom CSS.
The readonly embed at /embed/chat/readonly now passes readonly={true}
to ChatContainer, which adds the class to the container div.
Fixes #4266
Co-authored-by: Gabe Kangas <gabek@real-ity.com >
2026-01-03 13:04:51 -08:00
Owncast
06d5d905b8
Bundle embedded web app
2026-01-03 03:59:15 +00:00
Gabe Kangas
ee3a0d486f
fix(ci): pull in the upstream base repo branch for PRs
2026-01-02 19:54:17 -08:00
Owncast
a278c3bb0a
Bundle embedded web app
2026-01-02 00:50:43 +00:00
renovate[bot] and GitHub
2e0d1a6f54
chore(deps): update typescript-eslint monorepo to v8.51.0
2026-01-01 21:40:17 +00:00
renovate[bot] and GitHub
6408deabb5
fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.33
2026-01-01 19:42:14 +00:00
Owncast
92c1b94d61
Bundle embedded web app
2026-01-01 19:40:16 +00:00
renovate[bot] and GitHub
0ed5b60e17
fix(deps): update dependency react-virtuoso to v4.18.1
2026-01-01 16:54:57 +00:00
renovate[bot] and GitHub
5f56981040
chore(deps): update peter-evans/create-or-update-comment digest to 2b6bdb5
2026-01-01 09:53:32 +00:00
renovate[bot] and GitHub
e671c932fb
fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.12
2026-01-01 04:41:20 +00:00
Owncast
25c221e3ed
Bundle embedded web app
2025-12-31 05:32:45 +00:00
renovate[bot] and GitHub
0dd02a7845
chore(deps): update dependency msw to v2.12.7
2025-12-31 00:37:16 +00:00
4e00f0c081
Bump qs from 6.11.0 to 6.14.1 in /test/automated/api ( #4710 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.11.0 to 6.14.1.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.11.0...v6.14.1 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-30 16:35:45 -08:00
Owncast
8732162655
Bundle embedded web app
2025-12-30 01:48:24 +00:00
renovate[bot] and GitHub
093de80714
chore(deps): update dependency msw to v2.12.6
2025-12-29 21:01:30 +00:00
Owncast
f756052352
Bundle embedded web app
2025-12-29 20:59:53 +00:00
renovate[bot] and GitHub
cde17dc84b
fix(deps): update dependency react-virtuoso to v4.18.0
2025-12-29 17:03:41 +00:00
ab06b218e3
Fix: Fix to show color when user join the chat ( #4706 )
...
* Fix: Fix to show color when user join the chat
* Changes to restore unnecesary changes
* Deleting unnecesary changes
* Identation issues fixed
* fix(js): run prettier against changed code
---------
Co-authored-by: Gabe Kangas <gabek@real-ity.com >
2025-12-26 16:45:30 -08:00
Owncast
ff10092b8e
Bundle embedded web app
2025-12-25 21:53:32 +00:00
renovate[bot] and GitHub
bb2e65f3f6
chore(deps): update typescript-eslint monorepo to v8.50.1
2025-12-25 17:44:54 +00:00
Gabe Kangas
2b343e9f81
chore: go mod tidy + add standalone linter step to lefthook
2025-12-24 14:28:32 -08:00
Gabe Kangas
e12ea37f7e
fix: fix url in test shell script
2025-12-24 09:29:36 -08:00
Gabe Kangas
fe1935ea0f
fix: remove unused var in shell script
2025-12-24 09:18:26 -08:00
Gabe Kangas
e62b4ea83d
chore(deps): bump lefthook version
2025-12-24 09:08:32 -08:00
Gabe Kangas
30a988c6a7
chore: pull ffmpeg from our own build repo
2025-12-24 09:07:52 -08:00
Gabe Kangas
db0aaf66a1
chore: bump version number
2025-12-23 15:16:55 -08:00
Gabe Kangas
3b25e295e8
Missing visible param not being passed to api request
2025-12-23 15:12:25 -08:00
renovate[bot] and GitHub
81894c759b
fix(deps): update module github.com/oschwald/geoip2-golang/v2 to v2.1.0
2025-12-23 02:02:01 +00:00
Owncast
bb6b2e69b6
Bundle embedded web app
2025-12-23 01:59:38 +00:00
renovate[bot] and GitHub
5dbff37b0d
chore(deps): update dependency sass to v1.97.1
2025-12-22 21:51:51 +00:00
Owncast
911ea750de
Bundle embedded web app
2025-12-20 21:02:41 +00:00
renovate[bot] and GitHub
ae8142a45b
chore(deps): update storybook monorepo to v9.1.17
2025-12-20 18:36:57 +00:00
Owncast
539bad421b
Bundle embedded web app
2025-12-19 17:16:02 +00:00
renovate[bot] and GitHub
5314dd2a30
chore(deps): update dependency storybook to v9.1.17 [security]
2025-12-19 15:11:41 +00:00
Owncast
3e641ed9c1
Bundle embedded web app
2025-12-19 15:09:54 +00:00
renovate[bot] and GitHub
f37a6f3695
chore(deps): update dependency sass to v1.97.0
2025-12-19 09:51:43 +00:00
Owncast
296575e943
Bundle embedded web app
2025-12-18 19:03:26 +00:00