| Commit message (Expand) | Author | Age | Files | Lines |
* | fix api route (#7346) (#7347)release/v1.8 | Lunny Xiao | 2019-07-03 | 1 | -4/+4 |
* | SearchRepositoryByName improvements and unification (#6897) (#7002) | Lauris BH | 2019-05-21 | 1 | -36/+13 |
* | Fixes #6881 - API users search fix (#6882) (#6885) | Richard Mahn | 2019-05-09 | 2 | -2/+2 |
* | Fix 404 when send pull request some situation (#6871) (#6873) | Lunny Xiao | 2019-05-08 | 1 | -3/+22 |
* | Fix team edit API panic (#6785) | ngourdon | 2019-04-28 | 1 | -1/+1 |
* | Fix org visibility bug when git cloning (#6743) (#6762) | Lunny Xiao | 2019-04-26 | 1 | -0/+1 |
* | Fix team members API (#6714) (#6729) | Lunny Xiao | 2019-04-24 | 1 | -1/+38 |
* | [API] Load issue attributes when editing an issue (#6723) (#6725) | John Olheiser | 2019-04-23 | 1 | -0/+6 |
* | backport #6674 - API OTP Context (#6676) | techknowlogick | 2019-04-19 | 1 | -3/+8 |
* | Return a UserList from /api/v1/admin/users (#6629) (#6642) | zeripath | 2019-04-15 | 3 | -13/+27 |
* | Change summary to full message (#6591) (#6592) | John Olheiser | 2019-04-12 | 1 | -1/+1 |
* | fix bug user search API pagesize didn't obey ExplorePagingNum (#6579) (#6586) | Lunny Xiao | 2019-04-11 | 1 | -3/+0 |
* | Fix Hook & HookList in Swagger (#6432) (#6440) | Segev Finer | 2019-03-27 | 1 | -2/+2 |
* | make sure units of a team are returned (#6379) (#6381) | Lanre Adelowo | 2019-03-19 | 1 | -0/+5 |
* | Return 409 when creating repo if it already exists. (#6330) | Bogdan Petrea | 2019-03-15 | 1 | -2/+3 |
* | Copyedit docs (#6275) | Aidan Fitzgerald | 2019-03-09 | 2 | -2/+2 |
* | add isAdmin to user model (#6231) | Lanre Adelowo | 2019-03-03 | 1 | -0/+1 |
* | Adds MustChangePassword to user create/edit API, defaults to true (#6193) | John Olheiser | 2019-02-27 | 1 | -6/+14 |
* | fix bug when migrate repository 500 when repo is existed (#6188) | Lunny Xiao | 2019-02-26 | 1 | -0/+5 |
* | Make repo creation for API similar to UI (#6142) | John Olheiser | 2019-02-21 | 1 | -0/+3 |
* | Admins can now do unlimited page size user search (listAllUsers & listAllOrgs... | John Olheiser | 2019-02-21 | 1 | -1/+1 |
* | refactor issue indexer, add some testing and fix a bug (#6131) | Lunny Xiao | 2019-02-21 | 1 | -1/+2 |
* | Load Issue attributes for API call (#6122) | John Olheiser | 2019-02-19 | 1 | -1/+1 |
* | Refactor issue indexer (#5363) | Lunny Xiao | 2019-02-19 | 1 | -2/+1 |
* | Implement "conversation lock" for issue comments (#5073) | Lanre Adelowo | 2019-02-18 | 1 | -0/+6 |
* | Allow to set organization visibility (public, internal, private) (#1763) | Rémy Boulanouar | 2019-02-18 | 2 | -0/+9 |
* | make sure labels are actually returned (#6053) | Lanre Adelowo | 2019-02-13 | 1 | -0/+5 |
* | Fix #5799 - swagger for mergePullRequest (#5996) | Thomas Loubiou | 2019-02-08 | 2 | -0/+6 |
* | Add API to list tags (#5850) | Lunny Xiao | 2019-02-07 | 4 | -0/+73 |
* | Expose issue stopwatch toggling via API (#5970) | Lanre Adelowo | 2019-02-06 | 2 | -0/+142 |
* | Feature - Pagination for git tree API (#5838) | Richard Mahn | 2019-02-06 | 2 | -18/+96 |
* | Fix serving of raw wiki files other than .md (#5814) | Gabriel Silva Simões | 2019-02-05 | 1 | -1/+1 |
* | Add label names as filter in issue search api (#5946) | Lanre Adelowo | 2019-02-04 | 1 | -1/+15 |
* | Issue 5924 fix compare button (#5929) | zeripath | 2019-02-03 | 1 | -2/+2 |
* | Fix ssh deploy and user key constraints (#1357) (#5939) | zeripath | 2019-02-03 | 1 | -0/+2 |
* | Add single commit API support (#5843) | Lunny Xiao | 2019-02-02 | 3 | -0/+129 |
* | don't allow pull requests to be created on an archived repository (#5883) | Lanre Adelowo | 2019-01-30 | 1 | -6/+13 |
* | Fix new release creation API to allow empty target (#5870) | Lauris BH | 2019-01-30 | 1 | -0/+4 |
* | API: Fix null pointer in attempt to Sudo if not logged in (#5872) | zeripath | 2019-01-28 | 1 | -1/+1 |
* | update swagger for release API pagination (#5841) | Lunny Xiao | 2019-01-25 | 1 | -0/+8 |
* | improve the releases api paging (#5831) | Lunny Xiao | 2019-01-24 | 1 | -1/+17 |
* | Added docs for the tree api (#5834) | kolaente | 2019-01-24 | 2 | -0/+31 |
* | New API routes added (#5594) | Shashvat Kedia | 2019-01-23 | 3 | -0/+57 |
* | Refactor repo.isBare to repo.isEmpty #5629 (#5714) | zeripath | 2019-01-17 | 1 | -1/+1 |
* | Refactor notification for indexer (#5111) | Lunny Xiao | 2019-01-17 | 1 | -0/+6 |
* | api: Add missing GET teams endpoints (#5382) | Harshit Bansal | 2019-01-16 | 2 | -0/+68 |
* | Issue is not overdue when it is on the same date #5566 (#5568) | Rodrigo Villablanca Vásquez | 2019-01-01 | 1 | -5/+9 |
* | Delete organization endpoint added (#5601) | Shashvat Kedia | 2018-12-27 | 2 | -1/+25 |
* | Fix route in swagger (#5598) | Shashvat Kedia | 2018-12-26 | 1 | -1/+1 |
* | Improve performance of dashboard (#4977) | Lunny Xiao | 2018-12-13 | 3 | -5/+16 |