| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add cli commands to regen hooks & keys (#3979) | techknowlogick | 2018-05-17 | 1 | -0/+58 |
* | Do not allow inactive users to access repositories using private keys (#3887) | Lauris BH | 2018-05-02 | 1 | -0/+6 |
* | Implements generator cli for secrets (#3531) | Codruț Constantin Gușoi | 2018-02-18 | 1 | -0/+83 |
* | Fix SSH auth lfs locks (#3152) | Antoine GIRARD | 2018-01-27 | 1 | -2/+6 |
* | General refactor of the cmd package (#3328) | Morgan Bazalgette | 2018-01-12 | 6 | -79/+92 |
* | Cleanup models.User.HashPassword (#3334) | Kim "BKC" Carlbäcker | 2018-01-12 | 1 | -2/+1 |
* | Change EncodePasswd to HashPassword (#3329) | Morgan Bazalgette | 2018-01-08 | 1 | -1/+1 |
* | Add repo-sync-releases admin command (#3254) | Sandro Santilli | 2017-12-31 | 1 | -0/+75 |
* | Add an option to allow redirect of http port 80 to https. (#1928) | Mike Fellows | 2017-12-25 | 1 | -0/+23 |
* | Improvements for supporting UI Location (#3146) | Lunny Xiao | 2017-12-14 | 1 | -2/+3 |
* | fix run web with -p push failed (#3154) | Lunny Xiao | 2017-12-13 | 1 | -0/+30 |
* | Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043) | Lunny Xiao | 2017-12-02 | 1 | -11/+3 |
* | Add external markup render support (#2570) | Lunny Xiao | 2017-11-07 | 1 | -0/+3 |
* | Set session and indexers' data files rel to AppDataPath (#2192) | Guillaume Dube | 2017-11-03 | 2 | -7/+4 |
* | improve force push detect when push (#2798) | Lunny Xiao | 2017-10-28 | 1 | -1/+1 |
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -23/+25 |
* | Only update needed columns when update user (#2296) | Lunny Xiao | 2017-08-12 | 1 | -1/+1 |
* | Set TMPDIR enviroment variable for dump command (#1915) | Jonas Östanbäck | 2017-06-08 | 1 | -0/+5 |
* | feat: add check misspelling (#1877) | Bo-Yi Wu | 2017-06-05 | 1 | -1/+1 |
* | fix admin lost permission caused by #947 | Lunny Xiao | 2017-05-19 | 1 | -1/+1 |
* | Add units to team (#947) | Lunny Xiao | 2017-05-18 | 1 | -0/+8 |
* | Remove env user salt since no need to use (#1515) | Lunny Xiao | 2017-05-06 | 1 | -2/+0 |
* | Drop db operations from hook commands (#1514) | Lunny Xiao | 2017-05-04 | 1 | -39/+21 |
* | Integration test framework (#1290) | Ethan Koenig | 2017-04-25 | 1 | -629/+3 |
* | support health check via / and fix #969 (#1520) | Lunny Xiao | 2017-04-20 | 1 | -0/+4 |
* | feat: add download count field and unit testing for attachment. (#1512) | Bo-Yi Wu | 2017-04-20 | 1 | -0/+5 |