Gabe Kangas
b590e4f765
Add button to test chat msgs being added
4 years ago
Gabe Kangas
6314ed8667
Add performant list componant for rendering chat messages
4 years ago
Gabe Kangas
457dead455
Add some state logic based on enums
4 years ago
Gabe Kangas
4997c7c5ac
Fill out some more components + add application state enums
4 years ago
Gabe Kangas
e5d3b0e4ee
More blank components and stories to be filled in
4 years ago
Gabe Kangas
e0c073171d
Rename layout files
4 years ago
t1enne
b90eadcb4e
restructured components folders and layout ( #1886 )
4 years ago
Gabe Kangas
91b0db9c2e
Add placeholder components to be worked on
4 years ago
Gabe Kangas
07c6faad60
Add basic player component
4 years ago
Gabe Kangas
35546c0c6d
Added user registration call
4 years ago
Gabe Kangas
15ca73a438
WIP VideoPoster
4 years ago
Gabe Kangas
e2e21d915b
Initial api requests + stores + basic layout
4 years ago
Gabe Kangas
21af5ce020
Update readme instructions
4 years ago
Gabe Kangas
23a009d011
Merge remote-tracking branch 'admin/ui-components' into webv2
4 years ago
Gabe Kangas
eadd27b6c0
Some Storybook configuration
4 years ago
Gabe Kangas
88bbc80748
Update readme
4 years ago
Gabe Kangas
79bfa0145f
Moved admin to /admin and created blank placeholder for v2 frontend
4 years ago
gabek
75354527f6
Prettified Code!
4 years ago
Gabe Kangas
be441ae530
Add inter font to project
4 years ago
gabek
80b31af253
Prettified Code!
4 years ago
Gabe Kangas
e49948a215
Add colors to storybook
4 years ago
Gabe Kangas
19d6652c7a
Add blank colors page to fill in
4 years ago
Gabe Kangas
3ce6fd4cb3
Add support for less variables and using a custom theme
4 years ago
Gabe Kangas
1c77219a75
First pass at component library
4 years ago
Gabe Kangas
7a503fc282
Add auth icon to chat menu. Closes #1879
4 years ago
Gabe Kangas
6ee88f8a7d
Throw away latency values that seem invalid
4 years ago
Gabe Kangas
b2b791b365
Migrate forbidden and suggested usernames list to string slice. Closes #1873
4 years ago
Gabe Kangas
a29d6450cb
Add stream health tip of latency buffer level
4 years ago
Gabe Kangas
f34cc13225
Add link. Closes #1878
4 years ago
Owncast
3b0dc8aadb
Update admin to a818c03525600bc61e267b37cbf7d085a9da0471
4 years ago
Renovate Bot
7a2441e6ea
Lock file maintenance
4 years ago
Renovate Bot
a9f398975b
Lock file maintenance
4 years ago
Gabe Kangas
465aeb5c38
Disable chat settings dropdown if chat is disabled. Closes #1875
4 years ago
Owncast
9d4c69e3bc
Update admin to 010d335050608ee9b0bbac54073b780c542c462f
4 years ago
Gabe Kangas
55ce0c0869
Add some basic validation logic for form. Closes https://github.com/owncast/owncast/issues/1847
4 years ago
Owncast
3ed0920b7c
Update admin to 00fedee82d62cd83e11b294465ed5d5f63487515
4 years ago
Gabe Kangas
29ae557c0f
Tweak some stream health text
4 years ago
Gabe Kangas
1e1faec982
Reduce the bandwidth ratio requirement to fire compensator
4 years ago
Gabe Kangas
529cba84fd
Refactor migration to loop over each user instead of bulk inserts
4 years ago
Gabe Kangas
514fd17ed9
Access token migration
4 years ago
Owncast
93890f33c7
Update admin to 8dcdc01b790a6e431991308788fc8e9f6e3b9925
4 years ago
funkyhippo
8cead20b60
Generate proper StatusStates for errors from backend. ( #469 )
4 years ago
funkyhippo
a500a5f975
Add terminations to error repsonses in API. ( #1872 )
4 years ago
Owncast
c0aea77fe4
Update admin to 5ca1a9f13c2c576941a7e31dc837f6b26608d99b
4 years ago
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.
4 years ago
Owncast
e1c44d002b
Update admin to d681eacce18ff599b0ce7b4c534fcb63657a7e06
4 years ago
Gabe Kangas
d78e28fd47
Add link to notification documentation
4 years ago
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
4 years ago
gabek
8b7e2b945e
Prettified Code!
4 years ago
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
4 years ago