summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Combine identical Makefile rules (#2916)Ethan Koenig2017-11-171-9/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-171-0/+3
|
* Fix govendor for x/crupto curve25519 (#2925)Lauris BH2017-11-172-1/+835
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-161-0/+3
|
* Docker multi-arch base (#1985)Antoine GIRARD2017-11-165-91/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create docker/manifest/base.yml serve as base for build docker image for most platform (386,amd64,arm,arm64) * Add make task docker-multi-arch-push-manifest To update references of a multi-arch image on docker registry. * Use SED_INPLACE generic sed command * Delete Dockerfile.aarch64 Delete Dockerfile.rpi * Use gitea/gitea-base as base and replace deprecated MAINTAINER by LABEL (https://docs.docker.com/engine/reference/builder/#maintainer-deprecated) * Fix rebase * Use sapk/gitea-base as base * Split makefile for docker * Fix version to v3.6 Could use in later version edge of alpine official library that support multi-arch for armhf. * Remove sapk/gitea-base and use directly new official alpine multi-arch
* Fix memcache support when value is returned as string always (#2924)Lauris BH2017-11-161-2/+27
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-162-0/+6
|
* Update golang x/crypto dependencies (#2923)Lauris BH2017-11-1631-1305/+1320
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-159-18/+3
|
* Page parameter for repo search API (#2915)Ethan Koenig2017-11-152-6/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-1510-10/+0
|
* Update go-ini dependency and remove semicolon hack in translations (#2913)Lauris BH2017-11-1517-429/+584
|
* Add owner to delete repo message (#2886)Ethan Koenig2017-11-152-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-145-48/+838
|
* Backport 1.2.x changelog to master (#2904)Lauris BH2017-11-151-3/+498
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-1417-293/+4696
|
* update screenshots on README (#2910)Lunny Xiao2017-11-142-7/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-142-20/+415
|
* Gogs -> Gitea (#2909)Sandro Santilli2017-11-141-1/+1
| | | rename label
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-136-30/+682
|
* Fix run command race (#1470)Mura Li2017-11-132-22/+33
| | | | | | | | | | * Use exec.CommandContext to simplfy timeout handling And fixing the data races which can be identified by the added tests when -race enabled. * Use sleep commmand instead of reading from stdin * Make the error handling go-esque
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-135-32/+489
|
* Correct ldap username validation. (#2880)Jochen Rill2017-11-131-1/+1
| | | | PR #342 was only partially applied. Spaces should not be at the start and end of a username but they can be inside.
* Fix localization texts that contain semicolon (#2900)Lauris BH2017-11-133-3/+7
|
* Fix inconsistencies in user settings ui (#2901)Shaun2017-11-132-6/+6
|
* Update swagger documentation (#2899)Ethan Koenig2017-11-1372-2170/+8722
| | | | | | | | | | | * Update swagger documentation Add docs for missing endpoints Add documentation for request parameters Make parameter naming consistent Fix response documentation * Restore delete comments
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-131-12/+12
|
* Fix issue link rendering in commit messages (#2897)Ethan Koenig2017-11-137-52/+126
| | | | | | | | | | * Fix issue link rendering in commit messages * Update page.tmpl * No links for parens * remove comment
* Add integration test for user deleting account (#2891)Ethan Koenig2017-11-121-2/+45
|
* Add integration test for logging out (#2892)Ethan Koenig2017-11-111-0/+26
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-112-24/+24
|
* Fix adding a new authentication source after selecting OAuth (#2889)Shaun2017-11-121-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-115-75/+1212
|
* Fix new branch creation to new url scheme (#2884)Lauris BH2017-11-101-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-082-26/+491
|
* Add LFS object verification step after upload (#2868)Lauris BH2017-11-083-2/+64
| | | | | | | | | | | | * Add LFS object verification step after upload * Fix file verification condition and small refactor * Fix URLs * Remove newline and return status 422 on failed verification * Better error hadling
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-071-0/+17
|
* Add external markup render support (#2570)Lunny Xiao2017-11-074-1/+149
| | | | | | | | | | | | | | | | | | | | | | * add external markup render support * bug fixed * refacotr codes and fix wrong error log * fix comments and add check to prevent leaks * add check for config file and improve the example * check file close error * use ioutil.TempFile instead uuid * correct Render -> Parser * improve warning when incorrect markup setting * fix typos
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-071-3/+0
|
* Fix LFS not returning correct content length when requesting a range of ↵Jacob Parry2017-11-071-1/+1
| | | | bytes (#2864)
* Fix fork repository cycle to self (#2860)Lunny Xiao2017-11-061-5/+45
| | | | | | * fix fork repository cycle to self * rename testForkRepo to traverseParentRepo
* fix click create pull request button 404 (#2859)Lunny Xiao2017-11-052-1/+2
|
* Fix attachments icon size on zoom in/out (#2853)Jakub2017-11-052-2/+2
| | | | | | * fix attachments icon size on zoom in/out * make public/css/index.css
* Launch Gitea with custom UID/GID for 'git' user (fixes #2286) (#2791)Henrik Bengtsson2017-11-051-0/+11
|
* Clean repository ROOT directory name with filepath.Clean (#2846)Mike Fellows2017-11-041-2/+2
| | | For better compatibility with Windows.
* Fix ignored errors in API route (#2850)Ethan Koenig2017-11-041-10/+24
| | | * Fix ignored errors in API route
* Fix API raw file content access for default branch (#2849)Lauris BH2017-11-042-1/+8
|
* "[skip ci] Updated translations via Crowdin"GiteaBot2017-11-041-1/+1
|
* Update TRANSLATORS (#2843)Discusal Media2017-11-041-0/+1
| | | | | | * Update TRANSLATORS * Change order to alphabetical
* "[skip ci] Updated translations via Crowdin"GiteaBot2017-11-041-7/+7
|