index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routers
/
private
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore deleted branches when syncing (#29898)
Jason Song
2024-03-26
1
-0
/
+4
*
Sync branches first (gitea#29714)
Jason Song
2024-03-18
1
-13
/
+13
*
use gitRepo.GetCommit directly
oliverpool
2024-03-18
1
-3
/
+1
*
Sync branches to DB immediately when handle git hook calling (gitea#29493)
Jason Song
2024-03-18
1
-1
/
+65
*
Move get/set default branch from git package to gitrepo package to hide repop...
Lunny Xiao
2024-03-11
1
-1
/
+2
*
Move context from modules to services (#29440)
Lunny Xiao
2024-03-06
16
-16
/
+16
*
Fix logic error from #28138 (#29417)
yp05327
2024-03-06
1
-1
/
+1
*
Use the database object format name but not read from git repoisitory everyti...
Lunny Xiao
2024-02-26
1
-1
/
+1
*
[CLI] implement forgejo-cli
Earl Warren
2024-02-05
1
-1
/
+6
*
Simplify how git repositories are opened (#28937)
Lunny Xiao
2024-01-27
1
-2
/
+2
*
Improve ObjectFormat interface (#28496)
Lunny Xiao
2023-12-19
1
-2
/
+2
*
Adjust object format interface (#28469)
Lunny Xiao
2023-12-17
3
-6
/
+6
*
Abstract hash function usage (#28138)
Adam Majer
2023-12-13
4
-10
/
+15
*
Fix typo "GetLatestRunnerToken" (#27680)
Jason Song
2023-10-18
1
-1
/
+1
*
Final round of `db.DefaultContext` refactor (#27587)
JakobDev
2023-10-14
1
-1
/
+1
*
Penultimate round of `db.DefaultContext` refactor (#27414)
JakobDev
2023-10-11
4
-10
/
+10
*
make writing main test easier (#27270)
Lunny Xiao
2023-09-28
1
-4
/
+1
*
Redefine the meaning of column is_active to make Actions Registration Token g...
Lunny Xiao
2023-09-27
1
-2
/
+2
*
Reduce usage of `db.DefaultContext` (#27073)
JakobDev
2023-09-14
1
-1
/
+1
*
Fix verifyCommits error when push a new branch (#26664)
CaiCandong
2023-08-30
40
-16
/
+236
*
Add context parameter to some database functions (#26055)
Lunny Xiao
2023-07-22
1
-1
/
+1
*
parseScope with owner/repo always sets owner to zero (#25987)
Earl Warren
2023-07-19
1
-1
/
+2
*
Replace `interface{}` with `any` (#25686)
silverwind
2023-07-04
1
-1
/
+1
*
Use the type RefName for all the needed places and fix pull mirror sync bugs ...
Lunny Xiao
2023-05-26
2
-22
/
+19
*
Fix logger refactoring regression: manager logging add (#24847)
wxiaoguang
2023-05-24
1
-1
/
+1
*
Add gitea manager reload-templates command (#24843)
Brecht Van Lommel
2023-05-22
2
-0
/
+14
*
Fix regression: access log template, gitea manager cli command (#24838)
wxiaoguang
2023-05-22
1
-1
/
+1
*
Rewrite logger system (#24726)
wxiaoguang
2023-05-22
2
-55
/
+73
*
Refactor web route (#24080)
wxiaoguang
2023-04-20
1
-3
/
+3
*
add CLI command to register runner tokens (#23762)
techknowlogick
2023-04-17
2
-0
/
+92
*
Refactor internal API for git commands, use meaningful messages instead of "I...
wxiaoguang
2023-03-29
11
-161
/
+88
*
Use context parameter in services/repository (#23186)
Jason Song
2023-02-28
1
-1
/
+1
*
Refactor the setting to make unit test easier (#22405)
Lunny Xiao
2023-02-19
2
-4
/
+4
*
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-15
1
-1
/
+1
*
Implement actions (#21937)
Jason Song
2023-01-31
1
-18
/
+34
*
Fix missing message in git hook when pull requests disabled on fork (#22625)
Brecht Van Lommel
2023-01-29
1
-10
/
+13
*
Prevent multiple `To` recipients (#22566)
KN4CK3R
2023-01-22
1
-1
/
+1
*
Supports wildcard protected branch (#20825)
Lunny Xiao
2023-01-16
1
-4
/
+12
*
Use context parameter in models/git (#22367)
Jason Song
2023-01-09
1
-1
/
+1
*
refactor bind functions based on generics (#22055)
Lunny Xiao
2022-12-12
1
-7
/
+2
*
Rename almost all Ctx functions (#22071)
Lunny Xiao
2022-12-10
1
-1
/
+1
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
4
-5
/
+5
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
16
-32
/
+16
*
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-19
2
-3
/
+3
*
Merge db.Iterate and IterateObjects (#21641)
Lunny Xiao
2022-10-31
1
-1
/
+2
*
Refactor git command arguments and make all arguments to be safe to be used (...
wxiaoguang
2022-10-23
2
-3
/
+3
*
log real ip of requests from ssh (#21216)
Lunny Xiao
2022-10-11
1
-0
/
+4
*
Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)
Clar Fon
2022-10-01
1
-0
/
+5
*
Add migrate repo archiver and packages storage support on command line (#20757)
Lunny Xiao
2022-08-16
1
-1
/
+2
*
Add missing parameter for error in log message (#20144)
Gusted
2022-06-27
1
-1
/
+1
[next]