summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change 1.4.0-rc1 version release datev1.4.0-rc1Lauris Bukšis-Haberkorns2018-02-011-1/+1
| | | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-314-53/+1026
|
* add changelog for 1.4.0 (#3435)Morgan Bazalgette2018-01-311-0/+108
| | | | | | | | | | | | * add changelog for 1.4.0 * remove docs * Remove some more noise * Small reorganization, removed bugfixes that were not present in last stable version * Move LFS lock to features, add just merged bugfix info
* Use correct transaltion key for delete email button (#3422)Lauris BH2018-01-311-20/+20
|
* Add sensitive headers (#3429)Antoine GIRARD2018-01-312-2/+8
| | | | | | | * Add HeaderWithSensitiveCase methods to respect casing * Update webhook.go
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-303-13/+16
|
* Fix branch deletion for squash or rebase merged pull requests (#3425)Lauris BH2018-01-301-31/+15
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-292-1/+6
|
* Fix go-get content type (#3426)Lauris BH2018-01-291-1/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-294-50/+1176
|
* Fix PR merge error (#3421)Ethan Koenig2018-01-291-5/+1
|
* Add doctype to go-get=1 reponse (#3423)Lauris BH2018-01-291-1/+1
|
* Fix SQL type error for webhooks (#3424)Ethan Koenig2018-01-291-3/+10
|
* Add mising `LOCAL_WIKI_PATH` documentation (#3420)Lauris BH2018-01-281-1/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-281-4/+4
|
* Fix race condition in repo renaming (#3418)Ethan Koenig2018-01-281-1/+6
|
* Fix empty checkout bug (#3419)Ethan Koenig2018-01-281-6/+6
|
* doc: Improve integrations examples (#3416)Antoine GIRARD2018-01-271-4/+38
|
* Added quoting for passwords in sample.app.ini and documentation (#3395)Timo Schindler2018-01-272-2/+5
|
* Change local copy origin url after repository rename (#3399)Wendell Sun2018-01-271-1/+10
| | | Fix #3378
* Fix SSH auth lfs locks (#3152)Antoine GIRARD2018-01-277-143/+162
| | | | | | | | | | * Fix SSH auth LFS locks * Activate SSH/lock test * Remove debug * Follow @lunny recommendation for AfterLoad method
* fix MSSQL bug on org (#3405)Lunny Xiao2018-01-2728-161/+1008
|
* Recognize more characters in crossreferenced repo name (#3413)Lauris BH2018-01-272-1/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-273-0/+231
|
* Add myself to TRANSLATORS (#3415)Kazuki Sawada2018-01-261-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-259-52/+1730
|
* HTML escape all lines of the search result (#3402)Morgan Bazalgette2018-01-221-4/+5
| | | Fixes #3383.
* Use GiteaServer as the user agent for http requests (#3404)Sandro Santilli2018-01-221-1/+1
| | | Otherwise we're still presenting ourselves as GogsServer...
* Remove useless check (#3384)Antoine GIRARD2018-01-191-4/+0
| | | In #3377, I put check inside all write key function. This one is useless no.
* Force-push to base repo's ref/pull/#/head (#3393)Sandro Santilli2018-01-191-0/+1
| | | | | | | | | | | * Force-push to base repo's ref/pull/#/head Fixes force-pushing to pull request branches, otherwise failing with: [...gitea/models/pull.go:1022 AddTestPullRequestTask()] [E] PushToBaseRepo: Push: exit status 1 - To /path/to/gitea-repositories/org/repo.git ! [rejected] issue-fix -> refs/pull/20/head (non-fast-forward) * format
* Change how merged PR commit info are prepared (#3368)Lauris BH2018-01-194-64/+47
| | | | | | | | | | * Change how merged PR commits and diff are made * Update code.gitea.io/git dependency * Fix typo * Remove unneeded local variable
* Delete indexer DB entries when (re)creating index (#3385)Ethan Koenig2018-01-171-0/+7
| | | | * comment
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-164-2/+74
|
* Update source installation requirements (#3124)Kim "BKC" Carlbäcker2018-01-162-2/+2
| | | | | | | | | | | | | | * Update source installation requirements We require Golang 1.8 since we use `net/url.PathEscape` which was not introduced until then * Use Golang 1.8 for build and test If we state Golang 1.8 we should test using that version as well * Use golang 1.8 only for single build to see if everything compiles * Change back edge also for commented out sqlite test
* Add integrations tests from git cli (#3377)Antoine GIRARD2018-01-166-140/+256
| | | | | | | | | | | * test: integration add git cli tests Extracted form for easing review process and debug #3152 * test: integration add git cli big file commit * fix: Don't rewrite key if internal server
* Fix API-Endpoint release (#3012)Marc Brückner2018-01-163-3/+91
| | | | | | | | | * Fixes API-Endpoint release (#3005) * Using context.ReferencesGitRepo(); doing the same in the PATCH route. * Add release create, get and update test
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-153-0/+3
|
* Change reserved avatar name to correct - avatars (#3375)Lauris BH2018-01-161-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-1514-14/+0
|
* Fix Delete repository message (#3260)muhfaris2018-01-152-3/+6
|
* Fix en-US locale (#3371)Ethan Koenig2018-01-151-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-141-3/+3
|
* Add myself as a translator (#3370)viktike2018-01-151-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-141-36/+37
|
* Asynchronously populate the repo indexer (#3366)Ethan Koenig2018-01-141-17/+41
| | | | | | | | * Populate repo indexer in background * Check if no repos exist * race cond
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-132-0/+2
|
* refactor(model): update user method. (#3360)Bo-Yi Wu2018-01-131-32/+16
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-1216-16/+1
|
* General refactor of the cmd package (#3328)Morgan Bazalgette2018-01-126-79/+92
| | | | | | | | * General refactor of the cmd package * Address breakage in runCreateUser * Place "common" functions into cmd.go
* Add MSSQL to supported database list of intall page (#3359)Antoine GIRARD2018-01-121-1/+1
|