summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/admin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-201-0/+9
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-111-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-111-1/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-061-1/+2
* Move context from modules to services (#29440)Lunny Xiao2024-03-068-8/+8
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-261-6/+2
* Unify user update methods (#28733)KN4CK3R2024-02-041-101/+47
* Forbid removing the last admin user (#28337)yp053272024-01-151-1/+8
* Add get actions runner registration token for API routes, repo, org, user and...Lunny Xiao2023-12-271-0/+26
* chore(api): support ignore password if login source type is LDAP for creating...Bo-Yi Wu2023-12-191-11/+21
* 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