2
0
Commit Graph

4512 Commits

Author SHA1 Message Date
Lunny Xiao
464790555e rename all uID -> userID on models/org_team.go 2016-11-28 16:33:08 +08:00
Lunny Xiao
59e0bf0c77 golint for models/org_team.go 2016-11-28 09:30:08 +08:00
Thomas Boerger
f168aaac2b Merge pull request #274 from lunny/lunny/golint_modules_auth
Golint fixed for modules/auth
2016-11-27 16:21:49 +01:00
Lunny Xiao
80cfaef7c6 Merge branch 'lunny/golint_modules_auth' of github.com:lunny/gitea into lunny/golint_modules_auth 2016-11-27 21:41:56 +08:00
Lunny Xiao
7e88589865 golint fixed for modules/auth 2016-11-27 21:39:06 +08:00
Thomas Boerger
59767baf67 Merge pull request #281 from Bwko/Lint/typos
Fixes typos
2016-11-27 14:01:50 +01:00
Bwko
334903e306 Fixes typos 2016-11-27 12:59:12 +01:00
Thomas Boerger
b86500cb6d Merge pull request #264 from Bwko/lint/org.go
Lint models/org.go
2016-11-27 12:18:20 +01:00
Thomas Boerger
cc1af34925 Merge pull request #269 from lunny/lunny/golint_modules_log
Golint fixed for modules/log
2016-11-27 12:16:35 +01:00
Thomas Boerger
71bf04bd48 Merge pull request #266 from Bwko/lint/repo_mirror
Lint models/repo_mirror.go
2016-11-27 12:15:01 +01:00
Thomas Boerger
71f85607db Merge pull request #268 from Bwko/lint/repo_branch
Lint models/repo_branch.go
2016-11-27 12:14:25 +01:00
Thomas Boerger
b80403e68b Merge pull request #267 from Bwko/lint/ssh_key
Lint models/ssh_key.go
2016-11-27 12:13:43 +01:00
Thomas Boerger
d0e026c89a Merge pull request #265 from Bwko/lint/access.go
Lint models/access.go
2016-11-27 12:12:56 +01:00
Thomas Boerger
cfdb3152a0 Merge pull request #263 from Bwko/lint/user_email
Lint models/user_email.go
2016-11-27 12:12:02 +01:00
Thomas Boerger
a3133a6865 Merge pull request #273 from typeless/master
modules/process: add ExecDirEnv (next to ExecDir)
2016-11-27 12:11:04 +01:00
Mura Li
059dc7528d modules/process: add ExecDirEnv (next to ExecDir)
Add a sibling to ExecDir which is capable of specifying environment variables,
so that we can invoke `git` with GIT_INDEX_FILE, GIT_DIR, etc..

