| Commit message (Expand) | Author | Age | Files | Lines |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 4 | -11/+24 |
* | Redirect on changed user and org name (#11649) | Andrew Bezold | 2021-01-24 | 3 | -34/+40 |
* | Disable SSH key deletion of externally managed Keys (#13985) | zeripath | 2020-12-25 | 1 | -1/+10 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -3/+1 |
* | Fix api doc response code (#14123) | Norwin | 2020-12-24 | 1 | -1/+1 |
* | rework heatmap permissions (#14080) | Norwin | 2020-12-22 | 1 | -1/+1 |
* | Move Repo APIFormat to convert package (#13787) | 6543 | 2020-12-02 | 3 | -4/+7 |
* | Add email validity check (#13475) | Chris Shyi | 2020-11-14 | 1 | -0/+4 |
* | [API] Delete Token accept names too (#12366) | 6543 | 2020-08-28 | 1 | -5/+36 |
* | Allow addition of gpg keyring with multiple keys (#12487) | zeripath | 2020-08-21 | 1 | -2/+2 |
* | Add Access-Control-Expose-Headers (#12446) | zeripath | 2020-08-13 | 2 | -0/+3 |
* | Fix repo API listing stability (#12057) | Clark Boylan | 2020-07-02 | 1 | -0/+1 |
* | Add pagination headers on endpoints that support total count from database (#... | Cirno the Strongest | 2020-06-21 | 1 | -2/+8 |
* | Rework api/user/repos for pagination (#11827) | Cirno the Strongest | 2020-06-13 | 1 | -21/+33 |
* | Remove page size limit comment from swagger (#11806) | Cirno the Strongest | 2020-06-09 | 8 | -18/+18 |
* | Handle expected errors in AddGPGkey API (#11644) | 6543 | 2020-05-28 | 1 | -2/+10 |
* | Refactor UpdateOAuth2Application (#11034) | 6543 | 2020-04-30 | 1 | -8/+2 |
* | Add issue subscription check to API (#10967) | 6543 | 2020-04-21 | 1 | -9/+3 |
* | document 404 responce and meaning (#11073) | 6543 | 2020-04-15 | 1 | -0/+2 |
* | Reject duplicate AccessToken names (#10994) | 6543 | 2020-04-13 | 1 | -0/+12 |
* | Add Get/Update for api/v1/user/applications/oauth2 (#11008) | Dan Molik | 2020-04-09 | 1 | -0/+86 |
* | adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437) | Gustavo Marin | 2020-02-29 | 1 | -0/+96 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 8 | -23/+180 |
* | Swagger info corrections (#9441) | 6543 | 2019-12-20 | 9 | -73/+131 |
* | Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module... | Lunny Xiao | 2019-11-10 | 5 | -5/+5 |
* | Fix 500 when getting user as unauthenticated user (#8653) | Monty Taylor | 2019-10-24 | 1 | -1/+1 |
* | Make /users/{username}/repos list private repos the current user has access t... | 7FM | 2019-10-23 | 1 | -1/+1 |
* | Remove legacy handling of drone token (#8191) | techknowlogick | 2019-09-17 | 1 | -6/+0 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 8 | -15/+8 |
* | fix wrong email when use gitea as OAuth2 provider (#7640) | renothing | 2019-07-27 | 3 | -9/+6 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -5/+0 |
* | Change drone token name to let users know to use oauth2 (#6912) | techknowlogick | 2019-05-12 | 1 | -3/+10 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 9 | -9/+9 |
* | Fixes #6881 - API users search fix (#6882) | Richard Mahn | 2019-05-08 | 1 | -1/+1 |
* | Hash App token (#6724) | techknowlogick | 2019-05-04 | 1 | -6/+6 |
* | Return a UserList from /api/v1/admin/users (#6629) | zeripath | 2019-04-15 | 1 | -11/+2 |
* | fix bug user search API pagesize didn't obey ExplorePagingNum (#6579) | Lunny Xiao | 2019-04-11 | 1 | -3/+0 |
* | Updates to API 404 responses (#6077) | John Olheiser | 2019-03-18 | 7 | -9/+9 |
* | add isAdmin to user model (#6231) | Lanre Adelowo | 2019-03-03 | 1 | -0/+1 |
* | Admins can now do unlimited page size user search (listAllUsers & listAllOrgs... | John Olheiser | 2019-02-21 | 1 | -1/+1 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 3 | -15/+12 |
* | API: '/orgs/:org/repos': return private repos with read access (#5310) (#3829... | Daniel Balko | 2018-11-23 | 1 | -7/+9 |
* | Keys API changes (#4960) | zeripath | 2018-10-31 | 1 | -6/+68 |
* | User action heatmap (#5131) | kolaente | 2018-10-23 | 1 | -0/+39 |
* | Fix Swagger JSON autogeneration issues. (#4845) | zeripath | 2018-10-20 | 4 | -0/+15 |
* | 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 |
* | Respect email privacy option in user search via API (#4512) | Lanre Adelowo | 2018-07-25 | 1 | -1/+1 |
* | Add ability to delete a token (#4235) | techknowlogick | 2018-07-06 | 1 | -0/+37 |
* | Fix swagger errors (#4220) | Antoine GIRARD | 2018-06-12 | 2 | -2/+14 |