Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
64b5c247
Verified
Commit
64b5c247
authored
Nov 20, 2020
by
Rigel Kent
☕
Browse files
remove outdated badges, add authorization to caption routes
parent
de94ac86
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
64b5c247
...
...
@@ -43,10 +43,6 @@ Be part of a network of multiple small federated, interoperable video hosting pr
<br
/>
<a
href=
"https://david-dm.org/Chocobozzz/PeerTube?path=client&type=dev"
>
<img
src=
"https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client"
alt=
"devDependency Status"
/>
</a>
<a
href=
"https://automate.browserstack.com/public-build/T2g0SVQyMTJtYVRWaEZQTE9LdU9UU1ZDSkY5dTJ6dGlNRUVIajd4QlIwST0tLVdTQ1NUZ0pUTzRZT3lyZzkvWGNSZ1E9PQ==--278d3c68ae0827ce57e245e9f5a3b8c35d6e2278%"
>
<img
src=
"https://automate.browserstack.com/badge.svg?badge_key=T2g0SVQyMTJtYVRWaEZQTE9LdU9UU1ZDSkY5dTJ6dGlNRUVIajd4QlIwST0tLVdTQ1NUZ0pUTzRZT3lyZzkvWGNSZ1E9PQ==--278d3c68ae0827ce57e245e9f5a3b8c35d6e2278%"
/>
</a>
...
...
@@ -65,14 +61,6 @@ Be part of a network of multiple small federated, interoperable video hosting pr
<img
alt=
"test suite status"
src=
"https://github.com/Chocobozzz/PeerTube/workflows/Test%20Suite/badge.svg"
/>
</a>
<a
href=
"https://david-dm.org/Chocobozzz/PeerTube"
>
<img
src=
"https://david-dm.org/Chocobozzz/PeerTube.svg"
alt=
"Dependencies Status"
/>
</a>
<a
href=
"https://david-dm.org/Chocobozzz/PeerTube?type=dev"
>
<img
src=
"https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg"
alt=
"devDependency Status"
/>
</a>
<a
href=
"http://standardjs.com/"
>
<img
src=
"https://img.shields.io/badge/code%20style-standard-brightgreen.svg"
alt=
"JavaScript Style Guide"
/>
</a>
...
...
server/tools/package.json
View file @
64b5c247
...
...
@@ -8,8 +8,5 @@
"netrc-parser"
:
"^3.1.6"
,
"webtorrent-hybrid"
:
"^4.0.1"
},
"summon"
:
{
"silent"
:
true
},
"devDependencies"
:
{}
}
support/doc/api/openapi.yaml
View file @
64b5c247
...
...
@@ -306,7 +306,7 @@ paths:
-
Config
security
:
-
OAuth2
:
-
admin
-
admin
responses
:
'
200'
:
description
:
successful operation
...
...
@@ -320,7 +320,7 @@ paths:
-
Config
security
:
-
OAuth2
:
-
admin
-
admin
responses
:
'
200'
:
description
:
successful operation
...
...
@@ -336,7 +336,7 @@ paths:
-
Config
security
:
-
OAuth2
:
-
admin
-
admin
responses
:
'
200'
:
description
:
successful operation
...
...
@@ -345,7 +345,7 @@ paths:
summary
:
List instance jobs
security
:
-
OAuth2
:
-
admin
-
admin
tags
:
-
Job
parameters
:
...
...
@@ -455,7 +455,7 @@ paths:
post
:
security
:
-
OAuth2
:
-
admin
-
admin
tags
:
-
Instance Follows
summary
:
Follow a server
...
...
@@ -481,7 +481,7 @@ paths:
summary
:
Create a user
security
:
-
OAuth2
:
-
admin
-
admin
tags
:
-
Users
responses
:
...
...
@@ -545,7 +545,7 @@ paths:
summary
:
Delete a user
security
:
-
OAuth2
:
-
admin
-
admin
tags
:
-
Users
operationId
:
delUserId
...
...
@@ -634,7 +634,7 @@ paths:
summary
:
Get video imports of my user
security
:
-
OAuth2
:
-
user
-
user
tags
:
-
Videos
-
My User
...
...
@@ -711,7 +711,7 @@ paths:
summary
:
Get my user subscriptions
security
:
-
OAuth2
:
-
user
-
user
tags
:
-
My Subscriptions
parameters
:
...
...
@@ -727,7 +727,7 @@ paths:
summary
:
Add subscription to my user
security
:
-
OAuth2
:
-
user
-
user
requestBody
:
content
:
application/json
:
...
...
@@ -752,7 +752,7 @@ paths:
summary
:
Get if subscriptions exist for my user
security
:
-
OAuth2
:
-
user
-
user
tags
:
-
My Subscriptions
parameters
:
...
...
@@ -797,7 +797,7 @@ paths:
summary
:
Get subscription of my user
security
:
-
OAuth2
:
-
user
-
user
tags
:
-
My Subscriptions
parameters
:
...
...
@@ -813,7 +813,7 @@ paths:
summary
:
Delete subscription of my user
security
:
-
OAuth2
:
-
user
-
user
tags
:
-
My Subscriptions
parameters
:
...
...
@@ -1801,8 +1801,8 @@ paths:
summary
:
Delete an abuse
security
:
-
OAuth2
:
-
admin
-
moderator
-
admin
-
moderator
parameters
:
-
$ref
:
'
#/components/parameters/abuseId'
responses
:
...
...
@@ -1873,8 +1873,8 @@ paths:
summary
:
Block a video
security
:
-
OAuth2
:
-
admin
-
moderator
-
admin
-
moderator
tags
:
-
Video Blocks
parameters
:
...
...
@@ -1886,8 +1886,8 @@ paths:
summary
:
Unblock a video by its id
security
:
-
OAuth2
:
-
admin
-
moderator
-
admin
-
moderator
tags
:
-
Video Blocks
parameters
:
...
...
@@ -1904,8 +1904,8 @@ paths:
summary
:
List video blocks
security
:
-
OAuth2
:
-
admin
-
moderator
-
admin
-
moderator
parameters
:
-
name
:
type
in
:
query
...
...
@@ -1968,6 +1968,9 @@ paths:
/videos/{id}/captions/{captionLanguage}
:
put
:
summary
:
Add or replace a video caption
security
:
-
OAuth2
:
-
user
tags
:
-
Video Captions
parameters
:
...
...
@@ -1993,6 +1996,9 @@ paths:
description
:
video or language not found
delete
:
summary
:
Delete a video caption
security
:
-
OAuth2
:
-
user
tags
:
-
Video Captions
parameters
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment