summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-273-3/+3
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-2/+2
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-081-1/+1
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-7/+8
* Fix notifications on pushing with deploy keys by setting hook environment var...zeripath2019-02-031-0/+6
* Fix #5866: Silence console logger in gitea serv (#5887)zeripath2019-02-031-0/+1
* Disallow empty titles (#5785)Lanre Adelowo2019-01-211-2/+3
* Add flag to skip repository dumping (#5695)Zsombor2019-01-131-14/+22
* Allow for user specific themes (#5668)Lanre Adelowo2019-01-091-0/+1
* Make sure argsSet verifies string isn't empty too (#4980)Lanre Adelowo2018-12-271-0/+5
* fix lfs version check warning log when using ssh protocol (#5501)Lunny Xiao2018-12-192-9/+25
* Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled ...Greg Karékinian2018-12-121-1/+4
* fix detect force push failure on deletion of protected branches (#5522)Lunny Xiao2018-12-121-12/+12
* fix clone wiki failed via ssh (#5503)Lunny Xiao2018-12-111-4/+8
* Fix the Let's Encrypt handler by listening on a valid address (#5525)Greg Karékinian2018-12-111-1/+7
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-12/+2
* fix password variable shadowing (#5405)Lanre Adelowo2018-11-261-1/+2
* Don't force a password change for the admin user when creating an account via...Lanre Adelowo2018-11-251-0/+6
* Create AuthorizedKeysCommand (#5236)zeripath2018-11-012-1/+90
* Add command for migrating database (#4954)Robert Ștefan2018-10-301-0/+52
* Generate random password (#5023)Lanre Adelowo2018-10-301-2/+32
* remove unused db init on commands serv, update, hooks (#5225)Lunny Xiao2018-10-301-1/+0
* Make gitea serv use api/internal (#4886)Antoine GIRARD2018-10-301-34/+21
* fix showing pull request link when delete a branch (#5166)Lunny Xiao2018-10-281-1/+1
* Add must-change-password flag to cli for creating a user (#4955)Lanre Adelowo2018-10-211-5/+17
* Give user a link to create PR after push (#4716)Julien Tant2018-10-201-0/+43
* refactor: err != nil check, just return error instead (#5093)Bo-Yi Wu2018-10-181-15/+4
* Add/remove/list oauth providers via cli (#4591)techknowlogick2018-09-121-0/+286
* add letsencrypt to Gitea (#4189)Fluf2018-08-211-0/+33
* cmd/serve: pprof cpu and memory profile dumps to disk (#4560)Jerry Jacobs2018-08-071-0/+16
* Add config path as an optional flag when changing pass via CLI (#4184)Fluf2018-06-091-0/+9
* LFS: make HTTP auth period configurable (#4035)Inon S2018-05-291-1/+1
* Add cli commands to regen hooks & keys (#3979)techknowlogick2018-05-171-0/+58
* Do not allow inactive users to access repositories using private keys (#3887)Lauris BH2018-05-021-0/+6
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-181-0/+83
* Fix SSH auth lfs locks (#3152)Antoine GIRARD2018-01-271-2/+6
* General refactor of the cmd package (#3328)Morgan Bazalgette2018-01-126-79/+92
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-121-2/+1
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-081-1/+1
* Add repo-sync-releases admin command (#3254)Sandro Santilli2017-12-311-0/+75
* Add an option to allow redirect of http port 80 to https. (#1928)Mike Fellows2017-12-251-0/+23
* Improvements for supporting UI Location (#3146)Lunny Xiao2017-12-141-2/+3
* fix run web with -p push failed (#3154)Lunny Xiao2017-12-131-0/+30
* Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)Lunny Xiao2017-12-021-11/+3
* Add external markup render support (#2570)Lunny Xiao2017-11-071-0/+3
* Set session and indexers' data files rel to AppDataPath (#2192)Guillaume Dube2017-11-032-7/+4
* improve force push detect when push (#2798)Lunny Xiao2017-10-281-1/+1
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-23/+25
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-121-1/+1
* Set TMPDIR enviroment variable for dump command (#1915)Jonas Östanbäck2017-06-081-0/+5