GiteaBot
d93cd8dcf4
[skip ci] Updated translations via Crowdin
8 years ago
stevegt
b6a2f26045
Fix drone CLI install link ( #4071 )
Fixes #4070
8 years ago
Lunny Xiao
918251f925
fix attachment ENABLED ( #4064 )
* fix attachment ENABLED
* change wrong name on app.ini.sample
8 years ago
Michael Kuhn
98c6d0a4d8
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.
8 years ago
David Schneiderbauer
aa91fbce9d
update git vendor ( #4059 )
8 years ago
techknowlogick
c1094a14ea
Update drone test instructions in CONTRIBUTING.md ( #4055 )
8 years ago
GiteaBot
e8ff39974d
[skip ci] Updated translations via Crowdin
8 years ago
techknowlogick
1485a7033a
Mac OS X -> macOS ( #4056 )
8 years ago
David Schneiderbauer
5ac3a2c049
add api section to config cheat sheet ( #4037 )
8 years ago
Fluf
37f3a9b1d3
Make home.tmpl visible with Signin-View enabled ( #4040 )
Fix #3846
8 years ago
3_1_3_u
3a8fb33f80
fix add a Ukrainian language ( #4036 ) ( #4042 )
8 years ago
GiteaBot
153ec79d55
[skip ci] Updated translations via Crowdin
8 years ago
David Schneiderbauer
494432993d
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
8 years ago
GiteaBot
5769082557
[skip ci] Updated translations via Crowdin
8 years ago
GiteaBot
4f41ab4f7f
[skip ci] Updated translations via Crowdin
8 years ago
Lunny Xiao
a5da5274b8
fix writer cannot read bare repo guide ( #4033 )
8 years ago
GiteaBot
5594ddbce5
[skip ci] Updated translations via Crowdin
8 years ago
Magnus Lindvall
16e14c2a35
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)
8 years ago
Alexey Terentyev
6b125b90e7
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>
8 years ago
GiteaBot
19b4a8e34d
[skip ci] Updated translations via Crowdin
8 years ago
Fluf
354b9df49c
Gitea with Caddy with sub-path documentation. ( #4028 )
Matches rest of headings
8 years ago
GiteaBot
f54fc8792d
[skip ci] Updated translations via Crowdin
8 years ago
Fluf
c1cbc06bf3
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
8 years ago
Lunny Xiao
ab3544eeff
fix bugs caused by #3929 ( #3999 )
8 years ago
GiteaBot
8b65e484b4
[skip ci] Updated translations via Crowdin
8 years ago
Lunny Xiao
3f563b8b3d
fix webhook bug of response info is not displayed in UI ( #4000 )
8 years ago
GiteaBot
e1ca530fb2
[skip ci] Updated translations via Crowdin
8 years ago
Fluf
7f17ef116c
Add documentation for reverse proxies ( #4022 )
Fixes #3904
8 years ago
GiteaBot
60503e6155
[skip ci] Updated translations via Crowdin
8 years ago
Antoine GIRARD
f06362e966
Add $GOPATH/bin to PATH for make releases ( #4020 )
Needed to access go tool gxz
8 years ago
GiteaBot
3e91000524
[skip ci] Updated translations via Crowdin
8 years ago
Fluf
fc8a90f72e
Fix support channels ( #4014 )
Now matches navigation on Gitea website
8 years ago
Timothée Ravier
5ae493abfb
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>
8 years ago
GiteaBot
667f1ed388
[skip ci] Updated translations via Crowdin
8 years ago
Aleksandr Bulyshchenko
016aa3f29f
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>
8 years ago
David Schneiderbauer
cf9b3e7a74
remove collaborative repositories from search on user profiles ( #3996 )
* remove collaborative repositories from search on user profiles
* rename 'My Repositories' to 'Repositories'
8 years ago
Antoine GIRARD
ef5572f5b5
Provide compressed releases ( #3991 )
* Add release-compress to provide compressed releases
* check after compress
8 years ago
Antoine GIRARD
d4fb1e7012
[doc] Update vendor tool section to dep ( #4008 )
8 years ago
GiteaBot
2b66eb2195
[skip ci] Updated translations via Crowdin
8 years ago
Fluf
632026600e
Fix typo in U2F description ( #4007 )
8 years ago
奶爸
d5e74f840f
fix #4003 ( #4004 )
Webhook and hook_task not cleaned up when delete repository
8 years ago
GiteaBot
0787c4b523
[skip ci] Updated translations via Crowdin
8 years ago
Antoine GIRARD
d51e3a61b7
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
8 years ago
GiteaBot
828898f65e
[skip ci] Updated translations via Crowdin
8 years ago
Lunny Xiao
88c541cfe1
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
8 years ago
GiteaBot
fec29b1b94
[skip ci] Updated translations via Crowdin
8 years ago
Dominik Rimpf
0f2b6b3383
Added doc for 'IMPORT_LOCAL_PATHS' ( #3997 )
8 years ago
GiteaBot
d664673e72
[skip ci] Updated translations via Crowdin
8 years ago
Antoine GIRARD
a3aecd8c46
Update to last common x/text ( #3994 )
8 years ago
GiteaBot
8930ddf442
[skip ci] Updated translations via Crowdin
8 years ago