Matthias Loibl
929972fc8d
Fix imports found by goimports.
9 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
9 years ago
Unknwon
ea214daebe
#2018 able to sync now for mirrors
- Refactor code to use sync.UniqueQueue
- Closes #3509
9 years ago
Unknwon
d322f48f44
router/repo: code refactoring
9 years ago
Unknwon
11540e5abe
Web editor: improve code quality
9 years ago
Unknwon
1b8df92497
Minor naming improvement
9 years ago
Andrey Nering
10a5a8b7cf
On showing diff/file, use the tab_width specified on .editorconfig, if any ( #3241 )
Closes #3182
9 years ago
Unknwon
b04ef27a6a
#3233 code cleanup and minor issue fix
9 years ago
Andrew
1b58a11a1c
Wiki mirroring implementation ( #3233 )
* Implement wiki mirroring, add Update mirrors operation to admin dashboard
* bindata.go update after merge
* Implement checking Git repo endpoint existence, support for BB included
* Remove admin dashboard operation
Fix bindata.go
* Apply gofmt to repo model file
* Try to remove bindata from PR
* Revert accepted wiki names change in favor of better system
* Remove unused imports
9 years ago
Unknwon
8b4cb41262
#3399 500 for upstream pulls page if user has forked repository
9 years ago
Unknwon
603fd86ed1
#2825 early response 200 when ?go-get=1
9 years ago
Unknwon
d633b89ee9
#1601 support delete issue comment
9 years ago
Unknwon
b85aba0b67
Add org.getUserTeams to reduce redundant code
9 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
607de5e909
#2937 able to prohibit user login
9 years ago
Unknwon
bc2448daaa
models/repo: remove redundant info for some repo methods
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
9 years ago
Pablo Saavedra
5a99c23938
The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true ( #3246 )
Executed go fmt
getEngine() not handles DB parameters (#2972 ) (#2974 )
Uses .AllCols() for Update in updateMirror()
Spanish traslation removed
Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
9 years ago
Unknwon
8328452c5a
#1692 add admin APIs to add/remove a user from teams
10 years ago
Unknwon
5b25440502
#1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
10 years ago
Unknwon
da092dd05b
Convert all API handers to use *context.APIContext
10 years ago
Unknwon
2eadcbdb03
Add APIContext
10 years ago
Alec S
d49e8cad4e
remove errant debug statement
10 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
10 years ago