Commit Graph

211 Commits (3ae1d7a59f007b37718a4fcd229baf62a6606fd4)

Author SHA1 Message Date
Unknwon a562228c5e Add org.getUserTeams to reduce redundant code
Unknwon 1f2e173a74 Refactor User.Id to User.ID
Unknwon c083d76567 able to prohibit user login
Unknwon 7ca5f8f119 models/repo: remove redundant info for some repo methods
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
Pablo Saavedra 98b152030d The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true ()
Executed go fmt

getEngine() not handles DB parameters () ()

Uses .AllCols() for Update in updateMirror()

Spanish traslation removed

Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
Unknwon b1d41cfa60 add admin APIs to add/remove a user from teams
Unknwon 9bd9ad4205 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to 
Unknwon dd6faf7f9b Convert all API handers to use *context.APIContext
Unknwon db4da7beec Add APIContext
Alec S ebea20b4e7 remove errant debug statement
Unknwon 514382e2eb Rename module: middleware -> context