Bwko
4ff0db0246
Catch os... errors
8 years ago
Bwko
5ab85372da
Added rel="noopener" to target="_blank" hrefs ( #327 )
...
* Added rel="noopener" to target="_blank" hrefs
* Replaced gogs.io/docs with docs.gitea.io
8 years ago
Lunny Xiao
646e02b521
typo
8 years ago
Thomas Boerger
6dd2c3b2db
Fixed linting errors for variable definitions
8 years ago
Kim "BKC" Carlbäcker
42ec5ce740
Fix breakage from vendor-update
8 years ago
Kim "BKC" Carlbäcker
dad806d3ea
CreateBranch-hook has shasum. Use the full ref for fetching shasum
8 years ago
Kim "BKC" Carlbäcker
f364522468
Tag-webhooks are useless without shasums
8 years ago
Bwko
bad1bc6518
Lint models/repo.go
8 years ago
Bwko
a5aae1c145
Lint models/repo_*
8 years ago
Bwko
9963d61233
Lint models/user.go
8 years ago
Lunny Xiao
27d66855eb
golint fixed for models/migrations ( #291 )
8 years ago
Lunny Xiao
1d0f811399
golint fixed for models/pull.go ( #292 )
8 years ago
Lunny Xiao
9fc609ce17
golint fixed for models/issue_comment.go
8 years ago
Lunny Xiao
f215d78157
rename all uID -> userID on models/org_team.go
8 years ago
Lunny Xiao
bf8d90c5cc
golint fixed for models/models.go ( #284 )
8 years ago
Lunny Xiao
21846d16e5
golint for models/org_team.go
8 years ago
Lunny Xiao
ec87a75c00
golint fixed for modules/auth
8 years ago
Bwko
a4ece1f223
Fixes typos
8 years ago
Lunny Xiao
94da472717
Golint fixed for modules/setting ( #262 )
...
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
8 years ago
Lunny Xiao
5b998a6680
golint fixed for modules/auth
8 years ago
Bwko
0b9cf10340
Lint models/org.go & models.go
8 years ago
Bwko
7bf7042013
Lint models/repo_mirror.go
8 years ago
Bwko
ce8c9ef580
Lint models/repo_branch.go
8 years ago
Bwko
6cde041080
Lint models/ssh_key.go
8 years ago
Bwko
2bb1601d7c
Lint models/access.go
8 years ago
Bwko
066f515a47
Lint models/user_email.go
8 years ago
Lunny Xiao
3c87c57d96
golint fixed for modules/avatar
8 years ago
Bwko
c0ca6644ad
Lint/issue &mail ( #243 )
...
* Lint models/release.go
* Lint models/ issue_label, issue_mail & mail.go
8 years ago
Bwko
081c2a9395
Lint models/token.go ( #244 )
8 years ago
Lunny Xiao
76604d8f90
fixed test build error
8 years ago
Bwko
33a2ac3830
Lint models/update.go & webhook_slack.go
8 years ago
Lunny Xiao
304bbd3f25
golint fixed for modules/markdown
8 years ago
Bwko
d8e11a8eaa
Lint models/admin.go
8 years ago
Bwko
ece19f4a5e
Lint models/release.go
8 years ago
Lunny Xiao
450969c158
test database is connect OK after db config initialized ( #239 )
8 years ago
Sandro Santilli
1c3044b873
Lint models/login_source.go
8 years ago
Sandro Santilli
8aa960f129
Actually document the missing bits
8 years ago
Sandro Santilli
3fba29c571
Expand documentations
8 years ago
Sandro Santilli
0a61d54a9c
Expand documentation a bit more
8 years ago
Sandro Santilli
dd9d0f3732
Lint action.go
8 years ago
Sandro Santilli
170f2e98cc
Lint error.go
...
This was done semi-programmatically, not really documenting anything
8 years ago
Sandro Santilli
6e644726d0
Lint git_diff.go
...
Semi-automatic linting (don't really document things)
8 years ago
Sandro Santilli
4dd1eb57bd
Lint issue.go
8 years ago
stroucki
3a3782bb7f
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
c25063d834
Lint webhook.go, unexports simpleMarshalJSON ( #198 )
8 years ago
Bwko
2a449bd4b1
Fix typos
8 years ago
Ethan Koenig
0834e492c0
API endpoints for stars
8 years ago
Bo-Yi Wu
d9ffe99972
fix variable assigned and not used.
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Sandro Santilli
592a4ec4d3
Fix lint errors in models/wiki (just add methods docs)
...
See #70
8 years ago
Andrey Nering
739f07c98e
Remember diff view style ( #163 )
8 years ago