summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
...
* Fix push-create SSH bugs (#10145)John Olheiser2020-02-051-0/+6
* Implement "embedded" command to extract static resources (#9982)guillep2k2020-02-022-0/+362
* Implement basic app.ini and path checks to doctor cmd (#10064)guillep2k2020-01-301-15/+112
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-0/+92
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+5
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-3/+4
* Add option to prevent LDAP from deactivating everything on empty search (#9879)zeripath2020-01-201-0/+7
* fix dump non-exist log directory (#9818)Lunny Xiao2020-01-161-2/+4
* Make hook status printing configurable with delay (#9641)zeripath2020-01-121-26/+122
* Add a new command doctor to check if some wrong configurations on gitea insta...Lunny Xiao2020-01-111-0/+130
* Fix #9530: admin auth list make readable and admin auth delete bug fix (#9628)Shashvat Kedia2020-01-071-2/+3
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-271-4/+12
* Remove unnecessary loading of settings in update hook (#9496)zeripath2019-12-271-12/+1
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-43/+174
* Add debug option to serv to help debug problems (#9492)zeripath2019-12-253-7/+15
* Fixed errors logging in dump.go (#9218)Rychu2019-12-171-26/+32
* AuthorizedKeysCommand should not query db directly (#9371)zeripath2019-12-161-6/+4
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-153-6/+12
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-141-1/+2
* FCGI: Allow FCGI over unix sockets (#9298)zeripath2019-12-102-4/+8
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-0/+1
* Graceful: Allow graceful restart for fcgi (#9112)zeripath2019-11-242-16/+18
* Graceful: Allow graceful restart for unix sockets (#9113)zeripath2019-11-242-29/+12
* Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)zeripath2019-11-213-42/+4
* Enforce Gitea environment for pushes (#8982)zeripath2019-11-141-3/+22
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+3
* Adjust the must-change-password help (#8755)zeripath2019-10-301-1/+1
* Graceful fixes (#8645)zeripath2019-10-231-0/+2
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-212-0/+4
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-153-35/+62
* Password Complexity Checks (#6230)Maxim Tkachenko2019-10-141-9/+10
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-244-7/+6
* Use gitea forked macaron (#7933)Tamal Saha2019-08-233-4/+4
* Attempt to fix hook problem (#7854)zeripath2019-08-141-0/+1
* Update serv.go (#7822)clavinet2019-08-111-1/+1
* cmd/serv: actually exit after fatal errors (#7458)Allen Wild2019-07-131-1/+0
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-012-2/+3
* Only check and config git on web subcommand but not others (#7236)Lunny Xiao2019-06-191-22/+0
* Add CLI commands to manage LDAP authentication source (#6681)ngourdon2019-06-173-1/+1714
* Use certmanager provided TLSConfig for LetsEncrypt (#7229)zeripath2019-06-171-6/+3
* Add golangci (#6418)kolaente2019-06-124-11/+28
* fix pusher name via ssh push (#7167)Lunny Xiao2019-06-111-1/+1
* Add command to convert mysql database from utf8 to utf8mb4 (#7144)Lunny Xiao2019-06-081-0/+49
* Avoid arbitrary format strings upon calling fail() function (#7112)Sandro Santilli2019-06-031-4/+4
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-012-213/+85
* Fix wrong init dependency on markup extensions (#7038)Lunny Xiao2019-05-251-3/+0
* Ignore non-standard refs in git push (#6758)James E. Blair2019-05-141-34/+43
* Generate access token in admin cli (#6847)Lanre Adelowo2019-05-041-2/+21
* Rename LFS_JWT_SECRET to include OAUTH2 as well (#6826)techknowlogick2019-05-011-3/+4
* Change verbose flag in dump command to avoid colliding with global version fl...John Olheiser2019-05-011-1/+1