summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix drone CLI install link (#4071)stevegt2018-05-291-1/+1
| | | Fixes #4070
* fix attachment ENABLED (#4064)Lunny Xiao2018-05-282-2/+2
| | | | | | * fix attachment ENABLED * change wrong name on app.ini.sample
* Fix wiki redirects (#3919)Michael Kuhn2018-05-281-2/+2
| | | | When creating or editing a wiki page, the redirect to the wiki page does not work because the file name is used instead of the page name.
* update git vendor (#4059)David Schneiderbauer2018-05-272-6/+28
|
* Update drone test instructions in CONTRIBUTING.md (#4055)techknowlogick2018-05-271-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-273-2/+61
|
* Mac OS X -> macOS (#4056)techknowlogick2018-05-271-6/+6
|
* add api section to config cheat sheet (#4037)David Schneiderbauer2018-05-241-0/+5
|
* Make home.tmpl visible with Signin-View enabled (#4040)Fluf2018-05-241-1/+1
| | | Fix #3846
* fix add a Ukrainian language (#4036) (#4042)3_1_3_u2018-05-241-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-242-4/+4
|
* add i18n section in config cheat sheet, reordered app.ini.sample (#4038)David Schneiderbauer2018-05-242-9/+38
| | | | | | * add i18n section in config cheat sheet, reordered app.ini.sample * fix wrong default config
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-242-10/+17
|
* add a Ukrainian language (#4036)3_1_3_u2018-05-241-2/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-242-1/+10
|
* fix writer cannot read bare repo guide (#4033)Lunny Xiao2018-05-241-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-241-0/+3
|
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-2425-436/+620
| | | | | | | | | | | | | | | | | | | * Add LDAP Key Synchronization feature Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Add migration: add login source id column for public_key table * Only update keys if needed * Add function to only list pubkey synchronized from ldap * Only list pub ssh keys synchronized from ldap. Do not sort strings as ExistsInSlice does it. * Only get keys belonging to current login source id * Set default login source id to 0 * Some minor cleanup. Add integration tests (updete dep testify)
* Added repository search ordered by stars or forks. Forks column in admin ↵Alexey Terentyev2018-05-2411-16/+99
| | | | | | | | | | | | | repo list. (#3969) * Added repository search order by stars or forks. Added Forks column to admin repository list. Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Renamed search repo template Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-241-0/+3
|
* Gitea with Caddy with sub-path documentation. (#4028)Fluf2018-05-241-1/+3
| | | Matches rest of headings
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-232-4/+7
|
* Add Environment Variables to Docker template (#4012)Fluf2018-05-233-0/+8
| | | | | | | | | | | | * Add disable registration as an environment variable for docker * Add REQUIRE_SIGNIN_VIEW as env var to docker * Add variables to template * Update docker docs
* fix bugs caused by #3929 (#3999)Lunny Xiao2018-05-233-8/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-231-0/+5
|
* fix webhook bug of response info is not displayed in UI (#4000)Lunny Xiao2018-05-231-9/+12
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-2324-27/+0
|
* Add documentation for reverse proxies (#4022)Fluf2018-05-231-0/+102
| | | Fixes #3904
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-221-0/+2
|
* Add $GOPATH/bin to PATH for make releases (#4020)Antoine GIRARD2018-05-221-0/+1
| | | Needed to access go tool gxz
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-221-0/+87
|
* Fix support channels (#4014)Fluf2018-05-221-3/+2
| | | Now matches navigation on Gitea website
* doc: update LOCAL_ROOT_URL description for PROTOCOL = 'unix' case (#3760)Timothée Ravier2018-05-222-0/+6
| | | | | | | | | Update the sample configuration and config cheat sheet description for the LOCAL_ROOT_URL configuration variable to mention the special case required if PROTOCOL is set to 'unix'. Fixes #3741. Signed-off-by: Timothée Ravier <tim@siosm.fr>
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-211-0/+62
|
* Support secure cookie for csrf-token (#3839)Aleksandr Bulyshchenko2018-05-223-8/+21
| | | | | | | | | | | | | | | | | * dep: Update github.com/go-macaron/csrf Update github.com/go-macaron/csrf with dep to revision 503617c6b372 to fix issue of csrf-token security. This update includes following commits: - Add support for the Cookie HttpOnly flag - Support secure mode for csrf cookie Signed-off-by: Aleksandr Bulyshchenko <A.Bulyshchenko@globallogic.com> * routers: set csrf-token security depending on COOKIE_SECURE Signed-off-by: Aleksandr Bulyshchenko <A.Bulyshchenko@globallogic.com>
* remove collaborative repositories from search on user profiles (#3996)David Schneiderbauer2018-05-212-8/+9
| | | | | | * remove collaborative repositories from search on user profiles * rename 'My Repositories' to 'Repositories'
* Provide compressed releases (#3991)Antoine GIRARD2018-05-211-1/+8
| | | | | | * Add release-compress to provide compressed releases * check after compress
* [doc] Update vendor tool section to dep (#4008)Antoine GIRARD2018-05-211-1/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-211-0/+21
|
* Fix typo in U2F description (#4007)Fluf2018-05-211-1/+1
|
* fix #4003 (#4004)奶爸2018-05-211-0/+2
| | | Webhook and hook_task not cleaned up when delete repository
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-214-6/+9
|
* Migrate to dep (#3972)Antoine GIRARD2018-05-21281-32676/+12024
| | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-211-0/+20
|
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-2116-45/+277
| | | | | | | | | | | | | | | | | | | | | | * fix some webhooks bugs * update vendor Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * fix test * fix clearlabels * fix pullrequest webhook bug fix #3492 * update release webhook description * remove unused code * fix push webhook in pull request * small changes
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-212-1/+44
|
* Added doc for 'IMPORT_LOCAL_PATHS' (#3997)Dominik Rimpf2018-05-211-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-201-1/+10
|
* Update to last common x/text (#3994)Antoine GIRARD2018-05-2029-7601/+4120
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-201-11/+14
|