summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* not show double error response in git hook (#18292)a10121127962022-01-161-1/+1
* Support webauthn (#17957)Lunny Xiao2022-01-141-2/+3
* Add/update SMTP auth providers via cli (#18197)Zoran Peričić2022-01-121-0/+181
* Refactor auth package (#17962)Lunny Xiao2022-01-023-196/+196
* Upgrade certmagic from v0.14.1 to v0.15.2 (#18138)Lunny Xiao2022-01-011-1/+2
* Only create pprof files for gitea serv if explicitly asked for (#18068)zeripath2021-12-221-1/+1
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Fix outType on gitea dump (#18000)Gusted2021-12-171-2/+5
* Ensure complexity, minlength and ispwned are checked on password setting (#18...zeripath2021-12-171-0/+4
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-141-0/+58
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-102-3/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-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-0112-18/+30
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-7/+8
* Move user related model into models/user (#17781)Lunny Xiao2021-11-242-11/+13
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+1
* Add user settings key/value DB table (#16834)techknowlogick2021-11-221-0/+1
* Make SSL cipher suite configurable (#17440)zeripath2021-11-203-9/+208
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-1/+2
* 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