6513 Commits (a7f90905df12b649dd48d9b6b05e419ff47b2a7c)
 

Author SHA1 Message Date
GiteaBot 9aa8fdc5d7 [skip ci] Updated translations via Crowdin 6 years ago
stevegt dc789ad7db Fix drone CLI install link (#4071)
Fixes #4070
6 years ago
Lunny Xiao 5c95f7c7ce
fix attachment ENABLED (#4064)
* fix attachment ENABLED

* change wrong name on app.ini.sample
6 years ago
Michael Kuhn fd274ffcd9 Fix wiki redirects (#3919)
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.
6 years ago
David Schneiderbauer 0be2b34cec update git vendor (#4059) 6 years ago
techknowlogick b6604505e7
Update drone test instructions in CONTRIBUTING.md (#4055) 6 years ago
GiteaBot 5095dfaed6 [skip ci] Updated translations via Crowdin 6 years ago
techknowlogick 2986e942ee Mac OS X -> macOS (#4056) 6 years ago
David Schneiderbauer 2eabf18c9b add api section to config cheat sheet (#4037) 6 years ago
Fluf 2a9799493a Make home.tmpl visible with Signin-View enabled (#4040)
Fix #3846
6 years ago
3_1_3_u 8ebd15e6a6 fix add a Ukrainian language (#4036) (#4042) 6 years ago
GiteaBot 69e82c1761 [skip ci] Updated translations via Crowdin 6 years ago
David Schneiderbauer 3b35c6e47c add i18n section in config cheat sheet, reordered app.ini.sample (#4038)
* add i18n section in config cheat sheet, reordered app.ini.sample

* fix wrong default config
6 years ago
GiteaBot 062111de3b [skip ci] Updated translations via Crowdin 6 years ago
3_1_3_u e225b5c512 add a Ukrainian language (#4036) 6 years ago
GiteaBot 81241b9380 [skip ci] Updated translations via Crowdin 6 years ago
Lunny Xiao 3623f12a28
fix writer cannot read bare repo guide (#4033) 6 years ago
GiteaBot 11da1e6146 [skip ci] Updated translations via Crowdin 6 years ago
Magnus Lindvall cdb9478774 LDAP Public SSH Keys synchronization (#1844)
* 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)
6 years ago
Alexey Terentyev b908ac9fab Added repository search ordered by stars or forks. Forks column in admin 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>
6 years ago
GiteaBot ea2a938e8a [skip ci] Updated translations via Crowdin 6 years ago
Fluf 48797e7199 Gitea with Caddy with sub-path documentation. (#4028)
Matches rest of headings
6 years ago
GiteaBot 4ba9745cee [skip ci] Updated translations via Crowdin 6 years ago
Fluf b299d7bceb Add Environment Variables to Docker template (#4012)
* 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
6 years ago
Lunny Xiao 60d95a0b85
fix bugs caused by #3929 (#3999) 6 years ago
GiteaBot 71a8fe3e7c [skip ci] Updated translations via Crowdin 6 years ago
Lunny Xiao 4ec8551490
fix webhook bug of response info is not displayed in UI (#4000) 6 years ago
GiteaBot a2f0c57584 [skip ci] Updated translations via Crowdin 6 years ago
Fluf 416ded5f3e Add documentation for reverse proxies (#4022)
Fixes #3904
6 years ago
GiteaBot 2c4b54dccc [skip ci] Updated translations via Crowdin 6 years ago
Antoine GIRARD 6f31911497 Add $GOPATH/bin to PATH for make releases (#4020)
Needed to access go tool gxz
6 years ago
GiteaBot 45f3d4a719 [skip ci] Updated translations via Crowdin 6 years ago
Fluf dd3d78ffed Fix support channels (#4014)
Now matches navigation on Gitea website
6 years ago
Timothée Ravier b3a3024f03 doc: update LOCAL_ROOT_URL description for PROTOCOL = 'unix' case (#3760)
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>
6 years ago
GiteaBot d97bb9516c [skip ci] Updated translations via Crowdin 6 years ago
Aleksandr Bulyshchenko ee878e3951 Support secure cookie for csrf-token (#3839)
* 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>
6 years ago
David Schneiderbauer 31067c0a89 remove collaborative repositories from search on user profiles (#3996)
* remove collaborative repositories from search on user profiles

* rename 'My Repositories' to 'Repositories'
6 years ago
Antoine GIRARD 08c9617caa Provide compressed releases (#3991)
* Add release-compress to provide compressed releases

* check after compress
6 years ago
Antoine GIRARD 75982127c8 [doc] Update vendor tool section to dep (#4008) 6 years ago
GiteaBot b2bf1c9422 [skip ci] Updated translations via Crowdin 6 years ago
Fluf 74e05e60ca Fix typo in U2F description (#4007) 6 years ago
奶爸 d94472e89b fix #4003 (#4004)
Webhook and hook_task not cleaned up when delete repository
6 years ago
GiteaBot 2690542adb [skip ci] Updated translations via Crowdin 6 years ago
Antoine GIRARD 3f3383dc0a Migrate to dep (#3972)
* 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
6 years ago
GiteaBot d7fd9bf7bb [skip ci] Updated translations via Crowdin 6 years ago
Lunny Xiao 6bdc556b7f
Fix some webhooks bugs (#3981)
* 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
6 years ago
GiteaBot dc0ef38950 [skip ci] Updated translations via Crowdin 6 years ago
Dominik Rimpf 1ef98a6eaa Added doc for 'IMPORT_LOCAL_PATHS' (#3997) 6 years ago
GiteaBot d7cf7393d4 [skip ci] Updated translations via Crowdin 6 years ago
Antoine GIRARD edc78b9633 Update to last common x/text (#3994) 6 years ago