Commit Graph
10701 Commits
Author SHA1 Message Date
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9ba010eb42 fix(deps): update module golang.org/x/mod to v0.28.0 (#4573)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-25 21:18:06 -07:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
cb242445c5 fix(deps): update module golang.org/x/net to v0.44.0 (#4574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-26 03:28:44 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
20281dfede fix(deps): update module golang.org/x/crypto to v0.42.0 (#4571)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-25 20:26:42 -07:00
CopilotGitHubgabekcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
a0066fcf54 Fix all golangci-lint warnings surfaced by v2.4.0 (#4567)
* Initial plan

* Fix all golangci-lint warnings (21 issues resolved)

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
2025-09-25 20:03:40 -07:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
19a4593a12 fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.8 (#4563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-25 07:56:55 +00:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6011d723a2 chore(deps): bump ws from 7.5.9 to 7.5.10 in /test/automated/browser (#4551)
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 7.5.10
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 23:42:38 -07:00
Owncast 27ef55cb76 Bundle embedded web app 2025-09-25 06:39:37 +00:00
8601d03e62 Updated translations (#4549)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-09-24 23:27:38 -07:00
Gabe KangasandGitHub 0b781eb716 fix(activitypub): fixes #4372 where excessive AP resource use disrupts video delivery (#4552) 2025-09-24 17:53:05 -07:00
Owncast 9a80b73747 Bundle embedded web app 2025-09-24 23:15:49 +00:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
d1194e4122 chore(deps-dev): bump tar-fs from 3.0.9 to 3.1.1 in /web (#4569)
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.9 to 3.1.1.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v3.0.9...v3.1.1)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 3.1.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-09-24 16:09:57 -07:00
renovate[bot]andGitHub 24b48465df fix(deps): update module github.com/go-chi/chi/v5 to v5.2.3 2025-09-17 02:13:09 +00:00
Owncast e01b9bbf7b Bundle embedded web app 2025-09-17 02:11:26 +00:00
renovate[bot]andGitHub 60e8626cd2 fix(deps): update dependency ua-parser-js to v1.0.41 2025-09-16 21:47:11 +00:00
Owncast e8cf03b945 Bundle embedded web app 2025-09-16 21:45:42 +00:00
renovate[bot]andGitHub 161be09fad fix(deps): update dependency @codemirror/lang-html to v6.4.10 2025-09-16 16:50:24 +00:00
Owncast f4a8d52c24 Bundle embedded web app 2025-09-16 16:48:51 +00:00
renovate[bot]andGitHub 86f7913835 chore(deps): update dependency chromatic to v13.1.4 2025-09-16 07:28:18 +00:00
Owncast 44d846c890 Bundle embedded web app 2025-09-16 07:27:24 +00:00
Gabe Kangas 73da623959 fix: fix some incorrect formatting in json 2025-09-16 00:19:47 -07:00
CopilotGitHubgabekcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>Gabe KangasOwncast
275339bdf0 Add localization support for chat message components with enhanced Translation component (#4560)
* Initial plan

* Add localization support for chat message components

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

* Update chat message localization to use string interpolation

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

* Restore original styling while preserving string interpolation

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

* Separate styling from variables in translation templates

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

* Revert to concatenation approach for chat message localization

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

* Add id property to Translation component and restore missing CSS classes and IDs

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

* Javascript formatting autofixes

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: Owncast <owncast@owncast.online>
2025-09-16 00:13:13 -07:00
Owncast fa1b07e987 Bundle embedded web app 2025-09-16 06:28:36 +00:00
renovate[bot]andGitHub 141882f598 chore(deps): update dependency @types/react to v18.3.24 2025-09-16 05:26:41 +00:00
Owncast 0964135657 Bundle embedded web app 2025-09-16 05:25:35 +00:00
renovate[bot]andGitHub d154cb263e chore(deps): update dependency @mdx-js/react to v3.1.1 2025-09-16 05:01:03 +00:00
Owncast 87be4948ac Bundle embedded web app 2025-09-16 04:59:52 +00:00
CopilotGitHubgabekCopilotcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>Gabe Kangas
51ae467a5a Add localization support for FollowModal component (#4558)
* Initial plan

* Add localization support for FollowModal component

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

* Update web/components/modals/FollowModal/FollowModal.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update web/components/modals/FollowModal/FollowForm.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-15 21:50:36 -07:00
Owncast aa6ab61cbc Bundle embedded web app 2025-09-16 02:35:47 +00:00
CopilotGitHubgabekcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>Gabe Kangas
1cf923a5af Update localization files + references (#4556)
* Initial plan

* Add localization support to NameChangeModal component

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

* Add NameChangeModal translations to English language file

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

* fix(i18n): fix localization keys

* chore(test): add i18n test

* chore(i18n): update translation script

* chore(i18n): reorgnize translation keys and update components

* chore: fix linting warnings

* chore(i18n): update all the language files

* feat(i18n): add last live ago i18n key

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2025-09-15 19:27:56 -07:00
Owncast 401b5897e2 Bundle embedded web app 2025-09-15 20:45:10 +00:00
8eb8bdc18b Stop using empty/whitespace as chat display names (#4553)
* fix(chat): fixes #4522 to stop people from setting invalid display names

* fix(chat): also guard against non-ascii whitespace like non breaking space

* Update web/utils/displayNameValidation.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: handle additional whitespace

* Update web/utils/displayNameValidation.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Javascript formatting autofixes

* fix: deduplicate running of validation

* fix: fix error with useMemo

* Update web/utils/displayNameValidation.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update web/utils/displayNameValidation.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Javascript formatting autofixes

* fix: fix component rendering issue

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>
2025-09-15 13:37:39 -07:00
Owncast 74bbe9666f Bundle embedded web app 2025-09-15 07:40:12 +00:00
CopilotGitHubgabekcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
bf82e77f79 Remove deprecated @types/chart.js dependency from web project (#4554)
* Initial plan

* Remove deprecated @types/chart.js dependency

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
2025-09-15 00:34:44 -07:00
Gabe Kangas ef1e24356c chore(ci): update golangci-lint reference and lefthook config 2025-09-14 17:32:28 -07:00
Owncast 7baf52c0b2 Bundle embedded web app 2025-09-14 23:15:15 +00:00
CopilotGitHubgabekcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
ac4a75d245 Remove deprecated @types/classnames dependency from web project (#4548)
* Initial plan

* Remove deprecated @types/classnames dependency

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
2025-09-14 16:07:09 -07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b4b256f456 chore(deps): bump axios from 1.8.2 to 1.12.1 in /test/load (#4546)
Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.12.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.8.2...v1.12.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.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-09-14 16:00:53 -07:00
Owncast bc861663c3 Bundle embedded web app 2025-09-14 22:48:03 +00:00
e66b0444ad Increases the max bandwidth selectable in the admin UI (#4550)
* feat(admin): Closes #1462. Increases the max bandwidth selectable in the UI + localization for the strings

* chore: update extracted translations

* Javascript formatting autofixes

---------

Co-authored-by: Owncast default web localizations <owncast@owncast.online>
2025-09-14 15:41:58 -07:00
Owncast 14189420c5 Bundle embedded web app 2025-09-14 21:34:51 +00:00
Gabe KangasandGitHub 8568f43310 fix(js): fixes #4452 action buttons not showing externally while mobile (#4547) 2025-09-14 14:28:57 -07:00
Gabe Kangas c12ef0ec57 Add aarch64-musl compiler to our infra downloads 2025-09-02 21:56:59 -07:00
Owncast 457f35e944 Bundle embedded web app 2025-09-01 08:35:19 +00:00
renovate[bot]andGitHub b024ed1542 fix(deps): update dependency next to v14.2.32 [security] 2025-09-01 00:31:21 +00:00
Owncast 2e98828813 Bundle embedded web app 2025-08-24 01:06:31 +00:00
renovate[bot]andGitHub 6f3f5a4046 fix(deps): update dependency @testing-library/jest-dom to v6.8.0 2025-08-22 16:49:24 +00:00
Owncast cbdb41512d Bundle embedded web app 2025-08-22 16:47:54 +00:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6c1c224823 chore(deps-dev): bump sha.js from 2.4.11 to 2.4.12 in /web (#4534)
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12.
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/sha.js/compare/v2.4.11...v2.4.12)

---
updated-dependencies:
- dependency-name: sha.js
  dependency-version: 2.4.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-22 09:41:14 -07:00
Owncast 07faee9a8e Bundle embedded web app 2025-08-21 04:41:36 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1767525d65 fix(deps): update dependency @testing-library/jest-dom to v6.7.0 (#4529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 21:35:05 -07:00