chore: supprimer les dossiers legacy extensions/ et components/
This commit is contained in:
@@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
"collectionName": "components_store_stores",
|
|
||||||
"info": {
|
|
||||||
"name": "Album",
|
|
||||||
"icon": "music",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"options": {},
|
|
||||||
"attributes": {
|
|
||||||
"url": {
|
|
||||||
"type": "string",
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"boutik": {
|
|
||||||
"type": "enumeration",
|
|
||||||
"enum": [
|
|
||||||
"Tidal",
|
|
||||||
"Spotify",
|
|
||||||
"Deezer",
|
|
||||||
"Qobuz",
|
|
||||||
"Youtubemusic",
|
|
||||||
"Applemusic",
|
|
||||||
"Amazon",
|
|
||||||
"Soundcloud"
|
|
||||||
],
|
|
||||||
"required": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"collectionName": "components_trad_traductions",
|
|
||||||
"info": {
|
|
||||||
"name": "traductions",
|
|
||||||
"icon": "spell-check",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"options": {},
|
|
||||||
"attributes": {
|
|
||||||
"francais": {
|
|
||||||
"type": "richtext"
|
|
||||||
},
|
|
||||||
"english": {
|
|
||||||
"type": "richtext"
|
|
||||||
},
|
|
||||||
"espagnol": {
|
|
||||||
"type": "richtext"
|
|
||||||
},
|
|
||||||
"deutsch": {
|
|
||||||
"type": "richtext"
|
|
||||||
},
|
|
||||||
"italiano": {
|
|
||||||
"type": "richtext"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"collectionName": "components_url_liens",
|
|
||||||
"info": {
|
|
||||||
"name": "liens",
|
|
||||||
"icon": "link",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"options": {},
|
|
||||||
"attributes": {
|
|
||||||
"url": {
|
|
||||||
"type": "string",
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"sit": {
|
|
||||||
"type": "enumeration",
|
|
||||||
"enum": [
|
|
||||||
"Youtube",
|
|
||||||
"Peertube",
|
|
||||||
"Dailymotion",
|
|
||||||
"Vimeo",
|
|
||||||
"File",
|
|
||||||
"Lbry",
|
|
||||||
"Rumble"
|
|
||||||
],
|
|
||||||
"required": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
{
|
|
||||||
"openapi": "3.0.0",
|
|
||||||
"info": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"title": "#OKi API Dokiman",
|
|
||||||
"description": "",
|
|
||||||
"termsOfService": null,
|
|
||||||
"contact": {
|
|
||||||
"name": "#OKi",
|
|
||||||
"email": "kontak@o-k-i.net",
|
|
||||||
"url": "https://o-k-i.net"
|
|
||||||
},
|
|
||||||
"license": null
|
|
||||||
},
|
|
||||||
"x-strapi-config": {
|
|
||||||
"path": "/dokiman",
|
|
||||||
"showGeneratedFiles": true,
|
|
||||||
"pluginsForWhichToGenerateDoc": []
|
|
||||||
},
|
|
||||||
"servers": [
|
|
||||||
{
|
|
||||||
"url": "https://api.o-k-i.net",
|
|
||||||
"description": "Production server"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "http://localhost:1337",
|
|
||||||
"description": "Development server"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "http://localhost:1337",
|
|
||||||
"description": "Staging server"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"externalDocs": null,
|
|
||||||
"security": [
|
|
||||||
{
|
|
||||||
"bearerAuth": []
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"paths": {},
|
|
||||||
"tags": [],
|
|
||||||
"components": {}
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,136 +0,0 @@
|
|||||||
<!DOCTYPE html><html><head>
|
|
||||||
<title>Login - Documentation</title>
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
font-size: 62.5%;
|
|
||||||
height: 100%;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
height: 100%;
|
|
||||||
margin: 0;
|
|
||||||
background-color: #ffffff;
|
|
||||||
font-family: 'Lato';
|
|
||||||
font-size: 1.4rem;
|
|
||||||
font-weight: 400;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login {
|
|
||||||
height: 100%;
|
|
||||||
background-color: #F6F9FC;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .login-form {
|
|
||||||
height: calc(100% - 70px);
|
|
||||||
padding: 68px 0 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .login-form form {
|
|
||||||
position: relative;
|
|
||||||
max-width: 460px;
|
|
||||||
padding: 26px 30px;
|
|
||||||
margin: 55px auto 0;
|
|
||||||
background-color: #ffffff;
|
|
||||||
border-radius: 3px;
|
|
||||||
box-shadow: 0px 2px 4px rgba(91, 107, 174, .15);
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .login-form form:before {
|
|
||||||
position: absolute;
|
|
||||||
content: '';
|
|
||||||
top: 0px;
|
|
||||||
left: 0;
|
|
||||||
display: inline-block;
|
|
||||||
width: 100%;
|
|
||||||
height: 2px;
|
|
||||||
background-color: #2B66CC;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .login-form form .error {
|
|
||||||
display: block;
|
|
||||||
color: #FF4E00;
|
|
||||||
padding-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .login-form .sub-title {
|
|
||||||
margin-top: 35px;
|
|
||||||
font-size: 1.6rem;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .login-form .logo{
|
|
||||||
max-height: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .login-form form label {
|
|
||||||
display: block;
|
|
||||||
margin-bottom: 18px;
|
|
||||||
width: 100%;
|
|
||||||
text-align: left;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .login-form form input {
|
|
||||||
outline: none;
|
|
||||||
width: calc(100% - 30px);
|
|
||||||
height: 36px;
|
|
||||||
padding: 0 15px;
|
|
||||||
border: 1px solid #ECECEC;
|
|
||||||
border-radius: 2px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
line-height: 36px;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .login-form form input[type=submit] {
|
|
||||||
cursor: pointer;
|
|
||||||
display: inline-block;
|
|
||||||
width: auto;
|
|
||||||
margin: 12px auto 0;
|
|
||||||
padding: 0 75px;
|
|
||||||
background: transparent;
|
|
||||||
border-radius: 36px;
|
|
||||||
border: 1px solid #2B66CC;
|
|
||||||
color: #2B66CC;
|
|
||||||
text-transform: uppercase;
|
|
||||||
font-size: 1.4rem;
|
|
||||||
font-weight: 700;
|
|
||||||
transition: all .2s ease-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login .login-form form input[type=submit]:hover {
|
|
||||||
background: #2B66CC;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="login">
|
|
||||||
<section class="login-form">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-lg-6 col-lg-offset-3 col-md-12">
|
|
||||||
<img alt="Strapi logo" class="logo" src="https://strapi.io/assets/images/logo_login.png">
|
|
||||||
<h2 class="sub-title">Enter the password to access the documentation.</h2>
|
|
||||||
<form method="post" action="/dokiman/login">
|
|
||||||
<span class="error">Wrong password...</span>
|
|
||||||
<label>Password</label>
|
|
||||||
<input type="password" name="password" placeholder="•••••••••">
|
|
||||||
<input type="submit" value="Login">
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</body></html>
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
jwtSecret: process.env.JWT_SECRET || '3527426b-d513-44a5-b4c8-ee16494bab0d'
|
|
||||||
};
|
|
||||||
@@ -1,78 +0,0 @@
|
|||||||
{
|
|
||||||
"kind": "collectionType",
|
|
||||||
"collectionName": "users-permissions_user",
|
|
||||||
"info": {
|
|
||||||
"name": "user",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"options": {
|
|
||||||
"draftAndPublish": false,
|
|
||||||
"timestamps": true,
|
|
||||||
"privateAttributes": [
|
|
||||||
"createdAt",
|
|
||||||
"updatedAt",
|
|
||||||
"created_at",
|
|
||||||
"updated_at"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"attributes": {
|
|
||||||
"username": {
|
|
||||||
"type": "string",
|
|
||||||
"minLength": 3,
|
|
||||||
"unique": true,
|
|
||||||
"configurable": false,
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"email": {
|
|
||||||
"type": "email",
|
|
||||||
"minLength": 6,
|
|
||||||
"configurable": false,
|
|
||||||
"required": true,
|
|
||||||
"private": true
|
|
||||||
},
|
|
||||||
"provider": {
|
|
||||||
"type": "string",
|
|
||||||
"configurable": false,
|
|
||||||
"private": true
|
|
||||||
},
|
|
||||||
"password": {
|
|
||||||
"type": "password",
|
|
||||||
"minLength": 6,
|
|
||||||
"configurable": false,
|
|
||||||
"private": true
|
|
||||||
},
|
|
||||||
"resetPasswordToken": {
|
|
||||||
"type": "string",
|
|
||||||
"configurable": false,
|
|
||||||
"private": true
|
|
||||||
},
|
|
||||||
"confirmationToken": {
|
|
||||||
"type": "string",
|
|
||||||
"configurable": false,
|
|
||||||
"private": true
|
|
||||||
},
|
|
||||||
"confirmed": {
|
|
||||||
"type": "boolean",
|
|
||||||
"default": false,
|
|
||||||
"configurable": false,
|
|
||||||
"private": true
|
|
||||||
},
|
|
||||||
"blocked": {
|
|
||||||
"type": "boolean",
|
|
||||||
"default": false,
|
|
||||||
"configurable": false,
|
|
||||||
"private": true
|
|
||||||
},
|
|
||||||
"role": {
|
|
||||||
"model": "role",
|
|
||||||
"via": "users",
|
|
||||||
"plugin": "users-permissions",
|
|
||||||
"configurable": false,
|
|
||||||
"private": true
|
|
||||||
},
|
|
||||||
"canAutoTranslate": {
|
|
||||||
"type": "boolean",
|
|
||||||
"private": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user