summaryrefslogtreecommitdiffstats
path: root/cmd/web.go
Commit message (Expand)AuthorAgeFilesLines
* Add fgprof pprof profiler (#20005)zeripath2022-06-181-0/+2
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-0/+8
* Support custom ACME provider (#18340)Cristian Le2022-02-081-9/+10
* format with gofumpt (#18184)65432022-01-201-2/+1
* Refactor Router Logger (#17308)wxiaoguang2022-01-201-1/+1
* Replace "unix" by "http+unix" for PROTOCOL (#17771)mscherer2021-12-051-3/+3
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-1/+13
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-1/+2
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-031-8/+7
* Only allow webhook to send requests to allowed hosts (#17482)wxiaoguang2021-11-011-0/+4
* Ensure that template compilation panics are sent to the logs (#16788)zeripath2021-08-231-0/+5
* Add --quiet and --verbose to gitea web to control initial logging (#16260)zeripath2021-06-261-0/+16
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-4/+4
* Unified custom config creation (#16012)KN4CK3R2021-05-291-18/+4
* Fix error message when saving generated LOCAL_ROOT_URL config (#15880)Naohisa Murakami2021-05-151-1/+1
* Make internal SSH server host key path configurable (#14918)zeripath2021-03-081-6/+6
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-6/+3
* Use caddy's certmagic library for extensible/robust ACME handling (#14177)techknowlogick2021-01-251-31/+0
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-2/+6
* Use mount but not register for chi routes (#13555)Lunny Xiao2020-11-161-2/+3
* Introduce go chi web framework as frontend of macaron, so that we can move ro...Lunny Xiao2020-11-131-9/+7
* Fix --port setting (#13288)zeripath2020-10-301-8/+22
* Move install pages out of main macaron routes (#13195)zeripath2020-10-191-46/+89
* Refactor use TrimSuffix instead of TrimRight (#12993)65432020-10-011-1/+1
* Make the default PID file compile-time settable (#12485)zeripath2020-08-151-2/+3
* Fix ipv6 parsing (#12321)Wim2020-07-261-1/+2
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-3/+7
* FCGI: Allow FCGI over unix sockets (#9298)zeripath2019-12-101-2/+6
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-0/+1
* Graceful: Allow graceful restart for fcgi (#9112)zeripath2019-11-241-16/+1
* Graceful: Allow graceful restart for unix sockets (#9113)zeripath2019-11-241-23/+6
* Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)zeripath2019-11-211-1/+2
* Graceful fixes (#8645)zeripath2019-10-231-0/+2
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-151-9/+26
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Use certmanager provided TLSConfig for LetsEncrypt (#7229)zeripath2019-06-171-6/+3
* Add golangci (#6418)kolaente2019-06-121-2/+7
* Fix wrong init dependency on markup extensions (#7038)Lunny Xiao2019-05-251-3/+0
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-9/+0
* Better logging (#6038) (#6095)zeripath2019-04-021-7/+7
* Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled ...Greg Karékinian2018-12-121-1/+4
* Fix the Let's Encrypt handler by listening on a valid address (#5525)Greg Karékinian2018-12-111-1/+7
* add letsencrypt to Gitea (#4189)Fluf2018-08-211-0/+33
* General refactor of the cmd package (#3328)Morgan Bazalgette2018-01-121-5/+4
* Add an option to allow redirect of http port 80 to https. (#1928)Mike Fellows2017-12-251-0/+23
* fix run web with -p push failed (#3154)Lunny Xiao2017-12-131-0/+30
* Add external markup render support (#2570)Lunny Xiao2017-11-071-0/+3
* Integration test framework (#1290)Ethan Koenig2017-04-251-629/+3
* support health check via / and fix #969 (#1520)Lunny Xiao2017-04-201-0/+4
* feat: add download count field and unit testing for attachment. (#1512)Bo-Yi Wu2017-04-201-0/+5