summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fetch missing file in github.com/davecgh/go-spew/spew (#3995)Antoine GIRARD2018-05-202-7/+45
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-1928-0/+56
|
* Update TRANSLATORS (#3933)Anderi Azuki2018-05-191-0/+1
| | | | | | | | | | * Update TRANSLATORS * Update TRANSLATORS * Update TRANSLATORS * Move to correct position so that list stays in alphabetical order
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-191-0/+1
|
* Add support for FIDO U2F (#3971)Jonas Franz2018-05-1934-9/+1599
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for U2F Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add vendor library Add missing translations Signed-off-by: Jonas Franz <info@jonasfranz.software> * Minor improvements Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add U2F support for Firefox, Chrome (Android) by introducing a custom JS library Add U2F error handling Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add U2F login page to OAuth Signed-off-by: Jonas Franz <info@jonasfranz.software> * Move U2F user settings to a separate file Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add unit tests for u2f model Renamed u2f table name Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix problems caused by refactoring Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add U2F documentation Signed-off-by: Jonas Franz <info@jonasfranz.software> * Remove not needed console.log-s Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add default values to app.ini.sample Add FIDO U2F to comparison Signed-off-by: Jonas Franz <info@jonasfranz.software>
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-191-0/+6
|
* Re-enable random avatar feature (#3988)David Schneiderbauer2018-05-191-1/+1
| | | | | | * reenable random avatar feature * replace Size check by Filename check
* Update to last common bleve (#3986)Antoine GIRARD2018-05-19184-121/+39576
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-191-0/+3
|
* fix links to prevent 404 after e.g. submitting a faulty form (#3982)David Schneiderbauer2018-05-184-12/+12
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-184-3/+33
|
* Added docs for configuring fail2ban (#3949)kolaente2018-05-181-0/+60
|
* Splitted the user settings code into several files to be more maintainable ↵David Schneiderbauer2018-05-1712-842/+950
| | | | | | | | | | | | | | | | | (#3968) * refactor setting router code splitted up one huge router settings file into the smaller files representing the actual page structure * move code to subfolder * rename functions * renamed files * add copyright information
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-172-10/+38
|
* Add cli commands to regen hooks & keys (#3979)techknowlogick2018-05-172-0/+65
| | | | | | | | | | * Add cli commands to regen hooks & keys * make fmt * Allow passing path to config as an option * add docs
* Allow Gitea to run as different USER in Docker (#3961)techknowlogick2018-05-163-2/+9
| | | | | | | | | | | | * If using a different $USER then rename git user * Chown based on $USER env * Target only one part of passwd * su-exec based on $USER not a hardcoded value
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-161-8/+10
|
* add missing token validation and fix missing alert on application settings ↵David Schneiderbauer2018-05-162-1/+2
| | | | page (#3976)