♻️Removed unused websockets

This commit is contained in:
Anton SHEPILOV
2024-05-24 00:19:31 +02:00
parent 757a4759f8
commit 6f0bfbcd09
51 changed files with 7 additions and 1620 deletions
@@ -19,7 +19,6 @@ describe("The Documents Browser Window and API", () => {
"user",
"files",
"auth",
"realtime",
"statistics",
"platform-services",
"documents",
@@ -28,10 +28,8 @@ describe("the Drive feature", () => {
"user",
"search",
"files",
"websocket",
"messages",
"auth",
"realtime",
"channels",
"counter",
"statistics",
@@ -45,10 +45,8 @@ describe("the Drive feature", () => {
"user",
"search",
"files",
"websocket",
"messages",
"auth",
"realtime",
"channels",
"counter",
"statistics",
@@ -25,10 +25,8 @@ describe("the Drive Search feature", () => {
"user",
"search",
"files",
"websocket",
"messages",
"auth",
"realtime",
"channels",
"statistics",
"platform-services",
@@ -39,10 +39,8 @@ describe("the Drive Tdrive tabs feature", () => {
"user",
"search",
"files",
"websocket",
"messages",
"auth",
"realtime",
"channels",
"counter",
"statistics",
@@ -32,10 +32,8 @@ describe("the Drive feature", () => {
"user",
"search",
"files",
"websocket",
"messages",
"auth",
"realtime",
"channels",
"counter",
"statistics",
@@ -44,10 +44,8 @@ describe("the My Drive feature", () => {
"user",
"search",
"files",
"websocket",
"messages",
"auth",
"realtime",
"channels",
"counter",
"statistics",
@@ -44,10 +44,8 @@ describe("the public links feature", () => {
"user",
"search",
"files",
"websocket",
"messages",
"auth",
"realtime",
"channels",
"counter",
"statistics",
@@ -12,16 +12,6 @@
"endpoint": "http://localhost:9200"
}
},
"websocket": {
"path": "/socket",
"adapters": {
"types": ["redis"],
"redis": {
"host": "localhost",
"port": 6379
}
}
},
"auth": {
"jwt": {
"secret": "supersecret"
@@ -22,7 +22,6 @@ describe("The /users/quota API", () => {
"database",
"search",
"message-queue",
"websocket",
"applications",
"webserver",
"user",
@@ -13,7 +13,6 @@ describe("The /users API", () => {
"database",
"search",
"message-queue",
"websocket",
"webserver",
"user",
"auth",
@@ -27,7 +27,6 @@ describe("The /users API", () => {
"database",
"search",
"message-queue",
"websocket",
"applications",
"webserver",
"user",