owncast/web/components
mahmed2000 a7e5f20337
Implement admin password hashing with bcrypt (#3754)
* Add bcrypt hashing helpers

* SetAdminPassword now hashes the password before saving it

* BasicAuth now compares the bcrypt hash for the password

* Modify migration2 to avoid a double password hash when upgrading

* Add migration for bcrypt hashed password

* Do not show admin password hash as initial value

* Update api tests to compare the bcrypt hash of the admin password instead

* Remove old admin password api tests

---------

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2024-06-26 21:20:22 -07:00
..
action-buttons Migrated Storybook notation from CSF2 to CSF3 (#3412) 2023-11-06 19:35:05 -08:00
admin Implement admin password hashing with bcrypt (#3754) 2024-06-26 21:20:22 -07:00
chat Fixes for aria-live bugs (#3694) 2024-04-14 18:06:29 -07:00
common Migrated Storybook notation from CSF2 to CSF3 (#3412) 2023-11-06 19:35:05 -08:00
layouts Migrated Storybook notation from CSF2 to CSF3 (#3412) 2023-11-06 19:35:05 -08:00
modals added span tag to text (#3789) 2024-06-25 22:42:22 -07:00
ServerRendered Support CSP nonce for webv2. Closes #2127 2022-12-12 17:04:00 -08:00
stores Stop Firefox from adding mysterious hash (#3348) 2023-10-08 18:58:43 -07:00
theme fix: split out styles into two style tags. Should help #2989 2023-06-27 17:44:09 -07:00
TitleNotifier Add effect to set media session metadata (#3713) 2024-04-19 14:01:50 -07:00
ui Rework stream duration string formatting for the status bar (#3729) 2024-05-02 22:03:26 -07:00
video fix: add eventType support for touch devices (#3508) 2024-01-09 21:45:57 -08:00
workers/PushNotificationServiceWorker Use built-in Next layout support + lazy load 2023-01-09 01:08:24 -08:00
.eslintrc.js reafctor: normalize component formatting (#2082) 2022-09-07 00:00:28 -07:00
_COMPONENT_HOW_TO.md Use simpler example for ErrorBoundary 2023-03-14 21:34:36 -07:00