aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/admin
Commit message (Expand)AuthorAgeFilesLines
* Add option to purge users (#18064)zeripath2022-07-141-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-202-5/+5
* Admin should not delete himself (#19423)Lunny Xiao2022-05-081-0/+6
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-5/+11
* Add Package Registry (#16510)KN4CK3R2022-03-301-1/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-4/+4
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-263-60/+38
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-224-12/+12
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+4
* Fix page and missing return on unadopted repos API (#18848)qwerty2872022-02-271-0/+4
* format with gofumpt (#18184)65432022-01-202-2/+2
* Refactor auth package (#17962)Lunny Xiao2022-01-021-8/+8
* Ensure complexity, minlength and ispwned are checked on password setting (#18...zeripath2021-12-171-0/+5
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-3/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+5
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-251-3/+13
* Move user related model into models/user (#17781)Lunny Xiao2021-11-243-26/+30
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-2/+2
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-162-5/+5
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-3/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-4/+5
* [API] List limited and private orgs if authentificated (#16866)65432021-08-301-0/+1
* [API] generalize list header (#16551)65432021-08-124-13/+9
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-1/+14
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-311-2/+2
* Addition to (Add Location, Website and Description to API #15675) (#15690)KN4CK3R2021-05-021-0/+3
* [refactor] mailer service (#15072)65432021-04-021-1/+1
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-3/+3
* [API] Add Restricted Field to User (#14630)65432021-02-181-0/+3
* Move macaron to chi (#14293)Lunny Xiao2021-01-263-12/+15
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-1/+4
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-5/+19
* API: Admin EditUser: Make FullName, Email, Website & Location optional (#13562)65432020-11-191-5/+18
* Add email validity check (#13475)Chris Shyi2020-11-141-1/+2
* Adopt repositories (#12920)zeripath2020-09-251-0/+164
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-1/+18
* Add cron running API (#12421)zeripath2020-08-241-0/+86
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-132-0/+2
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-212-4/+14
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-092-2/+2
* Various fixes in login sources (#10428)guillep2k2020-02-232-0/+2
* Prevent DeleteUser API abuse (#10125)65432020-02-031-0/+6
* Minor typo fix (#10043)Andy Harrison2020-01-281-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-242-8/+18
* [API] add GET /orgs endpoint (#9560)65432020-01-121-1/+1
* [API] Add notification endpoint (#9488)65432020-01-091-2/+2
* Swagger info corrections (#9441)65432019-12-203-24/+42