summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add deleted_branch table fixture (#2832)Lauris BH2017-11-042-23/+29
| | | | | | | | * Add deleted_branch table fixture * Fix deleted branches tests * Remove unneeded global variable
* "[skip ci] Updated translations via Crowdin"GiteaBot2017-11-041-5/+5
|
* change the email and name to GitBot account. (#2848)Bo-Yi Wu2017-11-041-0/+2
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Link members and repositories count to each page on org home. (#2787)harry2017-11-041-1/+4
|
* '[skip ci] Updated translations via Crowdin'lafriks2017-11-031-24/+474
|
* Fix API raw requests for commits and tags (#2841)Lauris BH2017-11-043-2/+33
|
* Translator pt-BR (#2838)Joel da Rosa2017-11-031-0/+2
| | | | | | * Translator pt-BR * rectification translators pt-BR
* Issue content should not be updated when closing with comment (#2833)Lauris BH2017-11-035-25/+78
|
* Set session and indexers' data files rel to AppDataPath (#2192)Guillaume Dube2017-11-035-74/+73
| | | | | | | | | | * Set session and indexers' data files rel to AppDataPath The setting AppDataPath is now relative to the working directory. The session svc's PROVIDER_CONFIG now defaults to AppDataPath/data/sessions. The issue indexer's IssuePath now defaults to AppDataPath/indexers/issues.bleves. * fix bug
* Fix order of comments (#2835)Morlinest2017-11-031-0/+1
|
* Use different directories for session files in integration tests (#2834)Lauris BH2017-11-032-0/+2
|
* '[skip ci] Updated translations via Crowdin'lafriks2017-11-021-39/+39
|
* Fix removing backslash before quotes in translations (#2831)Lauris BH2017-11-031-1/+1
|
* Fix redirect url of legacy commits route (#2825)Morlinest2017-11-032-12/+4
|
* Fix ordering in app.ini and fix run mode option (#2829)Morlinest2017-11-022-3/+4
|
* Add git clone test on integration test (#1682)Lunny Xiao2017-11-022-2/+65
|
* Configurable SSH key exchange algorithm and MAC suite (#2806)Cum Gun2017-11-024-4/+24
|
* '[skip ci] Updated translations via Crowdin'lafriks2017-11-023-38/+489
|
* added myself to the translation list (#2828)Jonathan Lozada D2017-11-021-0/+1
|
* Fix commits page url (#2823)Morlinest2017-11-021-1/+1
| | | | | | * Fix commits page url * Check all view types
* '[skip ci] Updated translations via Crowdin'lafriks2017-11-0125-0/+400
|
* Use custom search for each filter type in dashboard (#2343)Morlinest2017-11-012-19/+74
| | | | | | | | | | * Do custom search for each filter in repo-search * Fix search url * Simplify code * Remove loader and reset counts when changing filter
* Revert en-US locale (#2821)Lauris BH2017-11-021-55/+55
|
* '[skip ci] Updated translations via Crowdin'lunny2017-11-0125-8065/+273
|
* fix update-translations on drone (#2822)Lunny Xiao2017-11-011-0/+2
|
* '[skip ci] Updated translations via Crowdin'lunny2017-11-0123-736/+751
|
* Fix wrong translations (#2818)Lunny Xiao2017-11-011-0/+9
| | | | | | * fix wrong translations * fix tab on yml
* '[skip ci] Updated translations via Crowdin'appleboy2017-11-0125-1119/+2699
|
* add gitea remote in drone. (#2817)Bo-Yi Wu2017-11-011-1/+1
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* add remote name for git push. (#2816)Bo-Yi Wu2017-11-011-3/+4
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Download and pushing translations (#2727)Jonas Franz2017-11-011-10/+35
| | | | | | * Download and pushing translations * Adding empty line between build steps
* Include HTTP method in test error message (#2815)Ethan Koenig2017-11-011-1/+1
|
* Use api.TrackedTime in API (#2807)Ethan Koenig2017-11-012-16/+47
| | | | | | | | * Use api.TrackedTime in API * APIFormat() method * Rename function
* Fix dropdown menu position on explore repo (#2808)Mulia Nasution2017-10-311-1/+1
| | | Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
* Fix typo (#2810)Mulia Nasution2017-10-311-1/+1
| | | Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>