mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[PR #44] [MERGED] V3 #114
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.