| Commit message (Expand) | Author | Age | Files | Lines |
* | Add error for fork already existing (#7185) | John Olheiser | 2019-06-12 | 1 | -0/+17 |
* | Hash App token (#6724) | techknowlogick | 2019-05-04 | 1 | -2/+2 |
* | LDAP: ignore already existing public keys after ldap sync (#6766) | Lukas Prettenthaler | 2019-04-26 | 1 | -1/+1 |
* | fix pulls broken when fork repository deleted (#6754) | Lunny Xiao | 2019-04-26 | 1 | -0/+18 |
* | Improve listing performance by using go-git (#6478) | Filip Navara | 2019-04-19 | 1 | -15/+0 |
* | Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) | Richard Mahn | 2019-04-17 | 1 | -18/+150 |
* | add .gpg url (match github behaviour) (#6610) | Antoine GIRARD | 2019-04-14 | 1 | -0/+15 |
* | Integrate OAuth2 Provider (#5378) | Jonas Franz | 2019-03-08 | 1 | -0/+39 |
* | Fix prohibit login check on authorization (#6106) | Lunny Xiao | 2019-02-19 | 1 | -0/+32 |
* | Pull request review/approval and comment on code (#3748) | Lauris BH | 2018-08-06 | 1 | -0/+22 |
* | Added dependencies for issues (#2196) (#2531) | kolaente | 2018-07-17 | 1 | -0/+85 |
* | Improve logging for e-mail and OpenID already in use errors (#4174) | Christopher Medlin | 2018-06-08 | 1 | -2/+2 |
* | Add support for FIDO U2F (#3971) | Jonas Franz | 2018-05-19 | 1 | -0/+22 |
* | Multiple assignees (#3705) | kolaente | 2018-05-09 | 1 | -0/+16 |
* | Added checks for protected branches in pull requests (#3544) | Chri-s | 2018-03-13 | 1 | -0/+15 |
* | Fix rendering of wiki page list if wiki repo contains other files (#3454) | Lauris BH | 2018-02-05 | 1 | -0/+15 |
* | Fix SSH auth lfs locks (#3152) | Antoine GIRARD | 2018-01-27 | 1 | -8/+11 |
* | Add Pull Request merge options - Ignore white-space for conflict checking, Re... | Lauris BH | 2018-01-05 | 1 | -0/+17 |
* | Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043) | Lunny Xiao | 2017-12-02 | 1 | -4/+6 |
* | Git LFS lock api (#2938) | Antoine GIRARD | 2017-11-28 | 1 | -0/+57 |
* | Various wiki bug fixes (#2996) | Ethan Koenig | 2017-11-28 | 1 | -1/+16 |
* | Disable add key button if SSH is disabled (#2873) | Michael Kuhn | 2017-11-21 | 1 | -0/+14 |
* | Create new branch from branch selection dropdown (#2130) | Lauris BH | 2017-10-15 | 1 | -0/+45 |
* | Feature: Timetracking (#2211) | Jonas Franz | 2017-09-12 | 1 | -0/+44 |
* | Only check at least one email gpg key (#2266) | Antoine GIRARD | 2017-09-05 | 1 | -11/+9 |
* | Improve org error handling (#2117) | Antoine GIRARD | 2017-07-06 | 1 | -0/+16 |
* | Rework SSH key management UI to add GPG (#1293) | Antoine GIRARD | 2017-04-26 | 1 | -0/+30 |
* | Login via OpenID-2.0 (#618) | Sandro Santilli | 2017-03-17 | 1 | -0/+15 |
* | Implement GPG api (#710) | Antoine GIRARD | 2017-03-16 | 1 | -0/+48 |
* | Oauth2 consumer (#679) | Willem van Dreumel | 2017-02-22 | 1 | -0/+40 |
* | Use fingerprint to check instead content for public key (#911) | Lunny Xiao | 2017-02-14 | 1 | -3/+5 |
* | fix: gofmt error. (#918) | Bo-Yi Wu | 2017-02-14 | 1 | -1/+1 |
* | Redirects for renamed repos (#807) | Ethan Koenig | 2017-02-05 | 1 | -0/+16 |
* | Two factor authentication support (#630) | Andrew | 2017-01-16 | 1 | -0/+19 |
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 1 | -2/+2 |
* | Restrict creating organisations by user (#193) | Schwobaland | 2016-12-31 | 1 | -0/+14 |
* | [API] Pull Requests (#248) | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -0/+22 |
* | Expand documentation a bit more | Sandro Santilli | 2016-11-24 | 1 | -82/+83 |
* | Lint error.go | Sandro Santilli | 2016-11-24 | 1 | -0/+82 |
* | fixed bug #151 caused Find should be Get (#153) | Lunny Xiao | 2016-11-12 | 1 | -3/+4 |
* | models/login_source: code improvement | Unknwon | 2016-08-31 | 1 | -0/+13 |
* | #3515 use alert instead 500 for duplicated login source name | Unknwon | 2016-08-31 | 1 | -12/+25 |
* | Web editor: support upload files | Unknwon | 2016-08-30 | 1 | -5/+3 |
* | #2966 code cleanup | Unknwon | 2016-08-26 | 1 | -2/+3 |
* | Code clean up for new config options | Unknwon | 2016-08-14 | 1 | -2/+2 |
* | Squashed commit of the following: | Richard Mahn | 2016-08-14 | 1 | -0/+37 |
* | #3290 better code structure and batch minor improvements | Unknwon | 2016-08-03 | 1 | -41/+3 |
* | Additional API support for labels (#3290) | lstahlman | 2016-08-03 | 1 | -0/+39 |
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 | 1 | -3/+16 |
* | Fixes #3110 (#3136) | Franz Schmidt | 2016-06-27 | 1 | -0/+12 |