| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates vendor/code.gitea.io/git (#6286) | Richard Mahn | 2019-03-11 | 1 | -2/+5 |
* | update git vendor to fix wrong release commit id and add migrations (#6224) | Lunny Xiao | 2019-03-11 | 1 | -2/+2 |
* | Integrate OAuth2 Provider (#5378) | Jonas Franz | 2019-03-08 | 1 | -1/+4 |
* | Replace linkRegex with xurls library (#6261) | mrsdizzie | 2019-03-07 | 1 | -0/+9 |
* | add isAdmin to user model (#6231) | Lanre Adelowo | 2019-03-03 | 1 | -2/+2 |
* | Adds MustChangePassword to user create/edit API, defaults to true (#6193) | John Olheiser | 2019-02-27 | 1 | -2/+2 |
* | Increase Username and Orgname MaxSize 35 -> 40 (#6178) | Segev Finer | 2019-02-25 | 1 | -3/+2 |
* | Refactor issue indexer (#5363) | Lunny Xiao | 2019-02-19 | 1 | -0/+9 |
* | Move to ldap.v3 to fix #5928 (#6105) | zeripath | 2019-02-18 | 1 | -5/+5 |
* | Update bleve dependency to latest master revision (#6100) | Lunny Xiao | 2019-02-17 | 1 | -21/+15 |
* | Add API to list tags (#5850) | Lunny Xiao | 2019-02-07 | 1 | -2/+2 |
* | Feature - Pagination for git tree API (#5838) | Richard Mahn | 2019-02-06 | 1 | -2/+2 |
* | Fix serving of raw wiki files other than .md (#5814) | Gabriel Silva Simões | 2019-02-05 | 1 | -3/+3 |
* | Display the branch name in the commit view (#5950) | Lanre Adelowo | 2019-02-05 | 1 | -2/+2 |
* | add other session providers (#5963) | techknowlogick | 2019-02-05 | 1 | -2/+109 |
* | Add single commit API support (#5843) | Lunny Xiao | 2019-02-02 | 1 | -2/+2 |
* | Fix new release creation API to allow empty target (#5870) | Lauris BH | 2019-01-30 | 1 | -11/+2 |
* | Request for public keys only if LDAP attribute is set (#5816) | Lauris BH | 2019-01-24 | 1 | -3/+4 |
* | upgrade go-sql-driver/mysql to fix invalid connection error (#5748) | Lunny Xiao | 2019-01-17 | 1 | -2/+2 |
* | api: Add missing GET teams endpoints (#5382) | Harshit Bansal | 2019-01-16 | 1 | -2/+2 |
* | Fixing #5728: (#5747) | Zsombor | 2019-01-16 | 1 | -2/+2 |
* | Discord Oauth2 support (#4476) | techknowlogick | 2019-01-13 | 1 | -3/+5 |
* | Update xorm to fix issue #5659 and #5651 (#5680) | Zsombor | 2019-01-09 | 1 | -2/+2 |
* | fix forgot removed records when deleting user (#5429) | Lunny Xiao | 2018-12-18 | 1 | -3/+3 |
* | Added test environment for mssql (#4282) | kolaente | 2018-12-12 | 1 | -2/+2 |
* | Git-Trees API (#5403) | Kasi Reddy | 2018-11-28 | 1 | -2/+2 |
* | Explicitly disable Git credential helper (#5367) | Michael Kuhn | 2018-11-28 | 1 | -2/+2 |
* | Implement git refs API for listing references (branches, tags and other) (#5354) | Lauris BH | 2018-11-27 | 1 | -5/+153 |
* | Add raw blob endpoint to get objects by SHA ID (#5334) | Peter Hoffmann | 2018-11-18 | 1 | -2/+2 |
* | Remove x/net/context vendor by using std package (#5202) | Antoine GIRARD | 2018-11-10 | 1 | -8/+10 |
* | Fix create team, update team missing units (#5188) | Lunny Xiao | 2018-11-10 | 1 | -2/+2 |
* | Prometheus endpoint (#5256) | Stanislav | 2018-11-04 | 1 | -2/+66 |
* | fix: Add secret to all webhook's payload where it has been missing (#5199) | Peter Hoffmann | 2018-10-28 | 1 | -2/+2 |
* | Update vendor/golang.org/x/sys (#5059) | Antonio Huete Jimenez | 2018-10-26 | 1 | -2/+3 |
* | Update x/net (#5169) | Antoine GIRARD | 2018-10-26 | 1 | -2/+3 |
* | Update go-macaron/session to latest mast to fix RCE-bug (#5177) | Kim "BKC" Carlbäcker | 2018-10-25 | 1 | -2/+3 |
* | Update vendor/github.com/mattn/go-sqlite3 (#5162) | Mura Li | 2018-10-24 | 1 | -2/+2 |
* | Update vendor/go-sqlite3 (#5133) | Mura Li | 2018-10-23 | 1 | -2/+2 |
* | Upgrade gopkg.in/testfixtures.v2 (#4999) | Mura Li | 2018-10-02 | 1 | -3/+3 |
* | Disable debug routes unless PPROF is enabled in configuration (#4995) | Lauris BH | 2018-09-29 | 1 | -2/+2 |
* | Fix #4877 to follow the OpenID Connect Audiences spec (#4878) | OvermindDL1 | 2018-09-20 | 1 | -3/+3 |
* | Add push webhook support for mirrored repositories (#4127) | Lauris BH | 2018-09-06 | 1 | -2/+2 |
* | API /admin/users/{username} missing parameter (#4775) | EnricoFerro | 2018-08-23 | 1 | -20/+314 |
* | add letsencrypt to Gitea (#4189) | Fluf | 2018-08-21 | 1 | -1/+5 |
* | Update xorm to latest version and fix correct `user` table referencing in sql... | Lauris BH | 2018-07-20 | 1 | -4/+6 |
* | Add ability to delete a token (#4235) | techknowlogick | 2018-07-06 | 1 | -1/+1 |
* | Simply remove tidb and deps (#3993) | Antoine GIRARD | 2018-07-04 | 1 | -173/+1 |
* | Dep upgrade mysql lib (#4161) | techknowlogick | 2018-07-03 | 1 | -2/+2 |
* | update git vendor (#4059) | David Schneiderbauer | 2018-05-27 | 1 | -1/+1 |
* | LDAP Public SSH Keys synchronization (#1844) | Magnus Lindvall | 2018-05-24 | 1 | -2/+4 |