Gabe Kangas
e5d3b0e4ee
More blank components and stories to be filled in
2022-04-28 14:36:05 -07:00
Gabe Kangas
e0c073171d
Rename layout files
2022-04-28 12:57:51 -07:00
t1enne
b90eadcb4e
restructured components folders and layout ( #1886 )
2022-04-28 09:54:33 -07:00
Gabe Kangas
91b0db9c2e
Add placeholder components to be worked on
2022-04-27 23:19:45 -07:00
Gabe Kangas
07c6faad60
Add basic player component
2022-04-26 19:29:13 -07:00
Gabe Kangas
35546c0c6d
Added user registration call
2022-04-26 14:04:35 -07:00
Gabe Kangas
15ca73a438
WIP VideoPoster
2022-04-26 13:50:14 -07:00
Gabe Kangas
e2e21d915b
Initial api requests + stores + basic layout
2022-04-25 23:10:07 -07:00
Gabe Kangas
21af5ce020
Update readme instructions
2022-04-25 19:10:29 -07:00
Gabe Kangas
23a009d011
Merge remote-tracking branch 'admin/ui-components' into webv2
2022-04-25 18:48:07 -07:00
Gabe Kangas
eadd27b6c0
Some Storybook configuration
2022-04-25 15:55:05 -07:00
Gabe Kangas
88bbc80748
Update readme
2022-04-25 15:54:38 -07:00
Gabe Kangas
79bfa0145f
Moved admin to /admin and created blank placeholder for v2 frontend
2022-04-25 15:54:37 -07:00
gabek
75354527f6
Prettified Code!
2022-04-25 15:52:39 -07:00
Gabe Kangas
be441ae530
Add inter font to project
2022-04-25 15:52:39 -07:00
gabek
80b31af253
Prettified Code!
2022-04-25 15:52:39 -07:00
Gabe Kangas
e49948a215
Add colors to storybook
2022-04-25 15:52:39 -07:00
Gabe Kangas
19d6652c7a
Add blank colors page to fill in
2022-04-25 15:52:39 -07:00
Gabe Kangas
3ce6fd4cb3
Add support for less variables and using a custom theme
2022-04-25 15:52:38 -07:00
Gabe Kangas
1c77219a75
First pass at component library
2022-04-25 15:52:38 -07:00
Gabe Kangas
7a503fc282
Add auth icon to chat menu. Closes #1879
2022-04-25 15:34:19 -07:00
Gabe Kangas
6ee88f8a7d
Throw away latency values that seem invalid
2022-04-25 14:52:33 -07:00
Gabe Kangas
b2b791b365
Migrate forbidden and suggested usernames list to string slice. Closes #1873
2022-04-25 14:31:29 -07:00
Gabe Kangas
a29d6450cb
Add stream health tip of latency buffer level
2022-04-25 14:31:28 -07:00
Gabe Kangas
f34cc13225
Add link. Closes #1878
2022-04-25 14:31:28 -07:00
Owncast
3b0dc8aadb
Update admin to a818c03525600bc61e267b37cbf7d085a9da0471
2022-04-25 14:56:53 +00:00
Renovate Bot
7a2441e6ea
Lock file maintenance
2022-04-25 14:54:19 +00:00
Renovate Bot
a9f398975b
Lock file maintenance
2022-04-25 13:39:37 +00:00
Gabe Kangas
465aeb5c38
Disable chat settings dropdown if chat is disabled. Closes #1875
2022-04-24 19:07:33 -07:00
Owncast
9d4c69e3bc
Update admin to 010d335050608ee9b0bbac54073b780c542c462f
2022-04-25 01:47:22 +00:00
Gabe Kangas
55ce0c0869
Add some basic validation logic for form. Closes https://github.com/owncast/owncast/issues/1847
2022-04-24 18:44:32 -07:00
Owncast
3ed0920b7c
Update admin to 00fedee82d62cd83e11b294465ed5d5f63487515
2022-04-24 23:50:50 +00:00
Gabe Kangas
29ae557c0f
Tweak some stream health text
2022-04-24 16:48:46 -07:00
Gabe Kangas
1e1faec982
Reduce the bandwidth ratio requirement to fire compensator
2022-04-23 18:50:18 -07:00
Gabe Kangas
529cba84fd
Refactor migration to loop over each user instead of bulk inserts
2022-04-23 18:12:59 -07:00
Gabe Kangas
514fd17ed9
Access token migration
2022-04-23 18:12:58 -07:00
Owncast
93890f33c7
Update admin to 8dcdc01b790a6e431991308788fc8e9f6e3b9925
2022-04-23 20:54:16 +00:00
funkyhippo
8cead20b60
Generate proper StatusStates for errors from backend. ( #469 )
2022-04-23 13:52:04 -07:00
funkyhippo
a500a5f975
Add terminations to error repsonses in API. ( #1872 )
2022-04-23 13:19:17 -07:00
Owncast
c0aea77fe4
Update admin to 5ca1a9f13c2c576941a7e31dc837f6b26608d99b
2022-04-23 16:40:07 +00:00
funkyhippo
f625c31279
Fixes and enhancements to the client table. ( #468 )
...
* Fix sorting and order for name.
* Add the ability to sort display names.
* Remove no-unstable-nested-components rule.
* Use includes() rather than startsWith() for better 'searching' semantics.
2022-04-23 09:37:28 -07:00
Owncast
e1c44d002b
Update admin to d681eacce18ff599b0ce7b4c534fcb63657a7e06
2022-04-23 00:35:15 +00:00
Gabe Kangas
d78e28fd47
Add link to notification documentation
2022-04-22 17:32:25 -07:00
Gabe Kangas
a082cf3a77
Fediverse-based authentication ( #1846 )
...
* Able to authenticate user against IndieAuth. For #1273
* WIP server indieauth endpoint. For https://github.com/owncast/owncast/issues/1272
* Add migration to remove access tokens from user
* Add authenticated bool to user for display purposes
* Add indieauth modal and auth flair to display names. For #1273
* Validate URLs and display errors
* Renames, cleanups
* Handle relative auth endpoint paths. Add error handling for missing redirects.
* Disallow using display names in use by registered users. Closes #1810
* Verify code verifier via code challenge on callback
* Use relative path to authorization_endpoint
* Post-rebase fixes
* Use a timestamp instead of a bool for authenticated
* Propertly handle and display error in modal
* Use auth'ed timestamp to derive authenticated flag to display in chat
* Fediverse chat auth via OTP
* Increase validity time just in case
* Add fediverse auth into auth modal
* Text, validation, cleanup updates for fedi auth
* Fix typo
* Remove unused images
* Remove unused file
* Add chat display name to auth modal text
2022-04-22 17:23:14 -07:00
gabek
8b7e2b945e
Prettified Code!
2022-04-22 20:03:34 +00:00
t1enne
635e872be3
changed followers tab to 24 per page ( #1855 )
...
* changed followers tab to 24 per page
* Update followers.js
fixed noFollowers message not spanning
2022-04-22 13:03:06 -07:00
Gabe Kangas
7935bcf5f3
Guard against possible invalid tech usage
2022-04-22 10:49:13 -07:00
Renovate Bot
a8fff63500
Update module github.com/aws/aws-sdk-go to v1.43.44
2022-04-22 09:57:24 +00:00
Renovate Bot
d351dc3be1
Update golang.org/x/net digest to 1d1ef93
2022-04-22 04:44:19 +00:00
Gabe Kangas
f173b8deca
do not make migration failure fatal temporarily
2022-04-21 21:05:49 -07:00