Commit Graph
100 Commits
Author SHA1 Message Date
Gabe Kangas caa170e4ef Start new chat config sections 2021-06-21 20:19:20 -07:00
Gabe KangasandGitHub 0583a99148 Copy over stalebot config from core repo 2021-06-21 09:47:55 -07:00
Gabe Kangas 238842bb66 eslint configs have been merged. https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21 2021-06-15 23:16:45 -07:00
Gabe Kangas a4fcab8390 Add eslint config next 2021-06-15 23:10:56 -07:00
Gabe Kangas aa7f7f58dd Show RTMP port on home page. Closes https://github.com/owncast/owncast/issues/1049 2021-05-24 22:23:44 -07:00
Gabe KangasandGitHub 8437a6fb78 Remove checkout ref 2021-05-24 16:19:33 -07:00
Gabe KangasandGitHub eb1c03c15f Add some additional details in readme 2021-05-06 14:48:10 -07:00
Gabe Kangas 9150fba317 Tweak latency message 2021-05-05 18:22:17 -07:00
Gabe Kangas 7254a8ee09 Update latency levels 2021-05-05 17:19:12 -07:00
Gabe Kangas 09c50321c7 Rename disable chat to hide chat 2021-05-01 21:04:24 -07:00
Gabe KangasandGitHub 8eeea83aa5 Removing from dependabot reviews 2021-04-26 23:30:12 -07:00
Gabe KangasandGitHub 34e1dcfc52 Update linter.yml 2021-04-23 08:49:19 -07:00
Gabe KangasandGitHub 3bfd0fd700 Don't run code formatting for dependabot 2021-04-20 23:51:48 -07:00
Gabe KangasandGitHub 6966d13940 pull_request -> pull_request_target 2021-04-19 23:12:35 -07:00
Gabe Kangas 3989f7d49f Remove collapse and shrink text a bit since it can be too big on longer urls 2021-04-19 18:24:04 -07:00
Gabe KangasandGitHub bf819c3804 Update linter.yml 2021-04-19 18:00:45 -07:00
Gabe Kangas 95e3a1d4c5 Fix layout of checkboxes in modals. Closes https://github.com/owncast/owncast/issues/945 2021-04-19 17:59:04 -07:00
Gabe KangasandGitHub c5109b7daa branch name is no longer supported in config 2021-04-19 10:01:10 -07:00
Gabe KangasandGitHub 1dc802fb08 Update linter.yml 2021-04-19 09:53:05 -07:00
Gabe Kangas d2145b5b62 Point to web page doc in css component 2021-04-16 12:03:49 -07:00
Gabe Kangas 01f3ab9a27 Add confirmation popup for codec selection. Closes https://github.com/owncast/owncast/issues/891 2021-04-13 13:54:58 -07:00
Gabe Kangas 2a5d8d37d0 Layout and text around codec selection 2021-04-13 13:54:58 -07:00
Gabe Kangas 45b9d4fcfb CPU Usage -> Hardware usage 2021-04-13 13:54:58 -07:00
Gabe Kangas cad99d9cb3 Tweak latency setting text 2021-04-13 13:54:58 -07:00
Gabe Kangas dba1654807 Fix links 2021-04-13 13:54:58 -07:00
Gabe Kangas f04f385f2b Start codec selection in admin 2021-04-13 13:54:57 -07:00
Gabe Kangas 4794339b8a Update charting libraries 2021-04-12 19:56:37 -07:00
Gabe Kangas 5b01240992 Revert "Bump @types/chart.js from 2.9.31 to 2.9.32 (#111)"
This reverts commit 70729bc8c0b1b1ab7e6c8c7765aa44bc04075311.
2021-04-12 00:30:18 -07:00
Gabe Kangas 810a8a7e3f allow empty and/or missing news 2021-04-11 23:56:41 -07:00
Gabe Kangas 6ebe52c5f4 Experiment with colapsing details 2021-04-08 20:57:50 -07:00
Gabe Kangas e87358aa5b Force logo to re-load after uploading new image. Closes https://github.com/owncast/owncast/issues/894 2021-04-07 22:51:27 -07:00
Gabe Kangas 8751dd5e91 Explicity send no referrer headers to external requests for privacy 2021-04-04 20:18:31 -07:00
Gabe Kangas 190b15e592 Limit icon size. Closes https://github.com/owncast/owncast/issues/890 2021-04-04 20:06:26 -07:00
Gabe Kangas 70f33b624f Show loading spinner for news component 2021-04-04 18:43:55 -07:00
Gabe Kangas a6fa16c1bf Add key to ArticleItem list 2021-04-04 18:30:38 -07:00
Gabe Kangas 3fc7619367 Clear actions modal on save 2021-03-31 21:34:55 -07:00
Gabe Kangas dc40bb234a add jsx-no-target-blank to eslint config 2021-03-27 18:03:43 -07:00
Gabe KangasandGitHub ec53040edc Fix admin lint/prettier workflow 2021-03-27 17:58:44 -07:00
Gabe KangasandGitHub 9602538098 Truncate url and limit width of social content (#89)
* Truncate and limit width of social list. closes https://github.com/owncast/owncast/issues/845

* Remove new class and allow text to wrap in existing css class
2021-03-27 16:38:27 -07:00
Gabe Kangas e244111bbb Fix broken urls. Closes https://github.com/owncast/owncast/issues/798 2021-03-25 20:43:50 -07:00
ea1ed11e72 Changing server url was resetting other updated fields (#86)
* changing url was resetting other fields. Closes https://github.com/owncast/owncast/issues/854

* specify config path for various instanceDetails fields instead

* fix react warning

Co-authored-by: gingervitis <omqmail@gmail.com>
2021-03-24 14:12:22 -07:00
Gabe Kangas aefe884daf Stop leaking instances via links. Closes https://github.com/owncast/owncast/issues/822 2021-03-22 20:43:58 -07:00
Gabe Kangas 2f27f516dc Only allow SSLed urls for external actions. Closes https://github.com/owncast/owncast/issues/833 2021-03-17 21:26:27 -07:00
Gabe KangasandGitHub 195ac23bb2 Admin support for creating 3rd party external link actions (#72)
* WIP external actions

* Add comment

* Add support for external actions icons and colors
2021-03-15 15:27:19 -07:00
8bac350f61 Add server setting to disable chat (#61)
* Add server setting to disable chat

* Prettified Code!

Co-authored-by: gabek <gabek@users.noreply.github.com>
2021-03-14 11:39:07 -07:00
Gabe KangasandGitHub ec3fe3d505 Specify checkout ref for prettier. Reorder jobs 2021-03-14 11:31:03 -07:00
6669d9e425 Support setting a custom name for a stream output variant (#64)
* Display+set video stream output variant names

* Merge in admin updates

* Prettified Code!

* Fix build

* Prettified Code!

Co-authored-by: gabek <gabek@users.noreply.github.com>
2021-03-11 13:39:36 -08:00
Gabe KangasandGitHub 2d65b5ee18 Add prettier to linter file 2021-03-11 01:08:33 -08:00
Gabe KangasandGitHub 96bbe37869 Moving prettier run into the linter file 2021-03-11 01:07:29 -08:00
Gabe KangasandGitHub d54c8336b7 Add nebunez to dependabot alerts 2021-03-10 16:47:16 -08:00
Gabe Kangas 174a4891fd Fix typo 2021-03-07 23:00:23 -08:00
Gabe Kangas 88e659e8fb Fix broken image 2021-03-07 19:51:49 -08:00
Gabe Kangas 4232ff52b0 Fix text style breaking build 2021-03-07 15:52:58 -08:00
Gabe Kangas 582b234528 Add a link to adding geo details about viewers 2021-03-05 01:01:31 -08:00
Gabe Kangas 6f6b4c0aa1 Fix thumbnail url 2021-03-05 00:52:45 -08:00
Gabe Kangas f64699b379 Add source param to documentation links 2021-03-04 00:53:50 -08:00
Gabe Kangas 55f5406e5f Default empty width/height as 0 when cleared. Closes https://github.com/owncast/owncast/issues/781 2021-03-02 19:10:23 -08:00
Gabe KangasandGitHub 679ed7cc56 Merge pull request #52 from owncast/jv-772-thumbnail-size
fix: set thumbnail image to fixed size and fix label color
2021-02-26 14:17:13 -08:00
Gabe KangasandGitHub 3b69b59c0d Merge pull request #44 from owncast/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.15.2
Bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2
2021-02-22 23:39:00 -08:00
Gabe KangasandGitHub d782ea57b3 Merge pull request #45 from owncast/dependabot/npm_and_yarn/typescript-eslint/parser-4.15.2
Bump @typescript-eslint/parser from 4.15.1 to 4.15.2
2021-02-22 23:23:23 -08:00
Gabe KangasandGitHub 17e8fe0b70 Merge pull request #42 from owncast/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.15.1
Bump @typescript-eslint/eslint-plugin from 4.3.0 to 4.15.1
2021-02-21 23:08:08 -08:00
Gabe KangasandGitHub e883f72ccc Merge pull request #41 from owncast/dependabot/npm_and_yarn/types/node-14.14.31
Bump @types/node from 14.14.28 to 14.14.31
2021-02-21 23:07:18 -08:00
Gabe KangasandGitHub 862a2a0be7 Merge pull request #40 from owncast/dependabot/npm_and_yarn/sass-1.32.8
Bump sass from 1.32.7 to 1.32.8
2021-02-21 23:06:50 -08:00
Gabe Kangas 03df7fecba Support passthrough in video settings + link to docs 2021-02-20 16:08:59 -08:00
Gabe KangasandGitHub 74c81dc461 Merge pull request #30 from owncast/0.0.6
0.0.6 -> master
2021-02-18 22:24:43 -08:00
Gabe KangasandGitHub 01771ae8cb Merge branch 'master' into 0.0.6 2021-02-18 22:21:46 -08:00
Gabe KangasandGitHub 89ad66751b Merge pull request #39 from owncast/dependabot/npm_and_yarn/eslint-7.20.0
Bump eslint from 7.10.0 to 7.20.0
2021-02-18 22:19:14 -08:00
Gabe KangasandGitHub dca436b2e6 Merge pull request #36 from owncast/dependabot/npm_and_yarn/eslint-config-airbnb-18.2.1
Bump eslint-config-airbnb from 18.2.0 to 18.2.1
2021-02-17 23:22:39 -08:00
Gabe KangasandGitHub fc2ee3ff5b Merge pull request #35 from owncast/dependabot/npm_and_yarn/eslint-plugin-react-hooks-4.2.0
Bump eslint-plugin-react-hooks from 4.1.2 to 4.2.0
2021-02-17 22:31:42 -08:00
Gabe KangasandGitHub fb693e1c85 Merge pull request #34 from owncast/dependabot/npm_and_yarn/eslint-config-prettier-7.2.0
Bump eslint-config-prettier from 6.12.0 to 7.2.0
2021-02-17 22:30:55 -08:00
Gabe Kangas 2938777022 Add 90fps as an option, tweak cpu usage + bitrate notes 2021-02-17 15:50:04 -08:00
Gabe Kangas b647e7d575 Use hook properly when doing upgrade check 2021-02-17 11:56:34 -08:00
Gabe Kangas e3472226d2 Add offline homepage info box about the directory if it's disabled 2021-02-17 11:40:22 -08:00
Gabe Kangas 1e22371968 Tweak some wording about the directory 2021-02-17 11:39:52 -08:00
Gabe KangasandGitHub e71a237211 Merge pull request #32 from owncast/dependabot/npm_and_yarn/ant-design/icons-4.5.0
Bump @ant-design/icons from 4.2.2 to 4.5.0
2021-02-17 09:37:03 -08:00
Gabe KangasandGitHub 52c7c48e1e Merge pull request #33 from owncast/dependabot/npm_and_yarn/prettier-2.2.1
Bump prettier from 2.1.2 to 2.2.1
2021-02-17 09:35:11 -08:00
Gabe KangasandGitHub e816b4d0e5 Merge pull request #31 from owncast/dependabot/npm_and_yarn/eslint-plugin-jsx-a11y-6.4.1
Bump eslint-plugin-jsx-a11y from 6.3.1 to 6.4.1
2021-02-17 09:32:06 -08:00
Gabe Kangas 8bd7c77a11 Fix linter suggestions 2021-02-16 11:41:24 -08:00
Gabe Kangas ea965847dc Change how URLs are validated. Closes https://github.com/owncast/owncast/issues/728 2021-02-16 11:24:54 -08:00
Gabe Kangas 07c110cedc Shorten help page section titles. Closes https://github.com/owncast/owncast/issues/730 2021-02-16 10:38:09 -08:00
Gabe Kangas e32e8d1bb3 Point to just the image path to try to resolve the built version of the admin image loading 2021-02-16 10:08:52 -08:00
Gabe Kangas d86acad338 Bump react version per Next's suggestion 2021-02-16 09:42:57 -08:00
Gabe Kangas 8acbbb27c6 Pin next to 10.0.0 to troubleshoot broken images 2021-02-16 09:27:20 -08:00
Gabe KangasandGitHub 29d25f090d Merge branch 'master' into 0.0.6 2021-02-15 22:20:36 -08:00
Gabe KangasandGitHub 20f5dc1ee3 Merge pull request #28 from owncast/dependabot/npm_and_yarn/types/react-17.0.2
Bump @types/react from 16.9.49 to 17.0.2
2021-02-15 22:16:57 -08:00
Gabe KangasandGitHub e6c65c21b2 Merge pull request #27 from owncast/dependabot/npm_and_yarn/types/node-14.14.28
Bump @types/node from 14.11.2 to 14.14.28
2021-02-15 22:13:31 -08:00
Gabe KangasandGitHub d15c4ef333 Merge pull request #29 from owncast/dependabot/npm_and_yarn/typescript-eslint/parser-4.15.1
Bump @typescript-eslint/parser from 4.3.0 to 4.15.1
2021-02-15 22:12:58 -08:00
Gabe KangasandGitHub 800965c455 Merge pull request #23 from owncast/admin-css-overhaul-pt3
Admin css overhaul pt3
2021-02-15 21:34:33 -08:00
Gabe Kangas ee5e462c59 Update hint texts and add links to documentation 2021-02-15 14:08:53 -08:00
Gabe Kangas c5e2e9aa58 Point to static logo path due to the logo backend change 2021-02-15 12:08:42 -08:00
Gabe KangasandGitHub 8f026d484f Merge pull request #25 from owncast/dependabot/npm_and_yarn/next-10.0.6
Bump next from 10.0.0 to 10.0.6
2021-02-15 11:52:12 -08:00
Gabe KangasandGitHub 66e58e578d Merge pull request #26 from owncast/dependabot/npm_and_yarn/eslint-plugin-react-7.22.0
Bump eslint-plugin-react from 7.21.2 to 7.22.0
2021-02-14 23:06:54 -08:00
Gabe KangasandGitHub d2753ac0f5 Merge pull request #24 from owncast/dependabot/npm_and_yarn/sass-1.32.7
Bump sass from 1.26.11 to 1.32.7
2021-02-14 23:06:20 -08:00
Gabe Kangas b706b7eb2e Merge remote-tracking branch 'origin' into 0.0.6 2021-02-13 00:26:12 -08:00
Gabe KangasandGitHub e5e174e707 Merge pull request #20 from owncast/dependabot/npm_and_yarn/react-markdown-5.0.3
Bump react-markdown from 5.0.2 to 5.0.3
2021-02-12 22:05:51 -08:00
Gabe KangasandGitHub 9b4f633c85 Merge pull request #21 from owncast/dependabot/npm_and_yarn/types/chart.js-2.9.30
Bump @types/chart.js from 2.9.28 to 2.9.30
2021-02-12 22:05:13 -08:00
Gabe KangasandGitHub fde181d4ee Merge pull request #22 from owncast/dependabot/npm_and_yarn/eslint-plugin-prettier-3.3.1
Bump eslint-plugin-prettier from 3.1.4 to 3.3.1
2021-02-12 22:04:54 -08:00
Gabe Kangas 685b2c6f3d Add dependabot config 2021-02-12 16:08:25 -08:00
Gabe Kangas 250acbf6e9 Update webhook text 2021-02-10 00:27:02 -08:00
Gabe Kangas 8484baac28 Make access token and webhooks buttons look correct 2021-02-10 00:17:16 -08:00