aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/admin
Commit message (Expand)AuthorAgeFilesLines
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-143-4/+4
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-2/+1
* fix Missing 404 swagger response docs for /admin/users/{username} (#26086)caicandong2023-07-241-0/+2
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-7/+7
* Return `404` in the API if the requested webhooks were not found (#24823)Yevhen Pavlov2023-05-211-2/+7
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-2/+0
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-2/+2
* Fix typo in API route (#24310)silverwind2023-04-241-1/+1
* Add login name and source id for admin user searching API (#23376)Lunny Xiao2023-03-151-5/+16
* add admin API email endpoints (#22792)techknowlogick2023-03-141-0/+87
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-0/+58
* Handle missing `README` in create repos API (#23387)Zettat1232023-03-131-0/+2
* Purge API comment (#23451)John Olheiser2023-03-131-0/+4
* Add user webhooks (#21563)KN4CK3R2023-03-101-4/+1
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-3/+3
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* Allow custom "created" timestamps in user creation API (#22549)Sybren2023-02-161-0/+9
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-152-5/+5
* Support system hook API (#14537)Lunny Xiao2023-01-281-0/+174
* Move `convert` package to services (#22264)KN4CK3R2022-12-292-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+2
* 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