| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -8/+8 |
* | Ensure complexity, minlength and ispwned are checked on password setting (#18... | zeripath | 2021-12-17 | 1 | -0/+5 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -3/+5 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -4/+5 |
* | Fix database inconsistent when admin change user email (#17549) | Lunny Xiao | 2021-11-25 | 1 | -3/+13 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 3 | -26/+30 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -2/+2 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -1/+2 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 2 | -5/+5 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 1 | -3/+4 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -4/+5 |
* | [API] List limited and private orgs if authentificated (#16866) | 6543 | 2021-08-30 | 1 | -0/+1 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 4 | -13/+9 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 1 | -1/+1 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -1/+1 |
* | Add Visible modes function from Organisation to Users too (#16069) | Sergey Dryabzhinsky | 2021-06-26 | 1 | -1/+14 |
* | Make modules/context.Context a context.Context (#16031) | zeripath | 2021-05-31 | 1 | -2/+2 |
* | Addition to (Add Location, Website and Description to API #15675) (#15690) | KN4CK3R | 2021-05-02 | 1 | -0/+3 |
* | [refactor] mailer service (#15072) | 6543 | 2021-04-02 | 1 | -1/+1 |
* | [refactor] Unify the export of user data via API (#15144) | 6543 | 2021-03-27 | 1 | -3/+3 |
* | [API] Add Restricted Field to User (#14630) | 6543 | 2021-02-18 | 1 | -0/+3 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 3 | -12/+15 |
* | [Refactor] Passwort Hash/Set (#14282) | 6543 | 2021-01-10 | 1 | -1/+4 |
* | Handle and propagate errors when checking if paths are Dirs, Files or Exist (... | zeripath | 2020-11-27 | 1 | -5/+19 |
* | API: Admin EditUser: Make FullName, Email, Website & Location optional (#13562) | 6543 | 2020-11-19 | 1 | -5/+18 |
* | Add email validity check (#13475) | Chris Shyi | 2020-11-14 | 1 | -1/+2 |
* | Adopt repositories (#12920) | zeripath | 2020-09-25 | 1 | -0/+164 |
* | Check passwords against HaveIBeenPwned (#12716) | John Olheiser | 2020-09-08 | 1 | -1/+18 |
* | Add cron running API (#12421) | zeripath | 2020-08-24 | 1 | -0/+86 |
* | Add Access-Control-Expose-Headers (#12446) | zeripath | 2020-08-13 | 2 | -0/+2 |
* | Add pagination headers on endpoints that support total count from database (#... | Cirno the Strongest | 2020-06-21 | 2 | -4/+14 |
* | Remove page size limit comment from swagger (#11806) | Cirno the Strongest | 2020-06-09 | 2 | -2/+2 |
* | Various fixes in login sources (#10428) | guillep2k | 2020-02-23 | 2 | -0/+2 |
* | Prevent DeleteUser API abuse (#10125) | 6543 | 2020-02-03 | 1 | -0/+6 |
* | Minor typo fix (#10043) | Andy Harrison | 2020-01-28 | 1 | -1/+1 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 2 | -8/+18 |
* | [API] add GET /orgs endpoint (#9560) | 6543 | 2020-01-12 | 1 | -1/+1 |
* | [API] Add notification endpoint (#9488) | 6543 | 2020-01-09 | 1 | -2/+2 |
* | Swagger info corrections (#9441) | 6543 | 2019-12-20 | 3 | -24/+42 |
* | Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module... | Lunny Xiao | 2019-11-10 | 2 | -2/+2 |
* | 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 |