aboutsummaryrefslogtreecommitdiff
path: root/models/issues/issue.go
AgeCommit message (Expand)Author
2023-03-16make fmtHEADmainAnthony Wang
2023-03-04Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-24Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel
2023-02-20Fix intermittent panic in notify issue change content (#23019)zeripath
2023-02-20Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-20Improve issues.LoadProject (#22982)yp05327
2023-02-18Scoped labels (#22585)Brecht Van Lommel
2023-02-18Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp05327
2023-02-15fix incorrect role labels for migrated issues and comments (#22914)Zettat123
2023-02-11Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-10Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-06Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao
2023-02-04Show all projects, not just repo projects and open/closed projects (#22640)Lunny Xiao
2023-01-31Implement actions (#21937)Jason Song
2023-01-30Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-29Issues: add Project filter to issues list and search (#22544)techknowlogick
2023-01-20Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-20Support org/user level projects (#22235)Lunny Xiao
2023-01-13RefactoringGusted
2023-01-11Improve utils of slices (#22379)Jason Song
2023-01-10Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-08Always reuse transaction (#22362)Jason Song
2022-12-23Check primary keys for all tables and drop ForeignReference (#21721)Jason Song
2022-12-22Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2022-12-10Rename almost all Ctx functions (#22071)Lunny Xiao
2022-12-06Fix issue/PR numbers (#22037)Jason Song
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Save issue IRIs when creating them from AS objectsAnthony Wang
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-27Implement commenting and fix lint errorsAnthony Wang
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-10-25Fix issues count bug (#21557)Lunny Xiao
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-18Fix viewing user subscriptions (#21482)zenofile
2022-10-18Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath
2022-10-17Add system setting table with cache and also add cache supports for user sett...Lunny Xiao
2022-10-16Refactor GetNextResourceIndex to make it work properly with transaction (#21469)wxiaoguang
2022-09-29Add pages to view watched repos and subscribed issues/PRs (#17156)qwerty287
2022-07-28Modify milestone search keywords to be case insensitive again (#20513)Tyrone Yeh
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-16In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink
2022-06-13Move issues related files into models/issues (#19931)Lunny Xiao