summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
* fix admin lost permission caused by #947Lunny Xiao2017-05-191-1/+1
* Add units to team (#947)Lunny Xiao2017-05-181-0/+8
* Remove env user salt since no need to use (#1515)Lunny Xiao2017-05-061-2/+0
* Drop db operations from hook commands (#1514)Lunny Xiao2017-05-041-39/+21
* Integration test framework (#1290)Ethan Koenig2017-04-251-629/+3
* support health check via / and fix #969 (#1520)Lunny Xiao2017-04-201-0/+4
* feat: add download count field and unit testing for attachment. (#1512)Bo-Yi Wu2017-04-201-0/+5
* Add internal routes for ssh hook comands (#1471)Lunny Xiao2017-04-192-1/+8
* Better URL validation (#1507)Lauris BH2017-04-191-0/+2
* refactor: show command help message. (#1486)Bo-Yi Wu2017-04-124-3/+7
* refactor update ssh key use time (#1466)Lunny Xiao2017-04-071-7/+1
* Add watch button on issueAndrey Nering2017-03-291-0/+1
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)Sandro Santilli2017-03-291-2/+2
* Fix FCGI (over TCP) support (#1368)Pavel Korovin2017-03-231-1/+6
* LFS: Fix SSH authentication for trailing arguments (#1328)Fabian Zaremba2017-03-221-3/+5
* LFS: Return 404 for unimplemented endpoints (#1330)Fabian Zaremba2017-03-201-0/+3
* Show user OpenID URIs in their profile (#1314)Sandro Santilli2017-03-201-0/+1
* Add change-password admin command (#1304)Sandro Santilli2017-03-201-0/+52
* feat: Only use issue and wiki on repo. (#1297)Bo-Yi Wu2017-03-181-12/+12
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-0/+21
* Allow push to init a wiki repo (#1279)Lunny Xiao2017-03-171-0/+6
* Batch updates for issues (#926)Ethan Koenig2017-03-151-6/+5
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-1/+1
* Rename /forget_password url to /forgot_passwordSandro Santilli2017-03-141-2/+2
* bug fix for dump when data directoryis not exist (#1025)Lunny Xiao2017-03-021-10/+13
* Comment force push detect to fix bug #1073 (#1077)Lunny Xiao2017-03-011-18/+41
* fix push (#1076)Lunny Xiao2017-02-271-1/+4
* remove unused struct (#1062)Lunny Xiao2017-02-271-8/+1
* remove unused fixme on dump command (#1065)Lunny Xiao2017-02-261-1/+1
* Move push update to post-receive and protected branch check to pre-receive (#...Lunny Xiao2017-02-253-163/+131
* Take back control of hooks (#1006)Lunny Xiao2017-02-232-4/+108
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-4/+13
* Protected branches system (#339)Denis Denisov2017-02-213-0/+29