| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve issue & code search (#33860) | wxiaoguang | 2025-03-13 | 1 | -4/+8 |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 1 | -3/+3 |
* | Fix project issues list and counting (#33594) | Lunny Xiao | 2025-02-17 | 1 | -2/+2 |
* | Refactor user & avatar (#33433) | wxiaoguang | 2025-01-30 | 1 | -1/+1 |
* | Use ProtonMail/go-crypto to replace keybase/go-crypto (#33402) | wxiaoguang | 2025-01-27 | 1 | -2/+2 |
* | Fix issue count (#33338) | wxiaoguang | 2025-01-21 | 1 | -10/+20 |
* | Refactor pagination (#33037) | wxiaoguang | 2024-12-30 | 1 | -5/+2 |
* | Clarify path param naming (#32969) | wxiaoguang | 2024-12-24 | 1 | -1/+1 |
* | Refactor template & test related code (#32938) | wxiaoguang | 2024-12-22 | 1 | -4/+5 |
* | Add label/author/assignee filters to the user/org home issue list (#32779) | wxiaoguang | 2024-12-11 | 1 | -38/+24 |
* | Refactor issue list (#32755) | wxiaoguang | 2024-12-08 | 1 | -32/+38 |
* | Move GetFeeds to service layer (#32526) | Lunny Xiao | 2024-11-29 | 1 | -1/+2 |
* | Refactor markup render system (#32612) | wxiaoguang | 2024-11-24 | 1 | -6/+3 |
* | Refactor markup render system (#32589) | wxiaoguang | 2024-11-22 | 1 | -8/+5 |
* | bump to go 1.23 (#31855) | techknowlogick | 2024-09-10 | 1 | -1/+1 |
* | Hide the "Details" link of commit status when the user cannot access actions ... | Zettat123 | 2024-07-28 | 1 | -0/+6 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 1 | -3/+3 |
* | Use repo as of renderctx's member rather than a repoPath on metas (#29222) | Lunny Xiao | 2024-05-30 | 1 | -0/+1 |
* | Expose fuzzy search for issues/pulls (#29701) | 6543 | 2024-04-18 | 1 | -2/+10 |
* | Refactor StringsToInt64s (#29967) | wxiaoguang | 2024-03-21 | 1 | -5/+2 |
* | Remove AddParamIfExist(AddParam) (#29841) | wxiaoguang | 2024-03-16 | 1 | -12/+10 |
* | Refactor AddParam to AddParamIfExist (#29834) | wxiaoguang | 2024-03-16 | 1 | -12/+12 |
* | Refactor to use optional.Option for issue index search option (#29739) | 6543 | 2024-03-13 | 1 | -10/+10 |
* | Fix user router possbile panic (#29751) | Lunny Xiao | 2024-03-13 | 1 | -2/+5 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 1 | -8/+7 |
* | migrate some more "OptionalBool" to "Option[bool]" (#29479) | 6543 | 2024-02-29 | 1 | -4/+5 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 1 | -5/+4 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 1 | -1/+1 |
* | bump to use go 1.22 (#29119) | techknowlogick | 2024-02-14 | 1 | -4/+4 |
* | Rework markup link rendering (#26745) | KN4CK3R | 2024-01-15 | 1 | -3/+5 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -1/+4 |
* | Second part of refactor `db.Find` (#28194) | Lunny Xiao | 2023-12-11 | 1 | -2/+15 |
* | Include public repos in doer's dashboard for issue search (#28304) | Jason Song | 2023-12-07 | 1 | -138/+21 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 1 | -1/+3 |
* | Dont leak private users via extensions (#28023) | 6543 | 2023-11-13 | 1 | -0/+5 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 1 | -1/+1 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 1 | -7/+7 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 1 | -1/+1 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -6/+6 |
* | Replace `util.SliceXxx` with `slices.Xxx` (#26958) | CaiCandong | 2023-09-07 | 1 | -2/+3 |
* | Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) | KN4CK3R | 2023-08-30 | 1 | -5/+2 |
* | Fix context filter has no effect in dashboard (#26695) | yp05327 | 2023-08-29 | 1 | -2/+2 |
* | Fix counting and filtering on the dashboard page for issues (#26657) | Jason Song | 2023-08-23 | 1 | -88/+107 |
* | Return empty when searching issues with no repos (#26545) | Jason Song | 2023-08-17 | 1 | -5/+15 |
* | Fix "issueReposQueryPattern does not match query" (#26556) | Jason Song | 2023-08-17 | 1 | -1/+1 |
* | Add highlight to selected repos in milestone dashboard (#26300) | yp05327 | 2023-08-04 | 1 | -3/+14 |
* | Refactor and enhance issue indexer to support both searching, filtering and p... | Jason Song | 2023-07-31 | 1 | -49/+80 |
* | Add open/closed field support for issue index (#25708) | techknowlogick | 2023-07-07 | 1 | -1/+1 |
* | Fix inconsistent user profile layout across tabs (#25625) | puni9869 | 2023-07-06 | 1 | -1/+1 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -1/+1 |