index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
repo
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
For API attachments, use API URL (#25639)
Lunny Xiao
2023-07-10
1
-7
/
+0
*
Avoid amending the Rebase and Fast-forward merge if there is no message templ...
wxiaoguang
2023-07-10
1
-1
/
+1
*
Newly pushed branches hints on repository home page (#25715)
Lunny Xiao
2023-07-08
1
-0
/
+12
*
Replace `interface{}` with `any` (#25686)
silverwind
2023-07-04
5
-5
/
+5
*
some less naked returns (#25682)
6543
2023-07-04
1
-1
/
+1
*
Add unit test for repository collaboration (#25640)
Earl Warren
2023-07-03
1
-0
/
+88
*
Split lfs size from repository size (#22900)
a1012112796
2023-06-29
2
-3
/
+44
*
Remove stars when repo goes private (#19904)
Wim
2023-06-05
2
-0
/
+32
*
Rewrite logger system (#24726)
wxiaoguang
2023-05-22
1
-12
/
+4
*
Refactor rename user and rename organization (#24052)
Lunny Xiao
2023-05-21
1
-0
/
+8
*
Fix topics deleted via API not being deleted in org page (#24825)
Yarden Shoham
2023-05-21
1
-20
/
+25
*
Refactor Pull Mirror and fix out-of-sync bugs (#24732)
wxiaoguang
2023-05-15
1
-2
/
+2
*
Support SSH for go get (#24664)
rune
2023-05-12
1
-13
/
+19
*
fix: release page for empty or non-existing target (#24470)
oliverpool
2023-05-10
1
-0
/
+1
*
Split "modules/context.go" to separate files (#24569)
wxiaoguang
2023-05-08
1
-0
/
+24
*
Fix unclear `IsRepositoryExist` logic (#24374)
wxiaoguang
2023-04-28
2
-8
/
+12
*
Display when a repo was archived (#22664)
JakobDev
2023-04-26
2
-3
/
+11
*
Allow adding new files to an empty repo (#24164)
wxiaoguang
2023-04-19
1
-1
/
+7
*
fix calReleaseNumCommitsBehind (#24148)
oliverpool
2023-04-18
1
-3
/
+3
*
Sort repo topic labels by name (#24123)
wxiaoguang
2023-04-14
1
-1
/
+3
*
Make Release Download URLs predictable (#23891)
JakobDev
2023-04-12
2
-11
/
+45
*
Refactor authors dropdown (send get request from frontend to avoid long wait ...
Hester Gong
2023-04-07
1
-6
/
+17
*
Disable editing tags (#23883)
Zettat123
2023-04-03
1
-1
/
+1
*
Set repository link based on the url in package.json for npm packages (#20379)
Mai-Lapyst
2023-03-28
2
-0
/
+105
*
Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491)
Hester Gong
2023-03-16
1
-0
/
+22
*
Use context for `RepositoryList.LoadAttributes` (#23435)
yp05327
2023-03-13
1
-7
/
+3
*
Refactor `setting.Database.UseXXX` to methods (#23354)
Jason Song
2023-03-07
1
-1
/
+1
*
Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)
yp05327
2023-02-18
3
-7
/
+7
*
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-15
1
-6
/
+1
*
Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...
Brecht Van Lommel
2023-02-13
1
-0
/
+1
*
Preview images for Issue cards in Project Board view (#22112)
Nathaniel Sabanski
2023-02-11
1
-0
/
+15
*
Fix improper HTMLURL usages in Go code (#22839)
wxiaoguang
2023-02-11
1
-1
/
+1
*
Use link in UI which returned a relative url but not html_url which contains ...
Lunny Xiao
2023-02-06
2
-1
/
+6
*
Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)
delvh
2023-02-04
1
-4
/
+4
*
Do not overwrite empty DefaultBranch (#22708)
Jason Song
2023-02-02
1
-5
/
+0
*
Implement actions (#21937)
Jason Song
2023-01-31
2
-1
/
+5
*
Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS...
zeripath
2023-01-16
1
-2
/
+7
*
Fix error when calculate the repository size (#22392)
Lunny Xiao
2023-01-13
1
-1
/
+1
*
Always reuse transaction (#22362)
Jason Song
2023-01-08
1
-1
/
+1
*
Use ErrInvalidArgument in packages (#22268)
KN4CK3R
2022-12-31
4
-9
/
+7
*
Add a simple test for external renderer (#20033)
Lunny Xiao
2022-12-12
1
-3
/
+3
*
Rename almost all Ctx functions (#22071)
Lunny Xiao
2022-12-10
5
-79
/
+45
*
Round language stats percentage using largest remainder (#22026)
hr-98
2022-12-08
1
-4
/
+36
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
8
-32
/
+18
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
36
-72
/
+36
*
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-19
7
-51
/
+44
*
Adjust gitea doctor --run storages to check all storage types (#21785)
zeripath
2022-11-15
3
-3
/
+46
*
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-11-12
7
-10
/
+10
*
Fix issues count bug (#21557)
Lunny Xiao
2022-10-25
1
-25
/
+20
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
9
-39
/
+39
[next]