owncast/web/components/config
Gabe Kangas b10ba1dcc2 Admin support for managing users (#245)
* First pass at displaying user data in admin

* Hide chat blurb on home page if chat is disabled

* Hide sidebar chat section if chat is disabled

* Block/unblock user interface for https://github.com/owncast/owncast/issues/1096

* Simplify past display name handling

* Updates to reflect the api access token change

* Update paths

* Clean up the new access token page

* Fix linter

* Update linter workflow action

* Cleanup

* Fix exception rendering table row

* Commit next-env file that seems to be required with next 11

* chat refactor - admin adjustments (#250)

* add useragent parser; clean up some html;

* some ui changes
- use modal instead of popover to confirm block/unblock user
- update styles, table styles for consistency
- rename some user/chat labels in nav and content

* format user info modal a bit

* add some sort of mild treatment and delay while processing ban of users

* rename button to 'ban'

* add some notes

* Prettified Code!

* fix disableChat toggle for nav bar

* Support sorting the disabled user list

* Fix linter error around table sorting

* No longer restoring messages on unban so change message prompt

* Standardize on forbiddenUsername terminology

* The linter broke the webhooks page. Fixed it. Linter is probably pissed.

* Move chat welcome message to chat config

* Other submenus don't have icons so remove these ones

Co-authored-by: gingervitis <omqmail@gmail.com>
Co-authored-by: gabek <gabek@users.noreply.github.com>
2021-07-19 22:02:02 -07:00
..
edit-custom-css.tsx Update Next to 11.0.1 (including lint & import fixes) (#248) 2021-07-09 11:42:01 -07:00
edit-directory.tsx rename toggleswitch-with-submit to just toggleswitch since by default it now will not submit unless you give it a prop to 2021-02-14 01:46:59 -08:00
edit-instance-details.tsx Admin support for managing users (#245) 2021-07-19 22:02:02 -07:00
edit-logo.tsx Update Next to 11.0.1 (including lint & import fixes) (#248) 2021-07-09 11:42:01 -07:00
edit-page-content.tsx Add targets to most of the doc links (#50) 2021-02-26 12:38:55 -08:00
edit-server-details.tsx Add server setting to disable chat (#61) 2021-03-14 11:39:07 -07:00
edit-social-links.tsx Update Next to 11.0.1 (including lint & import fixes) (#248) 2021-07-09 11:42:01 -07:00
edit-storage.tsx Prettified Code! 2021-07-02 23:07:40 +00:00
edit-tags.tsx Update Next to 11.0.1 (including lint & import fixes) (#248) 2021-07-09 11:42:01 -07:00
form-status-indicator.tsx add video passthrough field 2021-02-20 15:14:50 -08:00
form-textfield-with-submit.tsx Update Next to 11.0.1 (including lint & import fixes) (#248) 2021-07-09 11:42:01 -07:00
form-textfield.tsx Don't allow people to set their instance name to an empty string (or only whitespace) (#240) 2021-07-03 13:52:37 -07:00
form-toggleswitch.tsx rename toggleswitch-with-submit to just toggleswitch since by default it now will not submit unless you give it a prop to 2021-02-14 01:46:59 -08:00
reset-yp.tsx update readme; more style tweaks 2021-02-15 00:08:52 -08:00
social-icons-dropdown.tsx Update Next to 11.0.1 (including lint & import fixes) (#248) 2021-07-09 11:42:01 -07:00
video-codec-selector.tsx Update Next to 11.0.1 (including lint & import fixes) (#248) 2021-07-09 11:42:01 -07:00
video-latency.tsx Tweak latency message 2021-05-05 18:22:17 -07:00
video-variant-form.tsx fixes for various admin issues (#181) 2021-05-22 23:27:51 -07:00
video-variants-table.tsx Update Next to 11.0.1 (including lint & import fixes) (#248) 2021-07-09 11:42:01 -07:00