index
:
gitea
base-activitypub
feature-activitypub
feature-activitypub-old
feature-go-ap-inbox-outbox
feature-go-fed
feature-inbox-outbox
feature-manual-inbox-outbox
feature-manual-inbox-outbox-old
gitea
libreplanet-federation-demo
main
old
release/v1.10
release/v1.11
release/v1.12
release/v1.13
release/v1.14
release/v1.15
release/v1.16
release/v1.8
release/v1.9
Development moved to Codeberg
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models
/
repo_transfer.go
Age
Commit message (
Expand
)
Author
2023-01-08
Always reuse transaction (#22362)
Jason Song
2022-12-10
Rename almost all Ctx functions (#22071)
Lunny Xiao
2022-12-03
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-11-27
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-12
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-10-24
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-08-25
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-06-13
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-05-20
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-11
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-03-29
Move organization related structs into sub package (#18518)
Lunny Xiao
2021-12-12
Some repository refactors (#17950)
Lunny Xiao
2021-12-10
Move repository model into models/repo (#17933)
Lunny Xiao
2021-11-24
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-21
Remove NewSession method from db.Engine interface (#17577)
Lunny Xiao
2021-11-19
Use a standalone struct name for Organization (#17632)
Lunny Xiao
2021-09-27
Nicely handle missing user in collaborations (#17049)
zeripath
2021-09-24
Move login related structs and functions to models/login (#17093)
Lunny Xiao
2021-09-23
DBContext is just a Context (#17100)
zeripath
2021-09-19
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-08-12
[API] generalize list header (#16551)
6543
2021-07-15
Retry rename on lock induced failures (#16435)
zeripath
2021-03-23
Fix Migration 176 yet again (#15131)
zeripath
2021-03-22
Fix the v176 migration (#15110)
zeripath
2021-03-14
chore(models): rewrite code format. (#14754)
Bo-Yi Wu
2021-03-12
Never add labels not from this repository or organisation and remove org labe...
zeripath
2021-03-05
When transfering repository and database transaction failed, rollback the ren...
Lunny Xiao
2021-03-01
Repository transfer has to be confirmed, if user can not create repo for new ...
6543