| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: teach `set` module about `iter.Seq` (#6676) | Gusted | 5 days | 1 | -1/+1 |
* | Fix settings not being loaded at CLI (#26402) | cassio zareck | 2025-01-05 | 1 | -0/+11 |
* | Clean up log messages (#30313) | wxiaoguang | 2024-04-15 | 1 | -1/+1 |
* | [BRANDING] cosmetic s/Gitea/Forgejo/ in logs, messages, etc. | TomZ | 2024-02-05 | 1 | -9/+9 |
* | Refactor tests (#26464) | wxiaoguang | 2023-08-12 | 1 | -2/+2 |
* | Improve CLI and messages (#26341) | wxiaoguang | 2023-08-05 | 1 | -16/+16 |
* | Serve pre-defined files in "public", add "security.txt", add CORS header for ... | wxiaoguang | 2023-07-21 | 1 | -0/+16 |
* | Refactor to use urfave/cli/v2 (#25959) | wxiaoguang | 2023-07-21 | 1 | -15/+18 |
* | Fix sub-command log level (#25537) | wxiaoguang | 2023-06-28 | 1 | -5/+1 |
* | Refactor path & config system (#25330) | wxiaoguang | 2023-06-21 | 1 | -60/+108 |
* | Avoid polluting config file when "save" (#25395) | wxiaoguang | 2023-06-21 | 1 | -3/+9 |
* | Refactor web package and context package (#25298) | wxiaoguang | 2023-06-18 | 1 | -1/+1 |
* | Fix install page context, make the install page tests really test (#24858) | wxiaoguang | 2023-05-23 | 1 | -3/+1 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-22 | 1 | -6/+4 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 1 | -2/+1 |
* | Refactor config provider (#24245) | Lunny Xiao | 2023-04-25 | 1 | -4/+4 |
* | Move pidfile creation from setting to web cmd package (#23285) | Lunny Xiao | 2023-03-16 | 1 | -3/+23 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-19 | 1 | -1/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | 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 |