summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user
Commit message (Expand)AuthorAgeFilesLines
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-041-2/+2
* Fix `Permission` in API returned repository struct (#25388) (#25441)Giteabot2023-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
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-267-69/+20
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-222-3/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-2210-69/+69
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+2
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-251-0/+5
* format with gofumpt (#18184)65432022-01-202-6/+5
* Refactor auth package (#17962)Lunny Xiao2022-01-021-9/+9
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-1/+1
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-0/+3
* Some repository refactors (#17950)Lunny Xiao2021-12-122-6/+7
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-102-43/+44
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-102-2/+4
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-282-2/+4
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-251-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-248-23/+26
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-222-5/+5
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-171-2/+3
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-112-14/+15
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-244-11/+15
* [API] List limited and private orgs if authentificated (#16866)65432021-08-301-4/+2
* [API] generalize list header (#16551)65432021-08-128-20/+52
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-2/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-112-2/+2
* Swagger AccessToken fixes (#16574)zeripath2021-08-011-7/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-292-3/+3