Commit Graph

4655 Commits (7b67347104629872d4410a61ce8f78eebae40131)
 

Author SHA1 Message Date
Thomas Boerger 5efdccd1d8 Merge pull request from Bwko/lint/org.go
Lint models/org.go
Thomas Boerger 7a92519bd7 Merge pull request from lunny/lunny/golint_modules_log
Golint fixed for modules/log
Thomas Boerger 9a984c0d49 Merge pull request from Bwko/lint/repo_mirror
Lint models/repo_mirror.go
Thomas Boerger fe3908d099 Merge pull request from Bwko/lint/repo_branch
Lint models/repo_branch.go
Thomas Boerger e23a9d22e5 Merge pull request from Bwko/lint/ssh_key
Lint models/ssh_key.go
Thomas Boerger 93d527a0a4 Merge pull request from Bwko/lint/access.go
Lint models/access.go
Thomas Boerger 8347a55cc2 Merge pull request from Bwko/lint/user_email
Lint models/user_email.go
Thomas Boerger bc59b8abc9 Merge pull request from typeless/master
modules/process: add ExecDirEnv (next to ExecDir)
Mura Li 9aaf2a6d9a 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 
Andrey Nering 3ac72255fa Merge pull request from andreynering/gitea/location-cherrypick-a3ea4b8
Update locales and add Swedish
Andrey Nering c664ffd1db Merge pull request from andreynering/gitea/http-headers-download
Fix HTTP headers for issue attachment download
Lunny Xiao 94da472717 Golint fixed for modules/setting ()
* golint fixed for modules/setting

* typo fixed and renamed UNIXSOCKET to UnixSocket
Lunny Xiao 5b998a6680 golint fixed for modules/auth
Unknwon 4cb21115dc Update locales and add Swedish
Signed-off-by: Andrey Nering <andrey.nering@gmail.com>
Andrey Nering d647d02c2f Fix Chrome not liking commas
Andrey Nering 638dd24cec 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
Lunny Xiao 3228544c31 golint fixed for modules/log
Bwko 0b9cf10340 Lint models/org.go & models.go
Bwko 7bf7042013 Lint models/repo_mirror.go
Bwko ce8c9ef580 Lint models/repo_branch.go
Bwko 6cde041080 Lint models/ssh_key.go
Bwko 2bb1601d7c Lint models/access.go
Bwko 066f515a47 Lint models/user_email.go
Thomas Boerger 0a76d260fa Merge pull request from tboerger/drone-latest
Dropped latest publishing from drone
Thomas Boerger 65549863bc
Dropped latest publishing from drone
Thomas Boerger 574e49c854 Merge pull request from Bwko/lint/admin.go
Lint models/admin.go
Thomas Boerger 21b7d30174 Merge pull request from Bwko/lint/update&slack
Lint models/update.go, release.go & webhook_slack.go
Thomas Boerger e9c6053b86 Merge pull request from Bwko/fix/typo
Fix typos
Thomas Boerger 177a4c7385 Merge pull request from tboerger/drone-fixes
Fixed s3 publishing within drone
Thomas Boerger 0accc935a3
Fixed s3 publishing within drone
Thomas Boerger 5d4333eb0d Merge pull request from go-gitea/drone-additions
Additions to the Drone CI integration
Thomas Boerger 32f8a38f6c Merge pull request from lunny/lunny/golint_modules_context
Golint fixed for modules/context
Thomas Boerger 3ae7955d15
Disable broken docker build for now
Thomas Boerger 755ed84740
Be more explicit and dropped matrix builds from drone
Thomas Boerger 5b17661c5d
Updated badges for drone and similar to lgtm
Thomas Boerger 3e6f363471 Merge pull request from lunny/lunny/golint_modules_avatar
Golint fixed for modules/avatar
Thomas Boerger 2255a9af6a Merge pull request from lunny/lunny/golint_modules_cron
Golint fixed for modules/cron
Thomas Boerger 26ae2ff86d Merge pull request from lunny/lunny/golint_fixed_modules_httplib
Golint fixed for modules/httplib
Thomas Boerger d39266228c Merge pull request from lunny/lunny/golint_modules_template
Golint fixed for modules/template
Thomas Boerger 7c5de1e393 Merge pull request from lunny/lunny/golint_modules_markdown
Golint fixed for modules/markdown
Thomas Boerger a321ffbcce Merge pull request from lunny/lunny/golint_modules_mailer
Golint fixed for modules/mailer
Lunny Xiao 3c87c57d96 golint fixed for modules/avatar
Lunny Xiao b47051e59b golint fixed for modules/cron
Thomas Boerger 900a21008c Added errcheck make task ()
Bwko c0ca6644ad Lint/issue &mail ()
* Lint models/release.go

* Lint models/ issue_label, issue_mail & mail.go
Bwko 081c2a9395 Lint models/token.go ()
Lunny Xiao 76604d8f90 fixed test build error
Bwko 33a2ac3830 Lint models/update.go & webhook_slack.go
Lunny Xiao faabc76fd6 Golint fixed for modules/context
Lunny Xiao bd5ea3e222 Golint fixed for modules/httplib