aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade gopkg.in/testfixtures.v2 (#4999)Mura Li2018-10-021-3/+3
|
* Disable debug routes unless PPROF is enabled in configuration (#4995)Lauris BH2018-09-291-2/+2
|
* Fix #4877 to follow the OpenID Connect Audiences spec (#4878)OvermindDL12018-09-201-3/+3
| | | | | Signed-off-by: Gabriel Robertson <overminddl1@gmail.com>
* Add push webhook support for mirrored repositories (#4127)Lauris BH2018-09-061-2/+2
|
* API /admin/users/{username} missing parameter (#4775)EnricoFerro2018-08-231-20/+314
|
* add letsencrypt to Gitea (#4189)Fluf2018-08-211-1/+5
|
* Update xorm to latest version and fix correct `user` table referencing in ↵Lauris BH2018-07-201-4/+6
| | | | sql (#4473)
* Add ability to delete a token (#4235)techknowlogick2018-07-061-1/+1
| | | Fix #4234
* Simply remove tidb and deps (#3993)Antoine GIRARD2018-07-041-173/+1
|
* Dep upgrade mysql lib (#4161)techknowlogick2018-07-031-2/+2
| | | | * update gopkg file to add sql dep
* update git vendor (#4059)David Schneiderbauer2018-05-271-1/+1
|
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-241-2/+4
| | | | | | | | | | | | | | | | | | | * 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)
* Support secure cookie for csrf-token (#3839)Aleksandr Bulyshchenko2018-05-221-1/+2
| | | | | | | | | | | | | | | | | * 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>
* Migrate to dep (#3972)Antoine GIRARD2018-05-211-0/+875
* 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