summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #241 from Bwko/lint/admin.goThomas Boerger2016-11-251-0/+4
|\
| * 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 & 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 typosBwko2016-11-212-7/+7
* | | Merge pull request #256 from lunny/lunny/golint_modules_avatarThomas Boerger2016-11-251-1/+1
|\ \ \
| * | | 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
|\ \ \ \
| * | | | 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/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
|\ \
| * | 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
|\ \ \
| * | | Expand documentationsSandro Santilli2016-11-241-16/+16
| * | | Lint git_diff.goSandro Santilli2016-11-241-6/+26
| |/ /
* | | Merge pull request #232 from strk/error-lintThomas Boerger2016-11-241-0/+83
|\ \ \
| * | | Expand documentation a bit moreSandro Santilli2016-11-241-82/+83
| * | | Lint error.goSandro Santilli2016-11-241-0/+82
| |/ /
* / / Lint action.goSandro Santilli2016-11-242-22/+60
|/ /
* | Handle ssh key import better (#224)stroucki2016-11-241-0/+2
* | 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
* Fix lint errors in models/wiki (just add methods docs)Sandro Santilli2016-11-141-0/+6
* Remember diff view style (#163)Andrey Nering2016-11-133-1/+23
* Fixes possible vulnerabilities with keyword hijacking (#20)LefsFlare2016-11-121-4/+4
* Bug fixed for issues (#156)Lunny Xiao2016-11-121-14/+6
* bug fixed caused by #153 (#154)Lunny Xiao2016-11-121-1/+1
* use in instead string join (#155)Lunny Xiao2016-11-124-9/+5
* fixed bug #151 caused Find should be Get (#153)Lunny Xiao2016-11-124-21/+29
* optimization on database INLunny Xiao2016-11-121-5/+4
* bug fixed for 500 caused by get org users (#149)Lunny Xiao2016-11-121-2/+2
* Normalize files with gofmtThibault Meyer2016-11-114-10/+10
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-119-9/+9
* Remove unused importThibault Meyer2016-11-101-1/+0
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-1028-95/+96
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-1028-96/+96
* | Rewrite XORM queriesThibault Meyer2016-11-1022-233/+480
|/
* Remove go version from build tags (#133)Matthias Loibl2016-11-101-1/+1
* Merge pull request #121 from joubertredrat/feature-last-loginLunny Xiao2016-11-101-0/+9
|\
| * Support to last login featureJoubert RedRat2016-11-091-0/+9
* | Merge pull request #129 from lunny/lunny/SQL_instead_SqlLunny Xiao2016-11-104-5/+5
|\ \
| * | use x.SQL instead of x.SqlLunny Xiao2016-11-104-5/+5