| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Show email if the authenticated user owns the profile page being requested fo... | Lanre Adelowo | 2019-02-19 | 1 | -0/+1 |
* | Fix prohibit login check on authorization (#6106) | Lunny Xiao | 2019-02-19 | 2 | -4/+55 |
* | Implement "conversation lock" for issue comments (#5073) | Lanre Adelowo | 2019-02-18 | 5 | -0/+79 |
* | Allow to set organization visibility (public, internal, private) (#1763) | Rémy Boulanouar | 2019-02-18 | 5 | -13/+194 |
* | Fix deadlock in webhook PullRequest (#6102) | zeripath | 2019-02-17 | 3 | -13/+15 |
* | Fix panic: template: repo/issue/list:210: unexpected "=" in operand (#6041) | Zsombor | 2019-02-13 | 1 | -0/+19 |
* | Refactor editor upload, update and delete to use git plumbing and add LFS sup... | zeripath | 2019-02-12 | 4 | -572/+214 |
* | Add option to close issues via commit on a non master branch (#5992) | Lanre Adelowo | 2019-02-10 | 8 | -17/+97 |
* | disable git fsck for mirrored repos by default (#6018) | Lanre Adelowo | 2019-02-09 | 1 | -1/+1 |
* | Feature - #3031 - search for org repos (#5986) | Richard Mahn | 2019-02-08 | 1 | -0/+9 |
* | Add API to list tags (#5850) | Lunny Xiao | 2019-02-07 | 1 | -0/+24 |
* | Fix empty ssh key importing in ldap (#5984) | zeripath | 2019-02-06 | 1 | -3/+6 |
* | Fix serving of raw wiki files other than .md (#5814) | Gabriel Silva Simões | 2019-02-05 | 1 | -1/+1 |
* | Pull request conflict files detection (#5951) | Lunny Xiao | 2019-02-05 | 1 | -5/+30 |
* | Automatically clear stopwatch on merging a PR (#4327) | Lanre Adelowo | 2019-02-05 | 1 | -2/+14 |
* | Add label names as filter in issue search api (#5946) | Lanre Adelowo | 2019-02-04 | 2 | -1/+38 |
* | Fix ssh deploy and user key constraints (#1357) (#5939) | zeripath | 2019-02-03 | 2 | -35/+73 |
* | show user who created the repository instead of the organization in action fe... | Lanre Adelowo | 2019-02-04 | 1 | -2/+2 |
* | handle milestone events for issues and PR (#5947) | Lanre Adelowo | 2019-02-03 | 1 | -0/+8 |
* | Remove all CommitStatus when a repo is deleted (#5940) | John Olheiser | 2019-02-02 | 1 | -0/+1 |
* | fix log output (#5938) | Sergey Romanov | 2019-02-02 | 1 | -1/+1 |
* | support reviewing on a deleted file path (#5880) | Lanre Adelowo | 2019-02-01 | 1 | -2/+3 |
* | Only allow local login if password is non-empty (#5906) | zeripath | 2019-01-30 | 1 | -1/+1 |
* | Fix go-get URL generation (#5905) | Lauris BH | 2019-01-30 | 1 | -1/+2 |
* | Don't discard the value of DISABLE_REGULAR_ORG_CREATION (#5886) | Lanre Adelowo | 2019-01-30 | 2 | -0/+45 |
* | Also ensure the repo is loaded (#5895) | zeripath | 2019-01-29 | 1 | -0/+4 |
* | Ensure issue.Poster is loaded in mailIssueCommentToParticipants (#5891) | zeripath | 2019-01-29 | 1 | -2/+2 |
* | Fix an error while adding a dependency via UI. (#5862) | Harshit Bansal | 2019-01-27 | 2 | -2/+3 |
* | Config option to disable automatic repo watching (#5852) | sebastian-sauer | 2019-01-27 | 2 | -14/+24 |
* | Fix failing migration v67 (#5849) | Jakub Arbet | 2019-01-26 | 1 | -8/+8 |