5998 Commits (e78786ef39526fac6705a831fc291c55f1ca091b)
 

Author SHA1 Message Date
techknowlogick 6a58e3f9fc Dockerfile for docs copy proper files into image (#2989)
fixes docker build from: #2874
7 years ago
Ethan Koenig 1028ef2def Don't print SQL in unit tests (#2995)
* Add GITEA_UNIT_TESTS_VERBOSE environment variable to enable printing SQL
7 years ago
techknowlogick 8b58772659 [ci skip] Fix #2964 Document updated proposal process (#2999) 7 years ago
techknowlogick 621efaa340 Update link for tips on how to get faster reviews (#2997)
Kubernetes merged guides, and this is now the current location of guide
7 years ago
Duncan Ogilvie 8ee08fe8bc Remove duplicate "Max Diff Lines" from config view (#2987)
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
7 years ago
techknowlogick 0e76f38e4d [ci skip] Add @techknowlogick to MAINTAINERS file (#2993) 7 years ago
techknowlogick cc2b1fea9a Adding time tracking to feature list (#2982)
Now that 1.3 is out time tracking is a new feature
go-gitea/docs#148
7 years ago
techknowlogick 238bb80cdd Update hard-coded version to 1.4.0-dev (#2988)
Now that 1.3.0 is out the new target is 1.4.0
7 years ago
Lauris BH 0d4c63fd70
Fix go-get, src and raw urls to new scheme (#2978) 7 years ago
techknowlogick fb5c6b6444 Import docs into main repository (#2874)
* import docs into main repository

Signed-off-by: Matti Ranta <matti@mdranta.net>
7 years ago
Ethan Koenig f148a4a1ed Fix coverage reports (#2974) 7 years ago
Jonas Bröms 4d85c1d3c8 Fix fault PR renaming app.ini (#2977) 7 years ago
Jonas Bröms 7091db8192 Rename conf dir > custom.sample (#1522)
* Explain app.ini purpose
7 years ago
Ethan Koenig 716ac1214f Enable admin to search by email (#2888) 7 years ago
Lunny Xiao 061c501d54 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
7 years ago
GiteaBot 16c55e1a5b [skip ci] Updated translations via Crowdin 7 years ago
Antoine GIRARD d23a3e96f1 Fix bench deps since #2916 (#2971) 7 years ago
Ethan Koenig 40c545ddbc Fix files/commits of merged PRs (#2937) 7 years ago
Piotr Orzechowski 183da4c2c1 Fix language names (#2955) 7 years ago
Michael Kuhn 42d781a709 Update gitgraph.js to fix blurry commit graph on HiDPI screens (#2957) 7 years ago
Ethan Koenig 2cb6c51158 Fix over-escaped characters (#2956) 7 years ago
Timur Makarchuk dbb7715b0b Remove render issue link (#2954)
* Remove function that does nothing

* Remove unused import
7 years ago
Ethan Koenig ea78a6db57 Spaces to tabs in templates (#2953) 7 years ago
Ethan Koenig 0f6dc411df Remove unnecessary IssueList attribute loads (#2936) 7 years ago
Lunny Xiao 10b54df2b2 Add dingtalk webhook (#2777)
* add dingtalk webhook type

* add vendor

* some fixes

* fix name check

* fix name check & improvment
7 years ago
Michael Kuhn 420fc8efc2 Disable add key button if SSH is disabled (#2873) 7 years ago
Jonas Bröms 1f7aab6e19 Drop deprecated GOGS_WORK_DIR use (#2946) 7 years ago
Jonas Bröms fd09d1ffb8 Drop unmaintained gogs migration script (#2947) 7 years ago
GiteaBot e00df9fb8e [skip ci] Updated translations via Crowdin 7 years ago
William Mantly Jr e4f96c60cd App restarts to quickly if it fails to start. (#2945) 7 years ago
schaffman5 7e6c198f21 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>
7 years ago
Ethan Koenig c3b6383b3a Fix comment API paths (#2813) 7 years ago
Ethan Koenig 876bafb7ef Fix API status code for hook creation (#2814)
* Fix API status code for hook creation

* Named constants for response statuses
7 years ago
Ethan Koenig 061f65ff29 Restore build as the default make rule (#2935) 7 years ago
Ethan Koenig 6ee65757c7 Combine identical Makefile rules (#2916) 7 years ago
GiteaBot 1cb01817c9 [skip ci] Updated translations via Crowdin 7 years ago
Lauris BH b23cf16981 Fix govendor for x/crupto curve25519 (#2925) 7 years ago
GiteaBot b33ce46a48 [skip ci] Updated translations via Crowdin 7 years ago
Antoine GIRARD dac0f14f34 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
7 years ago
Lauris BH 7c3e605698 Fix memcache support when value is returned as string always (#2924) 7 years ago
GiteaBot 222e7c3f06 [skip ci] Updated translations via Crowdin 7 years ago
Lauris BH 3138417c63
Update golang x/crypto dependencies (#2923) 7 years ago
GiteaBot 074f6c1b49 [skip ci] Updated translations via Crowdin 7 years ago
Ethan Koenig d22a8dc022 Page parameter for repo search API (#2915) 7 years ago
GiteaBot a30cc637c6 [skip ci] Updated translations via Crowdin 7 years ago
Lauris BH a6f337046f Update go-ini dependency and remove semicolon hack in translations (#2913) 7 years ago
Ethan Koenig bd23e36bec Add owner to delete repo message (#2886) 7 years ago
GiteaBot a8832e1227 [skip ci] Updated translations via Crowdin 7 years ago
Lauris BH fb6348976e
Backport 1.2.x changelog to master (#2904) 7 years ago
GiteaBot 72fc829b05 [skip ci] Updated translations via Crowdin 7 years ago