aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-7/+7
* Add API for manipulating Git hooks (#6436)Segev Finer2019-04-173-2/+64
* Bump github.com/stretchr/testify from 1.2.2 to 1.3.0 (#6663)Antoine GIRARD2019-04-164-25/+46
* [mod]: Bump gopkg.in/src-d/go-git.v4 from 4.8.0 to 4.10.0 (#6662)Antoine GIRARD2019-04-1626-188/+594
* upgrade version of lib/pq to v1.1.0 (#6640)techknowlogick2019-04-1512-160/+523
* Issue indexer queue redis support (#6218)Lunny Xiao2019-04-0840-0/+11206
* Better logging (#6038) (#6095)zeripath2019-04-02185-6964/+32782
* Use Go1.11 module (#5743)Mura Li2019-03-27568-12490/+62721
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-2737-3332/+1607
* Updates SDK dep (#6406)Richard Mahn2019-03-223-3/+98
* Updates vendor/code.gitea.io/git (#6286)Richard Mahn2019-03-111-2/+7
* update git vendor to fix wrong release commit id and add migrations (#6224)Lunny Xiao2019-03-114-8/+36
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-085-0/+779
* Replace linkRegex with xurls library (#6261)mrsdizzie2019-03-075-0/+2014
* add isAdmin to user model (#6231)Lanre Adelowo2019-03-031-0/+2
* Adds MustChangePassword to user create/edit API, defaults to true (#6193)John Olheiser2019-02-271-2/+2
* Increase Username and Orgname MaxSize 35 -> 40 (#6178)Segev Finer2019-02-253-3/+31
* Refactor issue indexer (#5363)Lunny Xiao2019-02-193-0/+245
* Move to ldap.v3 to fix #5928 (#6105)zeripath2019-02-1821-424/+712
* Update bleve dependency to latest master revision (#6100)Lunny Xiao2019-02-17159-4125/+9816
* Add API to list tags (#5850)Lunny Xiao2019-02-071-12/+4
* Feature - Pagination for git tree API (#5838)Richard Mahn2019-02-061-4/+6
* Fix serving of raw wiki files other than .md (#5814)Gabriel Silva Simões2019-02-054-10/+16
* Display the branch name in the commit view (#5950)Lanre Adelowo2019-02-052-1/+10
* add other session providers (#5963)techknowlogick2019-02-05157-61/+37527
* Add single commit API support (#5843)Lunny Xiao2019-02-024-9/+84
* Fix new release creation API to allow empty target (#5870)Lauris BH2019-01-307-314/+83
* Request for public keys only if LDAP attribute is set (#5816)Lauris BH2019-01-2411-91/+260
* upgrade go-sql-driver/mysql to fix invalid connection error (#5748)Lunny Xiao2019-01-1711-519/+463
* api: Add missing GET teams endpoints (#5382)Harshit Bansal2019-01-163-4/+6
* Fixing #5728: (#5747)Zsombor2019-01-161-2/+6
* Discord Oauth2 support (#4476)techknowlogick2019-01-134-23/+296
* Update xorm to fix issue #5659 and #5651 (#5680)Zsombor2019-01-092-3/+8
* fix forgot removed records when deleting user (#5429)Lunny Xiao2018-12-1813-111/+698
* Added test environment for mssql (#4282)kolaente2018-12-1219-56/+249
* Git-Trees API (#5403)Kasi Reddy2018-11-281-0/+39
* Explicitly disable Git credential helper (#5367)Michael Kuhn2018-11-284-6/+37
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-27262-5/+48152
* Add raw blob endpoint to get objects by SHA ID (#5334)Peter Hoffmann2018-11-181-0/+30
* Remove x/net/context vendor by using std package (#5202)Antoine GIRARD2018-11-1038-631/+1471
* Fix create team, update team missing units (#5188)Lunny Xiao2018-11-101-0/+7
* Prometheus endpoint (#5256)Stanislav2018-11-04103-2971/+24223
* fix: Add secret to all webhook's payload where it has been missing (#5199)Peter Hoffmann2018-10-286-25/+46
* Update vendor/golang.org/x/sys (#5059)Antonio Huete Jimenez2018-10-26256-28824/+107186
* Update x/net (#5169)Antoine GIRARD2018-10-2614-3031/+3448
* Update go-macaron/session to latest mast to fix RCE-bug (#5177)Kim "BKC" Carlbäcker2018-10-252-12/+20
* Update vendor/github.com/mattn/go-sqlite3 (#5162)Mura Li2018-10-241-1/+2
* Update vendor/go-sqlite3 (#5133)Mura Li2018-10-2333-14459/+35764
* Upgrade gopkg.in/testfixtures.v2 (#4999)Mura Li2018-10-0212-165/+702
* Disable debug routes unless PPROF is enabled in configuration (#4995)Lauris BH2018-09-291-13/+17