diff --git a/components/store/store.json b/components/store/store.json deleted file mode 100644 index 44b5961..0000000 --- a/components/store/store.json +++ /dev/null @@ -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 - } - } -} diff --git a/components/trad/traductions.json b/components/trad/traductions.json deleted file mode 100644 index 608d0bf..0000000 --- a/components/trad/traductions.json +++ /dev/null @@ -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" - } - } -} diff --git a/components/url/liens.json b/components/url/liens.json deleted file mode 100644 index f613dfa..0000000 --- a/components/url/liens.json +++ /dev/null @@ -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 - } - } -} diff --git a/extensions/.gitkeep b/extensions/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/extensions/documentation/config/settings.json b/extensions/documentation/config/settings.json deleted file mode 100644 index 0429639..0000000 --- a/extensions/documentation/config/settings.json +++ /dev/null @@ -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": {} -} diff --git a/extensions/documentation/documentation/1.0.0/full_documentation.json b/extensions/documentation/documentation/1.0.0/full_documentation.json deleted file mode 100644 index 6b86b78..0000000 --- a/extensions/documentation/documentation/1.0.0/full_documentation.json +++ /dev/null @@ -1,2340 +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-generation-date": "05/10/2022 9:18:59 PM" - }, - "x-strapi-config": { - "path": "/dokiman", - "showGeneratedFiles": true, - "generateDefaultResponse": 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": { - "/awtis": { - "get": { - "deprecated": false, - "description": "Find all the awtis's records", - "responses": { - "200": { - "description": "Retrieve awtis document(s)", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Awtis" - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Awtis" - ], - "parameters": [] - }, - "post": { - "deprecated": true, - "description": "Create a new awtis record", - "responses": { - "200": { - "description": "Retrieve awtis document(s)", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Awtis" - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Awtis" - ], - "requestBody": { - "description": "", - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/NewAwtis" - } - } - } - } - } - }, - "/awtis/count": { - "get": { - "deprecated": false, - "description": "Retrieve the number of awtis documents", - "responses": { - "200": { - "description": "Retrieve awtis document(s)", - "content": { - "application/json": { - "schema": { - "properties": { - "count": { - "type": "integer" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Awtis" - ], - "parameters": [] - } - }, - "/awtis/{id}": { - "get": { - "deprecated": false, - "description": "Find one awtis record", - "responses": { - "200": { - "description": "Retrieve awtis document(s)", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Awtis" - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Awtis" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "description": "", - "deprecated": false, - "required": true, - "schema": { - "type": "string" - } - } - ] - }, - "put": { - "deprecated": true, - "description": "Update a single awtis record", - "responses": { - "200": { - "description": "Retrieve awtis document(s)", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Awtis" - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Awtis" - ], - "requestBody": { - "description": "", - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/NewAwtis" - } - } - } - }, - "parameters": [ - { - "name": "id", - "in": "path", - "description": "", - "deprecated": false, - "required": true, - "schema": { - "type": "string" - } - } - ] - }, - "delete": { - "deprecated": true, - "description": "Delete a single awtis record", - "responses": { - "200": { - "description": "deletes a single awtis based on the ID supplied", - "content": { - "application/json": { - "schema": { - "type": "integer", - "format": "int64" - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Awtis" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "description": "", - "deprecated": false, - "required": true, - "schema": { - "type": "string" - } - } - ] - } - }, - "/komante": { - "get": { - "deprecated": false, - "description": "Find all the komante's records", - "responses": { - "200": { - "description": "Retrieve komante document(s)", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Komante" - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Komante" - ], - "parameters": [ - { - "name": "_limit", - "in": "query", - "required": false, - "description": "Maximum number of results possible", - "schema": { - "type": "integer" - }, - "deprecated": false - }, - { - "name": "_sort", - "in": "query", - "required": false, - "description": "Sort according to a specific field.", - "schema": { - "type": "string" - }, - "deprecated": false - }, - { - "name": "_start", - "in": "query", - "required": false, - "description": "Skip a specific number of entries (especially useful for pagination)", - "schema": { - "type": "integer" - }, - "deprecated": false - }, - { - "name": "=", - "in": "query", - "required": false, - "description": "Get entries that matches exactly your input", - "schema": { - "type": "string" - }, - "deprecated": false - }, - { - "name": "_ne", - "in": "query", - "required": false, - "description": "Get records that are not equals to something", - "schema": { - "type": "string" - }, - "deprecated": false - }, - { - "name": "_lt", - "in": "query", - "required": false, - "description": "Get record that are lower than a value", - "schema": { - "type": "string" - }, - "deprecated": false - }, - { - "name": "_lte", - "in": "query", - "required": false, - "description": "Get records that are lower than or equal to a value", - "schema": { - "type": "string" - }, - "deprecated": false - }, - { - "name": "_gt", - "in": "query", - "required": false, - "description": "Get records that are greater than a value", - "schema": { - "type": "string" - }, - "deprecated": false - }, - { - "name": "_gte", - "in": "query", - "required": false, - "description": "Get records that are greater than or equal a value", - "schema": { - "type": "string" - }, - "deprecated": false - }, - { - "name": "_contains", - "in": "query", - "required": false, - "description": "Get records that contains a value", - "schema": { - "type": "string" - }, - "deprecated": false - }, - { - "name": "_containss", - "in": "query", - "required": false, - "description": "Get records that contains (case sensitive) a value", - "schema": { - "type": "string" - }, - "deprecated": false - }, - { - "name": "_in", - "in": "query", - "required": false, - "description": "Get records that matches any value in the array of values", - "schema": { - "type": "array", - "items": { - "type": "string" - } - }, - "deprecated": false - }, - { - "name": "_nin", - "in": "query", - "required": false, - "description": "Get records that doesn't match any value in the array of values", - "schema": { - "type": "array", - "items": { - "type": "string" - } - }, - "deprecated": false - } - ] - }, - "post": { - "deprecated": false, - "description": "Create a new komante record", - "responses": { - "200": { - "description": "Retrieve komante document(s)", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Komante" - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Komante" - ], - "requestBody": { - "description": "", - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/NewKomante" - } - } - } - } - } - }, - "/komante/count": { - "get": { - "deprecated": false, - "description": "Retrieve the number of komante documents", - "responses": { - "200": { - "description": "Retrieve komante document(s)", - "content": { - "application/json": { - "schema": { - "properties": { - "count": { - "type": "integer" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Komante" - ], - "parameters": [] - } - }, - "/komante/{id}": { - "get": { - "deprecated": false, - "description": "Find one komante record", - "responses": { - "200": { - "description": "Retrieve komante document(s)", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Komante" - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Komante" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "description": "", - "deprecated": false, - "required": true, - "schema": { - "type": "string" - } - } - ] - }, - "put": { - "deprecated": false, - "description": "Update a single komante record", - "responses": { - "200": { - "description": "Retrieve komante document(s)", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Komante" - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Komante" - ], - "requestBody": { - "description": "", - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/NewKomante" - } - } - } - }, - "parameters": [ - { - "name": "id", - "in": "path", - "description": "", - "deprecated": false, - "required": true, - "schema": { - "type": "string" - } - } - ] - }, - "delete": { - "deprecated": false, - "description": "Delete a single komante record", - "responses": { - "200": { - "description": "deletes a single komante based on the ID supplied", - "content": { - "application/json": { - "schema": { - "type": "integer", - "format": "int64" - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Komante" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "description": "", - "deprecated": false, - "required": true, - "schema": { - "type": "string" - } - } - ] - } - }, - "/slugs": { - "get": { - "deprecated": false, - "description": "", - "responses": { - "200": { - "description": "response", - "content": { - "application/json": { - "schema": { - "properties": { - "foo": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Slugs" - ], - "parameters": [] - } - }, - "/teks": { - "get": { - "deprecated": false, - "description": "Find all the teks's records", - "responses": { - "200": { - "description": "Retrieve teks document(s)", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Teks" - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Teks" - ], - "parameters": [] - }, - "post": { - "deprecated": false, - "description": "Create a new teks record", - "responses": { - "200": { - "description": "Retrieve teks document(s)", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Teks" - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Teks" - ], - "requestBody": { - "description": "", - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/NewTeks" - } - } - } - } - } - }, - "/teks/count": { - "get": { - "deprecated": false, - "description": "Retrieve the number of teks documents", - "responses": { - "200": { - "description": "Retrieve teks document(s)", - "content": { - "application/json": { - "schema": { - "properties": { - "count": { - "type": "integer" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Teks" - ], - "parameters": [] - } - }, - "/teks/{id}": { - "get": { - "deprecated": false, - "description": "Find one teks record", - "responses": { - "200": { - "description": "Retrieve teks document(s)", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Teks" - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Teks" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "description": "", - "deprecated": false, - "required": true, - "schema": { - "type": "string" - } - } - ] - }, - "put": { - "deprecated": false, - "description": "Update a single teks record", - "responses": { - "200": { - "description": "Retrieve teks document(s)", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Teks" - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Teks" - ], - "requestBody": { - "description": "", - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/NewTeks" - } - } - } - }, - "parameters": [ - { - "name": "id", - "in": "path", - "description": "", - "deprecated": false, - "required": true, - "schema": { - "type": "string" - } - } - ] - }, - "delete": { - "deprecated": true, - "description": "Delete a single teks record", - "responses": { - "200": { - "description": "deletes a single teks based on the ID supplied", - "content": { - "application/json": { - "schema": { - "type": "integer", - "format": "int64" - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - }, - "default": { - "description": "unexpected error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Error" - } - } - } - } - }, - "summary": "", - "tags": [ - "Teks" - ], - "parameters": [ - { - "name": "id", - "in": "path", - "description": "", - "deprecated": false, - "required": true, - "schema": { - "type": "string" - } - } - ] - } - } - }, - "components": { - "schemas": { - "Awtis": { - "required": [ - "id", - "alias" - ], - "properties": { - "id": { - "type": "string" - }, - "alias": { - "type": "string" - }, - "prenon": { - "type": "string" - }, - "non": { - "type": "string" - }, - "biyografi": { - "type": "string" - }, - "nesans": { - "type": "string", - "format": "date" - }, - "foto": { - "type": "array", - "items": { - "required": [ - "id", - "name", - "hash", - "mime", - "size", - "url", - "provider" - ], - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "alternativeText": { - "type": "string" - }, - "caption": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "formats": { - "type": "object" - }, - "hash": { - "type": "string" - }, - "ext": { - "type": "string" - }, - "mime": { - "type": "string" - }, - "size": { - "type": "number" - }, - "url": { - "type": "string" - }, - "previewUrl": { - "type": "string" - }, - "provider": { - "type": "string" - }, - "provider_metadata": { - "type": "object" - }, - "related": { - "type": "string" - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - } - } - } - }, - "teks": { - "type": "array", - "items": { - "required": [ - "id", - "tit", - "transkripsyon" - ], - "properties": { - "id": { - "type": "string" - }, - "tit": { - "type": "string" - }, - "transkripsyon": { - "type": "string" - }, - "tradiksyon": { - "type": "component" - }, - "lanne": { - "type": "integer" - }, - "lyen": { - "type": "component" - }, - "awtis": { - "type": "array", - "items": { - "type": "string" - } - }, - "kouteyAchtey": { - "type": "component" - }, - "slug": { - "type": "string" - }, - "kouveti": { - "type": "string" - }, - "okiMizikID": { - "type": "integer" - }, - "user": { - "type": "string" - }, - "eksplisit": { - "type": "boolean" - }, - "komante": { - "type": "array", - "items": { - "type": "string" - } - }, - "forceSlug": { - "type": "boolean" - }, - "tradiksyonOtomatik": { - "type": "boolean" - }, - "userAdmin": { - "type": "string" - }, - "published_at": { - "type": "string" - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - } - } - } - }, - "user": { - "required": [ - "id", - "username", - "email" - ], - "properties": { - "id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "email": { - "type": "string" - }, - "provider": { - "type": "string" - }, - "password": { - "type": "string" - }, - "resetPasswordToken": { - "type": "string" - }, - "confirmationToken": { - "type": "string" - }, - "confirmed": { - "type": "boolean" - }, - "blocked": { - "type": "boolean" - }, - "role": { - "type": "string" - }, - "canAutoTranslate": { - "type": "boolean" - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - } - } - }, - "slug": { - "type": "string" - }, - "published_at": { - "type": "string", - "format": "date-time" - } - } - }, - "NewAwtis": { - "required": [ - "alias" - ], - "properties": { - "alias": { - "type": "string" - }, - "prenon": { - "type": "string" - }, - "non": { - "type": "string" - }, - "biyografi": { - "type": "string" - }, - "nesans": { - "type": "string", - "format": "date" - }, - "teks": { - "type": "array", - "items": { - "type": "string" - } - }, - "user": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "published_at": { - "type": "string", - "format": "date-time" - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - } - } - }, - "Komante": { - "required": [ - "id", - "kontni", - "sentAt" - ], - "properties": { - "id": { - "type": "string" - }, - "kontni": { - "type": "string" - }, - "user": { - "required": [ - "id", - "username", - "email" - ], - "properties": { - "id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "email": { - "type": "string" - }, - "provider": { - "type": "string" - }, - "password": { - "type": "string" - }, - "resetPasswordToken": { - "type": "string" - }, - "confirmationToken": { - "type": "string" - }, - "confirmed": { - "type": "boolean" - }, - "blocked": { - "type": "boolean" - }, - "role": { - "type": "string" - }, - "canAutoTranslate": { - "type": "boolean" - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - } - } - }, - "teks": { - "required": [ - "id", - "tit", - "transkripsyon" - ], - "properties": { - "id": { - "type": "string" - }, - "tit": { - "type": "string" - }, - "transkripsyon": { - "type": "string" - }, - "tradiksyon": { - "type": "component" - }, - "lanne": { - "type": "integer" - }, - "lyen": { - "type": "component" - }, - "awtis": { - "type": "array", - "items": { - "type": "string" - } - }, - "kouteyAchtey": { - "type": "component" - }, - "slug": { - "type": "string" - }, - "kouveti": { - "type": "string" - }, - "okiMizikID": { - "type": "integer" - }, - "user": { - "type": "string" - }, - "eksplisit": { - "type": "boolean" - }, - "komante": { - "type": "array", - "items": { - "type": "string" - } - }, - "forceSlug": { - "type": "boolean" - }, - "tradiksyonOtomatik": { - "type": "boolean" - }, - "userAdmin": { - "type": "string" - }, - "published_at": { - "type": "string" - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - } - } - }, - "sentAt": { - "type": "string", - "format": "date-time" - }, - "published_at": { - "type": "string", - "format": "date-time" - } - } - }, - "NewKomante": { - "required": [ - "kontni", - "sentAt" - ], - "properties": { - "kontni": { - "type": "string" - }, - "user": { - "type": "string" - }, - "teks": { - "type": "string" - }, - "sentAt": { - "type": "string", - "format": "date-time" - }, - "published_at": { - "type": "string", - "format": "date-time" - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - } - } - }, - "Teks": { - "required": [ - "id", - "tit", - "transkripsyon" - ], - "properties": { - "id": { - "type": "string" - }, - "tit": { - "type": "string" - }, - "transkripsyon": { - "type": "string" - }, - "tradiksyon": { - "type": "object", - "required": [ - "id" - ], - "properties": { - "id": { - "type": "string" - }, - "francais": { - "type": "string" - }, - "english": { - "type": "string" - }, - "espagnol": { - "type": "string" - }, - "deutsch": { - "type": "string" - }, - "italiano": { - "type": "string" - } - } - }, - "lanne": { - "type": "integer" - }, - "lyen": { - "type": "array", - "items": { - "type": "object", - "required": [ - "id", - "url", - "sit" - ], - "properties": { - "id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "sit": { - "type": "string", - "enum": [ - "Youtube", - "Peertube", - "Dailymotion", - "Vimeo", - "File", - "Lbry", - "Rumble" - ] - } - } - } - }, - "awtis": { - "type": "array", - "items": { - "required": [ - "id", - "alias" - ], - "properties": { - "id": { - "type": "string" - }, - "alias": { - "type": "string" - }, - "prenon": { - "type": "string" - }, - "non": { - "type": "string" - }, - "biyografi": { - "type": "string" - }, - "nesans": { - "type": "string" - }, - "foto": { - "type": "array", - "items": { - "type": "string" - } - }, - "teks": { - "type": "array", - "items": { - "type": "string" - } - }, - "user": { - "type": "string" - }, - "slug": { - "type": "string" - }, - "published_at": { - "type": "string" - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - } - } - } - }, - "kouteyAchtey": { - "type": "array", - "items": { - "type": "object", - "required": [ - "id", - "url", - "boutik" - ], - "properties": { - "id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "boutik": { - "type": "string", - "enum": [ - "Tidal", - "Spotify", - "Deezer", - "Qobuz", - "Youtubemusic", - "Applemusic", - "Amazon", - "Soundcloud" - ] - } - } - } - }, - "slug": { - "type": "string" - }, - "kouveti": { - "required": [ - "id", - "name", - "hash", - "mime", - "size", - "url", - "provider" - ], - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "alternativeText": { - "type": "string" - }, - "caption": { - "type": "string" - }, - "width": { - "type": "integer" - }, - "height": { - "type": "integer" - }, - "formats": { - "type": "object" - }, - "hash": { - "type": "string" - }, - "ext": { - "type": "string" - }, - "mime": { - "type": "string" - }, - "size": { - "type": "number" - }, - "url": { - "type": "string" - }, - "previewUrl": { - "type": "string" - }, - "provider": { - "type": "string" - }, - "provider_metadata": { - "type": "object" - }, - "related": { - "type": "string" - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - } - } - }, - "okiMizikID": { - "type": "integer" - }, - "user": { - "required": [ - "id", - "username", - "email" - ], - "properties": { - "id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "email": { - "type": "string" - }, - "provider": { - "type": "string" - }, - "password": { - "type": "string" - }, - "resetPasswordToken": { - "type": "string" - }, - "confirmationToken": { - "type": "string" - }, - "confirmed": { - "type": "boolean" - }, - "blocked": { - "type": "boolean" - }, - "role": { - "type": "string" - }, - "canAutoTranslate": { - "type": "boolean" - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - } - } - }, - "eksplisit": { - "type": "boolean" - }, - "komante": { - "type": "array", - "items": { - "required": [ - "id", - "kontni", - "sentAt" - ], - "properties": { - "id": { - "type": "string" - }, - "kontni": { - "type": "string" - }, - "user": { - "type": "string" - }, - "teks": { - "type": "string" - }, - "sentAt": { - "type": "string" - }, - "published_at": { - "type": "string" - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - } - } - } - }, - "forceSlug": { - "type": "boolean" - }, - "tradiksyonOtomatik": { - "type": "boolean" - }, - "userAdmin": { - "type": "string" - }, - "published_at": { - "type": "string", - "format": "date-time" - } - } - }, - "NewTeks": { - "required": [ - "tit", - "transkripsyon" - ], - "properties": { - "tit": { - "type": "string" - }, - "transkripsyon": { - "type": "string" - }, - "tradiksyon": { - "type": "object", - "required": [ - "id" - ], - "properties": { - "id": { - "type": "string" - }, - "francais": { - "type": "string" - }, - "english": { - "type": "string" - }, - "espagnol": { - "type": "string" - }, - "deutsch": { - "type": "string" - }, - "italiano": { - "type": "string" - } - } - }, - "lanne": { - "type": "integer" - }, - "lyen": { - "type": "array", - "items": { - "type": "object", - "required": [ - "id", - "url", - "sit" - ], - "properties": { - "id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "sit": { - "type": "string", - "enum": [ - "Youtube", - "Peertube", - "Dailymotion", - "Vimeo", - "File", - "Lbry", - "Rumble" - ] - } - } - } - }, - "awtis": { - "type": "array", - "items": { - "type": "string" - } - }, - "kouteyAchtey": { - "type": "array", - "items": { - "type": "object", - "required": [ - "id", - "url", - "boutik" - ], - "properties": { - "id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "boutik": { - "type": "string", - "enum": [ - "Tidal", - "Spotify", - "Deezer", - "Qobuz", - "Youtubemusic", - "Applemusic", - "Amazon", - "Soundcloud" - ] - } - } - } - }, - "slug": { - "type": "string" - }, - "okiMizikID": { - "type": "integer" - }, - "user": { - "type": "string" - }, - "eksplisit": { - "type": "boolean" - }, - "komante": { - "type": "array", - "items": { - "type": "string" - } - }, - "forceSlug": { - "type": "boolean" - }, - "tradiksyonOtomatik": { - "type": "boolean" - }, - "userAdmin": { - "type": "string" - }, - "published_at": { - "type": "string", - "format": "date-time" - }, - "created_by": { - "type": "string" - }, - "updated_by": { - "type": "string" - } - } - }, - "Error": { - "required": [ - "code", - "message" - ], - "properties": { - "code": { - "type": "integer", - "format": "int32" - }, - "message": { - "type": "string" - } - } - } - }, - "securitySchemes": { - "bearerAuth": { - "type": "http", - "scheme": "bearer", - "bearerFormat": "JWT" - } - } - }, - "tags": [ - { - "name": "Awtis" - }, - { - "name": "Komante" - }, - { - "name": "Slugs" - }, - { - "name": "Teks" - } - ] -} \ No newline at end of file diff --git a/extensions/documentation/public/index.html b/extensions/documentation/public/index.html deleted file mode 100644 index 0876abb..0000000 --- a/extensions/documentation/public/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - Swagger UI - - - - - - - -
- - - - - - diff --git a/extensions/documentation/public/login.html b/extensions/documentation/public/login.html deleted file mode 100644 index df88290..0000000 --- a/extensions/documentation/public/login.html +++ /dev/null @@ -1,136 +0,0 @@ - - Login - Documentation - - - - -
-
-
-
-
- -

Enter the password to access the documentation.

-
- Wrong password... - - - -
-
-
-
-
-
- - - \ No newline at end of file diff --git a/extensions/users-permissions/config/jwt.js b/extensions/users-permissions/config/jwt.js deleted file mode 100644 index ad4f11a..0000000 --- a/extensions/users-permissions/config/jwt.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - jwtSecret: process.env.JWT_SECRET || '3527426b-d513-44a5-b4c8-ee16494bab0d' -}; \ No newline at end of file diff --git a/extensions/users-permissions/models/User.settings.json b/extensions/users-permissions/models/User.settings.json deleted file mode 100644 index 96b6f7c..0000000 --- a/extensions/users-permissions/models/User.settings.json +++ /dev/null @@ -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 - } - } -}