index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routers
/
api
/
v1
/
admin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a warning for disallowed email domains (#29658)
Zettat123
2024-03-20
1
-0
/
+9
*
Skip email domain check when admins edit user emails (#29609)
Zettat123
2024-03-11
1
-1
/
+1
*
Skip email domain check when admin users adds user manually (#29522)
Zettat123
2024-03-11
1
-1
/
+1
*
remove util.OptionalBool and related functions (#29513)
6543
2024-03-06
1
-1
/
+2
*
Move context from modules to services (#29440)
Lunny Xiao
2024-03-06
8
-8
/
+8
*
Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)
6543
2024-02-26
1
-6
/
+2
*
Unify user update methods (#28733)
KN4CK3R
2024-02-04
1
-101
/
+47
*
Forbid removing the last admin user (#28337)
yp05327
2024-01-15
1
-1
/
+8
*
Add get actions runner registration token for API routes, repo, org, user and...
Lunny Xiao
2023-12-27
1
-0
/
+26
*
chore(api): support ignore password if login source type is LDAP for creating...
Bo-Yi Wu
2023-12-19
1
-11
/
+21
*
Penultimate round of `db.DefaultContext` refactor (#27414)
JakobDev
2023-10-11
1
-1
/
+1
*
Even more `db.DefaultContext` refactor (#27352)
JakobDev
2023-10-03
1
-1
/
+1
*
Another round of `db.DefaultContext` refactor (#27103)
JakobDev
2023-09-25
1
-1
/
+1
*
Reduce usage of `db.DefaultContext` (#27073)
JakobDev
2023-09-14
3
-4
/
+4
*
Move createrepository from module to service layer (#26927)
Lunny Xiao
2023-09-06
1
-2
/
+1
*
fix Missing 404 swagger response docs for /admin/users/{username} (#26086)
caicandong
2023-07-24
1
-0
/
+2
*
Refactor rename user and rename organization (#24052)
Lunny Xiao
2023-05-21
1
-7
/
+7
*
Return `404` in the API if the requested webhooks were not found (#24823)
Yevhen Pavlov
2023-05-21
1
-2
/
+7
*
Improve template system and panic recovery (#24461)
wxiaoguang
2023-05-04
1
-2
/
+0
*
Fix unclear `IsRepositoryExist` logic (#24374)
wxiaoguang
2023-04-28
1
-2
/
+2
*
Fix typo in API route (#24310)
silverwind
2023-04-24
1
-1
/
+1
*
Add login name and source id for admin user searching API (#23376)
Lunny Xiao
2023-03-15
1
-5
/
+16
*
add admin API email endpoints (#22792)
techknowlogick
2023-03-14
1
-0
/
+87
*
add user rename endpoint to admin api (#22789)
techknowlogick
2023-03-14
1
-0
/
+58
*
Handle missing `README` in create repos API (#23387)
Zettat123
2023-03-13
1
-0
/
+2
*
Purge API comment (#23451)
John Olheiser
2023-03-13
1
-0
/
+4
*
Add user webhooks (#21563)
KN4CK3R
2023-03-10
1
-4
/
+1
*
Use context parameter in services/repository (#23186)
Jason Song
2023-02-28
1
-3
/
+3
*
Provide the ability to set password hash algorithm parameters (#22942)
zeripath
2023-02-19
1
-1
/
+1
*
Allow custom "created" timestamps in user creation API (#22549)
Sybren
2023-02-16
1
-0
/
+9
*
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-15
2
-5
/
+5
*
Support system hook API (#14537)
Lunny Xiao
2023-01-28
1
-0
/
+174
*
Move `convert` package to services (#22264)
KN4CK3R
2022-12-29
2
-2
/
+2
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
5
-10
/
+5
*
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-25
1
-2
/
+2
*
Add option to purge users (#18064)
zeripath
2022-07-14
1
-1
/
+1
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
2
-5
/
+5
*
Admin should not delete himself (#19423)
Lunny Xiao
2022-05-08
1
-0
/
+6
*
Respect DefaultUserIsRestricted system default when creating new user (#19310)
Jimmy Praet
2022-04-29
1
-5
/
+11
*
Add Package Registry (#16510)
KN4CK3R
2022-03-30
1
-1
/
+2
*
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-29
1
-4
/
+4
*
Add `ContextUser` to http request context (#18798)
KN4CK3R
2022-03-26
3
-60
/
+38
*
Renamed ctx.User to ctx.Doer. (#19161)
KN4CK3R
2022-03-22
4
-12
/
+12
*
Restrict email address validation (#17688)
Lunny Xiao
2022-03-14
1
-1
/
+4
*
Fix page and missing return on unadopted repos API (#18848)
qwerty287
2022-02-27
1
-0
/
+4
*
format with gofumpt (#18184)
6543
2022-01-20
2
-2
/
+2
*
Refactor auth package (#17962)
Lunny Xiao
2022-01-02
1
-8
/
+8
*
Ensure complexity, minlength and ispwned are checked on password setting (#18...
zeripath
2021-12-17
1
-0
/
+5
*
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
1
-3
/
+5
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
1
-4
/
+5
[next]