Commit Graph

178 Commits (main)

Author SHA1 Message Date
TheFox0x7 cc1fdc84ca
Use test context in tests and new loop system in benchmarks (#33648) 2 days ago
Lunny Xiao 01bf8da02e
Fix bug when get commit (#33602) 6 days ago
Lunny Xiao 70327d6a92
Improve commits list performance to reduce unnecessary database queries (#33528) 1 week ago
mscherer 063c23e1bc
Add a option "--user-type bot" to admin user create, improve role display (#27885) 2 weeks ago
wxiaoguang 256b94e9e9
Support choose email when creating a commit via web UI (#33432) 3 weeks ago
wxiaoguang 4ffc54f59a
Refactor user & avatar (#33433) 3 weeks ago
wxiaoguang 8c4f0f02ef
Refactor user package (#33423) 3 weeks ago
wxiaoguang 2c1ff8701a
Refactor context flash msg and global variables (#33375) 4 weeks ago
Lunny Xiao d3083d2198
Some small refactors (#33144) 1 month ago
TheFox0x7 2a02734f93
Refactor older tests to use testify (#33140) 1 month ago
wxiaoguang cd1b5488a3
Refactor pagination (#33037) 2 months ago
Zettat123 2d1a171dc7
Support for email addresses containing uppercase characters when activating user account (#32998) 2 months ago
wxiaoguang 9bfa9f450d
Refactor "string truncate" (#32984) 2 months ago
Lunny Xiao 751fe8b714
Move some errors to their own sub packages (#32880) 2 months ago
TheFox0x7 33e8e82c4b
Enable tenv and testifylint rules (#32852) 2 months ago
Lunny Xiao c363bd06e9
Strict pagination check (#32548) 3 months ago
Lunny Xiao 9bf821ae6c
Fix GetInactiveUsers (#32540) 3 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) 5 months ago
Lunny Xiao d6d3c96e65
Fix bug when a token is given public only (#32204) 5 months ago
yp05327 5d6d025c9b
Add support for searching users by email (#30908) 5 months ago
techknowlogick f183783baa
Save initial signup information for users to aid in spam prevention (#31852) 6 months ago
yp05327 cc044818c3
Support delete user email in admin panel (#31690) 7 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) 8 months ago
6543 4696bcb3f7
Use FullName in Emails to address the recipient if possible (#31527) 8 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) 9 months ago
wxiaoguang fb1ad920b7
Refactor sha1 and time-limited code (#31023) 9 months ago
wxiaoguang 67c1a07285
Refactor AppURL usage (#30885) 10 months ago
Chongyi Zheng 7b8e418da1
Replace deprecated `math/rand` functions (#30733) 10 months ago
wxiaoguang bffbbf5470
Improve oauth2 client "preferred username field" logic and the error handling (#30622) 10 months ago
silverwind 74f0c84fa4
Enable more `revive` linter rules (#30608) 10 months ago
wxiaoguang a008486f5c
Refactor DeleteInactiveUsers, fix bug and add tests (#30206) 11 months ago
Jack Hay 59d4aadba5
Add setting to disable user features when user login type is not plain (#29615) 11 months ago
Nanguan Lin df05c558da
Fix user id column case (#29863) 11 months ago
pengqiseven 7f856d5d74
remove repetitive words (#29695) 12 months ago
Zettat123 4129e0e79b
Add a warning for disallowed email domains (#29658) 12 months ago
Zettat123 136dd99e86
Skip email domain check when admins edit user emails (#29609) 12 months ago
Zettat123 4fd9c56ed0
Skip email domain check when admin users adds user manually (#29522) 12 months ago
KN4CK3R c337ff0ec7
Add user blocking (#29028) 12 months ago
6543 a3f05d0d98
remove util.OptionalBool and related functions (#29513) 12 months ago
techknowlogick cb52b17f92
Add admin API route for managing user's badges (#23106) 12 months ago
6543 f6656181e4
migrate some more "OptionalBool" to "Option[bool]" (#29479) 12 months ago
wxiaoguang 6bdfc84e6c
Allow to change primary email before account activation (#29412) 1 year ago
wxiaoguang eedb8f4129
Only use supported sort order for "explore/users" page (#29430) 1 year ago
Zettat123 c42083a339
Allow non-admin users to delete review requests (#29057) 1 year ago
6543 7fbdb60fc1
Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) 1 year ago
KN4CK3R 155269fa58
Remove unused `KeyID`. (#29167) 1 year ago