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