| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix status table race condition (#1835) | Ethan Koenig | 2017-05-31 | 1 | -2/+1 |
* | Rename RepoCreationNum -> MaxCreationLimit (#1766) | Jonas Östanbäck | 2017-05-24 | 1 | -2/+2 |
* | Fix and test for delete user (#1713) | Ethan Koenig | 2017-05-20 | 1 | -20/+24 |
* | Admin should always be allowed to create repos even if hit limit (#1765) | Jonas Östanbäck | 2017-05-20 | 1 | -0/+3 |
* | LDAP user synchronization (#1478) | Lauris BH | 2017-05-10 | 1 | -0/+127 |
* | Add configuration option for default permission to create Organizations (#1686) | Lauris BH | 2017-05-08 | 1 | -1/+1 |
* | Sanitation fix from Gogs (#1461) | Kim "BKC" Carlbäcker | 2017-04-13 | 1 | -2/+2 |
* | fix delete user failed on sqlite (#1321) | Lunny Xiao | 2017-03-20 | 1 | -1/+1 |
* | Login via OpenID-2.0 (#618) | Sandro Santilli | 2017-03-17 | 1 | -0/+1 |
* | Fix typos in models/ and modules/ (#1248) | Ethan Koenig | 2017-03-15 | 1 | -3/+3 |
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -3/+3 |
* | Reserve the "explore" user/org name (#1222) | Sandro Santilli | 2017-03-12 | 1 | -1/+1 |
* | Move user_follow to separate file (#1210) | Ethan Koenig | 2017-03-11 | 1 | -72/+0 |
* | fix random avatars (#1147) | Lunny Xiao | 2017-03-08 | 1 | -0/+8 |
* | fix avatar bug #1114 (#1122) | Lunny Xiao | 2017-03-06 | 1 | -8/+15 |
* | Bug fixed for org avatar caused by #1049 (#1070) | Lunny Xiao | 2017-02-27 | 1 | -2/+2 |
* | Fix avatar enumable (#1049) | Lunny Xiao | 2017-02-25 | 1 | -3/+5 |
* | fix #13 (#1042) | Lunny Xiao | 2017-02-25 | 1 | -12/+27 |
* | refactor for searching user (#1038) | Lunny Xiao | 2017-02-25 | 1 | -11/+13 |
* | Oauth2 consumer (#679) | Willem van Dreumel | 2017-02-22 | 1 | -0/+21 |
* | Fix all the bugs in issues and pulls on dashboard (#943) | Lunny Xiao | 2017-02-17 | 1 | -0/+28 |
* | feat: Able to disable non-admin to create new organization (#927) | Bo-Yi Wu | 2017-02-14 | 1 | -1/+1 |
* | Implement basic Open Graph support. (#901) | Andrew | 2017-02-11 | 1 | -0/+5 |
* | feat: Add search bar on user profile page. (#787) | Bo-Yi Wu | 2017-02-04 | 1 | -1/+1 |
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -4/+4 |
* | fix: ignore email notifications if user is not active. (#820) | Bo-Yi Wu | 2017-02-02 | 1 | -1/+9 |
* | Add option to app.ini to enable local import paths (#724) | Bwko | 2017-01-23 | 1 | -0/+3 |
* | Fix permission bugs in team API (#647) | Ethan Koenig | 2017-01-20 | 1 | -1/+1 |
* | API Endpoints for organization members (#645) | Ethan Koenig | 2017-01-20 | 1 | -2/+4 |
* | Add Keep email private (see issue #571). (#571) | derSuessmann | 2017-01-08 | 1 | -15/+27 |
* | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -4/+4 |
* | Check primary email address fields on CreateUser (#556) | Berk Demirkır | 2017-01-05 | 1 | -0/+9 |
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 1 | -3/+3 |
* | Restrict creating organisations by user (#193) | Schwobaland | 2016-12-31 | 1 | -5/+12 |
* | fix 500 when delete orgnization and resolved #486 | Lunny Xiao | 2016-12-27 | 1 | -2/+4 |
* | Added sorting to organizations, repos & users page (#222) | Bwko | 2016-12-24 | 1 | -6/+12 |
* | API Endpoint for watching (#191) | Ethan Koenig | 2016-12-24 | 1 | -0/+15 |
* | Fix random string generator (#384) | Denis Denisov | 2016-12-20 | 1 | -3/+7 |
* | Don't use custom PBKDF2 function (#382) | Lunny Xiao | 2016-12-15 | 1 | -1/+2 |
* | Safe compare password (timing attack) (#338) | Denis Denisov | 2016-12-03 | 1 | -1/+2 |
* | Catch os... errors | Bwko | 2016-12-02 | 1 | -4/+17 |
* | Fix breakage from vendor-update | Kim "BKC" Carlbäcker | 2016-11-29 | 1 | -1/+1 |
* | Lint models/user.go | Bwko | 2016-11-28 | 1 | -18/+46 |
* | Fixes typos | Bwko | 2016-11-27 | 1 | -1/+1 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -7/+7 |
* | golint fixed for modules/avatar | Lunny Xiao | 2016-11-25 | 1 | -1/+1 |
* | API endpoints for stars | Ethan Koenig | 2016-11-16 | 1 | -0/+15 |
* | Remember diff view style (#163) | Andrey Nering | 2016-11-13 | 1 | -0/+8 |
* | Fixes possible vulnerabilities with keyword hijacking (#20) | LefsFlare | 2016-11-12 | 1 | -4/+4 |
* | bug fixed caused by #153 (#154) | Lunny Xiao | 2016-11-12 | 1 | -1/+1 |