| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix permission check on api create org (#5523) | Lunny Xiao | 2018-12-11 | 1 | -1/+1 |
* | add tests for api user orgs (#5494) | Lunny Xiao | 2018-12-09 | 1 | -1/+1 |
* | admin should be able to delete repos even if he is not a member of the organi... | Lanre Adelowo | 2018-12-02 | 1 | -1/+1 |
* | Removing Labels via EditPullRequest API (#5348) | Lucien Kerl | 2018-12-01 | 1 | -1/+1 |
* | Git-Trees API (#5403) | Kasi Reddy | 2018-11-28 | 2 | -0/+93 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 14 | -170/+151 |
* | Implement git refs API for listing references (branches, tags and other) (#5354) | Lauris BH | 2018-11-27 | 3 | -0/+133 |
* | show only opened milestones on issues page milestone filter (#5051) | Lanre Adelowo | 2018-11-26 | 1 | -2/+2 |
* | API: '/orgs/:org/repos': return private repos with read access (#5310) (#3829... | Daniel Balko | 2018-11-23 | 1 | -7/+9 |
* | add api for user to create org (#5268) | Lunny Xiao | 2018-11-20 | 2 | -0/+53 |
* | added the ability to set labels on the "edit pull request" api (#5347) | Lucien Kerl | 2018-11-16 | 1 | -0/+12 |
* | Fix create team, update team missing units (#5188) | Lunny Xiao | 2018-11-10 | 2 | -0/+28 |
* | Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he... | zeripath | 2018-11-03 | 1 | -4/+8 |
* | Keys API changes (#4960) | zeripath | 2018-10-31 | 3 | -14/+118 |
* | User action heatmap (#5131) | kolaente | 2018-10-23 | 3 | -0/+55 |
* | Fix Swagger JSON autogeneration issues. (#4845) | zeripath | 2018-10-20 | 22 | -22/+121 |
* | Remove check for negative length (#5120) | Oleg Kovalov | 2018-10-20 | 1 | -1/+1 |
* | Add notification interface and refactor UI notifications (#5085) | Lunny Xiao | 2018-10-18 | 3 | -0/+13 |
* | Add support for search by uid (#4876) | zeripath | 2018-10-18 | 1 | -0/+5 |
* | Update Swagger API to match the return of /users/search (#4847) | zeripath | 2018-09-21 | 1 | -1/+10 |
* | feat(repo): support search repository by topic name (#4505) | Bo-Yi Wu | 2018-09-13 | 1 | -0/+1 |
* | Enforce token on api routes [fixed critical security issue #4357] (#4840) | B-OnTheGo | 2018-09-10 | 1 | -1/+1 |
* | allow api to create tags for releases (#4890) | Bobonium | 2018-09-10 | 1 | -4/+0 |
* | Slack webhook channel name cannot be empty or just contain an hashtag (#4786) | Lanre Adelowo | 2018-09-10 | 1 | -3/+11 |
* | Fixes repo branch endpoint summary (#4893) | Lewis Cowles | 2018-09-09 | 1 | -1/+1 |
* | Add sudo functionality to the API (#4809) | zeripath | 2018-09-06 | 1 | -1/+44 |