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
...
*
Reliable selection of admin user (#22509)
Sybren
2023-01-18
1
-1
/
+4
*
Add option to prohibit fork if user reached maximum limit of repositories (#2...
Xinyu Zhou
2022-12-27
1
-0
/
+9
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
1
-8
/
+3
*
Replace fmt.Sprintf with hex.EncodeToString (#21960)
Jason Song
2022-11-28
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
-5
/
+7
*
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-11-12
1
-3
/
+3
*
Improve valid user name check (#20136)
wxiaoguang
2022-11-04
1
-1
/
+2
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-2
/
+2
*
Check if email is used when updating user (#21289)
Alexander Shimchik
2022-09-29
1
-6
/
+11
*
Fix user visible check (#21210)
KN4CK3R
2022-09-20
1
-2
/
+2
*
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-25
1
-0
/
+10
*
Added email notification option to receive all own messages (#20179)
Tyrone Yeh
2022-07-28
1
-3
/
+5
*
Add order by for assignee no sort issue (#20053)
Tyrone Yeh
2022-07-14
1
-0
/
+7
*
Only show Followers that current user can access (#20220)
zeripath
2022-07-05
1
-9
/
+50
*
Display full name (#20171)
Baekjun Kim
2022-07-05
1
-0
/
+3
*
Use neutral language in comments and docs (#20135)
Gusted
2022-06-26
1
-2
/
+2
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
1
-69
/
+31
*
Federation: return useful statistic information for nodeinfo (#19561)
6543
2022-05-02
1
-7
/
+16
*
Respect DefaultUserIsRestricted system default when creating new user (#19310)
Jimmy Praet
2022-04-29
1
-2
/
+35
*
Update reserved usernames list (#18438)
Gusted
2022-03-31
1
-6
/
+4
*
Add Package Registry (#16510)
KN4CK3R
2022-03-30
1
-0
/
+1
*
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-29
1
-0
/
+56
*
Restrict email address validation (#17688)
Lunny Xiao
2022-03-14
1
-5
/
+9
*
Don't update email for organisation (#18905)
Gusted
2022-02-26
1
-1
/
+1
*
Fix update user (#18878)
Lunny Xiao
2022-02-24
1
-3
/
+4
*
Fix ldap user sync missed email in email_address table (#18786)
Lunny Xiao
2022-02-24
1
-5
/
+25
*
Fix bug for get user by email (#18833)
Lunny Xiao
2022-02-21
1
-12
/
+2
*
Pass correct context (#18638)
Gusted
2022-02-06
1
-1
/
+1
*
preserve users if restoring a repository on the same Gitea instance (#18604)
singuliere
2022-02-06
1
-0
/
+13
*
Use base32 for 2FA scratch token (#18384)
wxiaoguang
2022-01-26
1
-1
/
+1
*
Fix update user bug (#18250)
Lunny Xiao
2022-01-12
1
-1
/
+1
*
Increase Salt randomness (#18179)
Gusted
2022-01-04
1
-11
/
+42
*
Refactor auth package (#17962)
Lunny Xiao
2022-01-02
1
-5
/
+5
*
Prevent hang in git cat-file if repository is not a valid repository and othe...
zeripath
2021-12-16
1
-0
/
+6
*
fix 500 error while use a reserved name in org rename (#17878)
a1012112796
2021-12-02
1
-6
/
+0
*
Fix database inconsistent when admin change user email (#17549)
Lunny Xiao
2021-11-26
1
-6
/
+35
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
1
-0
/
+1125
[prev]