]> source.dussan.org Git - gitea.git/log
gitea.git
6 years agoUnit tests for wiki routers (#3022)
Ethan Koenig [Thu, 30 Nov 2017 15:52:15 +0000 (07:52 -0800)]
Unit tests for wiki routers (#3022)

6 years agoUpdate docs for LDAP (via BindDN) user sync option. (#2985)
Mike Fellows [Thu, 30 Nov 2017 13:36:53 +0000 (05:36 -0800)]
Update docs for LDAP (via BindDN) user sync option. (#2985)

6 years agoFrench translation for docs (#3030)
techknowlogick [Thu, 30 Nov 2017 12:45:48 +0000 (07:45 -0500)]
French translation for docs (#3030)

original PR go-gitea/docs#147 and author @0xbaadf00d

6 years agoadd notice for docker run gitea http port issue (#3020)
Lunny Xiao [Thu, 30 Nov 2017 11:18:35 +0000 (19:18 +0800)]
add notice for docker run gitea http port issue (#3020)

6 years agoExpandable commit bodies (#2980)
Sondre Nilsen [Thu, 30 Nov 2017 05:08:40 +0000 (06:08 +0100)]
Expandable commit bodies (#2980)

* Initial working state of expandable commit bodies

* Fix all commits having showing button for multiline commits

* Refactor checking multiline messages method

* Force newlines with <br> in commit body

* Show multiple lines in the list view of repositories

* Fixed proper newlines and minor refactor

Use <pre> instead of <p>, this is so we can use \n instead of having to manually place <br> into the HTML. Makes it easier to display commit bodies.

* Fix commit list messages jumping around

* Fix indentation in view_list.tmpl

* Use vertical-align: baseline instead of top

* Refactor commit button toggle function

* Remove RenderCommitBodyLink function

* Add comments

* Add newline at the end of _repository.less

* Fix long commit bodies not properly wrapping inside <pre>

* Don't split on double newlines

* Show the commit body in commit view

* Update stylesheets

* Add/fix comments and run make fmt

* Fix spaces not being tabs

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 29 Nov 2017 20:53:22 +0000 (20:53 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoRemoved unused field in form (#3023)
Ethan Koenig [Wed, 29 Nov 2017 20:52:34 +0000 (12:52 -0800)]
Removed unused field in form (#3023)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 29 Nov 2017 12:50:43 +0000 (12:50 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoSet OpenID support on by default when installing new instance (#3010)
Sandro Santilli [Wed, 29 Nov 2017 12:47:42 +0000 (13:47 +0100)]
Set OpenID support on by default when installing new instance (#3010)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 29 Nov 2017 09:11:10 +0000 (09:11 +0000)]
[skip ci] Updated translations via Crowdin

6 years agouse unique name for docs docker build step in CI (#3018)
techknowlogick [Wed, 29 Nov 2017 09:08:23 +0000 (04:08 -0500)]
use unique name for docs docker build step in CI (#3018)

Otherwise drone may combine the logs

6 years agoRemoving disqus from docs site (#3015)
techknowlogick [Wed, 29 Nov 2017 03:57:29 +0000 (22:57 -0500)]
Removing disqus from docs site (#3015)

Gitea now has a forum which is probably a better venue for
these types of conversations

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 29 Nov 2017 01:52:11 +0000 (01:52 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoMemory usage improvements (#3013)
Duncan Ogilvie [Wed, 29 Nov 2017 01:50:39 +0000 (02:50 +0100)]
Memory usage improvements (#3013)

* govendor update code.gitea.io/git

Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
* Greatly improve memory usage

Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
6 years agoFix git lfs path (#3016)
Antoine GIRARD [Tue, 28 Nov 2017 23:35:23 +0000 (00:35 +0100)]
Fix git lfs path (#3016)

* add suffix .git

* Remove Content-Type on GET methods

* Add migrations to force creation before any further potential migration

6 years agoImprove memory usage when reaching diff limits (#2990)
Duncan Ogilvie [Tue, 28 Nov 2017 23:22:24 +0000 (00:22 +0100)]
Improve memory usage when reaching diff limits (#2990)

Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
6 years agoFix master build for docs docker (#3004)
techknowlogick [Tue, 28 Nov 2017 22:17:23 +0000 (17:17 -0500)]
Fix master build for docs docker (#3004)

6 years agoGit LFS lock api (#2938)
Antoine GIRARD [Tue, 28 Nov 2017 20:58:37 +0000 (21:58 +0100)]
Git LFS lock api (#2938)

* Implement routes

* move to api/sdk and create model

* Implement add + list

* List return 200 empty list no 404

* Add verify lfs lock api

* Add delete and start implementing auth control

* Revert to code.gitea.io/sdk/gitea vendor

* Apply needed check for all lfs locks route

* Add simple tests

* fix lint

* Improve tests

* Add delete test + fix

* Add lfs ascii header

* Various fixes from review + remove useless code + add more corner case testing

* Remove repo link since only id is needed.

Save a little of memory and cpu time.

* Improve tests

* Use TEXT column format for path + test

* fix mispell

* Use NewRequestWithJSON for POST tests

* Clean path

* Improve DB format

* Revert uniquess repoid+path

* (Re)-setup uniqueness + max path length

* Fixed TEXT in place of VARCHAR

* Settle back to maximum VARCHAR(3072)

* Let place for repoid in key

* Let place for repoid in key

* Let place for repoid in key

* Revert back

6 years agoAdd fingerprint to ssh key endpoints. (#3009)
Vlad Temian [Tue, 28 Nov 2017 15:21:39 +0000 (17:21 +0200)]
Add fingerprint to ssh key endpoints. (#3009)

* Add fingerprint to ssh key endpoints.

* Update gitea sdk vendor

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 28 Nov 2017 09:44:21 +0000 (09:44 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoVarious wiki bug fixes (#2996)
Ethan Koenig [Tue, 28 Nov 2017 09:43:51 +0000 (01:43 -0800)]
Various wiki bug fixes (#2996)

* Update macaron

* Various wiki bug fixes

6 years agoDockerfile for docs copy proper files into image (#2989)
techknowlogick [Mon, 27 Nov 2017 12:08:25 +0000 (07:08 -0500)]
Dockerfile for docs copy proper files into image (#2989)

fixes docker build from: #2874

6 years agoDon't print SQL in unit tests (#2995)
Ethan Koenig [Mon, 27 Nov 2017 10:29:48 +0000 (02:29 -0800)]
Don't print SQL in unit tests (#2995)

* Add GITEA_UNIT_TESTS_VERBOSE environment variable to enable printing SQL

6 years ago[ci skip] Fix #2964 Document updated proposal process (#2999)
techknowlogick [Mon, 27 Nov 2017 07:14:34 +0000 (02:14 -0500)]
[ci skip] Fix #2964 Document updated proposal process (#2999)

6 years agoUpdate link for tips on how to get faster reviews (#2997)
techknowlogick [Mon, 27 Nov 2017 06:11:15 +0000 (01:11 -0500)]
Update link for tips on how to get faster reviews (#2997)

Kubernetes merged guides, and this is now the current location of guide

6 years agoRemove duplicate "Max Diff Lines" from config view (#2987)
Duncan Ogilvie [Mon, 27 Nov 2017 04:56:50 +0000 (05:56 +0100)]
Remove duplicate "Max Diff Lines" from config view (#2987)

Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
6 years ago[ci skip] Add @techknowlogick to MAINTAINERS file (#2993)
techknowlogick [Mon, 27 Nov 2017 03:38:49 +0000 (22:38 -0500)]
[ci skip] Add @techknowlogick to MAINTAINERS file (#2993)

6 years agoAdding time tracking to feature list (#2982)
techknowlogick [Mon, 27 Nov 2017 02:47:43 +0000 (21:47 -0500)]
Adding time tracking to feature list (#2982)

Now that 1.3 is out time tracking is a new feature
go-gitea/docs#148

6 years agoUpdate hard-coded version to 1.4.0-dev (#2988)
techknowlogick [Mon, 27 Nov 2017 02:12:45 +0000 (21:12 -0500)]
Update hard-coded version to 1.4.0-dev (#2988)

Now that 1.3.0 is out the new target is 1.4.0

6 years agoFix go-get, src and raw urls to new scheme (#2978)
Lauris BH [Mon, 27 Nov 2017 00:58:54 +0000 (02:58 +0200)]
Fix go-get, src and raw urls to new scheme (#2978)

6 years agoImport docs into main repository (#2874)
techknowlogick [Sun, 26 Nov 2017 21:44:32 +0000 (16:44 -0500)]
Import docs into main repository (#2874)

* import docs into main repository

Signed-off-by: Matti Ranta <matti@mdranta.net>
6 years agoFix coverage reports (#2974)
Ethan Koenig [Sun, 26 Nov 2017 18:07:40 +0000 (10:07 -0800)]
Fix coverage reports (#2974)

6 years agoFix fault PR renaming app.ini (#2977)
Jonas Bröms [Sun, 26 Nov 2017 16:02:38 +0000 (17:02 +0100)]
Fix fault PR renaming app.ini (#2977)

6 years agoRename conf dir > custom.sample (#1522)
Jonas Bröms [Sun, 26 Nov 2017 09:16:58 +0000 (10:16 +0100)]
Rename conf dir > custom.sample (#1522)

* Explain app.ini purpose

6 years agoEnable admin to search by email (#2888)
Ethan Koenig [Sun, 26 Nov 2017 08:40:38 +0000 (00:40 -0800)]
Enable admin to search by email (#2888)

6 years agoFix error when add user has full name to team (#2973)
Lunny Xiao [Sun, 26 Nov 2017 08:01:48 +0000 (16:01 +0800)]
Fix error when add user has full name to team (#2973)

* fix error when add user has full name to team

* add comment for extra uname check

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sun, 26 Nov 2017 02:01:56 +0000 (02:01 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix bench deps since #2916 (#2971)
Antoine GIRARD [Sun, 26 Nov 2017 02:00:57 +0000 (03:00 +0100)]
Fix bench deps since #2916 (#2971)

6 years agoFix files/commits of merged PRs (#2937)
Ethan Koenig [Sat, 25 Nov 2017 13:47:19 +0000 (05:47 -0800)]
Fix files/commits of merged PRs (#2937)

6 years agoFix language names (#2955)
Piotr Orzechowski [Thu, 23 Nov 2017 04:00:48 +0000 (05:00 +0100)]
Fix language names (#2955)

6 years agoUpdate gitgraph.js to fix blurry commit graph on HiDPI screens (#2957)
Michael Kuhn [Wed, 22 Nov 2017 16:08:26 +0000 (17:08 +0100)]
Update gitgraph.js to fix blurry commit graph on HiDPI screens (#2957)

6 years agoFix over-escaped characters (#2956)
Ethan Koenig [Wed, 22 Nov 2017 07:09:48 +0000 (23:09 -0800)]
Fix over-escaped characters (#2956)

6 years agoRemove render issue link (#2954)
Timur Makarchuk [Wed, 22 Nov 2017 06:25:47 +0000 (09:25 +0300)]
Remove render issue link (#2954)

* Remove function that does nothing

* Remove unused import

6 years agoSpaces to tabs in templates (#2953)
Ethan Koenig [Tue, 21 Nov 2017 05:43:00 +0000 (21:43 -0800)]
Spaces to tabs in templates (#2953)

6 years agoRemove unnecessary IssueList attribute loads (#2936)
Ethan Koenig [Tue, 21 Nov 2017 05:28:22 +0000 (21:28 -0800)]
Remove unnecessary IssueList attribute loads (#2936)

6 years agoAdd dingtalk webhook (#2777)
Lunny Xiao [Tue, 21 Nov 2017 04:26:43 +0000 (12:26 +0800)]
Add dingtalk webhook  (#2777)

* add dingtalk webhook type

* add vendor

* some fixes

* fix name check

* fix name check & improvment

6 years agoDisable add key button if SSH is disabled (#2873)
Michael Kuhn [Tue, 21 Nov 2017 03:49:33 +0000 (04:49 +0100)]
Disable add key button if SSH is disabled (#2873)

6 years agoDrop deprecated GOGS_WORK_DIR use (#2946)
Jonas Bröms [Tue, 21 Nov 2017 01:52:47 +0000 (02:52 +0100)]
Drop deprecated GOGS_WORK_DIR use (#2946)

6 years agoDrop unmaintained gogs migration script (#2947)
Jonas Bröms [Tue, 21 Nov 2017 00:52:48 +0000 (01:52 +0100)]
Drop unmaintained gogs migration script (#2947)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 20 Nov 2017 23:37:46 +0000 (23:37 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoApp restarts to quickly if it fails to start. (#2945)
William Mantly Jr [Mon, 20 Nov 2017 23:37:23 +0000 (18:37 -0500)]
App restarts to quickly if it fails to start. (#2945)

6 years agoApply LANDING_PAGE config options for logged in users (#2894)
schaffman5 [Mon, 20 Nov 2017 07:48:09 +0000 (02:48 -0500)]
Apply LANDING_PAGE config options for logged in users (#2894)

* Extended LANDINGPAGE config variable to logged in users and added switch for 'organizations' in addition to 'home' and 'explore'.

* Updated comments.

Signed-off-by: Mike Schaffer <mschaff@gmail.com>
* Extended LANDINGPAGE config variable to trigger when user logs in and added switch for 'organizations' in addition to 'home' and 'explore'.

Signed-off-by: Mike Schaffer <mschaff@gmail.com>
* Extended LANDINGPAGE config variable to logged in users and added switch for 'organizations' in addition to 'home' and 'explore'.

* Updated comments.

Signed-off-by: Mike Schaffer <mschaff@gmail.com>
* Extended LANDINGPAGE config variable to trigger when user logs in and added switch for 'organizations' in addition to 'home' and 'explore'.

Signed-off-by: Mike Schaffer <mschaff@gmail.com>
* Removed superfluous conditional and correct whitespace.

Signed-off-by: Mike Schaffer <mschaff@gmail.com>
* Update app.ini

Reverted new line.

* Formatting.

Signed-off-by: Mike Schaffer <mschaff@gmail.com>
6 years agoFix comment API paths (#2813)
Ethan Koenig [Mon, 20 Nov 2017 07:24:07 +0000 (23:24 -0800)]
Fix comment API paths (#2813)

6 years agoFix API status code for hook creation (#2814)
Ethan Koenig [Mon, 20 Nov 2017 07:00:53 +0000 (23:00 -0800)]
Fix API status code for hook creation (#2814)

* Fix API status code for hook creation

* Named constants for response statuses

6 years agoRestore build as the default make rule (#2935)
Ethan Koenig [Sun, 19 Nov 2017 07:50:23 +0000 (23:50 -0800)]
Restore build as the default make rule (#2935)

6 years agoCombine identical Makefile rules (#2916)
Ethan Koenig [Fri, 17 Nov 2017 10:17:39 +0000 (02:17 -0800)]
Combine identical Makefile rules (#2916)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 17 Nov 2017 03:17:21 +0000 (03:17 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix govendor for x/crupto curve25519 (#2925)
Lauris BH [Fri, 17 Nov 2017 03:16:47 +0000 (05:16 +0200)]
Fix govendor for x/crupto curve25519 (#2925)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 16 Nov 2017 13:17:13 +0000 (13:17 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoDocker multi-arch base (#1985)
Antoine GIRARD [Thu, 16 Nov 2017 13:16:40 +0000 (14:16 +0100)]
Docker multi-arch base (#1985)

* Create docker/manifest/base.yml

serve as base for build docker image for most platform (386,amd64,arm,arm64)

* Add make task docker-multi-arch-push-manifest

To update references of a multi-arch image on docker registry.

* Use SED_INPLACE generic sed command

* Delete Dockerfile.aarch64

Delete Dockerfile.rpi

* Use gitea/gitea-base as base

and replace deprecated MAINTAINER by LABEL (https://docs.docker.com/engine/reference/builder/#maintainer-deprecated)

* Fix rebase

* Use sapk/gitea-base as base

* Split makefile for docker

* Fix version to v3.6

Could use in later version edge of alpine official library that support multi-arch for armhf.

* Remove sapk/gitea-base and use directly new official alpine multi-arch

6 years agoFix memcache support when value is returned as string always (#2924)
Lauris BH [Thu, 16 Nov 2017 07:06:34 +0000 (09:06 +0200)]
Fix memcache support when value is returned as string always (#2924)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 16 Nov 2017 05:54:31 +0000 (05:54 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoUpdate golang x/crypto dependencies (#2923)
Lauris BH [Thu, 16 Nov 2017 05:53:23 +0000 (07:53 +0200)]
Update golang x/crypto dependencies (#2923)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 15 Nov 2017 08:12:05 +0000 (08:12 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoPage parameter for repo search API (#2915)
Ethan Koenig [Wed, 15 Nov 2017 08:10:26 +0000 (00:10 -0800)]
Page parameter for repo search API (#2915)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 15 Nov 2017 03:35:51 +0000 (03:35 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoUpdate go-ini dependency and remove semicolon hack in translations (#2913)
Lauris BH [Wed, 15 Nov 2017 03:34:42 +0000 (05:34 +0200)]
Update go-ini dependency and remove semicolon hack in translations (#2913)

6 years agoAdd owner to delete repo message (#2886)
Ethan Koenig [Wed, 15 Nov 2017 01:37:16 +0000 (17:37 -0800)]
Add owner to delete repo message (#2886)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 14 Nov 2017 23:40:26 +0000 (23:40 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoBackport 1.2.x changelog to master (#2904)
Lauris BH [Tue, 14 Nov 2017 23:39:17 +0000 (01:39 +0200)]
Backport 1.2.x changelog to master (#2904)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 14 Nov 2017 11:25:14 +0000 (11:25 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoupdate screenshots on README (#2910)
Lunny Xiao [Tue, 14 Nov 2017 11:23:55 +0000 (19:23 +0800)]
update screenshots on README (#2910)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 14 Nov 2017 00:57:08 +0000 (00:57 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoGogs -> Gitea (#2909)
Sandro Santilli [Tue, 14 Nov 2017 00:55:57 +0000 (13:55 +1300)]
Gogs -> Gitea (#2909)

rename label

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 13 Nov 2017 14:54:11 +0000 (14:54 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix run command race (#1470)
Mura Li [Mon, 13 Nov 2017 14:51:45 +0000 (08:51 -0600)]
Fix run command race (#1470)

* Use exec.CommandContext to simplfy timeout handling

And fixing the data races which can be identified by the added tests when -race enabled.

* Use sleep commmand instead of reading from stdin

* Make the error handling go-esque

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 13 Nov 2017 09:33:29 +0000 (09:33 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoCorrect ldap username validation. (#2880)
Jochen Rill [Mon, 13 Nov 2017 09:32:16 +0000 (10:32 +0100)]
Correct ldap username validation. (#2880)

PR #342 was only partially applied. Spaces should not be at the start
and end of a username but they can be inside.

6 years agoFix localization texts that contain semicolon (#2900)
Lauris BH [Mon, 13 Nov 2017 07:56:10 +0000 (09:56 +0200)]
Fix localization texts that contain semicolon (#2900)

6 years agoFix inconsistencies in user settings ui (#2901)
Shaun [Mon, 13 Nov 2017 07:21:41 +0000 (07:21 +0000)]
Fix inconsistencies in user settings ui (#2901)

6 years agoUpdate swagger documentation (#2899)
Ethan Koenig [Mon, 13 Nov 2017 07:02:25 +0000 (23:02 -0800)]
Update swagger documentation (#2899)

* Update swagger documentation

Add docs for missing endpoints
Add documentation for request parameters
Make parameter naming consistent
Fix response documentation

* Restore delete comments

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 13 Nov 2017 01:37:21 +0000 (01:37 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix issue link rendering in commit messages (#2897)
Ethan Koenig [Mon, 13 Nov 2017 01:35:55 +0000 (17:35 -0800)]
Fix issue link rendering in commit messages (#2897)

* Fix issue link rendering in commit messages

* Update page.tmpl

* No links for parens

* remove comment

6 years agoAdd integration test for user deleting account (#2891)
Ethan Koenig [Sun, 12 Nov 2017 13:36:16 +0000 (05:36 -0800)]
Add integration test for user deleting account (#2891)

6 years agoAdd integration test for logging out (#2892)
Ethan Koenig [Sun, 12 Nov 2017 05:29:07 +0000 (21:29 -0800)]
Add integration test for logging out (#2892)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sat, 11 Nov 2017 23:19:22 +0000 (23:19 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix adding a new authentication source after selecting OAuth (#2889)
Shaun [Sat, 11 Nov 2017 23:18:21 +0000 (23:18 +0000)]
Fix adding a new authentication source after selecting OAuth (#2889)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sat, 11 Nov 2017 01:33:50 +0000 (01:33 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix new branch creation to new url scheme (#2884)
Lauris BH [Sat, 11 Nov 2017 01:32:46 +0000 (03:32 +0200)]
Fix new branch creation to new url scheme (#2884)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 8 Nov 2017 13:06:17 +0000 (13:06 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd LFS object verification step after upload (#2868)
Lauris BH [Wed, 8 Nov 2017 13:04:19 +0000 (15:04 +0200)]
Add LFS object verification step after upload (#2868)

* 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

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 7 Nov 2017 06:34:16 +0000 (06:34 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd external markup render support (#2570)
Lunny Xiao [Tue, 7 Nov 2017 06:33:06 +0000 (14:33 +0800)]
Add external markup render support (#2570)

* 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

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 7 Nov 2017 04:34:18 +0000 (04:34 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix LFS not returning correct content length when requesting a range of bytes (#2864)
Jacob Parry [Tue, 7 Nov 2017 04:33:04 +0000 (23:33 -0500)]
Fix LFS not returning correct content length when requesting a range of bytes (#2864)

6 years agoFix fork repository cycle to self (#2860)
Lunny Xiao [Mon, 6 Nov 2017 04:12:55 +0000 (12:12 +0800)]
Fix fork repository cycle to self (#2860)

* fix fork repository cycle to self

* rename testForkRepo to traverseParentRepo

6 years agofix click create pull request button 404 (#2859)
Lunny Xiao [Sun, 5 Nov 2017 19:11:35 +0000 (03:11 +0800)]
fix click create pull request button 404 (#2859)

6 years agoFix attachments icon size on zoom in/out (#2853)
Jakub [Sun, 5 Nov 2017 12:12:27 +0000 (13:12 +0100)]
Fix attachments icon size on zoom in/out (#2853)

* fix attachments icon size on zoom in/out

* make public/css/index.css

6 years agoLaunch Gitea with custom UID/GID for 'git' user (fixes #2286) (#2791)
Henrik Bengtsson [Sun, 5 Nov 2017 02:40:31 +0000 (19:40 -0700)]
Launch Gitea with custom UID/GID for 'git' user (fixes #2286) (#2791)

6 years agoClean repository ROOT directory name with filepath.Clean (#2846)
Mike Fellows [Sat, 4 Nov 2017 21:36:49 +0000 (14:36 -0700)]
Clean repository ROOT directory name with filepath.Clean (#2846)

For better compatibility with Windows.