aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Always emit the configuration path (#17036)zeripath2021-09-134-0/+4
* Add setting to OAuth handlers to skip local 2FA authentication (#16594)zeripath2021-09-101-0/+5
* Fix storage Iterate bug and Add storage doctor to delete garbage attachments ...Lunny Xiao2021-09-061-1/+0
* Add bundle download for repository (#14538)John Olheiser2021-08-242-0/+2
* Ensure that template compilation panics are sent to the logs (#16788)zeripath2021-08-231-0/+5
* Add agit flow support in gitea (#14295)a10121127962021-07-283-1/+394
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-242-4/+2
* switch to maintained lib (#16532)techknowlogick2021-07-241-1/+1
* Refactor: Move login out of models (#16199)zeripath2021-07-243-338/+237
* Retry rename on lock induced failures (#16435)zeripath2021-07-151-1/+2
* Second attempt at preventing zombies (#16326)zeripath2021-07-147-95/+142
* Support HTTP/2 in Let's Encrypt (#16371)Stanley Hu2021-07-131-0/+1
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-084-5/+5
* Prevent zombie processes (#16314)zeripath2021-06-301-2/+24
* Add --quiet and --verbose to gitea web to control initial logging (#16260)zeripath2021-06-265-17/+33
* Add tag protection (#15629)KN4CK3R2021-06-251-4/+4
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-231-1/+1
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-171-1/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-4/+4
* Unified custom config creation (#16012)KN4CK3R2021-05-291-18/+4
* add a new internal hook to save ssh log (#15787)a10121127962021-05-211-0/+4
* Fix error message when saving generated LOCAL_ROOT_URL config (#15880)Naohisa Murakami2021-05-151-1/+1
* Fix bound address/port for caddy's certmagic library (see #15848) (#15859)Blake Miner2021-05-141-1/+6
* Fix bound address/port for caddy's certmagic library (#15758)Blake Miner2021-05-121-0/+8
* Move restore repo to internal router and invoke from command to avoid open th...Lunny Xiao2021-05-101-66/+11
* [Vendor] update certmagic (#15590)65432021-04-221-1/+1
* Fix missing storage init (#15589)Lunny Xiao2021-04-221-0/+5
* dump: Add option to skip LFS/attachment files (#15407)Johan Van de Wauw2021-04-121-2/+14
* Move FCGI req.URL.Path fix-up to the FCGI listener (#15292)zeripath2021-04-091-1/+8
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-092-5/+5
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-1/+1
* Make internal SSH server host key path configurable (#14918)zeripath2021-03-083-16/+16
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-012-2/+4
* Exclude the current dump file from the dump (#14606)zeripath2021-02-081-42/+24
* Move macaron to chi (#14293)Lunny Xiao2021-01-262-7/+4
* Use caddy's certmagic library for extensible/robust ACME handling (#14177)techknowlogick2021-01-252-31/+69
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-2/+2
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-3/+2
* CLI support for OAuth sources custom icons (#14166)Daniil Pankratov2020-12-281-0/+10
* Dump github/gitlab/gitea repository data to a local directory and restore to ...Lunny Xiao2020-12-272-0/+281
* migrate from com.* to alternatives (#14103)65432020-12-251-2/+4
* fix label of --id in admin delete user (#14005)zeripath2020-12-171-6/+35
* Whenever the password is updated ensure that the hash algorithm is too (#13966)zeripath2020-12-121-1/+1
* Refactor doctor (#12264)zeripath2020-12-021-521/+35
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-272-7/+20
* 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
* Add docs command (#13429)John Olheiser2020-11-071-0/+61
* Fix --port setting (#13288)zeripath2020-10-301-8/+22
* Fix send mail (#13312)Lunny Xiao2020-10-261-2/+5