index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routers
/
api
/
v1
/
user
/
user.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve Swagger documentation for user endpoints
JakobDev
2024-11-23
1
-0
/
+16
*
Fix bug when a token is given public only
Lunny Xiao
2024-10-10
1
-0
/
+6
*
Add support for searching users by email (#30908)
yp05327
2024-10-06
1
-5
/
+6
*
Move context from modules to services (#29440)
Lunny Xiao
2024-03-06
1
-1
/
+1
*
[MODERATION] User blocking
Gusted
2024-02-05
1
-0
/
+82
*
Enable system users search via the API (#28013)
Earl Warren
2023-11-13
1
-12
/
+26
*
Another round of `db.DefaultContext` refactor (#27103)
JakobDev
2023-09-25
1
-1
/
+1
*
Reduce usage of `db.DefaultContext` (#27073)
JakobDev
2023-09-14
1
-1
/
+1
*
Replace `interface{}` with `any` (#25686)
silverwind
2023-07-04
1
-2
/
+2
*
Add activity feeds API (#23494)
Zettat123
2023-04-04
1
-0
/
+57
*
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-15
1
-3
/
+3
*
Move `convert` package to services (#22264)
KN4CK3R
2022-12-29
1
-1
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-25
1
-2
/
+2
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
1
-1
/
+1
*
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-29
1
-1
/
+1
*
Add `ContextUser` to http request context (#18798)
KN4CK3R
2022-03-26
1
-14
/
+3
*
Renamed ctx.User to ctx.Doer. (#19161)
KN4CK3R
2022-03-22
1
-6
/
+6
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
1
-3
/
+4
*
Remove unnecessary attributes of User struct (#17745)
Lunny Xiao
2021-11-22
1
-1
/
+1
*
[API] List limited and private orgs if authentificated (#16866)
6543
2021-08-30
1
-4
/
+2
*
[API] generalize list header (#16551)
6543
2021-08-12
1
-3
/
+1
*
Related refactors to ctx.FormX functions (#16567)
6543
2021-08-11
1
-2
/
+1
*
Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)
6543
2021-08-11
1
-1
/
+1
*
Rename context.Query to context.Form (#16562)
Lunny Xiao
2021-07-29
1
-2
/
+2
*
Add Visible modes function from Organisation to Users too (#16069)
Sergey Dryabzhinsky
2021-06-26
1
-0
/
+7
*
[API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)
6543
2021-06-17
1
-7
/
+1
*
[refactor] Unify the export of user data via API (#15144)
6543
2021-03-27
1
-3
/
+3
*
Redirect on changed user and org name (#11649)
Andrew Bezold
2021-01-24
1
-15
/
+4
*
migrate from com.* to alternatives (#14103)
6543
2020-12-25
1
-3
/
+1
*
rework heatmap permissions (#14080)
Norwin
2020-12-22
1
-1
/
+1
*
Add Access-Control-Expose-Headers (#12446)
zeripath
2020-08-13
1
-0
/
+1
*
Add pagination headers on endpoints that support total count from database (#...
Cirno the Strongest
2020-06-21
1
-2
/
+8
*
Remove page size limit comment from swagger (#11806)
Cirno the Strongest
2020-06-09
1
-1
/
+1
*
API add/generalize pagination (#9452)
SpaWn2KiLl
2020-01-24
1
-5
/
+11
*
Swagger info corrections (#9441)
6543
2019-12-20
1
-6
/
+9
*
Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...
Lunny Xiao
2019-11-10
1
-1
/
+1
*
Fix 500 when getting user as unauthenticated user (#8653)
Monty Taylor
2019-10-24
1
-1
/
+1
*
Use gitea forked macaron (#7933)
Tamal Saha
2019-08-23
1
-1
/
+1
*
fix wrong email when use gitea as OAuth2 provider (#7640)
renothing
2019-07-27
1
-6
/
+2
*
Move sdk structs to modules/structs (#6905)
Lunny Xiao
2019-05-11
1
-1
/
+1
*
Fixes #6881 - API users search fix (#6882)
Richard Mahn
2019-05-08
1
-1
/
+1
*
Return a UserList from /api/v1/admin/users (#6629)
zeripath
2019-04-15
1
-11
/
+2
*
fix bug user search API pagesize didn't obey ExplorePagingNum (#6579)
Lunny Xiao
2019-04-12
1
-3
/
+0
*
Updates to API 404 responses (#6077)
John Olheiser
2019-03-19
1
-1
/
+1
*
add isAdmin to user model (#6231)
Lanre Adelowo
2019-03-03
1
-0
/
+1
*
Admins can now do unlimited page size user search (listAllUsers & listAllOrgs...
John Olheiser
2019-02-21
1
-1
/
+1
*
User action heatmap (#5131)
kolaente
2018-10-23
1
-0
/
+39
*
Fix Swagger JSON autogeneration issues. (#4845)
zeripath
2018-10-21
1
-0
/
+1
*
Add support for search by uid (#4876)
zeripath
2018-10-18
1
-0
/
+5
[next]