1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-04 19:11:26 +02:00
gitea/routers/admin
Lunny Xiao 9e85358777
Move some repositories' operations to a standalone service package (#8557)
* Move some repositories' operations to a standalone service package

* improve code

* remove unused codes

* add rollback when fork failed

* add repo when return
2019-10-26 14:54:11 +08:00
..
admin_test.go
admin.go
auths.go
hooks.go
main_test.go
notice.go
orgs.go
repos.go Move some repositories' operations to a standalone service package (#8557) 2019-10-26 14:54:11 +08:00
users_test.go Fix password complexity regex for special characters (on master) (#8525) 2019-10-16 11:09:58 +08:00
users.go Password Complexity Checks (#6230) 2019-10-14 16:24:26 +01:00