index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
user
/
user.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `-` as reserved user
Otto Richter
2024-12-09
1
-0
/
+1
*
Strict pagination check (#32548)
Lunny Xiao
2024-12-01
1
-2
/
+2
*
Fix GetInactiveUsers (#32540)
Lunny Xiao
2024-11-24
1
-6
/
+12
*
fix: extend `forgejo_auth_token` table
Gusted
2024-11-15
1
-30
/
+46
*
Merge pull request 'fix: use ValidateEmail as binding across web forms' (#515...
Gusted
2024-10-21
1
-3
/
+3
|
\
|
*
fix: use ValidateEmail as binding across web forms
Solomon Victorino
2024-08-29
1
-3
/
+3
*
|
Improve the maintainblity of the reserved username list (#32229)
Earl Warren
2024-10-13
1
-29
/
+31
*
|
Fix bug when a token is given public only
Lunny Xiao
2024-10-10
1
-0
/
+4
|
/
*
fix: never set Poster or Assignee to nil
Earl Warren
2024-07-29
1
-0
/
+14
*
[SECURITY] Notify users about account security changes
Gusted
2024-07-23
1
-5
/
+10
*
Reserve devtest username
Ikuyo
2024-07-23
1
-0
/
+1
*
[PORT] Use FullName in Emails to address the recipient if possible (gitea#315...
Gusted
2024-07-17
1
-0
/
+28
*
Performance improvements for pull request list API (#30490)
Lunny Xiao
2024-06-02
1
-0
/
+4
*
Refactor sha1 and time-limited code (#31023)
wxiaoguang
2024-05-26
1
-5
/
+2
*
rename fkt name
Michael Jerger
2024-05-17
1
-2
/
+2
*
initial
Michael Jerger
2024-05-16
1
-0
/
+20
*
Enable more `revive` linter rules (#30608)
silverwind
2024-04-28
1
-2
/
+1
*
Implement remote user login source and promotion to regular user
Earl Warren
2024-04-25
1
-2
/
+7
*
Add setting to disable user features when user login type is not plain (#29615)
Jack Hay
2024-04-07
1
-0
/
+18
*
add pronoun field to user profiles
hazycora
2024-04-03
1
-0
/
+1
*
Allow users to hide all "Add more units..." hints
Gergely Nagy
2024-03-21
1
-0
/
+1
*
remove repetitive words (#29695)
pengqiseven
2024-03-20
1
-1
/
+1
*
Skip email domain check when admin users adds user manually (#29522)
Zettat123
2024-03-11
1
-2
/
+18
*
remove util.OptionalBool and related functions (#29513)
6543
2024-03-06
1
-4
/
+4
*
Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)
6543
2024-02-26
1
-12
/
+13
*
Remove unused `KeyID`. (#29167)
KN4CK3R
2024-02-16
1
-7
/
+7
*
[gitea] Drop "@" from email sender to avoid spam filters (#29109)
Gwyneth Morgan
2024-02-11
1
-4
/
+4
*
Merge branch 'rebase-forgejo-dependency' into wip-forgejo
Earl Warren
2024-02-05
1
-0
/
+6
|
\
|
*
[GITEA] notifies admins on new user registration
Aravinth Manivannan
2024-02-05
1
-0
/
+6
*
|
[BRANDING] reserve forgejo-actions username
Loïc Dachary
2024-02-05
1
-0
/
+1
|
/
*
[SECURITY] Rework long-term authentication
Gusted
2024-02-05
1
-0
/
+5
*
Unify user update methods (#28733)
KN4CK3R
2024-02-04
1
-146
/
+8
*
Include username in email headers (#28981)
Gwyneth Morgan
2024-02-03
1
-0
/
+11
*
Forbid removing the last admin user (#28337)
yp05327
2024-01-15
1
-4
/
+25
*
Fix when private user following user, private user will not be counted in his...
yp05327
2024-01-15
1
-0
/
+2
*
Normalize oauth email username (#28561)
Kyle D
2024-01-04
1
-0
/
+25
*
Replace -1 with GhostUserID (#27703)
Nanguan Lin
2023-10-20
1
-2
/
+2
*
fix: comment typo (#27388)
24601
2023-10-02
1
-1
/
+1
*
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
-31
/
+31
*
Fix API leaking Usermail if not logged in (#25097)
JakobDev
2023-07-31
1
-1
/
+6
*
Fix inconsistent user profile layout across tabs (#25625)
puni9869
2023-07-06
1
-1
/
+1
*
Sync branches into databases (#22743)
Lunny Xiao
2023-06-29
1
-2
/
+2
*
Show `bot` label next to username when rendering autor link if the user is a ...
Yarden Shoham
2023-05-26
1
-0
/
+5
*
New webhook trigger for receiving Pull Request review requests (#24481)
谈笑风生间
2023-05-25
1
-0
/
+29
*
Only validate changed columns when update user (#24867)
Lunny Xiao
2023-05-24
1
-9
/
+16
*
Rewrite logger system (#24726)
wxiaoguang
2023-05-22
1
-10
/
+4
*
Refactor rename user and rename organization (#24052)
Lunny Xiao
2023-05-21
1
-45
/
+0
*
Add follow organization and fix the logic of following page (#24345)
yp05327
2023-04-29
1
-5
/
+7
*
Fix comment for EmailNotificationsAndYourOwn constant (#24236)
Infinoid
2023-04-21
1
-1
/
+1
[next]