| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 3 | -5/+5 |
* | Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi... | zeripath | 2021-12-14 | 2 | -29/+108 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -2/+2 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 2 | -43/+45 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 4 | -11/+15 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 3 | -11/+10 |
* | Fix value of User.IsRestricted to default setting when oauth2 user auto regis... | Galen Suen | 2021-11-28 | 1 | -7/+8 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 10 | -127/+129 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 5 | -31/+47 |
* | Support pagination of organizations on user settings pages (#16083) | Lunny Xiao | 2021-11-22 | 2 | -4/+29 |
* | Reset locale on login (#17734) | zeripath | 2021-11-20 | 1 | -0/+4 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 2 | -9/+9 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -1/+2 |
* | Move user follow and openid into models/user/ (#17613) | Lunny Xiao | 2021-11-17 | 4 | -17/+19 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 4 | -6/+5 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 1 | -3/+3 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -2/+1 |
* | Remove unnecassary calls to `filepath.Join` (#17608) | Gusted | 2021-11-15 | 2 | -2/+2 |
* | Correctly handle failed migrations (#17575) | zeripath | 2021-11-13 | 1 | -0/+7 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 5 | -13/+14 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 4 | -17/+21 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -10/+11 |
* | Allow U2F 2FA without TOTP (#11573) | Kamil DomaĆski | 2021-11-08 | 2 | -25/+44 |
* | Simplify Gothic to use our session store instead of creating a different stor... | zeripath | 2021-11-03 | 1 | -1/+1 |
* | Add appearance section in settings (#17433) | qwerty287 | 2021-10-27 | 2 | -36/+66 |
* | Add groups scope/claim to OIDC/OAuth2 Provider (#17367) | Nico Schieder | 2021-10-22 | 1 | -5/+50 |
* | Fix dashboard repolist alignment and repolisting (#17355) | zeripath | 2021-10-19 | 1 | -0/+6 |
* | Add RSS/Atom feed support for user actions (#16002) | 6543 | 2021-10-16 | 2 | -38/+34 |
* | Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR... | wxiaoguang | 2021-10-15 | 1 | -1/+2 |
* | Frontend refactor: move Vue related code from `index.js` to `components` dir,... | wxiaoguang | 2021-10-15 | 1 | -1/+4 |
* | Don't panic if we fail to parse U2FRegistration data (#17304) | David Jimenez | 2021-10-14 | 1 | -1/+1 |
* | AutoRegistration is supposed to be working with disabled registration (#17219) | Viktor Kuzmin | 2021-10-11 | 1 | -1/+1 |
* | Avatar refactor, move avatar code from `models` to `models.avatars`, remove d... | wxiaoguang | 2021-10-06 | 1 | -67/+17 |
* | Fix wrong i18n keys (#17150) | Lunny Xiao | 2021-09-25 | 2 | -5/+5 |
* | Move twofactor to models/login (#17143) | Lunny Xiao | 2021-09-25 | 4 | -43/+43 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 10 | -51/+62 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 2 | -5/+4 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 6 | -14/+17 |
* | Notifications API: respond with updated notifications (#17064) | Norwin | 2021-09-17 | 1 | -1/+1 |
* | Make LDAP be able to skip local 2FA (#16954) | zeripath | 2021-09-17 | 3 | -4/+14 |
* | Add setting to OAuth handlers to skip local 2FA authentication (#16594) | zeripath | 2021-09-10 | 1 | -8/+12 |
* | Add Cache-Control to avatar redirects (#16973) | silverwind | 2021-09-06 | 1 | -3/+9 |
* | Correctly return the number of Repositories for Organizations (#16807) | zeripath | 2021-09-01 | 1 | -1/+1 |
* | In Render tolerate not being passed a context (#16842) | zeripath | 2021-08-28 | 2 | -0/+2 |
* | Decoupled code from DefaultSigningKey (#16743) | KN4CK3R | 2021-08-27 | 2 | -18/+18 |
* | Add EdDSA JWT signing algorithm (#16786) | Aliaksandr Mianzhynski | 2021-08-25 | 2 | -2/+2 |
* | Added introspection endpoint. (#16752) | KN4CK3R | 2021-08-20 | 1 | -55/+43 |
* | Fix wrong user in OpenID response (#16736) | KN4CK3R | 2021-08-19 | 2 | -10/+85 |
* | Related refactors to ctx.FormX functions (#16567) | 6543 | 2021-08-11 | 4 | -9/+7 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 9 | -50/+50 |