]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add missing password field to update user api doc
authorChocobozzz <me@florianbigard.com>
Mon, 10 Jan 2022 08:17:28 +0000 (09:17 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 10 Jan 2022 09:08:14 +0000 (10:08 +0100)
client/src/sass/player/control-bar.scss
client/src/sass/player/peertube-skin.scss
support/doc/api/openapi.yaml

index dd4e33e759208f75e1bc2cceb0054b0a90eed0a6..2f76e599fa27f49bf864b85ae2bed8e44d128423 100644 (file)
@@ -96,7 +96,6 @@
     }
   }
 
-
   .vjs-play-control {
     @include disable-outline;
 
       max-width: $control-bar-icon-size;
       height: 100%;
       max-height: $control-bar-volume-slider-height;
+
+      &::before {
+        // Remove circle
+        content: '';
+      }
     }
 
     &:focus {
index 5f873d495367100f785d3f767c6c71263fd9d541..c420e825e9ec5dbacc6912c6d0613cbdd5de3f52 100644 (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;
   }
 
index 9bf5024bb02610df5ea3a5a3f21e3acbcb510060..5746d3a47f87c6220bc92bc6f104df838c90e13b 100644 (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