aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-1/+0
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-1/+2
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-173-3/+4
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-2/+2
* Fix offBy1 errors (#17606)Gusted2021-11-141-1/+5
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-0710-32/+99
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-032-10/+8
* Only allow webhook to send requests to allowed hosts (#17482)wxiaoguang2021-11-011-0/+4
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-305-6/+6
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-1/+1
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-262-0/+15
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-243-146/+149
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-196-14/+15
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-171-0/+8
* 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