summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Catch os... errorsBwko2016-12-0214-29/+123
|
* Added rel="noopener" to target="_blank" hrefs (#327)Bwko2016-12-0236-146/+144
| | | | | | * Added rel="noopener" to target="_blank" hrefs * Replaced gogs.io/docs with docs.gitea.io
* Bug fixed for .dockerignore (#329)Lunny Xiao2016-12-011-1/+1
| | | | | | * bug fixed for .dockerignore * clean up
* Merge pull request #326 from tboerger/maintainersAndrey Nering2016-12-011-1/+1
|\ | | | | Added real name of Bwko to maintainers file
| * Added real name of Bwko to maintainers fileThomas Boerger2016-12-011-1/+1
| | | | | | | | Signed-off-by: Thomas Boerger <tboerger@suse.de>
* | Copy gitea binary to docker from correct path (#325)Thomas Boerger2016-12-012-2/+2
| | | | | | Signed-off-by: Thomas Boerger <tboerger@suse.de>
* | Resolved #296 (#324)Lunny Xiao2016-12-016-20/+48
| | | | | | | | | | | | * resolved #296 * Indentation fixed
* | resolved #310: hide fork to self (#323)Lunny Xiao2016-12-012-1/+2
|/
* Merge pull request #322 from lunny/lunny/pull_typoKim "BKC" Carlbäcker2016-12-011-3/+3
|\ | | | | typo in model/pull.go
| * typoLunny Xiao2016-12-011-3/+3
| |
* | Get rid of bin folder within makefile, enabled TiDB (#319)Thomas Boerger2016-12-018-74/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of the bin folder within the build process Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped latest make task, it is unused Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Added tidb tag to drone config Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped the cert build tag Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped useless minwinsvc build tag Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped the useless build tags from drone config Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* | Merge pull request #318 from stroucki/20161128localeAndrey Nering2016-11-301-4/+4
|\ \ | |/ |/| Suggested de locale fix
| * Based on @tboerger's screenshot, these "times" are counts and notMichael Stroucken2016-11-301-4/+4
| | | | | | | | clock times. Change translation to reflect that.
* | Have "make" create the executable in root dir (#247)Sandro Santilli2016-11-301-2/+2
| | | | | | | | | | 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
* | Merge pull request #306 from Bwko/SecurityMatthias Loibl2016-11-305-10/+13
|\ \ | | | | | | Fixes xss, clickjacking & password autocompletion
| * | Fixes xss, clickjacking & password autocompletionBwko2016-11-295-10/+13
| | |
* | | Merge pull request #298 from stroucki/20161128localeThomas Boerger2016-11-293-9/+9
|\ \ \ | |/ / |/| / | |/ suggested locale fixes
| * Time values displayed are apparently single values, so use singular.Michael Stroucken2016-11-291-4/+4
| |
| * Rebase branch onto go-gitea/giteaMichael Stroucken2016-11-283-9/+9
| |
* | Merge pull request #275 from strk/readmelinkThomas Boerger2016-11-291-1/+1
|\ \ | | | | | | Turn banner into a link to the github page
| * | Turn banner into a link to the github gitea repositorySandro Santilli2016-11-291-1/+1
|/ / | | | | | | Also use relative link to banner
* | Integrate public as bindata optionally (#293)Thomas Boerger2016-11-30691-1272/+305318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge pull request #303 from tboerger/lintingThomas Boerger2016-11-296-517/+542
|\ \ | | | | | | Fixed remaining linting errors
| * | Reenabled lint check within droneThomas Boerger2016-11-292-2/+2
| | |
| * | Updated bindata to latest versionThomas Boerger2016-11-291-513/+536
| | |
| * | Replace invaliud bindata variable names within make taskThomas Boerger2016-11-291-0/+2
| | |
| * | Fixed linting errors for variable definitionsThomas Boerger2016-11-292-2/+2
|/ /
* | Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-297-11/+11
| |
* | CreateBranch-hook has shasum. Use the full ref for fetching shasumKim "BKC" Carlbäcker2016-11-291-1/+19
| |
* | Update gitea/sdk vendorKim "BKC" Carlbäcker2016-11-2926-33/+301
| |
* | Tag-webhooks are useless without shasumsKim "BKC" Carlbäcker2016-11-291-0/+2
| |
* | bug fixed caused by #295 (#299)Lunny Xiao2016-11-292-2/+2
| |
* | Merge pull request #288 from tboerger/dockerThomas Boerger2016-11-2931-371/+232
|\ \ | |/ |/| Docker integration
| * Added -S flag to addgroup command within DockerfilesThomas Boerger2016-11-282-2/+2
| |
| * Replaced edge with 3.4 for the alpine base imageThomas Boerger2016-11-282-2/+2
| |
| * Replaced shadow with addgroup and adduserThomas Boerger2016-11-282-16/+10
| |
| * Use su-exec instead of gosu, much smallerThomas Boerger2016-11-285-9/+9
| |
| * Updated drone docker definitionsThomas Boerger2016-11-282-15/+15
| | | | | | | | | | | | | | | | 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>
| * Restructured docker buildingThomas Boerger2016-11-2829-356/+223
| | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #294 from Bwko/Lint/user.goAndrey Nering2016-11-281-18/+46
|\ \ | | | | | | Lint models/user.go
| * | Lint models/user.goBwko2016-11-281-18/+46
| | |
* | | Merge pull request #295 from Bwko/Lint/repo_Andrey Nering2016-11-283-17/+86
|\ \ \ | | | | | | | | Lint models/repo
| * | | Lint models/repo.goBwko2016-11-281-17/+73
| | | |
| * | | Lint models/repo_*Bwko2016-11-282-0/+13
| |/ /
* | | Merge pull request #290 from tboerger/maintain-contributeMatthias Loibl2016-11-2811-197/+74
|\ \ \ | |/ / |/| | Project unification, updates for contributors guide and github files
| * | Add a pragraph to the k8s PR guide to contributors guideThomas Boerger2016-11-281-0/+6
| | |
| * | Dropped more or less useless filesThomas Boerger2016-11-282-13/+0
| | |
| * | Dropped new lines from contributing, some rewording and reformattingThomas Boerger2016-11-281-131/+25
| | |
| * | Updated maintainers file to latest statusThomas Boerger2016-11-281-2/+4
| | |
| * | Dropped always outdated contributors file, link to it the graph on readmeThomas Boerger2016-11-282-13/+9
| | |