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
*
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
*
Fix database inconsistent when admin change user email (#17549)
Lunny Xiao
2021-11-26
1
-3
/
+13
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
3
-26
/
+30
*
Use a standalone struct name for Organization (#17632)
Lunny Xiao
2021-11-19
1
-2
/
+2
*
Move user/org deletion to services (#17673)
KN4CK3R
2021-11-18
1
-1
/
+2
*
Move some functions into services/repository (#17660)
Lunny Xiao
2021-11-16
2
-5
/
+5
*
Move EmailAddress & UserRedirect into models/user/ (#17607)
Lunny Xiao
2021-11-11
1
-3
/
+4
*
Move login related structs and functions to models/login (#17093)
Lunny Xiao
2021-09-24
1
-4
/
+5
*
[API] List limited and private orgs if authentificated (#16866)
6543
2021-08-30
1
-0
/
+1
*
[API] generalize list header (#16551)
6543
2021-08-12
4
-13
/
+9
*
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
-1
/
+1
*
Add Visible modes function from Organisation to Users too (#16069)
Sergey Dryabzhinsky
2021-06-26
1
-1
/
+14
*
Make modules/context.Context a context.Context (#16031)
zeripath
2021-05-31
1
-2
/
+2
*
Addition to (Add Location, Website and Description to API #15675) (#15690)
KN4CK3R
2021-05-02
1
-0
/
+3
*
[refactor] mailer service (#15072)
6543
2021-04-02
1
-1
/
+1
*
[refactor] Unify the export of user data via API (#15144)
6543
2021-03-27
1
-3
/
+3
*
[API] Add Restricted Field to User (#14630)
6543
2021-02-18
1
-0
/
+3
*
Move macaron to chi (#14293)
Lunny Xiao
2021-01-26
3
-12
/
+15
*
[Refactor] Passwort Hash/Set (#14282)
6543
2021-01-10
1
-1
/
+4
*
Handle and propagate errors when checking if paths are Dirs, Files or Exist (...
zeripath
2020-11-28
1
-5
/
+19
*
API: Admin EditUser: Make FullName, Email, Website & Location optional (#13562)
6543
2020-11-20
1
-5
/
+18
*
Add email validity check (#13475)
Chris Shyi
2020-11-14
1
-1
/
+2
*
Adopt repositories (#12920)
zeripath
2020-09-25
1
-0
/
+164
*
Check passwords against HaveIBeenPwned (#12716)
John Olheiser
2020-09-09
1
-1
/
+18
*
Add cron running API (#12421)
zeripath
2020-08-24
1
-0
/
+86
*
Add Access-Control-Expose-Headers (#12446)
zeripath
2020-08-13
2
-0
/
+2
*
Add pagination headers on endpoints that support total count from database (#...
Cirno the Strongest
2020-06-21
2
-4
/
+14
*
Remove page size limit comment from swagger (#11806)
Cirno the Strongest
2020-06-09
2
-2
/
+2
*
Various fixes in login sources (#10428)
guillep2k
2020-02-23
2
-0
/
+2
*
Prevent DeleteUser API abuse (#10125)
6543
2020-02-03
1
-0
/
+6
*
Minor typo fix (#10043)
Andy Harrison
2020-01-28
1
-1
/
+1
*
API add/generalize pagination (#9452)
SpaWn2KiLl
2020-01-24
2
-8
/
+18
*
[API] add GET /orgs endpoint (#9560)
6543
2020-01-12
1
-1
/
+1
*
[API] Add notification endpoint (#9488)
6543
2020-01-09
1
-2
/
+2
*
Swagger info corrections (#9441)
6543
2019-12-20
3
-24
/
+42
*
Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...
Lunny Xiao
2019-11-10
2
-2
/
+2
*
Password Complexity Checks (#6230)
Maxim Tkachenko
2019-10-14
1
-1
/
+13
[next]