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
/
repo
Age
Commit message (
Expand
)
Author
2023-03-12
Merge remote-tracking branch 'origin/main' into forgejo-federation
Anthony Wang
2023-03-07
Refactor `setting.Database.UseXXX` to methods (#23354)
Jason Song
2023-02-20
Merge remote-tracking branch 'origin/main' into forgejo-federation
Anthony Wang
2023-02-18
Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)
yp05327
2023-02-15
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-13
Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...
Brecht Van Lommel
2023-02-11
Merge remote-tracking branch 'origin/main' into forgejo-federation
Anthony Wang
2023-02-11
Preview images for Issue cards in Project Board view (#22112)
Nathaniel Sabanski
2023-02-11
Fix improper HTMLURL usages in Go code (#22839)
wxiaoguang
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
Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)
delvh
2023-02-02
Do not overwrite empty DefaultBranch (#22708)
Jason Song
2023-02-02
Use ctx instead of db.DefaultContext
Anthony Wang
2023-01-31
Implement actions (#21937)
Jason Song
2023-01-20
Merge remote-tracking branch 'origin/main' into forgejo-federation
Anthony Wang
2023-01-16
Refactor activitypub.RepositoryIRIToRepository to repo_model.GetRepositoryByIRI
Anthony Wang
2023-01-16
Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS...
zeripath
2023-01-13
Fix error when calculate the repository size (#22392)
Lunny Xiao
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
Fix lint errors
Anthony Wang
2022-12-31
Use ErrInvalidArgument in packages (#22268)
KN4CK3R
2022-12-22
Merge remote-tracking branch 'origin/main' into forgejo-federation
Anthony Wang
2022-12-12
Add a simple test for external renderer (#20033)
Lunny Xiao
2022-12-10
Rename almost all Ctx functions (#22071)
Lunny Xiao
2022-12-08
Round language stats percentage using largest remainder (#22026)
hr-98
2022-12-03
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
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-15
Adjust gitea doctor --run storages to check all storage types (#21785)
zeripath
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
Make every not exist error unwrappable to a fs.ErrNotExist (#20891)
zeripath
2022-10-12
Add generic set type (#21408)
KN4CK3R
2022-10-11
Add user/organization code search (#19977)
Lauris BH
2022-10-03
Tag list should include draft releases with existing tags (#21263)
Jason Song
2022-09-07
Fix various typos (#21103)
luzpaz
2022-08-29
fix hard-coded timeout and error panic in API archive download endpoint (#20925)
Peter GardfjÀll
2022-08-25
Only show relevant repositories on explore page (#19361)
Gusted
2022-08-25
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-18
In PushMirrorsIterate and MirrorsIterate if limit is negative do not set it (...
zeripath
2022-08-18
Remove calls to load Mirrors in user.Dashboard (#20855)
zeripath
2022-08-18
Check Mirror exists before linking its Repo (#20840)
zeripath
2022-08-16
Add migrate repo archiver and packages storage support on command line (#20757)
Lunny Xiao
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-08-08
Add issue filter for Author (#20578)
parnic
2022-07-30
Add new API endpoints for push mirrors management (#19841)
Mohamed Sekour
[next]