| Commit message (Expand) | Author | Age | Files | Lines |
* | Password Complexity Checks (#6230) | Maxim Tkachenko | 2019-10-14 | 1 | -1/+13 |
* | Move all mail related codes from models to services/mailer (#7200) | Lunny Xiao | 2019-09-24 | 1 | -3/+3 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 2 | -4/+2 |
* | add pagination for admin api get orgs and fix only list public orgs bug (#7742) | Lunny Xiao | 2019-08-04 | 1 | -1/+12 |
* | fix wrong email when use gitea as OAuth2 provider (#7640) | renothing | 2019-07-27 | 1 | -4/+3 |
* | Fixes #7023 - API Org Visibility (#7028) | Richard Mahn | 2019-05-30 | 1 | -0/+7 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 3 | -3/+3 |
* | Fixes #6881 - API users search fix (#6882) | Richard Mahn | 2019-05-08 | 1 | -1/+1 |
* | Return a UserList from /api/v1/admin/users (#6629) | zeripath | 2019-04-15 | 1 | -2/+9 |
* | Updates to API 404 responses (#6077) | John Olheiser | 2019-03-18 | 1 | -1/+1 |
* | Adds MustChangePassword to user create/edit API, defaults to true (#6193) | John Olheiser | 2019-02-27 | 1 | -6/+14 |
* | New API routes added (#5594) | Shashvat Kedia | 2019-01-23 | 2 | -0/+54 |
* | Fix Swagger JSON autogeneration issues. (#4845) | zeripath | 2018-10-20 | 3 | -0/+13 |
* | API /admin/users/{username} missing parameter (#4775) | EnricoFerro | 2018-08-23 | 1 | -0/+6 |
* | Cleanup models.User.HashPassword (#3334) | Kim "BKC" Carlbäcker | 2018-01-12 | 1 | -2/+1 |
* | Change EncodePasswd to HashPassword (#3329) | Morgan Bazalgette | 2018-01-08 | 1 | -1/+1 |
* | Delete a user's public key via admin api (closes #3014) (#3059) | Vlad Temian | 2017-12-06 | 1 | -0/+45 |
* | Update swagger documentation (#2899) | Ethan Koenig | 2017-11-13 | 3 | -84/+123 |
* | Improve swagger doc (#2274) | Antoine GIRARD | 2017-08-21 | 3 | -6/+81 |
* | Use handlers for API authorization (#723) | Ethan Koenig | 2017-01-26 | 1 | -52/+0 |
* | Fix permission bugs in team API (#647) | Ethan Koenig | 2017-01-20 | 1 | -88/+0 |
* | API endpoints for organization teams (#370) | Ethan Koenig | 2016-12-28 | 1 | -0/+25 |
* | Fix random string generator (#384) | Denis Denisov | 2016-12-20 | 1 | -1/+5 |
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 5 | -5/+17 |
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 4 | -4/+4 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 5 | -22/+22 |
* | And others | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | More... | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 4 | -4/+4 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 5 | -18/+18 |
* | #3515 use alert instead 500 for duplicated login source name | Unknwon | 2016-08-31 | 1 | -1/+1 |
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 1 | -3/+2 |
* | Add MaxRepoCreation to EditUser API (#2781) | Robin Lambertz | 2016-08-11 | 1 | -0/+3 |
* | Added Full Name to CreateUser api call (#3333) | Richard Mahn | 2016-07-27 | 1 | -0/+1 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 2 | -4/+4 |
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 1 | -3/+2 |
* | api/admin: add/remove organization team repository | Unknwon | 2016-04-04 | 1 | -0/+49 |
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | 1 | -6/+28 |
* | Fix status code | Unknwon | 2016-03-21 | 1 | -1/+1 |
* | Change list teams API to non-admin specific | Unknwon | 2016-03-21 | 2 | -20/+2 |
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 4 | -0/+56 |
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 2 | -3/+3 |
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 3 | -18/+18 |
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -1/+1 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 3 | -10/+10 |
* | #1692 API: admin create repo | Unknwon | 2015-12-17 | 1 | -0/+23 |
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 2 | -3/+47 |
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 | 1 | -1/+1 |
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 | 1 | -0/+4 |
* | APIs: admin users | Unknwon | 2015-12-05 | 1 | -0/+148 |