index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
/
web.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)
Clar Fon
2022-10-01
1
-1
/
+1
*
Share HTML template renderers and create a watcher framework (#20218)
zeripath
2022-08-28
1
-2
/
+4
*
Support Proxy protocol (#12527)
zeripath
2022-08-21
1
-14
/
+12
*
Improve pprof doc (#20463)
wxiaoguang
2022-07-23
1
-1
/
+2
*
Add fgprof pprof profiler (#20005)
zeripath
2022-06-18
1
-0
/
+2
*
Add Goroutine stack inspector to admin/monitor (#19207)
zeripath
2022-03-31
1
-0
/
+8
*
Support custom ACME provider (#18340)
Cristian Le
2022-02-08
1
-9
/
+10
*
format with gofumpt (#18184)
6543
2022-01-20
1
-2
/
+1
*
Refactor Router Logger (#17308)
wxiaoguang
2022-01-20
1
-1
/
+1
*
Replace "unix" by "http+unix" for PROTOCOL (#17771)
mscherer
2021-12-06
1
-3
/
+3
*
Improve install code to avoid low-level mistakes. (#17779)
wxiaoguang
2021-12-01
1
-1
/
+13
*
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-17
1
-1
/
+2
*
Simplify Gothic to use our session store instead of creating a different stor...
zeripath
2021-11-03
1
-8
/
+7
*
Only allow webhook to send requests to allowed hosts (#17482)
wxiaoguang
2021-11-01
1
-0
/
+4
*
Ensure that template compilation panics are sent to the logs (#16788)
zeripath
2021-08-23
1
-0
/
+5
*
Add --quiet and --verbose to gitea web to control initial logging (#16260)
zeripath
2021-06-27
1
-0
/
+16
*
Refactor routers directory (#15800)
Lunny Xiao
2021-06-09
1
-4
/
+4
*
Unified custom config creation (#16012)
KN4CK3R
2021-05-29
1
-18
/
+4
*
Fix error message when saving generated LOCAL_ROOT_URL config (#15880)
Naohisa Murakami
2021-05-15
1
-1
/
+1
*
Make internal SSH server host key path configurable (#14918)
zeripath
2021-03-08
1
-6
/
+6
*
Move macaron to chi (#14293)
Lunny Xiao
2021-01-26
1
-6
/
+3
*
Use caddy's certmagic library for extensible/robust ACME handling (#14177)
techknowlogick
2021-01-25
1
-31
/
+0
*
Handle and propagate errors when checking if paths are Dirs, Files or Exist (...
zeripath
2020-11-28
1
-2
/
+6
*
Use mount but not register for chi routes (#13555)
Lunny Xiao
2020-11-16
1
-2
/
+3
*
Introduce go chi web framework as frontend of macaron, so that we can move ro...
Lunny Xiao
2020-11-13
1
-9
/
+7
*
Fix --port setting (#13288)
zeripath
2020-10-30
1
-8
/
+22
*
Move install pages out of main macaron routes (#13195)
zeripath
2020-10-19
1
-46
/
+89
*
Refactor use TrimSuffix instead of TrimRight (#12993)
6543
2020-10-01
1
-1
/
+1
*
Make the default PID file compile-time settable (#12485)
zeripath
2020-08-15
1
-2
/
+3
*
Fix ipv6 parsing (#12321)
Wim
2020-07-26
1
-1
/
+2
*
Graceful: Xorm, RepoIndexer, Cron and Others (#9282)
zeripath
2019-12-15
1
-3
/
+7
*
FCGI: Allow FCGI over unix sockets (#9298)
zeripath
2019-12-10
1
-2
/
+6
*
Graceful: Cancel Process on monitor pages & HammerTime (#9213)
zeripath
2019-11-30
1
-0
/
+1
*
Graceful: Allow graceful restart for fcgi (#9112)
zeripath
2019-11-24
1
-16
/
+1
*
Graceful: Allow graceful restart for unix sockets (#9113)
zeripath
2019-11-24
1
-23
/
+6
*
Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)
zeripath
2019-11-21
1
-1
/
+2
*
Graceful fixes (#8645)
zeripath
2019-10-23
1
-0
/
+2
*
Restore Graceful Restarting & Socket Activation (#7274)
zeripath
2019-10-15
1
-9
/
+26
*
Use gitea forked macaron (#7933)
Tamal Saha
2019-08-23
1
-1
/
+1
*
Use certmanager provided TLSConfig for LetsEncrypt (#7229)
zeripath
2019-06-17
1
-6
/
+3
*
Add golangci (#6418)
kolaente
2019-06-12
1
-2
/
+7
*
Fix wrong init dependency on markup extensions (#7038)
Lunny Xiao
2019-05-25
1
-3
/
+0
*
Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)
zeripath
2019-04-29
1
-9
/
+0
*
Better logging (#6038) (#6095)
zeripath
2019-04-02
1
-7
/
+7
*
Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled ...
Greg Karékinian
2018-12-12
1
-1
/
+4
*
Fix the Let's Encrypt handler by listening on a valid address (#5525)
Greg Karékinian
2018-12-11
1
-1
/
+7
*
add letsencrypt to Gitea (#4189)
Fluf
2018-08-21
1
-0
/
+33
*
General refactor of the cmd package (#3328)
Morgan Bazalgette
2018-01-12
1
-5
/
+4
*
Add an option to allow redirect of http port 80 to https. (#1928)
Mike Fellows
2017-12-25
1
-0
/
+23
*
fix run web with -p push failed (#3154)
Lunny Xiao
2017-12-13
1
-0
/
+30
[next]