Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | api: add endpoint /api/v1/user/orgs (#4835) | Anton Antonov | 2017-11-13 |
| | | | | | | | | | | | * Add API endpoint /api/v1/user/orgs The difference between this endpoint and /api/v1/admin/users/<username>/orgs, is that here you're creating a repo with the `user` that corresponds to the API token you're using. * Extract duplicate API org creation | ||
* | SECURITY: HTML injection in user search API | Unknwon | 2017-10-14 |
| | | | | Reported by Tim Hawes. | ||
* | issue_comment: fix pg syntax ambiguous (#4586) | Unknwon | 2017-06-27 |
| | | | | Also handle error related to time parsing. | ||
* | api/repo: load attributes when listing user repositories (#4565) | Unknwon | 2017-06-21 |
| | |||
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |