| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve listing performance by using go-git (#6478) | Filip Navara | 2019-04-19 | 3 | -64/+13 |
* | Telegram webhook (#4227) | techknowlogick | 2019-04-18 | 3 | -0/+343 |
* | UX + Security current user password reset (#5042) | AJ ONeal | 2019-04-18 | 1 | -1/+1 |
* | Comments list performance optimization (#5305) | Lunny Xiao | 2019-04-18 | 3 | -35/+533 |
* | Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) | Richard Mahn | 2019-04-17 | 2 | -18/+152 |
* | OAuth2 Grant UI (#6625) | Jonas Franz | 2019-04-17 | 2 | -6/+68 |
* | Add API for manipulating Git hooks (#6436) | Segev Finer | 2019-04-17 | 4 | -6/+52 |
* | Fix wrong GPG expire date (#6643) | Antoine GIRARD | 2019-04-15 | 2 | -6/+162 |
* | Fix forking an empty repository (#6637) | Segev Finer | 2019-04-15 | 1 | -0/+1 |
* | add .gpg url (match github behaviour) (#6610) | Antoine GIRARD | 2019-04-14 | 7 | -19/+117 |
* | Correctly adjust mirror url (#6593) | zeripath | 2019-04-12 | 2 | -11/+20 |
* | Improve issue autolinks (#6273) | mrsdizzie | 2019-04-12 | 2 | -10/+13 |
* | Support search operators for commits search (#6479) | Mura Li | 2019-04-12 | 4 | -7/+53 |
* | fix mail notification when close/reopen issue (#6581) | Lunny Xiao | 2019-04-11 | 1 | -4/+12 |
* | Delete local branch if it exists (#6497) | John Olheiser | 2019-04-08 | 1 | -0/+32 |
* | Fixes #6446 - Sort team members and team's repositories (#6525) | ngourdon | 2019-04-07 | 1 | -1/+7 |
* | Make distinction between DisplayName and Username in email templates (#6495) | mrsdizzie | 2019-04-04 | 1 | -3/+4 |
* | Show last commit status in pull request lists (#6465) | Elias Norberg | 2019-04-02 | 1 | -0/+25 |
* | fix upload attachments (#6481) | Lunny Xiao | 2019-04-02 | 4 | -6/+62 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 29 | -205/+205 |
* | fix bug when user login and want to resend register confirmation email (#6482) | Lunny Xiao | 2019-04-02 | 1 | -6/+6 |
* | Make "Ghost" not link to 404 page (#6410) | oscar.lofwenhamn | 2019-03-27 | 1 | -0/+11 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 26 | -30/+30 |
* | Add signatures to webhooks (#6428) | techknowlogick | 2019-03-25 | 1 | -0/+19 |
* | Fixed unitTypeCode not being used (#6419) | kolaente | 2019-03-24 | 1 | -1/+1 |
* | fix dump table name error and add some test for dump database (#6394) | Lunny Xiao | 2019-03-20 | 3 | -3/+21 |
* | fix migrations 82 to ignore unsynced tags between database and git data and m... | Lunny Xiao | 2019-03-20 | 1 | -6/+40 |
* | make sure units of a team are returned (#6379) | Lanre Adelowo | 2019-03-19 | 1 | -0/+5 |
* | Implement Default Webhooks (#4299) | Russell Aunger | 2019-03-18 | 2 | -1/+76 |
* | Add bio field for user (#6113) | techknowlogick | 2019-03-18 | 1 | -6/+6 |
* | Clean up various use of escape/unescape functions for URL generation (#6334) | mrsdizzie | 2019-03-18 | 1 | -1/+1 |
* | Fix ParsePatch function to work with quoted diff --git strings (#6323) | mrsdizzie | 2019-03-14 | 2 | -0/+65 |
* | Fix reported issue in repo description (#6306) | zeripath | 2019-03-11 | 1 | -3/+5 |
* | update git vendor to fix wrong release commit id and add migrations (#6224) | Lunny Xiao | 2019-03-11 | 3 | -4/+94 |
* | Remove util.RemoveAll - should have been removed since go 1.7 (#6299) | zeripath | 2019-03-10 | 1 | -1/+2 |
* | Copyedit docs (#6275) | Aidan Fitzgerald | 2019-03-09 | 2 | -2/+2 |
* | Integrate OAuth2 Provider (#5378) | Jonas Franz | 2019-03-08 | 8 | -0/+732 |
* | Add robots.txt as reserved username (#6272) | techknowlogick | 2019-03-07 | 1 | -0/+1 |
* | Add ability to sort issues by due date (#6206) (#6244) | stevegt | 2019-03-05 | 1 | -0/+4 |
* | Prevent double-close of issues (#6233) | zeripath | 2019-03-04 | 1 | -1/+7 |
* | Override xorm type mapping for U2F counter (#6232) | Maurizio Porrato | 2019-03-04 | 4 | -1/+43 |
* | add isAdmin to user model (#6231) | Lanre Adelowo | 2019-03-03 | 2 | -0/+18 |
* | Fix renames over redirects (#6216) | James E. Blair | 2019-03-02 | 1 | -1/+17 |
* | Add "ghost" and "notifications" to list of reserved user names. (#6208) | tklein23 | 2019-02-27 | 1 | -0/+2 |
* | Change sqlite DB path default to data directory (#6198) | John Olheiser | 2019-02-27 | 1 | -1/+2 |
* | fix bug when update owner team then visit team's repo return 404 (#6119) | Lunny Xiao | 2019-02-22 | 2 | -0/+20 |
* | Admins can now do unlimited page size user search (listAllUsers & listAllOrgs... | John Olheiser | 2019-02-21 | 1 | -0/+3 |
* | Add more tests and docs for issue indexer, add db indexer type for searching ... | Lunny Xiao | 2019-02-21 | 2 | -0/+59 |
* | refactor issue indexer, add some testing and fix a bug (#6131) | Lunny Xiao | 2019-02-21 | 3 | -152/+5 |
* | Refactor issue indexer (#5363) | Lunny Xiao | 2019-02-19 | 6 | -94/+126 |