index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
repository
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add context parameter to some database functions (#26055)
Lunny Xiao
2023-07-22
1
-3
/
+3
*
Support copy protected branch from template repository (#25889)
Lunny Xiao
2023-07-21
1
-0
/
+29
*
Fix bug when pushing to a pull request which enabled dismiss approval automat...
Lunny Xiao
2023-07-20
1
-2
/
+2
*
Refactor "Content" for file uploading (#25851)
wxiaoguang
2023-07-18
1
-11
/
+12
*
Do not "guess" the file encoding/BOM when using API to upload files (#25828)
wxiaoguang
2023-07-12
1
-102
/
+3
*
Simplify the LFS GC logger usage (#25717)
wxiaoguang
2023-07-06
1
-21
/
+17
*
Replace `interface{}` with `any` (#25686)
silverwind
2023-07-04
1
-2
/
+2
*
Fix branch commit message too long problem (#25588)
Lunny Xiao
2023-06-30
1
-1
/
+1
*
Sync branches into databases (#22743)
Lunny Xiao
2023-06-29
7
-22
/
+258
*
Add Adopt repository event and handler (#25497)
Lunny Xiao
2023-06-26
1
-11
/
+13
*
Refactor web package and context package (#25298)
wxiaoguang
2023-06-18
5
-12
/
+12
*
Fix profile render when the README.md size is larger than 1024 bytes (#25131)
yp05327
2023-06-13
1
-1
/
+1
*
Remove duplicated functions when deleting a branch (#25128)
Lunny Xiao
2023-06-08
2
-9
/
+3
*
Use RepositoryList instead of []*Repository (#25074)
Lunny Xiao
2023-06-05
1
-1
/
+1
*
Update repo's default branch when adding new files in an empty one (#25017)
wxiaoguang
2023-05-31
1
-8
/
+8
*
API endpoint for changing/creating/deleting multiple files (#24887)
Denys Konovalov
2023-05-29
3
-368
/
+279
*
Improve queue and logger context (#24924)
wxiaoguang
2023-05-26
2
-9
/
+7
*
Use the type RefName for all the needed places and fix pull mirror sync bugs ...
Lunny Xiao
2023-05-26
3
-27
/
+18
*
Add status indicator on main home screen for each repo (#24638)
Yarden Shoham
2023-05-13
2
-0
/
+18
*
Improve avatar uploading / resizing / compressing, remove Fomantic card modul...
wxiaoguang
2023-05-13
1
-5
/
+2
*
Rewrite queue (#24505)
wxiaoguang
2023-05-08
2
-15
/
+9
*
Fix unclear `IsRepositoryExist` logic (#24374)
wxiaoguang
2023-04-28
1
-1
/
+1
*
Support uploading file to empty repo by API (#24357)
wxiaoguang
2023-04-27
1
-0
/
+5
*
Use more specific test methods (#24265)
KN4CK3R
2023-04-22
1
-3
/
+3
*
Allow adding new files to an empty repo (#24164)
wxiaoguang
2023-04-19
1
-4
/
+15
*
Make label templates have consistent behavior and priority (#23749)
wxiaoguang
2023-04-10
1
-1
/
+3
*
Fix tags view (#23243)
Wiktor Kwapisiewicz
2023-03-27
1
-2
/
+7
*
Introduce path Clean/Join helper functions (#23495)
wxiaoguang
2023-03-21
1
-1
/
+1
*
fix submodule is nil panic (#23588)
来自村里的小螃蟹
2023-03-20
1
-1
/
+3
*
Add user webhooks (#21563)
KN4CK3R
2023-03-10
1
-1
/
+1
*
Fix pull request update showing too many commits with multiple branches (#22856)
Brecht Van Lommel
2023-03-09
1
-3
/
+3
*
Improve cache context (#23330)
Jason Song
2023-03-08
1
-1
/
+0
*
Use CleanPath instead of path.Clean (#23371)
Lunny Xiao
2023-03-08
1
-2
/
+2
*
Use context parameter in services/repository (#23186)
Jason Song
2023-02-28
12
-66
/
+68
*
Return empty url for submodule tree entries (#23043)
Zettat123
2023-02-21
1
-0
/
+5
*
Scoped labels (#22585)
Brecht Van Lommel
2023-02-18
1
-0
/
+1
*
Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)
yp05327
2023-02-18
2
-2
/
+2
*
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-15
5
-6
/
+6
*
escape filename when assemble URL (#22850)
sillyguodong
2023-02-12
1
-4
/
+5
*
Repositories: by default disable all units except code and pulls on forks (#2...
techknowlogick
2023-02-04
2
-2
/
+2
*
Refactor git command package to improve security and maintainability (#22678)
wxiaoguang
2023-02-04
5
-22
/
+17
*
Implement actions (#21937)
Jason Song
2023-01-31
1
-6
/
+14
*
When updating by rebase we need to set the environment for head repo (#22535)
zeripath
2023-01-19
1
-2
/
+4
*
Add cron method to gc LFS MetaObjects (#22385)
zeripath
2023-01-16
1
-27
/
+62
*
Change use of Walk to WalkDir to improve disk performance (#22462)
Felipe Leopoldo Sologuren Gutiérrez
2023-01-16
1
-6
/
+6
*
Supports wildcard protected branch (#20825)
Lunny Xiao
2023-01-16
3
-11
/
+13
*
Continue GCing other repos on error in one repo (#22422)
zeripath
2023-01-13
1
-3
/
+5
*
fix: don't replace err variable in nested check (#22416)
John Olheiser
2023-01-12
1
-2
/
+2
*
Use context parameter in models/git (#22367)
Jason Song
2023-01-09
7
-14
/
+16
*
Unify hashing for avatar (#22289)
Gusted
2023-01-02
2
-5
/
+3
[next]