1
0
Fork 0

Add missing password field to update user api doc

This commit is contained in:
Chocobozzz 2022-01-10 09:17:28 +01:00
parent a5a79d1542
commit 5097cbda4a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 11 additions and 10 deletions

View File

@ -96,7 +96,6 @@
}
}
.vjs-play-control {
@include disable-outline;
@ -281,6 +280,11 @@
max-width: $control-bar-icon-size;
height: 100%;
max-height: $control-bar-volume-slider-height;
&::before {
// Remove circle
content: '';
}
}
&:focus {

View File

@ -20,10 +20,6 @@ body {
font-size: $font-size;
color: pvar(--embedForegroundColor);
.vjs-volume-level::before {
content: ''; /* Remove Circle From Progress Bar */
}
.vjs-audio-button {
display: none;
}
@ -100,7 +96,6 @@ body {
}
.vjs-poster {
outline: none; /* Remove Blue Outline on Click*/
outline: 0;
}

View File

@ -6757,6 +6757,8 @@ components:
$ref: '#/components/schemas/UserRole'
adminFlags:
$ref: '#/components/schemas/UserAdminFlags'
password:
$ref: '#/components/schemas/password'
UpdateMe:
# see shared/models/users/user-update-me.model.ts:
properties:
@ -7228,13 +7230,13 @@ components:
- `13` NEW_INSTANCE_FOLLOWER
- `14` AUTO_INSTANCE_FOLLOWING
- `15` ABUSE_STATE_CHANGE
- `16` ABUSE_NEW_MESSAGE
- `17` NEW_PLUGIN_VERSION
- `18` NEW_PEERTUBE_VERSION
read:
type: boolean