aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #4877 to follow the OpenID Connect Audiences spec (#4878)OvermindDL12018-09-201-1/+29
* Add push webhook support for mirrored repositories (#4127)Lauris BH2018-09-062-4/+37
* API /admin/users/{username} missing parameter (#4775)EnricoFerro2018-08-232-0/+9
* add letsencrypt to Gitea (#4189)Fluf2018-08-2129-278/+4444
* Update xorm to latest version and fix correct `user` table referencing in sql...Lauris BH2018-07-2040-1060/+1674
* Add ability to delete a token (#4235)techknowlogick2018-07-061-0/+7
* Simply remove tidb and deps (#3993)Antoine GIRARD2018-07-04394-166195/+0
* Dep upgrade mysql lib (#4161)techknowlogick2018-07-0320-605/+1800
* update git vendor (#4059)David Schneiderbauer2018-05-271-5/+27
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-2410-348/+284
* Support secure cookie for csrf-token (#3839)Aleksandr Bulyshchenko2018-05-221-7/+18
* Migrate to dep (#3972)Antoine GIRARD2018-05-21278-32666/+11029