summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* golint for models/org_team.goLunny Xiao2016-11-282-46/+47
|
* golint fixed for modules/authLunny Xiao2016-11-271-1/+1
|
* Fixes typosBwko2016-11-273-8/+8
|
* Merge pull request #264 from Bwko/lint/org.goThomas Boerger2016-11-272-19/+37
|\ | | | | Lint models/org.go
| * Lint models/org.go & models.goBwko2016-11-262-19/+37
| |
* | Merge pull request #266 from Bwko/lint/repo_mirrorThomas Boerger2016-11-271-0/+7
|\ \ | | | | | | Lint models/repo_mirror.go
| * | Lint models/repo_mirror.goBwko2016-11-261-0/+7
| |/
* | Merge pull request #268 from Bwko/lint/repo_branchThomas Boerger2016-11-271-7/+12
|\ \ | | | | | | Lint models/repo_branch.go
| * | Lint models/repo_branch.goBwko2016-11-261-7/+12
| |/
* | Merge pull request #267 from Bwko/lint/ssh_keyThomas Boerger2016-11-271-23/+32
|\ \ | | | | | | Lint models/ssh_key.go
| * | Lint models/ssh_key.goBwko2016-11-261-23/+32
| |/
* | Merge pull request #265 from Bwko/lint/access.goThomas Boerger2016-11-271-20/+26
|\ \ | | | | | | Lint models/access.go
| * | Lint models/access.goBwko2016-11-261-20/+26
| |/
* | Merge pull request #263 from Bwko/lint/user_emailThomas Boerger2016-11-271-1/+7
|\ \ | | | | | | Lint models/user_email.go
| * | Lint models/user_email.goBwko2016-11-261-1/+7
| |/
* / Golint fixed for modules/setting (#262)Lunny Xiao2016-11-275-16/+16
|/ | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* Merge pull request #241 from Bwko/lint/admin.goThomas Boerger2016-11-251-0/+4
|\ | | | | Lint models/admin.go
| * Lint models/admin.goBwko2016-11-241-0/+4
| |
* | Merge pull request #245 from Bwko/lint/update&slackThomas Boerger2016-11-252-0/+14
|\ \ | | | | | | Lint models/update.go, release.go & webhook_slack.go
| * | Lint models/update.go & webhook_slack.goBwko2016-11-252-0/+14
| | |
| * | Lint models/release.goBwko2016-11-241-5/+7
| |/
* | Merge pull request #246 from Bwko/fix/typoThomas Boerger2016-11-252-7/+7
|\ \ | | | | | | Fix typos
| * | Fix typosBwko2016-11-212-7/+7
| | |
* | | Merge pull request #256 from lunny/lunny/golint_modules_avatarThomas Boerger2016-11-251-1/+1
|\ \ \ | | | | | | | | Golint fixed for modules/avatar
| * | | golint fixed for modules/avatarLunny Xiao2016-11-251-1/+1
| | | |
* | | | Merge pull request #250 from lunny/lunny/golint_modules_markdownThomas Boerger2016-11-252-10/+10
|\ \ \ \ | | | | | | | | | | Golint fixed for modules/markdown
| * | | | fixed test build errorLunny Xiao2016-11-251-6/+6
| | | | |
| * | | | golint fixed for modules/markdownLunny Xiao2016-11-251-4/+4
| | |_|/ | |/| |
* | | | Lint/issue &mail (#243)Bwko2016-11-254-27/+35
| |/ / |/| | | | | | | | | | | | | | * Lint models/release.go * Lint models/ issue_label, issue_mail & mail.go
* | | Lint models/token.go (#244)Bwko2016-11-251-0/+3
|/ /
* | test database is connect OK after db config initialized (#239)Lunny Xiao2016-11-241-0/+4
| |
* | Lint models/login_source.goSandro Santilli2016-11-241-8/+48
| |
* | Merge pull request #234 from strk/issue-lintThomas Boerger2016-11-241-44/+69
|\ \ | | | | | | Lint issue.go
| * | Actually document the missing bitsSandro Santilli2016-11-241-28/+26
| | |
| * | Lint issue.goSandro Santilli2016-11-241-43/+70
| | |
* | | Merge pull request #233 from strk/git_diff-lintThomas Boerger2016-11-241-6/+26
|\ \ \ | | | | | | | | Lint git_diff.go
| * | | Expand documentationsSandro Santilli2016-11-241-16/+16
| | | |
| * | | Lint git_diff.goSandro Santilli2016-11-241-6/+26
| |/ / | | | | | | | | | Semi-automatic linting (don't really document things)
* | | Merge pull request #232 from strk/error-lintThomas Boerger2016-11-241-0/+83
|\ \ \ | | | | | | | | Lint error.go
| * | | Expand documentation a bit moreSandro Santilli2016-11-241-82/+83
| | | |
| * | | Lint error.goSandro Santilli2016-11-241-0/+82
| |/ / | | | | | | | | | This was done semi-programmatically, not really documenting anything
* / / Lint action.goSandro Santilli2016-11-242-22/+60
|/ /
* | Handle ssh key import better (#224)stroucki2016-11-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | * Handle user ssh key input better ssh_key: when user submitted keys had a newline at the end, strings.Split would have created a slice with an empty last element, and the key type check would be incorrect. Perhaps a better way is to look for 'ssh-rsa' or 'ssh-dsa' at the beginning of the string, but this is simple. * ssh_key: correct indentation
* | Lint webhook.go, unexports simpleMarshalJSON (#198)Sandro Santilli2016-11-221-3/+27
|/
* API endpoints for starsEthan Koenig2016-11-161-0/+15
|
* fix variable assigned and not used.Bo-Yi Wu2016-11-151-1/+1
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Fix lint errors in models/wiki (just add methods docs)Sandro Santilli2016-11-141-0/+6
| | | | See #70
* Remember diff view style (#163)Andrey Nering2016-11-133-1/+23
|
* Fixes possible vulnerabilities with keyword hijacking (#20)LefsFlare2016-11-121-4/+4
| | | | | | - Added public entries to reserved keywords list - Rename variables - Derped comment
* Bug fixed for issues (#156)Lunny Xiao2016-11-121-14/+6
|