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
/
services
/
issue
Age
Commit message (
Expand
)
Author
2023-01-30
Merge remote-tracking branch 'origin/main' into forgejo-federation
Anthony Wang
2023-01-24
Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)
Brecht Van Lommel
2023-01-22
Properly address outgoing activities
Anthony Wang
2023-01-18
Fix issue not auto-closing when it includes a reference to a branch (#22514)
Brecht Van Lommel
2023-01-13
Refactoring
Gusted
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-31
Use GetIRI() instead of OriginalURL for fetching repo IRI
Anthony Wang
2022-12-31
Set Actor on Create activities
Anthony Wang
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
Implement commenting on issues from Mastodon
Anthony Wang
2022-11-27
Federated issue creation
Anthony Wang
2022-11-27
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-22
Prepend refs/heads/ to issue template refs (#20461)
zeripath
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-24
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-22
Update milestone counters when issue is deleted (#21459)
Ashley Nelson
2022-10-17
Add system setting table with cache and also add cache supports for user sett...
Lunny Xiao
2022-10-12
Add generic set type (#21408)
KN4CK3R
2022-09-09
Allow poster to choose reviewers (#21084)
Jason Song
2022-08-25
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-06-30
Check if project has the same repository id with issue when assign project to...
Lunny Xiao
2022-06-20
Add more linters to improve code readability (#19989)
Wim
2022-06-19
fix delete pull head ref for DeleteIssue (#20032)
a1012112796
2022-06-13
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-05-20
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-11
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-03
Use for a repo action one database transaction (#19576)
6543
2022-04-28
more context for models (#19511)
6543
2022-04-14
Use a struct as test options (#19393)
Lunny Xiao
2022-04-08
Move milestone to models/issues/ (#19278)
Lunny Xiao
2022-03-29
Move some issue methods as functions (#19255)
Lunny Xiao
2022-03-29
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-08
Allow users to self-request a PR review (#19030)
Norwin
2022-03-01
[API] Allow removing issues (#18879)
Otto Richter (fnetX)
2022-01-20
format with gofumpt (#18184)
6543
2022-01-19
Restore propagation of ErrDependenciesLeft (#18325)
zeripath
2021-12-20
Simplify parameter types (#18006)
Gusted
2021-12-10
Move repository model into models/repo (#17933)
Lunny Xiao
2021-11-28
Move accessmode into models/perm (#17828)
Lunny Xiao
2021-11-24
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-21
Fix close issue but time watcher still running (#17643)
Lunny Xiao
2021-11-17
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-16
Decouple unit test, remove intermediate `unittestbridge` package (#17662)
wxiaoguang
2021-11-12
Decouple unit test code from business code (#17623)
wxiaoguang
[next]