Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Escape search query (#3486) | Jonas Franz | 2018-02-11 | 2 | -1/+8 |
| | | | Signed-off-by: Jonas Franz <info@jonasfranz.de> | ||||
* | Update code.gitea.io/git (#3482) | Ethan Koenig | 2018-02-10 | 5 | -126/+108 |
| | |||||
* | Add EUPL v1.2 as license (Fixes go-gitea/gitea#3439) (#3475) | Jonas Franz | 2018-02-09 | 1 | -0/+190 |
| | | | Signed-off-by: Jonas Franz <info@jonasfranz.de> | ||||
* | Fixes missing avatars in offline mode (#3471) | Codruț Constantin Gușoi | 2018-02-08 | 1 | -1/+3 |
| | | | Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com> | ||||
* | Docs: Fix broken markdown with unescaped character (#3470) | Jonas Bröms | 2018-02-07 | 1 | -2/+2 |
| | |||||
* | Clarify Indexer MAX_FILE_SIZE (#3469) | Jonas Bröms | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Fix checklist padding (#3460) | modmew8 | 2018-02-06 | 4 | -17/+25 |
| | | | | | | | | | | * Changed style of checklist in issuelist. * Adjusted padding for progressbar, updated index.css. * Fixed another wrong tab to spaces. Signed-off-by: modmew8 <modmew8@gmail.com> | ||||
* | Improvements to git integration test (#3466) | Ethan Koenig | 2018-02-06 | 1 | -11/+7 |
| | |||||
* | Reduce repo indexer disk usage (#3452) | Ethan Koenig | 2018-02-05 | 14 | -97/+704 |
| | |||||
* | Fix rendering of wiki page list if wiki repo contains other files (#3454) | Lauris BH | 2018-02-05 | 4 | -2/+26 |
| | | | | | | * Fix rendering of wiki page list if wiki repo contains other files * Improve wiki filename tests | ||||
* | Fix synchronization bug in repo indexer (#3455) | Ethan Koenig | 2018-02-05 | 1 | -62/+100 |
| | |||||
* | Enable caching on assets and avatars (#3376) | Morgan Bazalgette | 2018-02-04 | 5 | -34/+155 |
| | | | | | | | | | | | | | | * Enable caching on assets and avatars Fixes #3323 * Only set avatar in user BeforeUpdate when there is no avatar set * add error checking after stat * gofmt * Change cache time for avatars to an hour | ||||
* | Update hard-coded version to 1.5.0-dev (#3450) | techknowlogick | 2018-02-03 | 1 | -1/+1 |
| | | | | | Now that 1.4.0 is out the new target is 1.5.0 (See #2390 and #2988 for more context if needed) | ||||
* | Allow square brackets in external issue patterns (#3408) | Christian Köberl | 2018-02-03 | 2 | -2/+7 |
| | | | | | | * Allow square brackets in external issue patterns * Added false test cases for checklist elements | ||||
* | Emoji Autocomplete (#3433) | modmew8 | 2018-02-03 | 6 | -17/+64 |
| | | | | | | | | | | | | * Implemented emoji autocomplete. * Changed emoji access url. * Reverted vendor css to default, moved all style changes to _tribute.less * Made no-results overwriteable, added missing autocomplete to edit issue field. Signed-off-by: modmew8 <modmew8@gmail.com> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-31 | 4 | -53/+1026 |
| | |||||
* | add changelog for 1.4.0 (#3435) | Morgan Bazalgette | 2018-01-31 | 1 | -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 BH | 2018-01-31 | 1 | -20/+20 |
| | |||||
* | Add sensitive headers (#3429) | Antoine GIRARD | 2018-01-31 | 2 | -2/+8 |
| | | | | | | | * Add HeaderWithSensitiveCase methods to respect casing * Update webhook.go | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-30 | 3 | -13/+16 |
| | |||||
* | Fix branch deletion for squash or rebase merged pull requests (#3425) | Lauris BH | 2018-01-30 | 1 | -31/+15 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-29 | 2 | -1/+6 |
| | |||||
* | Fix go-get content type (#3426) | Lauris BH | 2018-01-29 | 1 | -1/+3 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-29 | 4 | -50/+1176 |
| | |||||
* | Fix PR merge error (#3421) | Ethan Koenig | 2018-01-29 | 1 | -5/+1 |
| | |||||
* | Add doctype to go-get=1 reponse (#3423) | Lauris BH | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | Fix SQL type error for webhooks (#3424) | Ethan Koenig | 2018-01-29 | 1 | -3/+10 |
| | |||||
* | Add mising `LOCAL_WIKI_PATH` documentation (#3420) | Lauris BH | 2018-01-28 | 1 | -1/+3 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-28 | 1 | -4/+4 |
| | |||||
* | Fix race condition in repo renaming (#3418) | Ethan Koenig | 2018-01-28 | 1 | -1/+6 |
| | |||||
* | Fix empty checkout bug (#3419) | Ethan Koenig | 2018-01-28 | 1 | -6/+6 |
| | |||||
* | doc: Improve integrations examples (#3416) | Antoine GIRARD | 2018-01-27 | 1 | -4/+38 |
| | |||||
* | Added quoting for passwords in sample.app.ini and documentation (#3395) | Timo Schindler | 2018-01-27 | 2 | -2/+5 |
| | |||||
* | Change local copy origin url after repository rename (#3399) | Wendell Sun | 2018-01-27 | 1 | -1/+10 |
| | | | Fix #3378 | ||||
* | Fix SSH auth lfs locks (#3152) | Antoine GIRARD | 2018-01-27 | 7 | -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 Xiao | 2018-01-27 | 28 | -161/+1008 |
| | |||||
* | Recognize more characters in crossreferenced repo name (#3413) | Lauris BH | 2018-01-27 | 2 | -1/+4 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-27 | 3 | -0/+231 |
| | |||||
* | Add myself to TRANSLATORS (#3415) | Kazuki Sawada | 2018-01-26 | 1 | -0/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-25 | 9 | -52/+1730 |
| | |||||
* | HTML escape all lines of the search result (#3402) | Morgan Bazalgette | 2018-01-22 | 1 | -4/+5 |
| | | | Fixes #3383. | ||||
* | Use GiteaServer as the user agent for http requests (#3404) | Sandro Santilli | 2018-01-22 | 1 | -1/+1 |
| | | | Otherwise we're still presenting ourselves as GogsServer... | ||||
* | Remove useless check (#3384) | Antoine GIRARD | 2018-01-19 | 1 | -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 Santilli | 2018-01-19 | 1 | -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 BH | 2018-01-19 | 4 | -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 Koenig | 2018-01-17 | 1 | -0/+7 |
| | | | | * comment | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-16 | 4 | -2/+74 |
| | |||||
* | Update source installation requirements (#3124) | Kim "BKC" Carlbäcker | 2018-01-16 | 2 | -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 GIRARD | 2018-01-16 | 6 | -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ückner | 2018-01-16 | 3 | -3/+91 |
| | | | | | | | | | * Fixes API-Endpoint release (#3005) * Using context.ReferencesGitRepo(); doing the same in the PATCH route. * Add release create, get and update test |