gabek
ef020551ae
Bundle embedded web app
2023-01-09 20:56:42 +00:00
renovate[bot]
6a60aa9509
fix(deps): update dependency react-virtuoso to v4 ( #2563 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-09 12:53:37 -08:00
gabek
b884ad9609
Bundle embedded web app
2023-01-09 18:51:08 +00:00
renovate[bot]
75f4b95c9c
chore(deps): update dependency eslint-config-prettier to v8.6.0 ( #2552 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-09 10:49:59 -08:00
renovate[bot]
c7cbebe838
chore(deps): update docker.io/ubuntu docker tag to v23 ( #2562 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-09 10:47:11 -08:00
renovate[bot]
68d79ed04d
fix(deps): update dependency style-dictionary to v3.7.2 ( #2554 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-09 10:46:50 -08:00
gabek
6d6a67f353
Bundle embedded web app
2023-01-09 09:13:44 +00:00
Gabe Kangas
c05a20a460
Use built-in Next layout support + lazy load
...
Instead of doing manual layout switching use the Nextjs nested layout
support. Also add some additional lazy loading of components. This is to
work on performance score re: #2167 .
2023-01-09 01:08:24 -08:00
Gabe Kangas
15747f86dd
Lazy load followers components
2023-01-09 01:08:24 -08:00
Gabe Kangas
6951943afe
Serve content with gzip encoding directly from our webserver. Improves performance re: #2167 . Closes #2566
2023-01-09 01:08:23 -08:00
renovate[bot]
70f0766186
Bundle embedded web app
2023-01-09 08:13:34 +00:00
renovate[bot]
6925257fb4
chore(deps): update typescript-eslint monorepo to v5.48.0
2023-01-09 07:52:37 +00:00
renovate[bot]
f1f4fc04cd
fix(deps): update module github.com/g8rswimmer/go-twitter/v2 to v2.1.5
2023-01-09 07:48:12 +00:00
renovate[bot]
30ae8a9416
fix(deps): update module golang.org/x/net to v0.5.0
2023-01-09 04:55:25 +00:00
gabek
3bac1cb1a6
Bundle embedded web app
2023-01-09 04:46:11 +00:00
Gabe Kangas
f95fbcc38b
Enable source maps in production
2023-01-08 20:41:46 -08:00
Gabe Kangas
1fbe89d703
Reduce SEO score and file issue to improve. #2565
2023-01-08 20:32:22 -08:00
gabek
547777ba3a
Bundle embedded web app
2023-01-09 04:06:57 +00:00
Gabe Kangas
e4a02dea91
No reason to use the Image component here
2023-01-08 20:03:06 -08:00
Gabe Kangas
1ed6692029
Create contrib directory and replace examples dir.
2023-01-08 18:37:50 -08:00
Gabe Kangas
a3ea88a5b9
Lower performance threshold even lower because everything is awful
2023-01-08 17:00:13 -08:00
renovate[bot]
d9e97200cb
fix(deps): update module github.com/aws/aws-sdk-go to v1.44.175
2023-01-09 00:55:24 +00:00
Gabe Kangas
e1c6ea9e21
Temporarily disable running Owncast under new user in #2496
2023-01-08 15:04:19 -08:00
Gabe Kangas
496bf3ecb3
Add details to temp dir removal error
2023-01-08 14:18:16 -08:00
Gabe Kangas
40c7d30c2e
Lower performance threshold until can be figured out
2023-01-05 02:35:55 -08:00
gabek
4f231a3bb1
Bundle embedded web app
2023-01-05 10:20:54 +00:00
Gabe Kangas
81c505d731
Hack to force scroll to very bottom at mount. For #2500
2023-01-05 02:16:37 -08:00
Gabe Kangas
3620c2eb7d
Fix lint warnings
2023-01-04 22:25:51 -08:00
Gabe Kangas
80ab351cbe
Add performance testing to Cypress results
2023-01-04 22:18:21 -08:00
renovate[bot]
74cbc949ea
chore(deps): update alpine docker tag to v3.17.0
2023-01-05 01:38:40 +00:00
gabek
752b614af8
Bundle embedded web app
2023-01-05 00:37:33 +00:00
gabek
f0b9ad867b
Prettified Code!
2023-01-05 00:35:08 +00:00
Gabe Kangas
2bd3ab82a9
Removing the attempt at an admin dark mode. #1904
2023-01-04 16:33:56 -08:00
gabek
a3d186e1a3
Bundle embedded web app
2023-01-05 00:10:57 +00:00
Gabe Kangas
505b0bb7e8
Start on admin dark theme. Closes #1904
2023-01-04 16:06:32 -08:00
gabek
e59ac558c5
Prettified Code!
2023-01-04 22:25:02 +00:00
Gabe Kangas
2675150cdf
Revert "improve stream testing script ( #2525 )"
...
This reverts commit e748d8f765
.
2023-01-04 14:22:55 -08:00
Meisam
2c6fd67276
set a non-root user for containers ( #2496 )
...
* change root user in dockerfile
* build container on push/pr
* grab docker build params from env
* consolidate container build
* rm unused container build workflow/script
* cleanup ci
* set user for earthly container build
* rm ci docker build for develop branch
* checkout full repo for docker builds
* read earthly push from env
* cleanup ci
* rm unsupported option for actions/checkout@v3
* check dockerfile in ci
* add dockerfile build to earthfile
* authenticate to GH only on schedule builds
* accurate name for dev container builder script
* add note to the dockerfile about earthfile
* document dev build process more clearly
2023-01-04 14:15:12 -08:00
Meisam
e748d8f765
improve stream testing script ( #2525 )
...
* merge testContent.sh into ocContent.sh
* detect ffmpeg
ffmpeg or ffmpeg.exe in path, current dir, or parent dir
* use ocTestStream in api test
* enable verbose logging for api tests
* log ffmpeg version
* change ffmpeg lookup order
* set path properly for using the local ffmpeg
* rm double space from transcoder error logs
* update tests for new video stream
do not test bitrate
* set test stream target to 127.0.0.1
* log ffmpeg path
* update ffmpeg to v4.4.1
* improve logs
* fix ffmpeg installer script
* fix api test runner
* fix logs
* install fonts
* cleanup
* use ocTestStream.sh for all automated tests
* cleanup ocTestStream.sh
* cleanup test/automated/hls/run.sh
* Fix misspell
* fix ffmpeg installer in automated test runners
* spell fix
* cleanup script
* rev quick api tests
* cleanup tmp paths properly in automated tests
* rm unused ffmpeg package
* cleanup
2023-01-04 14:12:05 -08:00
Meisam
dad5b28cc5
use randomString/Number from lib in api tests ( #2542 )
2023-01-04 14:09:51 -08:00
dependabot[bot]
e1d47d3507
Bump json5 from 2.2.0 to 2.2.2 in /test/automated/browser ( #2535 )
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 14:09:02 -08:00
dependabot[bot]
0870b71b62
Bump json5 from 2.1.3 to 2.2.2 in /test/automated/api ( #2536 )
...
Bumps [json5](https://github.com/json5/json5 ) from 2.1.3 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 14:08:42 -08:00
dependabot[bot]
0c0f8d9312
Bump json5 from 2.1.3 to 2.2.2 in /test/automated/hls ( #2537 )
...
Bumps [json5](https://github.com/json5/json5 ) from 2.1.3 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 14:08:24 -08:00
gabek
2607d90094
Bundle embedded web app
2023-01-04 21:58:53 +00:00
Harpreet Singh
2e56684314
Move enable save button logic to a use effect hook. This updates state without delay. ( #2548 )
2023-01-04 13:54:34 -08:00
renovate[bot]
112c522951
Bundle embedded web app
2023-01-03 19:01:52 +00:00
renovate[bot]
0d7fee33b6
chore(deps): lock file maintenance
2023-01-03 18:58:43 +00:00
renovate[bot]
297afab6df
Bundle embedded web app
2023-01-03 12:51:15 +00:00
renovate[bot]
4e5a5e59e0
chore(deps): update dependency eslint to v8.31.0
2023-01-03 09:16:11 +00:00
renovate[bot]
417fe50a14
chore(deps): update peter-evans/create-or-update-comment digest to 66af805
2023-01-03 02:14:09 +00:00