Commit Graph

4671 Commits (71634452e17a6c954e5612f861780effe7528992)
 

Author SHA1 Message Date
Thomas Boerger c2044e5b39
Dropped always outdated contributors file, link to it the graph on readme
Lunny Xiao 9fc609ce17 golint fixed for models/issue_comment.go
Matthias Loibl 7b6cc9244d Update link on user’s profile avatar to avatar settings ()
Thomas Boerger 9628d4fb44
Unified GitHub templates accross all projects
Thomas Boerger 3d2138812c
Unified editorconfig accross all projects
Thomas Boerger 575dc69e3b
Updated drone docker definitions
In order to automatically build docker images I have re-enabled the
docker building parts within our drone runs on every push to master and
on every tag.

Signed-off-by: Thomas Boerger <tboerger@suse.de>
Thomas Boerger 86aa8e413a
Restructured docker building
I have restructured the docker build process entirely, the binary gets
built outside of the docker build command, now we are managing all
dependencies with real Alpine packages and I have dropped features like
socat or the cron daemon.

Signed-off-by: Thomas Boerger <tboerger@suse.de>
Thomas Boerger 9948f0daaa Merge pull request from lunny/lunny/golint_models_org_team
Golint for models/org_team.go
Lunny Xiao f215d78157 rename all uID -> userID on models/org_team.go
Lunny Xiao bf8d90c5cc golint fixed for models/models.go ()
Lunny Xiao 21846d16e5 golint for models/org_team.go
Thomas Boerger 25b5722155 Merge pull request from lunny/lunny/golint_modules_auth
Golint fixed for modules/auth
Lunny Xiao d0bef011ad Merge branch 'lunny/golint_modules_auth' of github.com:lunny/gitea into lunny/golint_modules_auth
Lunny Xiao ec87a75c00 golint fixed for modules/auth
Thomas Boerger e6da2cf2cb Merge pull request from Bwko/Lint/typos
Fixes typos
Bwko a4ece1f223 Fixes typos
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