Bwko
817e255e06
Lint models/ssh_key.go
8 years ago
Bwko
76170afa49
Lint models/access.go
8 years ago
Bwko
60338be26d
Lint models/user_email.go
8 years ago
Thomas Boerger
1991cb378e
Merge pull request #241 from Bwko/lint/admin.go
Lint models/admin.go
8 years ago
Thomas Boerger
c15185bf46
Merge pull request #245 from Bwko/lint/update&slack
Lint models/update.go, release.go & webhook_slack.go
8 years ago
Thomas Boerger
09832077af
Merge pull request #246 from Bwko/fix/typo
Fix typos
8 years ago
Thomas Boerger
01c4b3f300
Merge pull request #256 from lunny/lunny/golint_modules_avatar
Golint fixed for modules/avatar
8 years ago
Thomas Boerger
84ff61cf53
Merge pull request #250 from lunny/lunny/golint_modules_markdown
Golint fixed for modules/markdown
8 years ago
Lunny Xiao
c4c5349dac
golint fixed for modules/avatar
8 years ago
Bwko
7b14700974
Lint/issue &mail ( #243 )
* Lint models/release.go
* Lint models/ issue_label, issue_mail & mail.go
8 years ago
Bwko
b65ee26508
Lint models/token.go ( #244 )
8 years ago
Lunny Xiao
f677c76805
fixed test build error
8 years ago
Bwko
4765d2e37b
Lint models/update.go & webhook_slack.go
8 years ago
Lunny Xiao
6e99af0968
golint fixed for modules/markdown
8 years ago
Bwko
ebdf0b9edb
Lint models/admin.go
8 years ago
Bwko
046bd49b01
Lint models/release.go
8 years ago
Lunny Xiao
b7aed4a4e8
test database is connect OK after db config initialized ( #239 )
8 years ago
Sandro Santilli
b42372f78e
Lint models/login_source.go
8 years ago
Thomas Boerger
ab1096a471
Merge pull request #234 from strk/issue-lint
Lint issue.go
8 years ago
Thomas Boerger
1baa156b04
Merge pull request #233 from strk/git_diff-lint
Lint git_diff.go
8 years ago
Thomas Boerger
dc2ade058d
Merge pull request #232 from strk/error-lint
Lint error.go
8 years ago
Sandro Santilli
59edb931a1
Actually document the missing bits
8 years ago
Sandro Santilli
a326e0ac6f
Expand documentations
8 years ago
Sandro Santilli
b4a2534f35
Expand documentation a bit more
8 years ago
Sandro Santilli
70a8e6cb35
Lint action.go
8 years ago
Sandro Santilli
1c0a52f0f0
Lint error.go
This was done semi-programmatically, not really documenting anything
8 years ago
Sandro Santilli
3ebf9e30b9
Lint git_diff.go
Semi-automatic linting (don't really document things)
8 years ago
Sandro Santilli
29d6dfdd96
Lint issue.go
8 years ago
stroucki
7d2288ae8d
Handle ssh key import better ( #224 )
* 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
8 years ago
Sandro Santilli
c707311d4f
Lint webhook.go, unexports simpleMarshalJSON ( #198 )
8 years ago
Bwko
48e67ebba3
Fix typos
8 years ago
Ethan Koenig
4503176480
API endpoints for stars
8 years ago
Bo-Yi Wu
f895b6eabd
fix variable assigned and not used.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Sandro Santilli
3d87a4d14a
Fix lint errors in models/wiki (just add methods docs)
See #70
8 years ago
Andrey Nering
43e4529fb4
Remember diff view style ( #163 )
8 years ago
LefsFlare
7d869586f8
Fixes possible vulnerabilities with keyword hijacking ( #20 )
- Added public entries to reserved keywords list
- Rename variables
- Derped comment
8 years ago
Lunny Xiao
a391bef0df
Bug fixed for issues ( #156 )
8 years ago
Lunny Xiao
f114cd224f
bug fixed caused by #153 ( #154 )
8 years ago
Lunny Xiao
cb698a5267
use in instead string join ( #155 )
8 years ago
Lunny Xiao
625227bbad
fixed bug #151 caused Find should be Get ( #153 )
8 years ago
Lunny Xiao
ae0c01e86d
optimization on database IN
8 years ago
Lunny Xiao
abaec03e67
bug fixed for 500 caused by get org users ( #149 )
8 years ago
Thibault Meyer
6ef997ca64
Normalize files with gofmt
8 years ago
Sandro Santilli
827c85ad85
Fix import path of go-sdk ( #141 )
From code.gitea.io/go-sdk/gitea
To code.gitea.io/sdk/gitea
8 years ago
Thibault Meyer
8cac8c6dde
Remove unused import
8 years ago
Thibault Meyer
b747797b29
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
# Conflicts:
# models/git_diff.go
# models/issue.go
# models/org.go
# models/pull.go
# models/repo.go
8 years ago
Thibault Meyer
5d29fda874
Rewrite XORM queries
8 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
8 years ago
Matthias Loibl
a3d8936a74
Remove go version from build tags ( #133 )
8 years ago
Lunny Xiao
68d5ee45d5
Merge pull request #121 from joubertredrat/feature-last-login
Last Login for admin manage your users
8 years ago