index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Get/Set instead of Rename when Regenerate session id (#23975)
wxiaoguang
2023-04-07
1
-4
/
+9
*
Allow repo admins too to delete the repo (#23940)
yp05327
2023-04-07
1
-2
/
+2
*
Merge template functions "dict/Dict/mergeinto" (#23932)
wxiaoguang
2023-04-07
4
-111
/
+95
*
Use a general Eval function for expressions in templates. (#23927)
wxiaoguang
2023-04-07
6
-138
/
+509
*
Do not crash when parsing an invalid workflow file (#23972)
Jason Song
2023-04-07
1
-0
/
+10
*
Ensure RSS icon is present on all repo tabs (#23904)
silverwind
2023-04-07
1
-0
/
+5
*
Clean template/helper.go (#23922)
wxiaoguang
2023-04-07
1
-73
/
+3
*
Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore`...
ChristopherHX
2023-04-07
2
-9
/
+1
*
Use graceful editorconfig loader to reduce errors when loading malformed edit...
Yoan Blanc
2023-04-06
1
-11
/
+10
*
Improve permission check of packages (#23879)
yp05327
2023-04-06
1
-18
/
+10
*
Add activity feeds API (#23494)
Zettat123
2023-04-04
1
-0
/
+22
*
Fix `cases.Title` crash for concurrency (#23885)
wxiaoguang
2023-04-04
1
-8
/
+5
*
Introduce GiteaLocaleNumber custom element to handle number localization on p...
wxiaoguang
2023-04-03
7
-167
/
+43
*
Append `(comment)` when a link points at a comment rather than the whole issu...
Hester Gong
2023-04-03
4
-10
/
+50
*
Display image size for multiarch container images (#23821)
KN4CK3R
2023-04-02
2
-2
/
+8
*
Fix incorrect CORS failure detection logic (#23844)
wxiaoguang
2023-03-31
1
-5
/
+5
*
Clarify Gitea/Crowdin locale behaviors, add tests for LocaleStore, fix some s...
wxiaoguang
2023-03-31
1
-0
/
+54
*
Fix checks for `needs` in Actions (#23789)
Jason Song
2023-03-30
1
-14
/
+14
*
Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more stric...
wxiaoguang
2023-03-29
1
-0
/
+3
*
Refactor internal API for git commands, use meaningful messages instead of "I...
wxiaoguang
2023-03-29
9
-421
/
+248
*
Add meilisearch support (#23136)
techknowlogick
2023-03-29
3
-1
/
+214
*
Implement Issue Config (#20956)
JakobDev
2023-03-28
2
-0
/
+130
*
Add API to manage issue dependencies (#17935)
qwerty287
2023-03-28
1
-0
/
+8
*
Make minio package support legacy MD5 checksum (#23768)
wxiaoguang
2023-03-28
3
-14
/
+48
*
Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter (...
ChristopherHX
2023-03-27
1
-35
/
+107
*
Add git dashes separator to some "log" and "diff" commands (#23606)
wxiaoguang
2023-03-26
1
-3
/
+7
*
Use data-tooltip-content for tippy tooltip (#23649)
wxiaoguang
2023-03-24
4
-8
/
+8
*
Editor preview support for external renderers (#23333)
Brecht Van Lommel
2023-03-24
3
-7
/
+45
*
Check LFS/Packages settings in dump and doctor command (#23631)
Zettat123
2023-03-23
1
-0
/
+9
*
Improve workflow event triggers (#23613)
Zettat123
2023-03-23
3
-13
/
+155
*
Introduce path Clean/Join helper functions (#23495)
wxiaoguang
2023-03-21
9
-138
/
+249
*
Keep (add if not existing) xmlns attribute for generated SVG images (#23410)
wxiaoguang
2023-03-21
1
-0
/
+6
*
Improve template error reporting (#23396)
zeripath
2023-03-20
2
-18
/
+57
*
Add `.patch` to `attachment.ALLOWED_TYPES` (#23580)
silverwind
2023-03-19
1
-1
/
+1
*
Return `repository` in npm package metadata endpoint (#23539)
Zettat123
2023-03-17
3
-0
/
+9
*
Make time tooltips interactive (#23526)
silverwind
2023-03-16
1
-2
/
+2
*
Add absent repounits to create/edit repo API (#23500)
James Cleverley-Prance
2023-03-16
1
-0
/
+9
*
Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491)
Hester Gong
2023-03-16
1
-13
/
+2
*
Allow both fullname and username search when `DEFAULT_SHOW_FULL_NAME` is true...
Hester Gong
2023-03-16
1
-0
/
+3
*
Handle files starting with colons in WalkGitLog (#22935)
Kirill Bolashev
2023-03-16
1
-0
/
+4
*
Move pidfile creation from setting to web cmd package (#23285)
Lunny Xiao
2023-03-16
2
-37
/
+18
*
test_env: hardcode major go version in use (#23464)
techknowlogick
2023-03-14
1
-2
/
+4
*
Convert GitHub event on actions and fix some pull_request events. (#23037)
Lunny Xiao
2023-03-14
2
-114
/
+212
*
add admin API email endpoints (#22792)
techknowlogick
2023-03-14
1
-0
/
+3
*
add user rename endpoint to admin api (#22789)
techknowlogick
2023-03-14
1
-0
/
+9
*
Add workflow error notification in ui (#23404)
yp05327
2023-03-14
1
-12
/
+28
*
Make branches list page operations remember current page (#23420)
wxiaoguang
2023-03-14
1
-3
/
+4
*
Add Swift package registry (#22404)
KN4CK3R
2023-03-13
3
-0
/
+360
*
add path prefix to ObjectStorage.Iterator (#23332)
FuXiaoHei
2023-03-13
7
-10
/
+62
*
Support reflogs (#22451)
Philip Peterson
2023-03-13
2
-3
/
+41
[next]