| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix #5866: Silence console logger in gitea serv (#5887) | zeripath | 2019-02-03 | 1 | -0/+1 |
* | Disallow empty titles (#5785) | Lanre Adelowo | 2019-01-21 | 1 | -2/+3 |
* | Add flag to skip repository dumping (#5695) | Zsombor | 2019-01-13 | 1 | -14/+22 |
* | Allow for user specific themes (#5668) | Lanre Adelowo | 2019-01-09 | 1 | -0/+1 |
* | Make sure argsSet verifies string isn't empty too (#4980) | Lanre Adelowo | 2018-12-27 | 1 | -0/+5 |
* | fix lfs version check warning log when using ssh protocol (#5501) | Lunny Xiao | 2018-12-19 | 2 | -9/+25 |
* | Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled ... | Greg Karékinian | 2018-12-12 | 1 | -1/+4 |
* | fix detect force push failure on deletion of protected branches (#5522) | Lunny Xiao | 2018-12-12 | 1 | -12/+12 |
* | fix clone wiki failed via ssh (#5503) | Lunny Xiao | 2018-12-11 | 1 | -4/+8 |
* | Fix the Let's Encrypt handler by listening on a valid address (#5525) | Greg Karékinian | 2018-12-11 | 1 | -1/+7 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -12/+2 |
* | fix password variable shadowing (#5405) | Lanre Adelowo | 2018-11-26 | 1 | -1/+2 |
* | Don't force a password change for the admin user when creating an account via... | Lanre Adelowo | 2018-11-25 | 1 | -0/+6 |
* | Create AuthorizedKeysCommand (#5236) | zeripath | 2018-11-01 | 2 | -1/+90 |
* | Add command for migrating database (#4954) | Robert Ștefan | 2018-10-30 | 1 | -0/+52 |
* | Generate random password (#5023) | Lanre Adelowo | 2018-10-30 | 1 | -2/+32 |
* | remove unused db init on commands serv, update, hooks (#5225) | Lunny Xiao | 2018-10-30 | 1 | -1/+0 |
* | Make gitea serv use api/internal (#4886) | Antoine GIRARD | 2018-10-30 | 1 | -34/+21 |
* | fix showing pull request link when delete a branch (#5166) | Lunny Xiao | 2018-10-28 | 1 | -1/+1 |
* | Add must-change-password flag to cli for creating a user (#4955) | Lanre Adelowo | 2018-10-21 | 1 | -5/+17 |
* | Give user a link to create PR after push (#4716) | Julien Tant | 2018-10-20 | 1 | -0/+43 |
* | refactor: err != nil check, just return error instead (#5093) | Bo-Yi Wu | 2018-10-18 | 1 | -15/+4 |
* | Add/remove/list oauth providers via cli (#4591) | techknowlogick | 2018-09-12 | 1 | -0/+286 |
* | add letsencrypt to Gitea (#4189) | Fluf | 2018-08-21 | 1 | -0/+33 |
* | cmd/serve: pprof cpu and memory profile dumps to disk (#4560) | Jerry Jacobs | 2018-08-07 | 1 | -0/+16 |
* | Add config path as an optional flag when changing pass via CLI (#4184) | Fluf | 2018-06-09 | 1 | -0/+9 |
* | LFS: make HTTP auth period configurable (#4035) | Inon S | 2018-05-29 | 1 | -1/+1 |