mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-07 12:37:43 -05:00
[PR #44] [MERGED] V3 #757
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/44
Author: @arunavo4
Created: 7/16/2025
Status: ✅ Merged
Merged: 7/17/2025
Merged by: @arunavo4
Base:
main← Head:v3📝 Commits (10+)
46cf117Migrate to Drizzle kitb838310Added Better Auth6cfe439Fixing issues with Better Auth7cb414cFIxing issuesfad7851Added SSO and OIDC938a909tsc fixes58c6309Added Star Historyae41c4eUpdated README.md7cc4aa8Fix for mirroring issues for starred repositoriesbeedbafAdded Encryptions to All stored token and passwords📊 Changes
110 files changed (+21506 additions, -1894 deletions)
View changed files
📝
.env.example(+51 -16)📝
.gitignore(+1 -0)➕
CONTRIBUTING.md(+182 -0)📝
Dockerfile(+1 -0)➕
MIGRATION_GUIDE.md(+248 -0)📝
README.md(+100 -0)📝
bun.lock(+115 -0)📝
certs/README.md(+186 -99)📝
docker-compose.alt.yml(+1 -1)📝
docker-compose.dev.yml(+1 -1)📝
docker-compose.yml(+11 -1)📝
docker-entrypoint.sh(+111 -11)➕
docs/BETTER_AUTH_MIGRATION.md(+175 -0)➕
docs/BUILD_GUIDE.md(+205 -0)➕
docs/DEVELOPMENT_WORKFLOW.md(+355 -0)➕
docs/EXTENDING.md(+77 -0)➕
docs/README.md(+118 -0)➕
docs/SPONSOR_INTEGRATION.md(+91 -0)➕
docs/SSO-OIDC-SETUP.md(+205 -0)➕
drizzle.config.ts(+16 -0)...and 80 more files
📄 Description
Closes #41
Closes #29
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.