| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #9530: admin auth list make readable and admin auth delete bug fix (#9628) | Shashvat Kedia | 2020-01-07 | 1 | -2/+3 |
* | Properly enforce gitea environment for pushes (#9501) | zeripath | 2019-12-27 | 1 | -4/+12 |
* | Remove unnecessary loading of settings in update hook (#9496) | zeripath | 2019-12-27 | 1 | -12/+1 |
* | Batch hook pre- and post-receive calls (#8602) | zeripath | 2019-12-26 | 1 | -43/+174 |
* | Add debug option to serv to help debug problems (#9492) | zeripath | 2019-12-25 | 3 | -7/+15 |
* | Fixed errors logging in dump.go (#9218) | Rychu | 2019-12-17 | 1 | -26/+32 |
* | AuthorizedKeysCommand should not query db directly (#9371) | zeripath | 2019-12-16 | 1 | -6/+4 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 3 | -6/+12 |
* | Move some repository methods from models to modules/repository (#9353) | Lunny Xiao | 2019-12-14 | 1 | -1/+2 |
* | FCGI: Allow FCGI over unix sockets (#9298) | zeripath | 2019-12-10 | 2 | -4/+8 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 1 | -0/+1 |
* | Graceful: Allow graceful restart for fcgi (#9112) | zeripath | 2019-11-24 | 2 | -16/+18 |
* | Graceful: Allow graceful restart for unix sockets (#9113) | zeripath | 2019-11-24 | 2 | -29/+12 |
* | Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964) | zeripath | 2019-11-21 | 3 | -42/+4 |
* | Enforce Gitea environment for pushes (#8982) | zeripath | 2019-11-14 | 1 | -3/+22 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+3 |
* | Adjust the must-change-password help (#8755) | zeripath | 2019-10-30 | 1 | -1/+1 |
* | Graceful fixes (#8645) | zeripath | 2019-10-23 | 1 | -0/+2 |
* | Allow Protected Branches to Whitelist Deploy Keys (#8483) | zeripath | 2019-10-21 | 2 | -0/+4 |
* | Restore Graceful Restarting & Socket Activation (#7274) | zeripath | 2019-10-15 | 3 | -35/+62 |
* | Password Complexity Checks (#6230) | Maxim Tkachenko | 2019-10-14 | 1 | -9/+10 |
* | Move database settings from models to setting (#7806) | Lunny Xiao | 2019-08-24 | 4 | -7/+6 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 3 | -4/+4 |
* | Attempt to fix hook problem (#7854) | zeripath | 2019-08-14 | 1 | -0/+1 |
* | Update serv.go (#7822) | clavinet | 2019-08-11 | 1 | -1/+1 |
* | cmd/serv: actually exit after fatal errors (#7458) | Allen Wild | 2019-07-13 | 1 | -1/+0 |
* | #6946 Run hooks on merge/edit and cope with protected branches (#6961) | zeripath | 2019-07-01 | 2 | -2/+3 |
* | Only check and config git on web subcommand but not others (#7236) | Lunny Xiao | 2019-06-19 | 1 | -22/+0 |
* | Add CLI commands to manage LDAP authentication source (#6681) | ngourdon | 2019-06-17 | 3 | -1/+1714 |
* | Use certmanager provided TLSConfig for LetsEncrypt (#7229) | zeripath | 2019-06-17 | 1 | -6/+3 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 4 | -11/+28 |
* | fix pusher name via ssh push (#7167) | Lunny Xiao | 2019-06-11 | 1 | -1/+1 |
* | Add command to convert mysql database from utf8 to utf8mb4 (#7144) | Lunny Xiao | 2019-06-08 | 1 | -0/+49 |
* | Avoid arbitrary format strings upon calling fail() function (#7112) | Sandro Santilli | 2019-06-03 | 1 | -4/+4 |
* | Move serv hook functionality & drop GitLogger (#6993) | zeripath | 2019-06-01 | 2 | -213/+85 |
* | Fix wrong init dependency on markup extensions (#7038) | Lunny Xiao | 2019-05-25 | 1 | -3/+0 |
* | Ignore non-standard refs in git push (#6758) | James E. Blair | 2019-05-14 | 1 | -34/+43 |
* | Generate access token in admin cli (#6847) | Lanre Adelowo | 2019-05-04 | 1 | -2/+21 |
* | Rename LFS_JWT_SECRET to include OAUTH2 as well (#6826) | techknowlogick | 2019-05-01 | 1 | -3/+4 |
* | Change verbose flag in dump command to avoid colliding with global version fl... | John Olheiser | 2019-05-01 | 1 | -1/+1 |
* | Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631) | zeripath | 2019-04-29 | 7 | -148/+0 |
* | Add username flag in create-user command (#6534) | ngourdon | 2019-04-09 | 1 | -3/+22 |
* | Include custom configuration file in dump (#6516) | mrsdizzie | 2019-04-05 | 1 | -0/+8 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 5 | -13/+13 |
* | support custom file name in `gitea dump` command (#6474) | glaszig | 2019-04-01 | 1 | -1/+6 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 3 | -3/+3 |
* | Clean up various use of escape/unescape functions for URL generation (#6334) | mrsdizzie | 2019-03-18 | 1 | -2/+2 |
* | Integrate OAuth2 Provider (#5378) | Jonas Franz | 2019-03-08 | 1 | -1/+1 |
* | Fix ssh deploy and user key constraints (#1357) (#5939) | zeripath | 2019-02-03 | 1 | -7/+8 |
* | Fix notifications on pushing with deploy keys by setting hook environment var... | zeripath | 2019-02-03 | 1 | -0/+6 |