aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/web.go
Commit message (Expand)AuthorAgeFilesLines
* Clean up log messages (#30313)wxiaoguang2024-04-071-1/+1
* Refactor tests (#26464)wxiaoguang2023-08-121-2/+2
* Improve CLI and messages (#26341)wxiaoguang2023-08-051-16/+16
* Serve pre-defined files in "public", add "security.txt", add CORS header for ...wxiaoguang2023-07-211-0/+16
* Refactor to use urfave/cli/v2 (#25959)wxiaoguang2023-07-211-15/+18
* Fix sub-command log level (#25537)wxiaoguang2023-06-281-5/+1
* Refactor path & config system (#25330)wxiaoguang2023-06-211-60/+108
* Avoid polluting config file when "save" (#25395)wxiaoguang2023-06-211-3/+9
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-1/+1
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-231-3/+1
* Rewrite logger system (#24726)wxiaoguang2023-05-211-6/+4
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-2/+1
* Refactor config provider (#24245)Lunny Xiao2023-04-251-4/+4
* Move pidfile creation from setting to web cmd package (#23285)Lunny Xiao2023-03-161-3/+23
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-1/+1
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-2/+4
* Support Proxy protocol (#12527)zeripath2022-08-211-14/+12
* Improve pprof doc (#20463)wxiaoguang2022-07-241-1/+2
* 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