aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Address issues pointed out by @lunny in #3339 (#3352)Morgan Bazalgette2018-01-121-7/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-111-0/+13
|
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-127-23/+18
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-111-4/+4
|
* Improve documentation about custom templates. (#3345)Alberto González Palomo2018-01-111-3/+23
| | | | Now includes all the template hooks in the page, and a detailed example for the common case of adding an "about" page.
* Remove hardcoded paths to fix randomly failing tests (#3347)Lauris BH2018-01-118-3/+19
| | | | | | * Remove hardcoded paths to fix randomly failing tests * Use correct function for merge path
* Fix randomly failing LFS lock tests in drone (#3346)Lauris BH2018-01-112-0/+2
|
* Handle refactor (#3339)Morgan Bazalgette2018-01-1048-610/+622
| | | | | | * Replace all ctx.Handle with ctx.ServerError or ctx.NotFound * Change Handle(403) to NotFound, avoid using macaron's NotFound
* Templates for extra links in top navbar and repo tool tabs. (#3308)Alberto González Palomo2018-01-105-0/+7
| | | | | | | | | These templates add content to the top navbar and to the repository page. This way we do not have to copy and modify the whole template, and re-modify it after upgrading Gitea if it changes. Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com>
* Make the default action for the gitea executable that of running the ↵Morgan Bazalgette2018-01-101-0/+3
| | | | webserver (#3331)
* Fix organization profile on mobile devices (#3332)Morgan Bazalgette2018-01-101-17/+14
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-091-20/+17
|
* Remove useless fmt.Errorf("%v", err) (#3337)Antoine GIRARD2018-01-091-1/+1
|
* Add MTecknology to MAINTAINERS list (#3335)Michael Lustfield2018-01-091-0/+1
|
* Add CodeTriage link to README (#3299)Richard Schneeman2018-01-091-0/+1
|
* General documentation cleanup (#3317)Michael Lustfield2018-01-0830-270/+491
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* Update gitea version on docs/install-from-binary (#3333)Kim "BKC" Carlbäcker2018-01-094-4/+4
| | | | | | * Update gitea version on docs/install-from-binary * Update all versions
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-087-9/+48
| | | | | | * Change EncodePasswd to HashPassword * Create test+benchmark for HashPassword
* Add some instructions about running integration tests (#3319)Sandro Santilli2018-01-081-0/+22
| | | | | | | | * Add some instructions about running integration tests * Add missing newline escape * Suggest running a clean build
* Fix branch name escaping in compare url (#3311)Deyong Zhu2018-01-081-8/+14
| | | | * Fixes #3303