| Commit message (Expand) | Author | Age | Files | Lines |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 1 | -2/+3 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 1 | -1/+10 |
* | Properly fix displaying virtual session provider in admin panel (#9137) | zeripath | 2019-11-28 | 1 | -7/+7 |
* | Add single sign-on support via SSPI on Windows (#8463) | QuaSoft | 2019-11-23 | 1 | -0/+64 |
* | Fix password checks on admin create/edit user (#9076) | guillep2k | 2019-11-20 | 1 | -3/+14 |
* | Add password requirement info on error (#9074) | guillep2k | 2019-11-19 | 1 | -2/+2 |
* | Shadow password correctly for session config (#8984) | zeripath | 2019-11-14 | 1 | -9/+17 |
* | Fix new user form for non-local users (#8826) | Lauris BH | 2019-11-04 | 1 | -9/+11 |
* | Move some repositories' operations to a standalone service package (#8557) | Lunny Xiao | 2019-10-26 | 1 | -1/+2 |
* | Fix password complexity regex for special characters (on master) (#8525) | guillep2k | 2019-10-16 | 1 | -2/+2 |
* | Password Complexity Checks (#6230) | Maxim Tkachenko | 2019-10-14 | 1 | -1/+9 |
* | Move all mail related codes from models to services/mailer (#7200) | Lunny Xiao | 2019-09-24 | 2 | -3/+5 |
* | Move database settings from models to setting (#7806) | Lunny Xiao | 2019-08-24 | 1 | -2/+2 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 5 | -7/+8 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -1/+2 |
* | Shadow the password on cache and session config on admin panel (#7300) | Lunny Xiao | 2019-06-27 | 2 | -2/+135 |
* | Fix error log when loading issues caused by a xorm bug (#7271) | Lunny Xiao | 2019-06-23 | 1 | -1/+1 |
* | show lfs config on admin panel (#7220) | Lunny Xiao | 2019-06-16 | 1 | -0/+1 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -4/+0 |
* | Repository avatar fallback configuration (#7087) | Mario Lubenka | 2019-06-02 | 1 | -0/+4 |
* | Refactor models.NewRepoContext to extract git related codes to modules/git (#... | Lunny Xiao | 2019-05-15 | 1 | -1/+2 |
* | fix config ui error about cache ttl (#6861) | Lunny Xiao | 2019-05-06 | 1 | -0/+1 |
* | Unifies pagination template usage (#6531) (#6533) | Mario Lubenka | 2019-04-20 | 1 | -4/+6 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -5/+7 |
* | Include more variables on admin/config page (#6378) | mrsdizzie | 2019-03-19 | 1 | -0/+16 |
* | Implement Default Webhooks (#4299) | Russell Aunger | 2019-03-18 | 1 | -0/+47 |
* | Show private organization for admin, fix #6111 (#6112) | Zsombor | 2019-02-19 | 1 | -0/+1 |
* | fix #3200 (#6033) | Lanre Adelowo | 2019-02-11 | 1 | -1/+1 |
* | Support reverse proxy providing email (#5554) | zeripath | 2018-12-18 | 1 | -0/+1 |
* | Allow admin toggle forcing a password change for newly created users (#4563) | Lanre Adelowo | 2018-09-13 | 2 | -7/+45 |
* | Force user to change password (#4489) | Lanre Adelowo | 2018-09-13 | 3 | -5/+72 |
* | LDAP Public SSH Keys synchronization (#1844) | Magnus Lindvall | 2018-05-24 | 1 | -18/+19 |
* | Add option to use paged LDAP search when synchronizing users (#3895) | Lauris BH | 2018-05-05 | 1 | -0/+5 |
* | Add admin dashboard option to run health checks (#3606) | Allen Wild | 2018-03-02 | 1 | -0/+4 |
* | Cleanup models.User.HashPassword (#3334) | Kim "BKC" Carlbäcker | 2018-01-12 | 1 | -2/+1 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 4 | -20/+20 |
* | Change EncodePasswd to HashPassword (#3329) | Morgan Bazalgette | 2018-01-08 | 1 | -1/+1 |
* | Enable admin to search by email (#2888) | Ethan Koenig | 2017-11-26 | 1 | -2/+3 |
* | Add commit count caching (#2774) | Lauris BH | 2017-10-26 | 1 | -3/+3 |
* | Hide unactive on explore users and some refactors (#2741) | Lunny Xiao | 2017-10-24 | 2 | -10/+4 |
* | Remove redudant functions and code (#2652) | Morlinest | 2017-10-10 | 1 | -1/+0 |
* | Webhooks for repo creation/deletion (#1663) | Ethan Koenig | 2017-09-03 | 2 | -2/+2 |
* | Make time diff translatable (#2057) | Lauris BH | 2017-06-28 | 1 | -1/+1 |
* | Display config file path on admin panel (#2030) | Lunny Xiao | 2017-06-22 | 1 | -0/+1 |
* | LDAP user synchronization (#1478) | Lauris BH | 2017-05-10 | 2 | -4/+11 |
* | Additional OAuth2 providers (#1010) | Willem van Dreumel | 2017-05-01 | 1 | -7/+30 |
* | fix: Admin can see all private repositories on Explore page. (#1026) | Bo-Yi Wu | 2017-02-26 | 1 | -1/+0 |
* | Take back control of hooks (#1006) | Lunny Xiao | 2017-02-23 | 1 | -2/+2 |
* | Oauth2 consumer (#679) | Willem van Dreumel | 2017-02-22 | 1 | -1/+28 |
* | feat: Able to disable non-admin to create new organization (#927) | Bo-Yi Wu | 2017-02-14 | 1 | -0/+1 |