4560 Commits (bf0edcbdeaf207f2a8cae475a58f2ed66ae22d25)
 

Author SHA1 Message Date
Andrey Nering bf0edcbdea Merge pull request #318 from stroucki/20161128locale
Suggested de locale fix
8 years ago
Michael Stroucken 4bd5730e02 Based on @tboerger's screenshot, these "times" are counts and not
clock times. Change translation to reflect that.
8 years ago
Sandro Santilli a3fb627350 Have "make" create the executable in root dir (#247)
Same as "go build".
Makes it functional by default as it'd then find template/ and public/
by default w/out setting GITEA_WORK_DIR
8 years ago
Matthias Loibl 6dc6926abe Merge pull request #306 from Bwko/Security
Fixes xss, clickjacking & password autocompletion
8 years ago
Thomas Boerger 6519718706 Merge pull request #298 from stroucki/20161128locale
suggested locale fixes
8 years ago
Bwko 1e9730a779 Fixes xss, clickjacking & password autocompletion 8 years ago
Michael Stroucken e929ca2c41 Time values displayed are apparently single values, so use singular. 8 years ago
Thomas Boerger ccad2cce32 Merge pull request #275 from strk/readmelink
Turn banner into a link to the github page
8 years ago
Sandro Santilli 349ecc6919 Turn banner into a link to the github gitea repository
Also use relative link to banner
8 years ago
Thomas Boerger b6a95a8cb3 Integrate public as bindata optionally (#293)
* Dropped unused codekit config

* Integrated dynamic and static bindata for public

* Ignore public bindata

* Add a general generate make task

* Integrated flexible public assets into web command

* Updated vendoring, added all missiong govendor deps

* Made the linter happy with the bindata and dynamic code

* Moved public bindata definition to modules directory

* Ignoring the new bindata path now

* Updated to the new public modules import path

* Updated public bindata command and drop the new prefix
8 years ago
Thomas Boerger 4680c349dd Merge pull request #303 from tboerger/linting
Fixed remaining linting errors
8 years ago
Thomas Boerger 684d55e130
Reenabled lint check within drone 8 years ago
Thomas Boerger 60e3e5b4e1
Updated bindata to latest version 8 years ago
Thomas Boerger e93d394620
Replace invaliud bindata variable names within make task 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 57dc9efaae Update gitea/sdk vendor 8 years ago
Kim "BKC" Carlbäcker f364522468 Tag-webhooks are useless without shasums 8 years ago
Lunny Xiao abf6c3a8e3 bug fixed caused by #295 (#299) 8 years ago
Thomas Boerger 16cdbe1956 Merge pull request #288 from tboerger/docker
Docker integration
8 years ago
Michael Stroucken 36a4663393 Rebase branch onto go-gitea/gitea 8 years ago
Andrey Nering fd53028139 Merge pull request #294 from Bwko/Lint/user.go
Lint models/user.go
8 years ago
Andrey Nering b9b22b4a0b Merge pull request #295 from Bwko/Lint/repo_
Lint models/repo
8 years ago
Matthias Loibl 8704f48e66 Merge pull request #290 from tboerger/maintain-contribute
Project unification, updates for contributors guide and github files
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
Thomas Boerger d7dea676fd
Added -S flag to addgroup command within Dockerfiles 8 years ago
Thomas Boerger 4b0abdae9e
Replaced edge with 3.4 for the alpine base image 8 years ago
Thomas Boerger 972ce6b791
Replaced shadow with addgroup and adduser 8 years ago
Thomas Boerger 65d0426b91
Use su-exec instead of gosu, much smaller 8 years ago
Thomas Boerger 8def53ffcc
Add a pragraph to the k8s PR guide to contributors guide 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
Thomas Boerger fd3f16695e Merge pull request #289 from lunny/lunny/golint_models_issue_comment
Golint fixed for models/issue_comment.go
8 years ago
Thomas Boerger b3abc2775f
Dropped more or less useless files 8 years ago
Thomas Boerger 91d6c715ea
Dropped new lines from contributing, some rewording and reformatting 8 years ago
Thomas Boerger caac5fb99d
Updated maintainers file to latest status 8 years ago
Thomas Boerger c2044e5b39
Dropped always outdated contributors file, link to it the graph on readme 8 years ago
Lunny Xiao 9fc609ce17 golint fixed for models/issue_comment.go 8 years ago
Matthias Loibl 7b6cc9244d Update link on user’s profile avatar to avatar settings (#287) 8 years ago
Thomas Boerger 9628d4fb44
Unified GitHub templates accross all projects 8 years ago
Thomas Boerger 3d2138812c
Unified editorconfig accross all projects 8 years ago
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>
8 years ago
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>
8 years ago
Thomas Boerger 9948f0daaa Merge pull request #285 from lunny/lunny/golint_models_org_team
Golint for models/org_team.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