aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
* refactor organization menu (#33928)Exploding Dragon5 days4-49/+39
* feat: Add sorting by exclusive labels (issue priority) (#33206)Thomas E Lackey5 days1-1/+2
* Add new CLI flags to set name and scopes when creating a user with access tok...Kemal Zebari13 days1-1/+1
* Enable addtional linters (#34085)TheFox0x72025-04-013-13/+12
* Enable testifylint rules (#34075)TheFox0x72025-03-312-8/+8
* enable staticcheck QFxxxx rules (#34064)TheFox0x72025-03-292-4/+6
* Prepare common tmpl functions in a middleware (#33957)wxiaoguang2025-03-251-27/+0
* Only use prev and next buttons for pagination on user dashboard (#33981)Lunny Xiao2025-03-231-3/+2
* Allow filtering issues by any assignee (#33343)Andreas Svanberg2025-03-211-8/+8
* Optimize total count of feed when loading activities in user dashboard. (#33841)Lunny Xiao2025-03-201-1/+1
* Add file tree to file view page (#32721)Kerwin Bryant2025-03-151-0/+26
* Improve issue & code search (#33860)wxiaoguang2025-03-132-8/+12
* Refactor cache-control (#33861)wxiaoguang2025-03-131-1/+1
* Improve theme display (#30671)wxiaoguang2025-03-081-7/+1
* Improve "generate new access token" form (#33730)Guillaume2025-02-271-7/+27
* Refactor error system (#33610)wxiaoguang2025-02-1611-44/+44
* Fix project issues list and counting (#33594)Lunny Xiao2025-02-171-2/+2
* Refactor web route handler (#33488)wxiaoguang2025-02-051-3/+3
* Refactor user & avatar (#33433)wxiaoguang2025-01-302-18/+9
* Refactor user package (#33423)wxiaoguang2025-01-291-2/+1
* Use ProtonMail/go-crypto to replace keybase/go-crypto (#33402)wxiaoguang2025-01-271-2/+2
* Remove duplicate "ResponseWriter.Status" method (#33346)wxiaoguang2025-01-222-6/+6
* Fix issue count (#33338)wxiaoguang2025-01-211-10/+20
* Fix bleve fuzziness search (#33078)wxiaoguang2025-01-031-14/+6
* [Feature] Private README.md for organization (#32872)Chai-Shi2024-12-311-4/+3
* Refactor pagination (#33037)wxiaoguang2024-12-305-39/+10
* Add `show more` organizations icon in user's profile (#32986)yp053272024-12-271-25/+17
* Clarify path param naming (#32969)wxiaoguang2024-12-243-5/+5
* Refactor template & test related code (#32938)wxiaoguang2024-12-2215-46/+48
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-5/+7
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-111-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