summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-162-2/+3
|
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-1633-118/+1010
| | | | | | | | | | | | | | | | | | | | | | | | | | * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * update vendor Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * load attributes when created release * update comparsion doc
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-154-4/+2
|
* add user language value to hidden input to enable saving of profile without ↵David Schneiderbauer2018-05-151-1/+1
| | | | changing language (#3967)
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-154-1/+161
|
* Refactor User Settings (#3900)David Schneiderbauer2018-05-1525-688/+582
| | | | | | | | | | | | | | | | | | | | | | * moved avatar to profile page * combined password change, email and account deletion into account settings page * combined totp, access tokens, linked accounts and openid into security settings page * move access tokens to applications settings page * small change to restart drone build * fix change avatar url on profile page * redirect old settings urls to new ones * enforce only one autofocus attribute on settings pages * set correct redirect status code * fmt fix
* issue-2768: added new option allow_only_external_registration (#3910)FabioFortini2018-05-138-2/+20
|
* Update xormstore dependency to fix OAuth2 support for MySQL (#3955)Lauris BH2018-05-132-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-131-1/+26
|
* Fix blank topic on explore repo list (#3956)techknowlogick2018-05-131-3/+7
|
* fix blank topic (#3948)Lunny Xiao2018-05-112-1/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-111-0/+2
|
* Add LDAP integration tests (#3897)Lauris BH2018-05-113-0/+203
| | | | | | | | | | | | * Add LDAP service for tests * Add LDAP login source and test user sign-in * Add checks to test if user data is correct * Add LDAP user sync test * Add failed user sign-in test
* Activating Open Collective (#3821)jess2018-05-111-0/+21
| | | | | | | | | | * Added backers and sponsors on the README * Added call to donate after npm install (optional) * Remove npm changes * Update readme to leave only needed sections
* Remove another mention of matrix (#3947)techknowlogick2018-05-111-1/+0
|
* Adjust z-index for floating labels (#3939)David Schneiderbauer2018-05-112-1/+13
|