aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Allow enable LDAP source and disable user sync via CLI (#20206)Steven Kriegler2022-07-042-0/+71
* Fix cli command restore-repo: "units" should be splitted to string slice, to ...wxiaoguang2022-07-012-6/+14
* Fix `dump-repo` git init, fix wrong error type for NullDownloader (#20182)wxiaoguang2022-07-011-0/+6
* Allow manager logging to set SQL (#20064)zeripath2022-06-241-0/+27
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Dump should only copy regular files and symlink regular files (#20015)v1.18.0-devwxiaoguang2022-06-181-3/+18
* Add fgprof pprof profiler (#20005)zeripath2022-06-181-0/+2
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-2/+2
* Don't buffer doctor logger (#19982)Gusted2022-06-161-1/+1
* Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953)wxiaoguang2022-06-151-3/+3
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-122-4/+4
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-23/+37
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+3
* Set Setpgid on child git processes (#19865)zeripath2022-06-031-0/+2
* docs: update the ROOT documentation and error messages (#19832)singuliere2022-05-311-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* [doctor] update the help with fix capabilities (#19762)silentcodeg2022-05-201-2/+2
* Update go deps (#19665)65432022-05-101-1/+1
* Move some helper files out of models (#19355)Lunny Xiao2022-05-082-29/+30
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-022-2/+0
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-1/+1
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-3/+17
* Allow package dump skipping (#19506)KN4CK3R2022-04-261-23/+35
* When dumping trim the standard suffices instead of a random suffix (#19440)zeripath2022-04-201-2/+7
* Warn on SSH connection for incorrect configuration (#19317)Gusted2022-04-051-0/+9
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-021-0/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-314-349/+424
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-222-3/+3
* Fix flag validation (#19046)Norwin2022-03-101-1/+1
* Add a "admin user generate-access-token" subcommand (#17722)mscherer2022-03-041-0/+57
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-111-1/+0
* Support custom ACME provider (#18340)Cristian Le2022-02-082-14/+48
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Validate migration files (#18203)Aravinth Manivannan2022-01-261-0/+5
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-201-4/+3
* format with gofumpt (#18184)65432022-01-2011-32/+26
* Refactor Router Logger (#17308)wxiaoguang2022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-192-3/+2
* 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