aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user
Commit message (Expand)AuthorAgeFilesLines
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-03-292-4/+5
* Add API for `Variables` (#29520)sillyguodong2024-03-281-0/+250
* Add user blocking (#29028)KN4CK3R2024-03-044-20/+141
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-041-0/+11
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-021-0/+11
* Move context from modules to services (#29440)Lunny Xiao2024-02-2715-15/+15
* Unify user update methods (#28733)KN4CK3R2024-02-042-56/+30
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-9/+18
* Add get actions runner registration token for API routes, repo, org, user and...Lunny Xiao2023-12-271-0/+26
* Fix comment permissions (#28213)Lunny Xiao2023-11-253-1/+10
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-20/+21
* Enable system users search via the API (#28013)Earl Warren2023-11-131-12/+26
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-142-7/+7
* Fix permissions for Token DELETE endpoint to match GET and POST (#27610)Evan Tobin2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-9/+9
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-254-9/+9
* Fix token endpoints ignore specified account (#27080)CaiCandong2023-09-181-3/+9
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-3/+3
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-153-9/+9
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-142-4/+4
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-136-0/+28
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-051-26/+24
* feat(API): add routes and functions for managing user's secrets (#26909)Bo-Yi Wu2023-09-051-0/+105
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-231-2/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Add API for changing Avatars (#25369)JakobDev2023-06-291-0/+63
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-223-11/+12
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-1/+1
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+57
* Use context for `RepositoryList.LoadAttributes` (#23435)yp053272023-03-131-1/+1
* Add user webhooks (#21563)KN4CK3R2023-03-101-0/+154
* Add scopes to API to create token and display them (#22989)zeripath2023-02-201-2/+11
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-153-10/+11
* Move `convert` package to services (#22264)KN4CK3R2022-12-2910-10/+10
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-034-5/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2711-22/+11
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-193-13/+15
* Record OAuth client type at registration (#21316)M Hickford2022-10-241-7/+9
* Go 1.19 format (#20758)John Olheiser2022-08-301-5/+0
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-252-21/+20
* Pad GPG Key ID with preceding zeroes (#20878)zeripath2022-08-211-0/+7
* Only show Followers that current user can access (#20220)zeripath2022-07-051-4/+4
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-4/+4
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-206-8/+8
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-113-6/+7
* Fix DELETE request for non-existent public key (#19443)Gusted2022-04-211-4/+9
* Don't panic on `ErrEmailInvalid` (#19441)Gusted2022-04-201-3/+10
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-293-3/+3