| Commit message (Expand) | Author | Age | Files | Lines |
* | Parse OAuth Authorization header when request omits client secret (#21351) | M Hickford | 2022-10-07 | 1 | -2/+21 |
* | Tag list should include draft releases with existing tags (#21263) | Jason Song | 2022-10-03 | 1 | -3/+11 |
* | Add pages to view watched repos and subscribed issues/PRs (#17156) | qwerty287 | 2022-09-29 | 2 | -2/+213 |
* | Improve error descriptions for unauthorized_client (#21292) | M Hickford | 2022-09-28 | 1 | -4/+4 |
* | Do not allow organisation owners add themselves as collaborator (#20043) | Wim | 2022-09-28 | 1 | -0/+13 |
* | Use absolute links in feeds (#21229) | KN4CK3R | 2022-09-21 | 1 | -31/+31 |
* | Fix CSV diff for added/deleted files (#21189) | KN4CK3R | 2022-09-17 | 1 | -18/+18 |
* | Keep path when creating a new branch (#21153) | JakobDev | 2022-09-15 | 1 | -1/+1 |
* | Use correct branch for .editorconfig error (#21152) | JakobDev | 2022-09-14 | 1 | -1/+1 |
* | Show .editorconfig errors in frontend (#21088) | JakobDev | 2022-09-12 | 1 | -0/+5 |
* | Allow poster to choose reviewers (#21084) | Jason Song | 2022-09-09 | 1 | -5/+10 |
* | Fix typo of issue template name (#21117) | Jason Song | 2022-09-09 | 1 | -1/+1 |
* | Fix pagination limit parameter problem (#21109) | Tyrone Yeh | 2022-09-08 | 1 | -1/+1 |
* | Fix various typos (#21103) | luzpaz | 2022-09-07 | 1 | -1/+1 |
* | Webhook for Wiki changes (#20219) | Aaron F | 2022-09-04 | 2 | -0/+8 |
* | test: use `T.TempDir` to create temporary test directory (#21043) | Eng Zer Jun | 2022-09-04 | 1 | -8/+1 |
* | Fill the specified ref in webhook test payload (#20961) | Jason Song | 2022-09-04 | 1 | -2/+4 |
* | Support Issue forms and PR forms (#20987) | Jason Song | 2022-09-02 | 3 | -69/+132 |
* | Redirect if user does not exist (#20981) | KN4CK3R | 2022-08-29 | 1 | -1/+5 |
* | fix hard-coded timeout and error panic in API archive download endpoint (#20925) | Peter GardfjÀll | 2022-08-29 | 1 | -49/+6 |
* | Share HTML template renderers and create a watcher framework (#20218) | zeripath | 2022-08-28 | 2 | -6/+10 |
* | Only show relevant repositories on explore page (#19361) | Gusted | 2022-08-25 | 1 | -6/+14 |
* | Replace `ServeStream` with `ServeContent` (#20903) | KN4CK3R | 2022-08-25 | 2 | -2/+3 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 25 | -149/+153 |
* | refactor webhook *EditPost (#20780) | oliverpool | 2022-08-23 | 2 | -481/+196 |
* | Improve single repo action for issue and pull requests (#20730) | CodeDoctor | 2022-08-22 | 1 | -0/+2 |
* | Fix mirror address setting not working (#20850) | Gary Wang | 2022-08-21 | 1 | -2/+5 |
* | Fix SQL Query for `SearchTeam` (#20844) | Gusted | 2022-08-21 | 1 | -1/+1 |
* | Remove calls to load Mirrors in user.Dashboard (#20855) | zeripath | 2022-08-18 | 1 | -33/+0 |
* | Fix owners cannot create organization repos bug (#20841) | Lunny Xiao | 2022-08-18 | 1 | -1/+4 |
* | Add badge capabilities to users (#20607) | techknowlogick | 2022-08-18 | 1 | -0/+7 |
* | Use the total issue count for UI (#20785) | parnic | 2022-08-17 | 1 | -2/+7 |
* | auth/reverseproxy: Add support for full name (#20776) | Will Norris | 2022-08-16 | 1 | -0/+1 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 2 | -6/+6 |
* | Remove follow from commits by file (#20765) | zeripath | 2022-08-14 | 1 | -2/+2 |
* | Switch Unicode Escaping to a VSCode-like system (#19990) | zeripath | 2022-08-13 | 4 | -38/+64 |
* | refactor webhook *NewPost (#20729) | oliverpool | 2022-08-11 | 1 | -449/+128 |
* | Add support mCaptcha as captcha provider (#20458) | Gusted | 2022-08-10 | 3 | -0/+27 |
* | Add an option to create new issues from "/issues" page (#20650) | CodeDoctor | 2022-08-09 | 1 | -0/+6 |
* | Add issue filter for Author (#20578) | parnic | 2022-08-08 | 1 | -1/+9 |
* | Fix init mail render logic (#20704) | KN4CK3R | 2022-08-08 | 1 | -4/+0 |
* | Use request timeout for git service rpc (#20689) | parnic | 2022-08-06 | 1 | -5/+6 |
* | Add default commit messages to PR for squash merge (#20618) | Tyrone Yeh | 2022-08-03 | 1 | -0/+2 |
* | Rework mailer settings (#18982) | Clar Fon | 2022-08-02 | 1 | -1/+1 |
* | Support localized README (#20508) | Gary Wang | 2022-08-01 | 2 | -69/+117 |
* | Add disable download source configuration (#20548) | Lunny Xiao | 2022-07-31 | 1 | -1/+8 |
* | Add missing Tabs on organisation/package view (Frontport #20539) (#20540) | 6543 | 2022-07-31 | 1 | -0/+16 |
* | Rework file highlight rendering and fix yaml copy-paste (#19967) | silverwind | 2022-07-30 | 1 | -13/+13 |
* | Add new API endpoints for push mirrors management (#19841) | Mohamed Sekour | 2022-07-30 | 1 | -9/+9 |
* | WebAuthn CredentialID field needs to be increased in size (#20530) | zeripath | 2022-07-30 | 1 | -2/+1 |