aboutsummaryrefslogtreecommitdiffstats
path: root/modules/user
Commit message (Collapse)AuthorAgeFilesLines
* golint fixed for modules/userLunny Xiao2016-11-241-0/+1
|
* Add tests for CurrentUsername() (#88)Matthias Loibl2016-11-062-3/+23
|
* The pruning for the synchronized mirrors is a option now. Default value: ↵Pablo Saavedra2016-07-091-1/+1
| | | | | | | | | | | | | 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
* Factor out function to get the current userPaolo Borelli2015-08-151-0/+18
The same logic was duplicated in three places. Factor it out so that we can add further fallbacks in a single place.