Lunny Xiao
295b1d0f3d
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
5 years ago
Lanre Adelowo
ca508e6366
fix #3200 ( #6033 )
6 years ago
Morgan Bazalgette
8c916631f0
Handle refactor ( #3339 )
* Replace all ctx.Handle with ctx.ServerError or ctx.NotFound
* Change Handle(403) to NotFound, avoid using macaron's NotFound
7 years ago
Morlinest
14728a7dad
Remove redudant functions and code ( #2652 )
* Remove redudant functions and code
7 years ago
Ethan Koenig
e4e41c4830
Webhooks for repo creation/deletion ( #1663 )
* Webhooks for repo creation/deletion
* add createHookTask
* Add handles for GetSlackPayload and GetDiscordPayload
7 years ago
Bo-Yi Wu
25f3b2a9e2
fix: Admin can see all private repositories on Explore page. ( #1026 )
* fix: Admin can see all private repositories on Explore page.
* refactor: fix session
8 years ago
Bwko
af9ca1d20a
Added sorting to organizations, repos & users page ( #222 )
8 years ago
Lunny Xiao
b5a7692d63
Golint fixed for modules/setting ( #262 )
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
8 years ago
Lunny Xiao
62adaf24df
go lint fixed for routers/admin
8 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
8 years ago
Thibault Meyer
4356fe09dd
Ordering organizations and users by name
8 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
9835377f9c
Use struct for UI settings
9 years ago
Unknwon
ab114927b3
#13 fix admin can't search private repos
- update glide info
9 years ago
Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
9 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
9 years ago
Unknwon
ad91518721
remember page number when delete repo
9 years ago
Unknwon
ad998a52b9
#2063 Ability to delete repo from admin panel
9 years ago
Unknwon
feedcc6c31
#1693 minor fix
9 years ago
Antoine GIRARD
03579f6954
Fix admin repos new ui
9 years ago
Unknwon
f64c2b3fff
#697 disable captcha and new admin create user UI
9 years ago
Unknwon
d2aff9a46a
Continue working on new admin pages
10 years ago