Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix drone CLI install link (#4071) | stevegt | 2018-05-29 | 1 | -1/+1 |
| | | | Fixes #4070 | ||||
* | fix attachment ENABLED (#4064) | Lunny Xiao | 2018-05-28 | 2 | -2/+2 |
| | | | | | | * fix attachment ENABLED * change wrong name on app.ini.sample | ||||
* | Fix wiki redirects (#3919) | Michael Kuhn | 2018-05-28 | 1 | -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 Schneiderbauer | 2018-05-27 | 2 | -6/+28 |
| | |||||
* | Update drone test instructions in CONTRIBUTING.md (#4055) | techknowlogick | 2018-05-27 | 1 | -2/+2 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-27 | 3 | -2/+61 |
| | |||||
* | Mac OS X -> macOS (#4056) | techknowlogick | 2018-05-27 | 1 | -6/+6 |
| | |||||
* | add api section to config cheat sheet (#4037) | David Schneiderbauer | 2018-05-24 | 1 | -0/+5 |
| | |||||
* | Make home.tmpl visible with Signin-View enabled (#4040) | Fluf | 2018-05-24 | 1 | -1/+1 |
| | | | Fix #3846 | ||||
* | fix add a Ukrainian language (#4036) (#4042) | 3_1_3_u | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-24 | 2 | -4/+4 |
| | |||||
* | add i18n section in config cheat sheet, reordered app.ini.sample (#4038) | David Schneiderbauer | 2018-05-24 | 2 | -9/+38 |
| | | | | | | * add i18n section in config cheat sheet, reordered app.ini.sample * fix wrong default config | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-24 | 2 | -10/+17 |
| | |||||
* | add a Ukrainian language (#4036) | 3_1_3_u | 2018-05-24 | 1 | -2/+3 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-24 | 2 | -1/+10 |
| | |||||
* | fix writer cannot read bare repo guide (#4033) | Lunny Xiao | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-24 | 1 | -0/+3 |
| | |||||
* | LDAP Public SSH Keys synchronization (#1844) | Magnus Lindvall | 2018-05-24 | 25 | -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 Terentyev | 2018-05-24 | 11 | -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 Crowdin | GiteaBot | 2018-05-24 | 1 | -0/+3 |
| | |||||
* | Gitea with Caddy with sub-path documentation. (#4028) | Fluf | 2018-05-24 | 1 | -1/+3 |
| | | | Matches rest of headings | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-23 | 2 | -4/+7 |
| | |||||
* | Add Environment Variables to Docker template (#4012) | Fluf | 2018-05-23 | 3 | -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 Xiao | 2018-05-23 | 3 | -8/+8 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-23 | 1 | -0/+5 |
| | |||||
* | fix webhook bug of response info is not displayed in UI (#4000) | Lunny Xiao | 2018-05-23 | 1 | -9/+12 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-23 | 24 | -27/+0 |
| | |||||
* | Add documentation for reverse proxies (#4022) | Fluf | 2018-05-23 | 1 | -0/+102 |
| | | | Fixes #3904 | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-22 | 1 | -0/+2 |
| | |||||
* | Add $GOPATH/bin to PATH for make releases (#4020) | Antoine GIRARD | 2018-05-22 | 1 | -0/+1 |
| | | | Needed to access go tool gxz | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-22 | 1 | -0/+87 |
| | |||||
* | Fix support channels (#4014) | Fluf | 2018-05-22 | 1 | -3/+2 |
| | | | Now matches navigation on Gitea website | ||||
* | doc: update LOCAL_ROOT_URL description for PROTOCOL = 'unix' case (#3760) | Timothée Ravier | 2018-05-22 | 2 | -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 Crowdin | GiteaBot | 2018-05-21 | 1 | -0/+62 |
| | |||||
* | Support secure cookie for csrf-token (#3839) | Aleksandr Bulyshchenko | 2018-05-22 | 3 | -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 Schneiderbauer | 2018-05-21 | 2 | -8/+9 |
| | | | | | | * remove collaborative repositories from search on user profiles * rename 'My Repositories' to 'Repositories' | ||||
* | Provide compressed releases (#3991) | Antoine GIRARD | 2018-05-21 | 1 | -1/+8 |
| | | | | | | * Add release-compress to provide compressed releases * check after compress | ||||
* | [doc] Update vendor tool section to dep (#4008) | Antoine GIRARD | 2018-05-21 | 1 | -1/+3 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-21 | 1 | -0/+21 |
| | |||||
* | Fix typo in U2F description (#4007) | Fluf | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | fix #4003 (#4004) | 奶爸 | 2018-05-21 | 1 | -0/+2 |
| | | | Webhook and hook_task not cleaned up when delete repository | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-21 | 4 | -6/+9 |
| | |||||
* | Migrate to dep (#3972) | Antoine GIRARD | 2018-05-21 | 281 | -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 Crowdin | GiteaBot | 2018-05-21 | 1 | -0/+20 |
| | |||||
* | Fix some webhooks bugs (#3981) | Lunny Xiao | 2018-05-21 | 16 | -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 Crowdin | GiteaBot | 2018-05-21 | 2 | -1/+44 |
| | |||||
* | Added doc for 'IMPORT_LOCAL_PATHS' (#3997) | Dominik Rimpf | 2018-05-21 | 1 | -0/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-20 | 1 | -1/+10 |
| | |||||
* | Update to last common x/text (#3994) | Antoine GIRARD | 2018-05-20 | 29 | -7601/+4120 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-20 | 1 | -11/+14 |
| |