Commit Graph

32 Commits (c702e7995da6f1a6f5ab5137aea965a5f10e08e5)

Author SHA1 Message Date
zeripath c702e7995d
Provide the ability to set password hash algorithm parameters (#22942) (#22943) 1 year ago
John Olheiser e6e2c2f4a4
Reliable selection of admin user (#22509) (#22511) 1 year ago
delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
Alexander Shimchik 1d3095b718
Check if email is used when updating user (#21289) 2 years ago
KN4CK3R 1b630ff7cd
Fix user visible check (#21210) 2 years ago
Lunny Xiao 1d8543e7db
Move some files into models' sub packages (#20262) 2 years ago
Tyrone Yeh 3bd8f50af8
Added email notification option to receive all own messages (#20179) 2 years ago
Tyrone Yeh 931c02d152
Add order by for assignee no sort issue (#20053) 2 years ago
zeripath 45f17528a8
Only show Followers that current user can access (#20220) 2 years ago
Baekjun Kim c4368fc6bc
Display full name (#20171) 2 years ago
Gusted 711cbcce8d
Use neutral language in comments and docs (#20135) 2 years ago
Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context (#19748) 2 years ago
6543 e2a3f3d259
Federation: return useful statistic information for nodeinfo (#19561) 2 years ago
Jimmy Praet 5aebc4f000
Respect DefaultUserIsRestricted system default when creating new user (#19310) 2 years ago
Gusted 43332a483f
Update reserved usernames list (#18438) 2 years ago
KN4CK3R 1d332342db
Add Package Registry (#16510) 2 years ago
Lunny Xiao b06b9a056c
Move organization related structs into sub package (#18518) 2 years ago
Lunny Xiao 18033f49ba
Restrict email address validation (#17688) 2 years ago
Gusted 33e19c8004
Don't update email for organisation (#18905) 2 years ago
Lunny Xiao 6621710deb
Fix update user (#18878) 2 years ago
Lunny Xiao f1b1472632
Fix ldap user sync missed email in email_address table (#18786) 2 years ago
Lunny Xiao dc988eae0c
Fix bug for get user by email (#18833) 2 years ago
Gusted 7a42e35741
Pass correct context (#18638) 2 years ago
singuliere 8bd89ca294
preserve users if restoring a repository on the same Gitea instance (#18604) 2 years ago
wxiaoguang 49dd906753
Use base32 for 2FA scratch token (#18384) 2 years ago
Lunny Xiao 67d73882f4
Fix update user bug (#18250) 2 years ago
Gusted 623c93ff46
Increase Salt randomness (#18179) 3 years ago
Lunny Xiao de8e3948a5
Refactor auth package (#17962) 3 years ago
zeripath 8354670708
Prevent hang in git cat-file if repository is not a valid repository and other fixes (#17991) 3 years ago
a1012112796 ba57e30f13
fix 500 error while use a reserved name in org rename (#17878) 3 years ago
Lunny Xiao 371ebce252
Fix database inconsistent when admin change user email (#17549) 3 years ago
Lunny Xiao a666829a37
Move user related model into models/user (#17781) 3 years ago
Lunny Xiao baed01f247
Remove unnecessary attributes of User struct (#17745) 3 years ago
techknowlogick 499b05da22
Add user settings key/value DB table (#16834) 3 years ago
Lunny Xiao d710af6669
Remove NewSession method from db.Engine interface (#17577) 3 years ago
Lunny Xiao 7a03473159
Use a standalone struct name for Organization (#17632) 3 years ago
KN4CK3R f34151bdb2
Move user/org deletion to services (#17673) 3 years ago
Lunny Xiao 3c3855a05c
Move user functions into user.go (#17659) 3 years ago
wxiaoguang 750a8465f5
A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
Lunny Xiao 95d3266bee
Move user follow and openid into models/user/ (#17613) 3 years ago
zeripath bbffcc3aec
Multiple Escaping Improvements (#17551) 3 years ago
Lunny Xiao 90eb9fb889
Move EmailAddress & UserRedirect into models/user/ (#17607) 3 years ago
Lunny Xiao 33fca2b537
Move webhook into models/webhook/ (#17579) 3 years ago
KN4CK3R edbaa5d3f0
Added GetUserByIDCtx. (#17602) 3 years ago
Lunny Xiao 99b2858e62
Move unit into models/unit/ (#17576) 3 years ago
wxiaoguang a5b4720b91
Update `User` model comments about permissions (#17583) 3 years ago
Gusted 3a693bd18c
Use provided database Engine (#17595) 3 years ago
wxiaoguang 7bcbdd0707
Add user status filter to admin user management page (#16770) 3 years ago
Jimmy Praet 29acb3213b
Fix broken Activities link in team dashboard (#17255) 3 years ago
Lunny Xiao 5842a55b31
Move login related structs and functions to models/login (#17093) 3 years ago