merge from local
68
.github/workflows/codeql-analysis.yml
vendored
@ -1,68 +0,0 @@
|
|||||||
# For most projects, this workflow file will not need changing; you simply need
|
|
||||||
# to commit it to your repository.
|
|
||||||
#
|
|
||||||
# You may wish to alter this file to override the set of languages analyzed,
|
|
||||||
# or to provide custom queries or build logic.
|
|
||||||
name: "CodeQL"
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
branches: [master]
|
|
||||||
schedule:
|
|
||||||
- cron: '0 0 * * *'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
analyze:
|
|
||||||
name: Analyze
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
# Override automatic language detection by changing the below list
|
|
||||||
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
|
|
||||||
language: ['javascript']
|
|
||||||
# Learn more...
|
|
||||||
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
# We must fetch at least the immediate parents so that if this is
|
|
||||||
# a pull request then we can checkout the head.
|
|
||||||
fetch-depth: 2
|
|
||||||
|
|
||||||
# If this run was triggered by a pull request event, then checkout
|
|
||||||
# the head of the pull request instead of the merge commit.
|
|
||||||
- run: git checkout HEAD^2
|
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
|
||||||
- name: Initialize CodeQL
|
|
||||||
uses: github/codeql-action/init@v1
|
|
||||||
with:
|
|
||||||
languages: ${{ matrix.language }}
|
|
||||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
|
||||||
# By default, queries listed here will override any specified in a config file.
|
|
||||||
# Prefix the list here with "+" to use these queries and those in the config file.
|
|
||||||
# queries: ./path/to/local/query, your-org/your-repo/queries@main
|
|
||||||
|
|
||||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
|
||||||
# If this step fails, then you should remove it and run the build manually (see below)
|
|
||||||
- name: Autobuild
|
|
||||||
uses: github/codeql-action/autobuild@v1
|
|
||||||
|
|
||||||
# ℹ️ Command-line programs to run using the OS shell.
|
|
||||||
# 📚 https://git.io/JvXDl
|
|
||||||
|
|
||||||
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
|
|
||||||
# and modify them (or add more) to build your code if your project
|
|
||||||
# uses a compiled language
|
|
||||||
|
|
||||||
#- run: |
|
|
||||||
# make bootstrap
|
|
||||||
# make release
|
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
|
||||||
uses: github/codeql-action/analyze@v1
|
|
0
.gitmodules
vendored
Normal file → Executable file
0
.ignorepackages
Normal file → Executable file
0
CODE_OF_CONDUCT.md
Normal file → Executable file
0
CODE_STYLE.md
Normal file → Executable file
0
CONTRIBUTING.md
Normal file → Executable file
18
api-ports.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# API SERVICES PORT TABLE
|
||||||
|
|
||||||
|
3000 -> main
|
||||||
|
3001 -> posts
|
||||||
|
3002 -> files
|
||||||
|
3003 -> music
|
||||||
|
3004 -> chats
|
||||||
|
3005 -> marketplace
|
||||||
|
3006 -> sync
|
||||||
|
3007 -> mail
|
||||||
|
3008 -> unallocated
|
||||||
|
3009 -> unallocated
|
||||||
|
3010 -> unallocated
|
||||||
|
3011 -> unallocated
|
||||||
|
3012 -> unallocated
|
||||||
|
3013 -> unallocated
|
||||||
|
3014 -> unallocated
|
||||||
|
3015 -> unallocated
|
0
changelogs/v0-45-0.md
Normal file → Executable file
0
changelogs/v0-45-1.md
Normal file → Executable file
0
changelogs/v0-45-2.md
Normal file → Executable file
0
changelogs/v0-46-0.md
Normal file → Executable file
0
changelogs/v0-46-1.md
Normal file → Executable file
0
changelogs/v0-47-0.md
Normal file → Executable file
0
changelogs/v0-47-1.md
Normal file → Executable file
0
changelogs/v0-47-2.md
Normal file → Executable file
0
changelogs/v0-47-3.md
Normal file → Executable file
0
changelogs/v0-47-4.md
Normal file → Executable file
0
changelogs/v0-47-5.md
Normal file → Executable file
0
changelogs/v0-48-0.md
Normal file → Executable file
0
changelogs/v0-48-1.md
Normal file → Executable file
0
changelogs/v0-48-2.md
Normal file → Executable file
0
changelogs/v0-49-0.md
Normal file → Executable file
0
changelogs/v0-49-1.md
Normal file → Executable file
0
changelogs/v0-49-2.md
Normal file → Executable file
0
changelogs/v0-49-3.md
Normal file → Executable file
0
changelogs/v0-50-0.md
Normal file → Executable file
0
changelogs/v0-50-1.md
Normal file → Executable file
0
changelogs/v0-50-2.md
Normal file → Executable file
0
changelogs/v0-50-3.md
Normal file → Executable file
0
changelogs/v0-50-4.md
Normal file → Executable file
0
changelogs/v0-51-0.md
Normal file → Executable file
0
changelogs/v0-51-1.md
Normal file → Executable file
0
changelogs/v0-52-0.md
Normal file → Executable file
0
changelogs/v0-52-1.md
Normal file → Executable file
0
changelogs/v0-52-2.md
Normal file → Executable file
0
changelogs/v0-53-0.md
Normal file → Executable file
0
changelogs/v0-53-1.md
Normal file → Executable file
0
changelogs/v0-53-2.md
Normal file → Executable file
0
changelogs/v0-54-0.md
Normal file → Executable file
0
changelogs/v0-54-1.md
Normal file → Executable file
0
changelogs/v0-54-2.md
Normal file → Executable file
0
changelogs/v0-54-3.md
Normal file → Executable file
0
changelogs/v0-54-4.md
Normal file → Executable file
0
changelogs/v0-55-0.md
Normal file → Executable file
0
changelogs/v0-56-0.md
Normal file → Executable file
0
changelogs/v0-56-1.md
Normal file → Executable file
0
changelogs/v0-56-2.md
Normal file → Executable file
0
changelogs/v0-56-3.md
Normal file → Executable file
0
changelogs/v0-57-0.md
Normal file → Executable file
0
changelogs/v0-57-1.md
Normal file → Executable file
0
changelogs/v0-57-2.md
Normal file → Executable file
0
changelogs/v0-57-3.md
Normal file → Executable file
0
changelogs/v0-57-4.md
Normal file → Executable file
0
changelogs/v0-57-5.md
Normal file → Executable file
0
changelogs/v0-57-6.md
Normal file → Executable file
0
changelogs/v0-58-0.md
Normal file → Executable file
0
changelogs/v0-58-1.md
Normal file → Executable file
0
changelogs/v0-58-2.md
Normal file → Executable file
0
changelogs/v0-59-0.md
Normal file → Executable file
0
changelogs/v0-59-1.md
Normal file → Executable file
0
changelogs/v0-60-1.md
Normal file → Executable file
0
changelogs/v0-60-2.md
Normal file → Executable file
0
changelogs/v0-60-3.md
Normal file → Executable file
0
ecosystem.config.js
Normal file → Executable file
@ -1 +1 @@
|
|||||||
Subproject commit 13b01b21d6b63ecddd8625781a69355861d38db5
|
Subproject commit c011f2353f8db14a2ed287015d108c2620098a84
|
@ -5,12 +5,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"wrapper:dev": "node ./packages/wrapper/src/index.js --dev",
|
"wrapper:dev": "node ./packages/wrapper/src/index.js --dev",
|
||||||
"dev": "concurrently -k -n Client,Server,Marketplace,Chat,File,Music,Sync -c bgCyan,auto \"yarn dev:client\" \"yarn dev:server\" \"yarn dev:marketplace_server\" \"yarn dev:chat_server\" \"yarn dev:file_server\" \"yarn dev:music_server\" \"yarn dev:sync_server\"",
|
"dev": "concurrently -k \"yarn dev:client\" \"yarn dev:server\"",
|
||||||
"dev:file_server": "cd packages/file_server && yarn dev",
|
|
||||||
"dev:music_server": "cd packages/music_server && yarn dev",
|
|
||||||
"dev:chat_server": "cd packages/chat_server && yarn dev",
|
|
||||||
"dev:marketplace_server": "cd packages/marketplace_server && yarn dev",
|
|
||||||
"dev:sync_server": "cd packages/sync_server && yarn dev",
|
|
||||||
"dev:server": "cd packages/server && yarn dev",
|
"dev:server": "cd packages/server && yarn dev",
|
||||||
"dev:client": "cd packages/app && yarn dev",
|
"dev:client": "cd packages/app && yarn dev",
|
||||||
"release": "node ./scripts/release.js",
|
"release": "node ./scripts/release.js",
|
||||||
@ -23,7 +18,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"7zip-min": "1.4.3",
|
"7zip-min": "1.4.3",
|
||||||
"axios": "^1.4.0",
|
"axios": "^1.4.0",
|
||||||
"corenode": "^0.28.26",
|
"@ragestudio/hermes": "^0.1.1",
|
||||||
"dotenv": "16.0.3",
|
"dotenv": "16.0.3",
|
||||||
"octokit": "^2.0.14"
|
"octokit": "^2.0.14"
|
||||||
},
|
},
|
||||||
|
0
packages/app/android/.gitignore
vendored
Normal file → Executable file
0
packages/app/android/.idea/.gitignore
generated
vendored
Normal file → Executable file
0
packages/app/android/.idea/compiler.xml
generated
Normal file → Executable file
0
packages/app/android/.idea/jarRepositories.xml
generated
Normal file → Executable file
0
packages/app/android/.idea/misc.xml
generated
Normal file → Executable file
0
packages/app/android/app/.gitignore
vendored
Normal file → Executable file
0
packages/app/android/app/build.gradle
Normal file → Executable file
0
packages/app/android/app/capacitor.build.gradle
Normal file → Executable file
0
packages/app/android/app/proguard-rules.pro
vendored
Normal file → Executable file
0
packages/app/android/app/release/output-metadata.json
Normal file → Executable file
0
packages/app/android/app/src/main/AndroidManifest.xml
Normal file → Executable file
0
packages/app/android/app/src/main/java/com/ragestudio/comty/MainActivity.java
Normal file → Executable file
0
packages/app/android/app/src/main/res/drawable-land-hdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
0
packages/app/android/app/src/main/res/drawable-land-ldpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
0
packages/app/android/app/src/main/res/drawable-land-mdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
0
packages/app/android/app/src/main/res/drawable-land-night-hdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
0
packages/app/android/app/src/main/res/drawable-land-night-ldpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
0
packages/app/android/app/src/main/res/drawable-land-night-mdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
0
packages/app/android/app/src/main/res/drawable-land-night-xhdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
0
packages/app/android/app/src/main/res/drawable-land-night-xxhdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
0
packages/app/android/app/src/main/res/drawable-land-night-xxxhdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
0
packages/app/android/app/src/main/res/drawable-land-xhdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
0
packages/app/android/app/src/main/res/drawable-land-xxhdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
0
packages/app/android/app/src/main/res/drawable-land-xxxhdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
0
packages/app/android/app/src/main/res/drawable-night/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
0
packages/app/android/app/src/main/res/drawable-port-hdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
0
packages/app/android/app/src/main/res/drawable-port-ldpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
0
packages/app/android/app/src/main/res/drawable-port-mdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
0
packages/app/android/app/src/main/res/drawable-port-night-hdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
0
packages/app/android/app/src/main/res/drawable-port-night-ldpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
0
packages/app/android/app/src/main/res/drawable-port-night-mdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
0
packages/app/android/app/src/main/res/drawable-port-night-xhdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
0
packages/app/android/app/src/main/res/drawable-port-night-xxhdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
0
packages/app/android/app/src/main/res/drawable-port-night-xxxhdpi/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |