aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang13 days1-38/+24
* Refactor issue list (#32755)wxiaoguang2024-12-081-32/+38
* Add Arch package registry (#32692)KN4CK3R2024-12-041-7/+24
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-292-2/+4
* Validate OAuth Redirect URIs (#32643)Rowan Bohde2024-11-281-2/+15
* Fix: passkey login not working anymore (#32623)hiifong2024-11-261-2/+4
* Refactor markup render system (#32612)wxiaoguang2024-11-242-22/+11
* Refactor markup render system (#32589)wxiaoguang2024-11-222-14/+10
* Refactor render system (#32492)wxiaoguang2024-11-141-1/+0
* Fix disable 2fa bug (#32320)Lunny Xiao2024-10-231-3/+6
* Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore...Zettat1232024-10-221-22/+9
* Enhance USER_DISABLED_FEATURES to allow disabling change username or full nam...Zisu Zhang2024-10-051-1/+15
* Fix javascript error when an anonymous user visiting migration page (#32144)Lunny Xiao2024-10-021-53/+0
* bump to go 1.23 (#31855)techknowlogick2024-09-102-2/+2
* Remove urls from translations (#31950)Denys Konovalov2024-09-021-1/+1
* nix wording nit in todo code comment65432024-09-011-1/+1
* Fix sort order for organization home and user profile page (#31921)yp053272024-09-011-25/+5
* Add missing repository type filter parameters to pager (#31832)yp053272024-08-152-0/+30
* Hide the "Details" link of commit status when the user cannot access actions ...Zettat1232024-07-282-0/+13
* add skip secondary authorization option for public oauth2 clients (#31454)Denys Konovalov2024-07-191-9/+11
* Allow disabling authentication related user features (#31535)Rowan Bohde2024-07-0911-0/+116
* Add Passkey login support (#31504)Anbraten2024-06-291-1/+3
* Refactor names (#31405)wxiaoguang2024-06-196-19/+19
* Remove sub-path from container registry realm (#31293)wxiaoguang2024-06-091-1/+7
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-0/+1
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-241-1/+10
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-201-2/+2
* Expose fuzzy search for issues/pulls (#29701)65432024-04-181-2/+10
* Clean up log messages (#30313)wxiaoguang2024-04-071-1/+0
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-03-292-8/+9
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-212-7/+3
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-211-0/+6
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-165-20/+20
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-161-1/+11
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-165-20/+20
* Unify search boxes (#29530)Denys Konovalov2024-03-141-3/+2
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-10/+10
* Fix user router possbile panic (#29751)Lunny Xiao2024-03-131-2/+5
* Patch in exact search for meilisearch (#29671)65432024-03-091-2/+2
* Fix 500 when deleting account with incorrect password or unsupported login ty...Lunny Xiao2024-03-081-2/+17
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-041-1/+1
* Add user blocking (#29028)KN4CK3R2024-03-042-1/+39
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-041-0/+16
* Add an trailing slash to dashboard links (#29555)wxiaoguang2024-03-041-0/+17
* Filter Repositories by type (#29231)Tim-Niclas Oelschläger2024-03-032-0/+50
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-021-1/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-024-25/+24
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-021-0/+10
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-294-10/+12
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-281-1/+2