Commit Graph

170 Commits (6073e2f1bbf83d6f92b1ff696f75d7c8a4520ac8)

Author SHA1 Message Date
Lunny Xiao d3083d2198
Some small refactors (#33144) 3 weeks ago
TheFox0x7 2a02734f93
Refactor older tests to use testify (#33140) 3 weeks ago
wxiaoguang cd1b5488a3
Refactor pagination (#33037) 1 month ago
Zettat123 2d1a171dc7
Support for email addresses containing uppercase characters when activating user account (#32998) 1 month ago
wxiaoguang 9bfa9f450d
Refactor "string truncate" (#32984) 1 month ago
Lunny Xiao 751fe8b714
Move some errors to their own sub packages (#32880) 1 month ago
TheFox0x7 33e8e82c4b
Enable tenv and testifylint rules (#32852) 2 months ago
Lunny Xiao c363bd06e9
Strict pagination check (#32548) 2 months ago
Lunny Xiao 9bf821ae6c
Fix GetInactiveUsers (#32540) 2 months ago
Bruno Sofiato 900ac62251
Allow code search by filename (#32210) 4 months ago
wxiaoguang 6029d78ab5
Improve the maintainblity of the reserved username list (#32229) 4 months ago
Lunny Xiao c2217670dd
Move admin routers from /admin to /-/admin (#32189) 4 months ago
Lunny Xiao d6d3c96e65
Fix bug when a token is given public only (#32204) 4 months ago
yp05327 5d6d025c9b
Add support for searching users by email (#30908) 4 months ago
techknowlogick f183783baa
Save initial signup information for users to aid in spam prevention (#31852) 5 months ago
yp05327 cc044818c3
Support delete user email in admin panel (#31690) 6 months ago
Rowan Bohde 416c36f303
allow synchronizing user status from OAuth2 login providers (#31572) 7 months ago
Rowan Bohde 1ee59f0fa3
Allow disabling authentication related user features (#31535) 7 months ago
6543 4696bcb3f7
Use FullName in Emails to address the recipient if possible (#31527) 7 months ago
wxiaoguang 84cbb6c4d2
Fix duplicate sub-path for avatars (#31365) 8 months ago
Lunny Xiao 352a2cae24
Performance improvements for pull request list API (#30490) 8 months ago
wxiaoguang fb1ad920b7
Refactor sha1 and time-limited code (#31023) 9 months ago
wxiaoguang 67c1a07285
Refactor AppURL usage (#30885) 9 months ago
Chongyi Zheng 7b8e418da1
Replace deprecated `math/rand` functions (#30733) 9 months ago
wxiaoguang bffbbf5470
Improve oauth2 client "preferred username field" logic and the error handling (#30622) 9 months ago
silverwind 74f0c84fa4
Enable more `revive` linter rules (#30608) 9 months ago
wxiaoguang a008486f5c
Refactor DeleteInactiveUsers, fix bug and add tests (#30206) 10 months ago
Jack Hay 59d4aadba5
Add setting to disable user features when user login type is not plain (#29615) 10 months ago
Nanguan Lin df05c558da
Fix user id column case (#29863) 11 months ago
pengqiseven 7f856d5d74
remove repetitive words (#29695) 11 months ago
Zettat123 4129e0e79b
Add a warning for disallowed email domains (#29658) 11 months ago
Zettat123 136dd99e86
Skip email domain check when admins edit user emails (#29609) 11 months ago
Zettat123 4fd9c56ed0
Skip email domain check when admin users adds user manually (#29522) 11 months ago
KN4CK3R c337ff0ec7
Add user blocking (#29028) 11 months ago
6543 a3f05d0d98
remove util.OptionalBool and related functions (#29513) 11 months ago
techknowlogick cb52b17f92
Add admin API route for managing user's badges (#23106) 11 months ago
6543 f6656181e4
migrate some more "OptionalBool" to "Option[bool]" (#29479) 11 months ago
wxiaoguang 6bdfc84e6c
Allow to change primary email before account activation (#29412) 11 months ago
wxiaoguang eedb8f4129
Only use supported sort order for "explore/users" page (#29430) 11 months ago
Zettat123 c42083a339
Allow non-admin users to delete review requests (#29057) 11 months ago
6543 7fbdb60fc1
Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) 11 months ago
KN4CK3R 155269fa58
Remove unused `KeyID`. (#29167) 12 months ago
Gwyneth Morgan 5b2fd0fc19
Drop "@" from email sender to avoid spam filters (#29109) 12 months ago
KN4CK3R f8b471ace1
Unify user update methods (#28733) 1 year ago
Gwyneth Morgan 360b3fd17c
Include username in email headers (#28981) 1 year ago
yp05327 ce0225c1b8
Forbid removing the last admin user (#28337) 1 year ago
yp05327 b820019fec
Fix when private user following user, private user will not be counted in his own view (#28037) 1 year ago
Kyle D 54acf7b0d4
Normalize oauth email username (#28561) 1 year ago
Lunny Xiao dd30d9d5c0
Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 1 year ago
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084) 1 year ago