summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-2011-98/+126
| | | | | | * Populate URL field of API commits * fix orgmode_test
* Update markbates/goth library (#3533)Lauris BH2018-02-1911-157/+281
| | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Document generate commands (#3532)Lauris BH2018-02-181-0/+16
| | | | | | | | | | * Document generate commands Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv> * Fix examples and grammar Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Add issue closed time column to fix activity closed issues list (#3537)Lauris BH2018-02-196-6/+50
| | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* [skip ci] Updated translations via CrowdinGiteaBot2018-02-184-0/+58
|
* Force remove test repo root path in case previous test is still locking it ↵Lauris BH2018-02-181-1/+14
| | | | | | (#3528) Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Fix escaping changed title in comments (#3530)Lauris BH2018-02-185-25/+60
| | | | | | | | * Fix escaping changed title in comments * Fix escaping of wiki page titile Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-1812-67/+215
| | | Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2018-02-1826-347/+23
|
* Fix app.ini sample file link in docs (#3529)Lauris BH2018-02-182-2/+2
| | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* [skip ci] Updated translations via CrowdinGiteaBot2018-02-161-1/+1
|
* Fix ellipses, 'a[n]' and 'username' (issue #3512). (#3518)bugreport02018-02-161-17/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-02-161-7/+0
|
* Add info from #2286, minor fixes to YAML indentation (#3338)Richard Coleman2018-02-151-4/+19
| | | | | | * Add info from #2286, minor fixes to YAML indentation * Add space to make YAML valid again
* Add option to enable or disable swagger endpoints (#3502)Piotr Orzechowski2018-02-145-5/+15
|
* Improve wiki test (#3493)Ethan Koenig2018-02-131-7/+23
|
* Add missing licenses (#3497)Jonas Franz2018-02-1352-0/+1932
| | | Signed-off-by: Jonas Franz <info@jonasfranz.de>
* Updating generate-licenses.go to fetch licenses from maintained repository. ↵Jonas Franz2018-02-12317-17486/+8209
| | | | | (#3484) Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Escape search query (#3486)Jonas Franz2018-02-112-1/+8
| | | Signed-off-by: Jonas Franz <info@jonasfranz.de>
* Update code.gitea.io/git (#3482)Ethan Koenig2018-02-105-126/+108
|
* Add EUPL v1.2 as license (Fixes go-gitea/gitea#3439) (#3475)Jonas Franz2018-02-091-0/+190
| | | Signed-off-by: Jonas Franz <info@jonasfranz.de>
* Fixes missing avatars in offline mode (#3471)Codruț Constantin Gușoi2018-02-081-1/+3
| | | Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
* Docs: Fix broken markdown with unescaped character (#3470)Jonas Bröms2018-02-071-2/+2
|
* Clarify Indexer MAX_FILE_SIZE (#3469)Jonas Bröms2018-02-071-1/+1
|
* Fix checklist padding (#3460)modmew82018-02-064-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 Koenig2018-02-061-11/+7
|
* Reduce repo indexer disk usage (#3452)Ethan Koenig2018-02-0514-97/+704
|
* Fix rendering of wiki page list if wiki repo contains other files (#3454)Lauris BH2018-02-054-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 Koenig2018-02-051-62/+100
|
* Enable caching on assets and avatars (#3376)Morgan Bazalgette2018-02-045-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)techknowlogick2018-02-031-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öberl2018-02-032-2/+7
| | | | | | * Allow square brackets in external issue patterns * Added false test cases for checklist elements
* Emoji Autocomplete (#3433)modmew82018-02-036-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 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
|