index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
user
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not rewrite ssh keys files when deleting a user without one (#6097)
Andreas Shimokawa
2024-12-05
3
-10
/
+81
*
fix: extend `forgejo_auth_token` table
Gusted
2024-11-15
1
-0
/
+1
*
Add warn log when deleting inactive users (#32318)
Lunny Xiao
2024-10-27
1
-0
/
+1
*
Merge pull request 'fix: use ValidateEmail as binding across web forms' (#515...
Gusted
2024-10-21
1
-3
/
+4
|
\
|
*
fix: use ValidateEmail as binding across web forms
Solomon Victorino
2024-08-29
1
-3
/
+4
*
|
Only rename a user when they should receive a different name (#32247)
Lunny Xiao
2024-10-13
1
-4
/
+4
*
|
Improve the maintainblity of the reserved username list (#32229)
Earl Warren
2024-10-13
1
-5
/
+3
|
/
*
Add testifylint to lint checks (#4535)
TheFox0x7
2024-07-30
5
-85
/
+89
*
[SECURITY] Notify users about account security changes
Gusted
2024-07-23
3
-2
/
+64
*
test(avatar): deleting a user avatar is idempotent
Earl Warren
2024-06-05
1
-13
/
+46
*
test(avatar): deleting a user avatar and file is atomic
Earl Warren
2024-06-05
1
-0
/
+47
*
ui for adding following repos
Michael Jerger
2024-05-24
1
-0
/
+8
*
Fix bug on avatar (#31008)
Lunny Xiao
2024-05-19
1
-10
/
+20
*
Resolve lint for unused parameter and unnecessary type arguments (#30750)
Chongyi Zheng
2024-05-05
1
-1
/
+1
*
Enable more `revive` linter rules (#30608)
silverwind
2024-04-28
2
-4
/
+3
*
Check the token's owner and repository when registering a runner (#30406)
Zettat123
2024-04-16
1
-0
/
+1
*
add pronoun field to user profiles
hazycora
2024-04-03
1
-0
/
+6
*
[BUG] Don't delete inactive emails explicitly
Gusted
2024-03-29
2
-1
/
+33
*
Allow users to hide all "Add more units..." hints
Gergely Nagy
2024-03-21
1
-0
/
+6
*
Skip email domain check when admins edit user emails (#29609)
Zettat123
2024-03-11
2
-6
/
+21
*
Remove unused `KeyID`. (#29167)
KN4CK3R
2024-02-16
1
-3
/
+1
*
Merge branch 'rebase-forgejo-dependency' into wip-forgejo
Earl Warren
2024-02-05
2
-0
/
+49
|
\
|
*
[GITEA] Allow changing the email address before activation (squash)
Earl Warren
2024-02-05
2
-0
/
+49
*
|
[MODERATION] User blocking
Gusted
2024-02-05
3
-0
/
+188
*
|
[MODERATION] Purge issues on user deletion
Gusted
2024-02-05
1
-0
/
+26
|
/
*
Revert "Unify password changing and invalidate auth tokens (#27625)"
Earl Warren
2024-02-05
2
-15
/
+1
*
Unify password changing and invalidate auth tokens (#27625)
KN4CK3R
2024-02-04
2
-1
/
+15
*
Unify user update methods (#28733)
KN4CK3R
2024-02-04
7
-6
/
+630
*
Forbid removing the last admin user (#28337)
yp05327
2024-01-15
1
-1
/
+6
*
Move more functions to db.Find (#28419)
Lunny Xiao
2024-01-15
1
-1
/
+3
*
Refactor deletion (#28610)
delvh
2023-12-25
1
-1
/
+1
*
Use db.Find instead of writing methods for every object (#28084)
Lunny Xiao
2023-11-24
1
-1
/
+1
*
Remove action runners on user deletion (#27902)
Earl Warren
2023-11-05
1
-0
/
+2
*
Delete repos of org when purge delete user (#27273)
JakobDev
2023-10-19
1
-22
/
+8
*
Remove unnecessary parameter (#27671)
Lunny Xiao
2023-10-18
1
-1
/
+1
*
Replace more db.DefaultContext (#27628)
Lunny Xiao
2023-10-15
2
-3
/
+3
*
Penultimate round of `db.DefaultContext` refactor (#27414)
JakobDev
2023-10-11
2
-5
/
+6
*
Even more `db.DefaultContext` refactor (#27352)
JakobDev
2023-10-03
1
-1
/
+1
*
make writing main test easier (#27270)
Lunny Xiao
2023-09-28
1
-4
/
+1
*
Another round of `db.DefaultContext` refactor (#27103)
JakobDev
2023-09-25
2
-3
/
+3
*
Next round of `db.DefaultContext` refactor (#27089)
JakobDev
2023-09-16
1
-1
/
+1
*
Reduce usage of `db.DefaultContext` (#27073)
JakobDev
2023-09-14
1
-2
/
+2
*
move repository deletion to service layer (#26948)
Lunny Xiao
2023-09-08
1
-1
/
+2
*
add unit test for user renaming (#26261)
Earl Warren
2023-08-03
1
-0
/
+64
*
fix incorrect repo url when changed the case of ownername (#25733)
hiifong
2023-07-14
1
-1
/
+1
*
Refactor rename user and rename organization (#24052)
Lunny Xiao
2023-05-21
3
-93
/
+144
*
Improve avatar uploading / resizing / compressing, remove Fomantic card modul...
wxiaoguang
2023-05-13
1
-5
/
+2
*
add user rename endpoint to admin api (#22789)
techknowlogick
2023-03-14
2
-0
/
+57
*
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-15
1
-1
/
+1
*
Move delete user to service (#22478)
Lunny Xiao
2023-02-13
2
-1
/
+192
[next]