| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 4 | -0/+40 |
* | Do not send activation email if manual confirm is set (#19119) | zeripath | 2022-03-18 | 1 | -0/+2 |
* | Fix release typo (#18728) | Lunny Xiao | 2022-02-11 | 1 | -1/+1 |
* | Refactor i18n, use Locale to provide i18n/translation related functions (#18648) | wxiaoguang | 2022-02-08 | 2 | -2/+2 |
* | Add config options to hide issue events (#17414) | qwerty287 | 2022-01-21 | 1 | -0/+98 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+1 |
* | Fix incorrect OAuth message (#18332) | wxiaoguang | 2022-01-19 | 1 | -2/+2 |
* | Webauthn nits (#18284) | zeripath | 2022-01-15 | 2 | -11/+1 |
* | Support webauthn (#17957) | Lunny Xiao | 2022-01-14 | 6 | -68/+57 |
* | Fix mermaid rendering in milestone dashboard (#18202) | silverwind | 2022-01-07 | 1 | -1/+1 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 6 | -4/+4 |
* | Use conditions but not repo ids as query condition (#16839) | Lunny Xiao | 2021-12-29 | 1 | -2/+2 |
* | Move POST /{username}/action/{action} to simply POST /{username} (#18045) | zeripath | 2021-12-20 | 1 | -2/+2 |
* | Fix delete u2f keys modal (#18040) | Lunny Xiao | 2021-12-20 | 1 | -1/+1 |
* | Add support for ssh commit signing (#17743) | Wim | 2021-12-19 | 1 | -0/+38 |
* | Prevent hang in git cat-file if repository is not a valid repository and othe... | zeripath | 2021-12-16 | 1 | -22/+18 |
* | Removed SizeFmt. (#17890) | KN4CK3R | 2021-12-03 | 1 | -2/+2 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 2 | -2/+2 |
* | Support pagination of organizations on user settings pages (#16083) | Lunny Xiao | 2021-11-22 | 1 | -0/+1 |
* | Fix correct usage of teams (#17732) | Gusted | 2021-11-20 | 1 | -2/+2 |
* | Cleanup and use global style on popups (#17674) | silverwind | 2021-11-18 | 4 | -11/+11 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 8 | -64/+64 |
* | Allow U2F 2FA without TOTP (#11573) | Kamil DomaĆski | 2021-11-08 | 3 | -27/+25 |
* | Move key forms before list and add cancel button (#17432) | qwerty287 | 2021-10-28 | 2 | -65/+63 |
* | Add appearance section in settings (#17433) | qwerty287 | 2021-10-27 | 4 | -52/+77 |
* | Add groups scope/claim to OIDC/OAuth2 Provider (#17367) | Nico Schieder | 2021-10-22 | 1 | -2/+4 |
* | Fix dashboard repolist alignment and repolisting (#17355) | zeripath | 2021-10-19 | 1 | -1/+2 |
* | Disable form autofill (#17291) | wxiaoguang | 2021-10-19 | 1 | -1/+2 |
* | Frontend refactor: move Vue related code from `index.js` to `components` dir,... | wxiaoguang | 2021-10-15 | 1 | -7/+6 |
* | Prevent leave changes dialogs due to autofill fields (#16912) | zeripath | 2021-09-02 | 1 | -1/+1 |
* | Add modals to Organization and Team remove/leave (#16471) | zeripath | 2021-08-26 | 11 | -12/+12 |
* | Report the correct number of pushes on the feeds (#16811) | zeripath | 2021-08-25 | 1 | -1/+1 |
* | Added introspection endpoint. (#16752) | KN4CK3R | 2021-08-20 | 1 | -0/+1 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 1 | -11/+9 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 1 | -1/+1 |
* | Add fluid to ui container class to remove margin (#16396) | Stanley Hu | 2021-07-20 | 2 | -2/+2 |
* | Improve 2FA autofill (#16473) | Jonathan Herlin | 2021-07-18 | 1 | -1/+1 |
* | show tag name on dashboard items list (#16466) | a1012112796 | 2021-07-17 | 1 | -1/+1 |
* | Update notification table with only latest data (#16445) | zeripath | 2021-07-17 | 1 | -1/+1 |
* | Fix activation of primary email addresses (#16385) | Meano | 2021-07-13 | 1 | -1/+1 |
* | Add option to provide signature for a token to verify key ownership (#14054) | zeripath | 2021-07-13 | 1 | -2/+58 |
* | Implemented head_commit for webhooks (#16282) | KN4CK3R | 2021-06-29 | 1 | -1/+1 |
* | Make allowed Visiblity modes configurable for Users (#16271) | 6543 | 2021-06-27 | 1 | -15/+15 |
* | Add Visible modes function from Organisation to Users too (#16069) | Sergey Dryabzhinsky | 2021-06-26 | 1 | -12/+47 |
* | Add better errors for disabled account recovery (#15117) | John Olheiser | 2021-06-25 | 1 | -1/+7 |
* | Remove User.GetOrganizations() (#14032) | 6543 | 2021-06-18 | 1 | -1/+1 |
* | Add asymmetric JWT signing (#16010) | KN4CK3R | 2021-06-17 | 1 | -0/+7 |
* | Add OpenID claims "profile" and "email". (#16141) | KN4CK3R | 2021-06-14 | 1 | -0/+29 |
* | Remove remaining fontawesome usage in templates (#15952) | silverwind | 2021-05-22 | 4 | -7/+7 |
* | Issue sidebar and misc css fixes (#15524) | silverwind | 2021-05-16 | 1 | -7/+13 |