merge from "streaming-v2"

This commit is contained in:
SrGooglo 2022-10-14 20:31:13 +02:00
parent add6ef872b
commit ed19bf27eb
330 changed files with 463 additions and 193 deletions

0
.DS_Store vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

2
docker-compose.yml Normal file → Executable file
View File

@ -10,6 +10,6 @@ services:
build: packages/server
restart: unless-stopped
ports:
- "3000:3000"
- "3010:3000"
env_file:
- .env

0
example.env Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
packages/.DS_Store vendored Normal file → Executable file
View File

0
packages/LICENSE Normal file → Executable file
View File

0
packages/app/.config.js Normal file → Executable file
View File

0
packages/app/.dockerignore Normal file → Executable file
View File

0
packages/app/.gitignore vendored Normal file → Executable file
View File

0
packages/app/Dockerfile Normal file → Executable file
View File

0
packages/app/capacitor.config.json Normal file → Executable file
View File

0
packages/app/config/index.js Normal file → Executable file
View File

0
packages/app/constants/defaultRemotesOrigins.json Normal file → Executable file
View File

0
packages/app/constants/defaultSettings.json Normal file → Executable file
View File

0
packages/app/constants/defaultSoundPack.json Normal file → Executable file
View File

0
packages/app/constants/defaultTheme.json Normal file → Executable file
View File

0
packages/app/constants/menu-contexts.js Normal file → Executable file
View File

0
packages/app/constants/publicRoutes.json Normal file → Executable file
View File

0
packages/app/constants/routes.json Normal file → Executable file
View File

0
packages/app/constants/settings/account/index.jsx Normal file → Executable file
View File

0
packages/app/constants/settings/app/index.jsx Normal file → Executable file
View File

View File

0
packages/app/constants/settings/apparence/index.jsx Normal file → Executable file
View File

0
packages/app/constants/settings/apparence/index.less Normal file → Executable file
View File

0
packages/app/constants/settings/extensions/index.jsx Normal file → Executable file
View File

0
packages/app/constants/settings/index.js Normal file → Executable file
View File

View File

View File

0
packages/app/constants/settings/security/index.jsx Normal file → Executable file
View File

0
packages/app/constants/settingsGroupsDecorator.json Normal file → Executable file
View File

0
packages/app/electron-builder.yml Normal file → Executable file
View File

0
packages/app/electron/main/configs/config.js Normal file → Executable file
View File

0
packages/app/electron/main/icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

0
packages/app/electron/main/index.js Normal file → Executable file
View File

0
packages/app/electron/main/statics/loading.css Normal file → Executable file
View File

0
packages/app/electron/main/statics/loading.html Normal file → Executable file
View File

0
packages/app/electron/main/statics/loading_dev.html Normal file → Executable file
View File

0
packages/app/electron/preload/index.js Normal file → Executable file
View File

0
packages/app/index.html Normal file → Executable file
View File

0
packages/app/package.json Normal file → Executable file
View File

0
packages/app/public/assets/new_file.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

0
packages/app/public/assets/no_song.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

0
packages/app/public/broken-image.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 667 B

After

Width:  |  Height:  |  Size: 667 B

0
packages/app/public/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

0
packages/app/public/logo_alt.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
packages/app/public/logo_full.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

0
packages/app/public/sounds/crash.wav Normal file → Executable file
View File

0
packages/app/public/sounds/error.wav Normal file → Executable file
View File

0
packages/app/public/sounds/notification.wav Normal file → Executable file
View File

0
packages/app/server.js Normal file → Executable file
View File

0
packages/app/src/App.jsx Normal file → Executable file
View File

0
packages/app/src/components/AboutApp/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/AboutApp/index.less Normal file → Executable file
View File

0
packages/app/src/components/ActionsBar/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/ActionsBar/index.less Normal file → Executable file
View File

View File

View File

View File

View File

0
packages/app/src/components/AdminTools/index.js Normal file → Executable file
View File

0
packages/app/src/components/AppSearcher/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/AppSearcher/index.less Normal file → Executable file
View File

0
packages/app/src/components/Clock/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/Clock/index.less Normal file → Executable file
View File

0
packages/app/src/components/CommentCreator/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/CommentCreator/index.less Normal file → Executable file
View File

0
packages/app/src/components/CommentsCard/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/CommentsCard/index.less Normal file → Executable file
View File

0
packages/app/src/components/Crash/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/Crash/index.less Normal file → Executable file
View File

View File

View File

View File

View File

0
packages/app/src/components/Creator/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/Creator/index.less Normal file → Executable file
View File

0
packages/app/src/components/DraggableDrawer/helpers.js Normal file → Executable file
View File

0
packages/app/src/components/DraggableDrawer/index.jsx Normal file → Executable file
View File

View File

View File

0
packages/app/src/components/FollowButton/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/FollowButton/index.less Normal file → Executable file
View File

0
packages/app/src/components/FollowersList/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/FollowersList/index.less Normal file → Executable file
View File

0
packages/app/src/components/Footer/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/Footer/index.less Normal file → Executable file
View File

0
packages/app/src/components/FormGenerator/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/FormGenerator/index.less Normal file → Executable file
View File

0
packages/app/src/components/HashtagTrendings/index.jsx Normal file → Executable file
View File

View File

0
packages/app/src/components/Icons/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/Image/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/ImageUploader/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/ImageViewer/index.jsx Normal file → Executable file
View File

0
packages/app/src/components/ImageViewer/index.less Normal file → Executable file
View File

0
packages/app/src/components/Layout/bottomBar/index.jsx Normal file → Executable file
View File

View File

Some files were not shown because too many files have changed in this diff Show More