| Commit message (Expand) | Author | Age | Files | Lines |
* | API: Add pull review endpoints (#11224) | 6543 | 2020-05-02 | 2 | -3/+6 |
* | [API] ListIssues add filter for milestones (#10148) | 6543 | 2020-04-30 | 2 | -1/+2 |
* | Add Organization Wide Labels (#10814) | mrsdizzie | 2020-04-01 | 2 | -0/+25 |
* | Fix "access" fixtures and tests (#10247) | guillep2k | 2020-02-15 | 3 | -37/+133 |
* | Index code and stats only for non-empty repositories (#10251) | Lauris BH | 2020-02-14 | 1 | -0/+1 |
* | Add "Update Branch" button to Pull Requests (#9784) | 6543 | 2020-01-17 | 3 | -2/+27 |
* | Restricted users (#6274) | Manush Dodunekov | 2020-01-13 | 6 | -4/+48 |
* | [API] Add "before" query to ListIssueComments and ListRepoIssue… (#9685) | 6543 | 2020-01-13 | 1 | -1/+3 |
* | Add owner_name column for table repository for maintaince reason (#9717) | Lunny Xiao | 2020-01-12 | 1 | -0/+48 |
* | [API] Add notification endpoint (#9488) | 6543 | 2020-01-09 | 1 | -9/+20 |
* | Only serve attachments when linked to issue/release and if accessible by user... | Antoine GIRARD | 2020-01-05 | 3 | -3/+33 |
* | Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539) | 6543 | 2020-01-01 | 3 | -5/+27 |
* | [API] Extend times API (#9200) | 6543 | 2019-12-27 | 1 | -2/+39 |
* | test: command keys (#9357) | Antoine GIRARD | 2019-12-15 | 1 | -1/+11 |
* | [API] extend StopWatch (#9196) | 6543 | 2019-12-11 | 1 | -2/+2 |
* | tests: add attachement tests integration (#9309) | Antoine GIRARD | 2019-12-10 | 2 | -1/+29 |
* | [API] Add Reactions (#9220) | 6543 | 2019-12-07 | 1 | -1/+39 |
* | Redirect issue if repo has configured external tracker. (#9247) | David Svantesson | 2019-12-06 | 5 | -1/+84 |
* | Branch protection: Possibility to not use whitelist but allow anyone with wri... | David Svantesson | 2019-12-03 | 1 | -10/+10 |
* | [UI] IssuePage multi repo select (#8741) | 6543 | 2019-12-01 | 2 | -1/+5 |
* | Refactor Issues Subscription (#8738) | 6543 | 2019-11-20 | 1 | -0/+16 |
* | Team permission to create repository in organization (#8312) | David Svantesson | 2019-11-20 | 4 | -4/+69 |
* | Template Repositories (#8768) | John Olheiser | 2019-11-11 | 3 | -1/+56 |
* | Auto-subscribe user to repository when they commit/tag to it (#7657) | guillep2k | 2019-11-10 | 2 | -1/+16 |
* | Update heatmap fixtures to restore tests (#8615) | zeripath | 2019-10-21 | 1 | -1/+1 |
* | Fix bug on pull requests when transfer head repository (#8564) | Lunny Xiao | 2019-10-18 | 1 | -3/+0 |
* | Move migrating repository from frontend to backend (#6200) | Lunny Xiao | 2019-10-13 | 1 | -1/+42 |
* | Add teams to repo on collaboration page. (#8045) | David Svantesson | 2019-09-23 | 3 | -0/+38 |
* | Restrict repository indexing by glob match (#7767) | guillep2k | 2019-09-11 | 3 | -2/+48 |
* | Implement webhook branch filter (#7791) | WGH | 2019-09-09 | 1 | -0/+7 |
* | Add API endpoint for accessing repo topics (#7963) | David Svantesson | 2019-09-03 | 2 | -0/+16 |
* | Add Ability for User to Customize Email Notification Frequency (#7813) | Gary Kim | 2019-08-29 | 1 | -0/+9 |
* | Include description in repository search. (#7942) | David Svantesson | 2019-08-25 | 1 | -0/+1 |
* | org/members: display 2FA members states + optimize sql requests (#7621) | Antoine GIRARD | 2019-08-02 | 5 | -3/+68 |
* | Add commit statuses reports on pull request view (#6845) | Lunny Xiao | 2019-06-30 | 3 | -2/+27 |
* | Add state param to milestone listing API (#7131) | Lanre Adelowo | 2019-06-06 | 2 | -2/+11 |
* | Allow collaborators to view repo owned private org (#6965) | mrsdizzie | 2019-05-16 | 1 | -0/+6 |
* | Fix 404 when send pull request some situation (#6871) | Lunny Xiao | 2019-05-07 | 1 | -0/+28 |
* | fix 500 when reviewer is deleted with integration tests (#6856) | Lunny Xiao | 2019-05-06 | 2 | -0/+21 |
* | Hash App token (#6724) | techknowlogick | 2019-05-04 | 1 | -3/+13 |
* | Fix org visibility bug when git cloning (#6743) | Lunny Xiao | 2019-04-25 | 3 | -0/+164 |
* | Add API for manipulating Git hooks (#6436) | Segev Finer | 2019-04-17 | 3 | -1/+47 |
* | add .gpg url (match github behaviour) (#6610) | Antoine GIRARD | 2019-04-14 | 1 | -0/+1 |
* | Support search operators for commits search (#6479) | Mura Li | 2019-04-12 | 3 | -2/+48 |
* | Integrate OAuth2 Provider (#5378) | Jonas Franz | 2019-03-08 | 3 | -0/+23 |
* | Show email if the authenticated user owns the profile page being requested fo... | Lanre Adelowo | 2019-02-19 | 1 | -0/+1 |
* | Add option to close issues via commit on a non master branch (#5992) | Lanre Adelowo | 2019-02-10 | 2 | -1/+15 |
* | Ensure valid git author names passed in signatures (#5774) | zeripath | 2019-01-24 | 1 | -3/+3 |
* | Refactor repo.isBare to repo.isEmpty #5629 (#5714) | zeripath | 2019-01-17 | 1 | -1/+1 |
* | Add rebase with merge commit merge style (#3844) (#4052) | Julian | 2018-12-27 | 1 | -2/+2 |