index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
private
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CLI] implement forgejo-cli
Earl Warren
2024-02-05
1
-0
/
+32
*
Return `responseText` instead of string in some functions (#28836)
yp05327
2024-01-19
5
-27
/
+15
*
Caller should check the ResponseExtra.HasError() first to see whether the req...
wxiaoguang
2024-01-15
4
-3
/
+4
*
Fix nil pointer panic when exec some gitea cli command (#28791)
yp05327
2024-01-15
3
-0
/
+9
*
Replace `interface{}` with `any` (#25686)
silverwind
2023-07-04
1
-2
/
+2
*
Use the type RefName for all the needed places and fix pull mirror sync bugs ...
Lunny Xiao
2023-05-26
1
-2
/
+3
*
Add gitea manager reload-templates command (#24843)
Brecht Van Lommel
2023-05-22
1
-0
/
+7
*
Fix regression: access log template, gitea manager cli command (#24838)
wxiaoguang
2023-05-22
4
-31
/
+22
*
Rewrite logger system (#24726)
wxiaoguang
2023-05-22
1
-7
/
+7
*
Fix incorrect internal response type (#24173)
wxiaoguang
2023-04-18
1
-1
/
+2
*
add CLI command to register runner tokens (#23762)
techknowlogick
2023-04-17
1
-0
/
+27
*
Refactor internal API for git commands, use meaningful messages instead of "I...
wxiaoguang
2023-03-29
8
-419
/
+236
*
Implement actions (#21937)
Jason Song
2023-01-31
1
-0
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
7
-14
/
+7
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-3
/
+3
*
log real ip of requests from ssh (#21216)
Lunny Xiao
2022-10-11
1
-2
/
+13
*
Support Proxy protocol (#12527)
zeripath
2022-08-21
1
-1
/
+27
*
Allow manager logging to set SQL (#20064)
zeripath
2022-06-24
1
-0
/
+19
*
Add Goroutine stack inspector to admin/monitor (#19207)
zeripath
2022-03-31
1
-0
/
+23
*
Update HTTP status codes to modern codes (#18063)
KN4CK3R
2022-03-23
1
-1
/
+1
*
Fix the bug: deploy key with write access can not push (#19010)
wxiaoguang
2022-03-22
2
-4
/
+4
*
Validate migration files (#18203)
Aravinth Manivannan
2022-01-26
1
-9
/
+11
*
format with gofumpt (#18184)
6543
2022-01-20
4
-4
/
+2
*
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
1
-4
/
+4
*
Replace "unix" by "http+unix" for PROTOCOL (#17771)
mscherer
2021-12-06
1
-1
/
+1
*
Improve install code to avoid low-level mistakes. (#17779)
wxiaoguang
2021-12-01
1
-5
/
+6
*
Move accessmode into models/perm (#17828)
Lunny Xiao
2021-11-28
1
-1
/
+2
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
1
-2
/
+3
*
refactor: move from io/ioutil to io and os package (#17109)
Eng Zer Jun
2021-09-22
3
-6
/
+6
*
Fix dump and restore respository (#16698)
Lunny Xiao
2021-08-31
1
-0
/
+1
*
Fix spelling of HookProcReceiveResult (#16690)
Lunny Xiao
2021-08-14
1
-7
/
+7
*
Add agit flow support in gitea (#14295)
a1012112796
2021-07-28
1
-0
/
+46
*
Add an abstract json layout to make it's easier to change json library (#16528)
Lunny Xiao
2021-07-24
6
-16
/
+7
*
Second attempt at preventing zombies (#16326)
zeripath
2021-07-14
7
-41
/
+55
*
Small refactoring of modules/private (#15947)
KN4CK3R
2021-06-23
2
-2
/
+1
*
add a new internal hook to save ssh log (#15787)
a1012112796
2021-05-21
1
-0
/
+31
*
Move restore repo to internal router and invoke from command to avoid open th...
Lunny Xiao
2021-05-10
1
-0
/
+60
*
Migrate to use jsoniter instead of encoding/json (#14841)
zeripath
2021-03-01
5
-5
/
+13
*
Fix send mail (#13312)
Lunny Xiao
2020-10-26
1
-1
/
+6
*
Sendmail command (#13079)
Maxim Zhiburt
2020-10-24
1
-0
/
+53
*
Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...
zeripath
2020-08-30
1
-0
/
+1
*
Initial support for push options (#12169)
John Olheiser
2020-08-23
1
-0
/
+22
*
Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)
zeripath
2020-07-06
1
-0
/
+108
*
Upgrade golangci-lint to 1.24.0 (#10894)
zeripath
2020-03-30
2
-4
/
+4
*
Queue: Make WorkerPools and Queues flushable (#10001)
zeripath
2020-01-29
1
-0
/
+83
*
Batch hook pre- and post-receive calls (#8602)
zeripath
2019-12-26
1
-25
/
+59
*
AuthorizedKeysCommand should not query db directly (#9371)
zeripath
2019-12-17
1
-0
/
+25
*
Allow Protected Branches to Whitelist Deploy Keys (#8483)
zeripath
2019-10-21
1
-1
/
+3
*
Attempt to fix hook problem (#7854)
zeripath
2019-08-14
1
-1
/
+3
*
#6946 Run hooks on merge/edit and cope with protected branches (#6961)
zeripath
2019-07-01
1
-1
/
+3
[next]