For #258
2016-11-27 18:53:57 +08:00
Andrey Nering
e1a4e3921a Merge pull request #272 from andreynering/gitea/location-cherrypick-a3ea4b8
Update locales and add Swedish
2016-11-27 08:49:26 -02:00
Andrey Nering
9e6de9d147 Merge pull request #270 from andreynering/gitea/http-headers-download
Fix HTTP headers for issue attachment download
2016-11-27 08:48:26 -02:00
Lunny Xiao
c9d61f0e2a Golint fixed for modules/setting (#262)
* golint fixed for modules/setting

* typo fixed and renamed UNIXSOCKET to UnixSocket
2016-11-27 18:14:25 +08:00
Lunny Xiao
f5236021c9 golint fixed for modules/auth 2016-11-27 14:03:59 +08:00
Unknwon
c8bbcb8e87 Update locales and add Swedish
Signed-off-by: Andrey Nering <andrey.nering@gmail.com>
2016-11-26 14:22:55 -02:00
Andrey Nering
7dce3b89e9 Fix Chrome not liking commas 2016-11-26 11:26:03 -02:00
Andrey Nering
6f1bc9b71c Fix HTTP headers for issue attachment download
- Download filename was wrong for files other than images. Example: It was `download` instead of `file.pdf`
- PDF was downloading instead of showing on browser
2016-11-26 10:13:25 -02:00
Lunny Xiao
bd50ba6755 golint fixed for modules/log 2016-11-26 19:53:29 +08:00
Bwko
3e5d4a9a32 Lint models/org.go & models.go 2016-11-26 11:37:50 +01:00
Bwko
6aaba30171 Lint models/repo_mirror.go 2016-11-26 11:23:55 +01:00
Bwko
5a23affc44 Lint models/repo_branch.go 2016-11-26 11:20:37 +01:00
Bwko
ea0c49eeec Lint models/ssh_key.go 2016-11-26 01:36:03 +01:00
Bwko
5e66b2075d Lint models/access.go 2016-11-26 01:07:57 +01:00
Bwko
c71cc5a26b Lint models/user_email.go 2016-11-26 01:03:06 +01:00
Thomas Boerger
5e9f24fbff Merge pull request #260 from tboerger/drone-latest
Dropped latest publishing from drone
2016-11-25 17:13:55 +01:00
Thomas Boerger
a5476245ae Dropped latest publishing from drone 2016-11-25 13:07:19 +01:00
Thomas Boerger
23a0c316c9 Merge pull request #241 from Bwko/lint/admin.go
Lint models/admin.go
2016-11-25 12:55:24 +01:00
Thomas Boerger
e9b1a334d3 Merge pull request #245 from Bwko/lint/update&slack
Lint models/update.go, release.go & webhook_slack.go
2016-11-25 12:55:14 +01:00
Thomas Boerger
5f959c33ae Merge pull request #246 from Bwko/fix/typo
Fix typos
2016-11-25 12:54:57 +01:00
Thomas Boerger
851a58fd27 Merge pull request #259 from tboerger/drone-fixes
Fixed s3 publishing within drone
2016-11-25 11:48:17 +01:00
Thomas Boerger
ee8e4db8f5 Fixed s3 publishing within drone 2016-11-25 10:53:48 +01:00
Thomas Boerger
a4373d4578 Merge pull request #240 from go-gitea/drone-additions
Additions to the Drone CI integration
2016-11-25 10:25:01 +01:00
Thomas Boerger
f6e0255544 Merge pull request #254 from lunny/lunny/golint_modules_context
Golint fixed for modules/context
2016-11-25 10:11:52 +01:00
Thomas Boerger
5ba01760e7 Disable broken docker build for now 2016-11-25 10:11:49 +01:00
Thomas Boerger
a8a6e5d658 Be more explicit and dropped matrix builds from drone 2016-11-25 10:11:49 +01:00
Thomas Boerger
30fc19bfbf Updated badges for drone and similar to lgtm 2016-11-25 10:11:49 +01:00
Thomas Boerger
345afebeec Merge pull request #256 from lunny/lunny/golint_modules_avatar
Golint fixed for modules/avatar
2016-11-25 10:11:44 +01:00
Thomas Boerger
1c92aa2acb Merge pull request #255 from lunny/lunny/golint_modules_cron
Golint fixed for modules/cron
2016-11-25 10:11:36 +01:00
Thomas Boerger
6d754b0b19 Merge pull request #252 from lunny/lunny/golint_fixed_modules_httplib
Golint fixed for modules/httplib
2016-11-25 10:08:49 +01:00
Thomas Boerger
39a7a20525 Merge pull request #251 from lunny/lunny/golint_modules_template
Golint fixed for modules/template
2016-11-25 10:08:37 +01:00
Thomas Boerger
31be1799ba Merge pull request #250 from lunny/lunny/golint_modules_markdown
Golint fixed for modules/markdown
2016-11-25 10:08:23 +01:00
Thomas Boerger
1f886d9f15 Merge pull request #249 from lunny/lunny/golint_modules_mailer
Golint fixed for modules/mailer
2016-11-25 10:07:52 +01:00
Lunny Xiao
795095ff2a golint fixed for modules/avatar 2016-11-25 16:37:04 +08:00
Lunny Xiao
bed53040b2 golint fixed for modules/cron 2016-11-25 16:19:24 +08:00