summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* update `user/repos` api description (#16503)Patrick Schratz2021-07-211-1/+1
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-4/+77
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-262-1/+8
* [API] GET / SET User Settings (#16169)65432021-06-231-0/+83
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-171-7/+1
* add some reponse status on api docs (#15399)a10121127962021-04-111-0/+12
* Fix delete nonexist oauth application 500 and prevent deadlock (#15384)Lunny Xiao2021-04-101-1/+5
* rsponse 404 when delete not exist email (#15383)a10121127962021-04-101-0/+6
* [refactor] Unify the export of user data via API (#15144)65432021-03-273-6/+6
* Move macaron to chi (#14293)Lunny Xiao2021-01-264-11/+24
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-243-34/+40
* Disable SSH key deletion of externally managed Keys (#13985)zeripath2020-12-251-1/+10
* migrate from com.* to alternatives (#14103)65432020-12-251-3/+1
* Fix api doc response code (#14123)Norwin2020-12-241-1/+1
* rework heatmap permissions (#14080)Norwin2020-12-221-1/+1
* Move Repo APIFormat to convert package (#13787)65432020-12-023-4/+7
* Add email validity check (#13475)Chris Shyi2020-11-141-0/+4
* [API] Delete Token accept names too (#12366)65432020-08-281-5/+36
* Allow addition of gpg keyring with multiple keys (#12487)zeripath2020-08-211-2/+2
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-132-0/+3
* Fix repo API listing stability (#12057)Clark Boylan2020-07-021-0/+1
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-211-2/+8