index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
/
admin.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing default value for some Bool cli flags (#26082)
wxiaoguang
2023-07-24
1
-0
/
+5
*
Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)
delvh
2023-07-24
1
-4
/
+5
*
Refactor to use urfave/cli/v2 (#25959)
wxiaoguang
2023-07-21
1
-66
/
+67
*
Handle OpenID discovery URL errors a little nicer when creating/editing sourc...
zeripath
2023-03-10
1
-1
/
+10
*
Add command to bulk set must-change-password (#22823)
zeripath
2023-02-14
1
-406
/
+0
*
Map OIDC groups to Orgs/Teams (#21441)
KN4CK3R
2023-02-08
1
-0
/
+17
*
Add CLI option tenant ID for oauth2 source (#22769)
Adi
2023-02-06
1
-0
/
+11
*
add default user visibility to cli command "admin user create" (#22750)
yp05327
2023-02-04
1
-0
/
+4
*
Allow setting access token scope by CLI (#22648)
Lukas
2023-02-02
1
-2
/
+13
*
Improve utils of slices (#22379)
Jason Song
2023-01-11
1
-1
/
+1
*
Rename almost all Ctx functions (#22071)
Lunny Xiao
2022-12-10
1
-0
/
+1
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
1
-1
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-19
1
-1
/
+1
*
Revert unrelated changes for SMTP auth (#21767)
wxiaoguang
2022-11-10
1
-4
/
+4
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-2
/
+2
*
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-25
1
-18
/
+17
*
Rework mailer settings (#18982)
Clar Fon
2022-08-02
1
-4
/
+4
*
Add two factor status to admin cmd display (#20401)
Tyrone Yeh
2022-07-19
1
-2
/
+3
*
Add option to purge users (#18064)
zeripath
2022-07-14
1
-1
/
+5
*
Move some repository related code into sub package (#19711)
Lunny Xiao
2022-06-06
1
-2
/
+3
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
1
-3
/
+3
*
Federation: return useful statistic information for nodeinfo (#19561)
6543
2022-05-02
1
-1
/
+1
*
Respect DefaultUserIsRestricted system default when creating new user (#19310)
Jimmy Praet
2022-04-29
1
-3
/
+17
*
Make git.OpenRepository accept Context (#19260)
6543
2022-03-29
1
-1
/
+1
*
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...
wxiaoguang
2022-03-22
1
-1
/
+1
*
Add a "admin user generate-access-token" subcommand (#17722)
mscherer
2022-03-04
1
-0
/
+57
*
format with gofumpt (#18184)
6543
2022-01-20
1
-7
/
+3
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
1
-1
/
+1
*
Add/update SMTP auth providers via cli (#18197)
Zoran Peričić
2022-01-12
1
-0
/
+181
*
Refactor auth package (#17962)
Lunny Xiao
2022-01-02
1
-9
/
+9
*
Ensure complexity, minlength and ispwned are checked on password setting (#18...
zeripath
2021-12-17
1
-0
/
+4
*
Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...
zeripath
2021-12-14
1
-0
/
+58
*
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
1
-1
/
+2
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
1
-10
/
+11
*
Remove unnecessary attributes of User struct (#17745)
Lunny Xiao
2021-11-22
1
-1
/
+1
*
Move user/org deletion to services (#17673)
KN4CK3R
2021-11-18
1
-1
/
+2
*
Move some functions into services/repository (#17677)
Lunny Xiao
2021-11-17
1
-1
/
+2
*
Fix bug on admin subcommand (#17533)
Lunny Xiao
2021-11-07
1
-11
/
+44
*
Move login related structs and functions to models/login (#17093)
Lunny Xiao
2021-09-24
1
-9
/
+12
*
Add setting to OAuth handlers to skip local 2FA authentication (#16594)
zeripath
2021-09-10
1
-0
/
+5
*
Refactor: Move login out of models (#16199)
zeripath
2021-07-24
1
-9
/
+9
*
Fix missing storage init (#15589)
Lunny Xiao
2021-04-22
1
-0
/
+5
*
Code Formats, Nits & Unused Func/Var deletions (#15286)
6543
2021-04-09
1
-3
/
+3
*
[Refactor] Passwort Hash/Set (#14282)
6543
2021-01-10
1
-3
/
+2
*
CLI support for OAuth sources custom icons (#14166)
Daniil Pankratov
2020-12-28
1
-0
/
+10
*
fix label of --id in admin delete user (#14005)
zeripath
2020-12-17
1
-6
/
+35
*
Whenever the password is updated ensure that the hash algorithm is too (#13966)
zeripath
2020-12-12
1
-1
/
+1
*
Sendmail command (#13079)
Maxim Zhiburt
2020-10-24
1
-0
/
+23
*
Improve users management through the CLI (#6001) (#10492)
ydelafollye
2020-10-16
1
-5
/
+84
[next]