summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix error when add user has full name to team (#2973)Lunny Xiao2017-11-261-0/+5
| | | | | | * fix error when add user has full name to team * add comment for extra uname check
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-262-0/+4
|
* Fix bench deps since #2916 (#2971)Antoine GIRARD2017-11-261-4/+4
|
* Fix files/commits of merged PRs (#2937)Ethan Koenig2017-11-251-8/+30
|
* Fix language names (#2955)Piotr Orzechowski2017-11-232-3/+3
|
* Update gitgraph.js to fix blurry commit graph on HiDPI screens (#2957)Michael Kuhn2017-11-232-4/+21
|
* Fix over-escaped characters (#2956)Ethan Koenig2017-11-225-19/+17
|
* Remove render issue link (#2954)Timur Makarchuk2017-11-221-13/+0
| | | | | | * Remove function that does nothing * Remove unused import
* Spaces to tabs in templates (#2953)Ethan Koenig2017-11-217-185/+184
|
* Remove unnecessary IssueList attribute loads (#2936)Ethan Koenig2017-11-212-9/+16
|
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-2116-11/+725
| | | | | | | | | | | | * add dingtalk webhook type * add vendor * some fixes * fix name check * fix name check & improvment
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-218-8/+39
|
* Drop deprecated GOGS_WORK_DIR use (#2946)Jonas Bröms2017-11-211-4/+0
|
* Drop unmaintained gogs migration script (#2947)Jonas Bröms2017-11-211-206/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-201-11/+11
|
* App restarts to quickly if it fails to start. (#2945)William Mantly Jr2017-11-211-0/+1
|
* Apply LANDING_PAGE config options for logged in users (#2894)schaffman52017-11-203-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix comment API paths (#2813)Ethan Koenig2017-11-204-94/+278
|
* Fix API status code for hook creation (#2814)Ethan Koenig2017-11-203-4/+5
| | | | | | * Fix API status code for hook creation * Named constants for response statuses
* Restore build as the default make rule (#2935)Ethan Koenig2017-11-191-2/+2
|
* Combine identical Makefile rules (#2916)Ethan Koenig2017-11-171-9/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-171-0/+3
|
* Fix govendor for x/crupto curve25519 (#2925)Lauris BH2017-11-172-1/+835
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-161-0/+3
|
* Docker multi-arch base (#1985)Antoine GIRARD2017-11-165-91/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix memcache support when value is returned as string always (#2924)Lauris BH2017-11-161-2/+27
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-162-0/+6
|
* Update golang x/crypto dependencies (#2923)Lauris BH2017-11-1631-1305/+1320
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-159-18/+3
|
* Page parameter for repo search API (#2915)Ethan Koenig2017-11-152-6/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-1510-10/+0
|
* Update go-ini dependency and remove semicolon hack in translations (#2913)Lauris BH2017-11-1517-429/+584
|
* Add owner to delete repo message (#2886)Ethan Koenig2017-11-152-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-145-48/+838
|
* Backport 1.2.x changelog to master (#2904)Lauris BH2017-11-151-3/+498
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-1417-293/+4696
|
* update screenshots on README (#2910)Lunny Xiao2017-11-142-7/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-142-20/+415
|
* Gogs -> Gitea (#2909)Sandro Santilli2017-11-141-1/+1
| | | rename label
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-136-30/+682
|
* Fix run command race (#1470)Mura Li2017-11-132-22/+33
| | | | | | | | | | * 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
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-135-32/+489
|
* Correct ldap username validation. (#2880)Jochen Rill2017-11-131-1/+1
| | | | PR #342 was only partially applied. Spaces should not be at the start and end of a username but they can be inside.
* Fix localization texts that contain semicolon (#2900)Lauris BH2017-11-133-3/+7
|
* Fix inconsistencies in user settings ui (#2901)Shaun2017-11-132-6/+6
|
* Update swagger documentation (#2899)Ethan Koenig2017-11-1372-2170/+8722
| | | | | | | | | | | * Update swagger documentation Add docs for missing endpoints Add documentation for request parameters Make parameter naming consistent Fix response documentation * Restore delete comments
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-131-12/+12
|
* Fix issue link rendering in commit messages (#2897)Ethan Koenig2017-11-137-52/+126
| | | | | | | | | | * Fix issue link rendering in commit messages * Update page.tmpl * No links for parens * remove comment
* Add integration test for user deleting account (#2891)Ethan Koenig2017-11-121-2/+45
|
* Add integration test for logging out (#2892)Ethan Koenig2017-11-111-0/+26
|