dev #44

Merged
admin merged 2 commits from dev into main 2026-07-15 11:13:20 +02:00
575 changed files with 20 additions and 11 deletions

0
.codex Normal file → Executable file
View File

4
.gitea/workflows/code-analysis.yml Normal file → Executable file
View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with: with:
clean: true clean: true
fetch-depth: 0 fetch-depth: 0
@@ -29,7 +29,7 @@ jobs:
echo "eslint entries in package.json:" && rg '"eslint"' package.json || true echo "eslint entries in package.json:" && rg '"eslint"' package.json || true
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with: with:
node-version: 22 node-version: 22
cache: npm cache: npm

0
.gitea/workflows/version-gate.yml Normal file → Executable file
View File

6
.github/workflows/android-ci.yml vendored Normal file → Executable file
View File

@@ -10,14 +10,14 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v4 uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: '17' java-version: '17'
- name: Cache Gradle - name: Cache Gradle
uses: actions/cache@v4 uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with: with:
path: | path: |
~/.gradle/caches ~/.gradle/caches

0
.gitignore vendored Normal file → Executable file
View File

0
.gitleaks.toml Normal file → Executable file
View File

0
.gitleaksignore Normal file → Executable file
View File

0
.nvmrc Normal file → Executable file
View File

0
.semgrepignore Normal file → Executable file
View File

0
ANDROID_ARCHITECTURE.md Normal file → Executable file
View File

0
ANDROID_KOTLIN_PLAN.md Normal file → Executable file
View File

0
ANDROID_PORT_TODO.md Normal file → Executable file
View File

0
ANDROID_REPO_ENDPOINTS.md Normal file → Executable file
View File

0
AUTH_README.md Normal file → Executable file
View File

0
DATENSCHUTZ.md Normal file → Executable file
View File

0
DATENSCHUTZ_UEBERSICHT.md Normal file → Executable file
View File

0
DEPLOYMENT.md Normal file → Executable file
View File

0
android-app/PLAYSTORE_ASSETS.md Normal file → Executable file
View File

0
android-app/app/build.gradle.kts Normal file → Executable file
View File

View File

0
android-app/app/local/release/app-local-release.aab Normal file → Executable file
View File

Binary file not shown.

0
android-app/app/proguard-rules.pro vendored Normal file → Executable file
View File

0
android-app/app/src/androidTest/AndroidManifest.xml Normal file → Executable file
View File

View File

0
android-app/app/src/debug/AndroidManifest.xml Normal file → Executable file
View File

0
android-app/app/src/main/AndroidManifest.xml Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

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