| Commit message (Expand) | Author | Age | Files | Lines |
* | Add package registry cleanup rules (#21658) | KN4CK3R | 2022-11-20 | 4 | -6/+435 |
* | Show syntax lexer name in file view/blame (#21814) | silverwind | 2022-11-19 | 2 | -2/+14 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 17 | -185/+185 |
* | Fix setting HTTP headers after write (#21833) | KN4CK3R | 2022-11-18 | 2 | -3/+4 |
* | Adjust gitea doctor --run storages to check all storage types (#21785) | zeripath | 2022-11-15 | 1 | -1/+1 |
* | Copy citation file content, in APA and BibTex format, on repo home page (#19999) | Nolann | 2022-11-11 | 1 | -0/+45 |
* | Add configuration for CORS allowed headers (#21747) | Drew Noel | 2022-11-11 | 1 | -0/+1 |
* | Revert unrelated changes for SMTP auth (#21767) | wxiaoguang | 2022-11-10 | 1 | -1/+1 |
* | Extract updateSession function to reduce repetition (#21735) | Jason Song | 2022-11-10 | 4 | -135/+80 |
* | Fix dashboard ignored system setting cache (#21621) | Lunny Xiao | 2022-11-10 | 1 | -2/+5 |
* | Set last login when activating account (#21731) | Jason Song | 2022-11-09 | 1 | -0/+7 |
* | Remove template previewer (#21701) | Gusted | 2022-11-06 | 2 | -34/+0 |
* | Add Webhook authorization header (#20926) | oliverpool | 2022-11-03 | 1 | -1/+11 |
* | feat: notify doers of a merge when automerging (#21553) | kolaente | 2022-11-03 | 2 | -2/+8 |
* | Allow disable sitemap (#21617) | Xinyu Zhou | 2022-10-28 | 1 | -3/+10 |
* | Make rss/atom identifier globally unique (#21550) | Yarden Shoham | 2022-10-28 | 1 | -1/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 8 | -19/+19 |
* | Record OAuth client type at registration (#21316) | M Hickford | 2022-10-24 | 2 | -8/+23 |
* | adapt README_{Country}.md stype name in localizedExtensions (#21486) | a1012112796 | 2022-10-24 | 2 | -5/+5 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 6 | -8/+8 |
* | Require authentication for OAuth token refresh (#21421) | M Hickford | 2022-10-23 | 1 | -0/+29 |
* | Allow package version sorting (#21453) | KN4CK3R | 2022-10-23 | 1 | -1/+6 |
* | Remove deleted repos from searchresult (#21512) | Raymond | 2022-10-22 | 1 | -0/+12 |
* | Added check for disabled Packages (#21540) | rock2dust | 2022-10-22 | 1 | -0/+1 |
* | Decouple HookTask from Repository (#17940) | KN4CK3R | 2022-10-21 | 1 | -3/+3 |
* | move invite by mail to services package (#21513) | 6543 | 2022-10-20 | 1 | -6/+1 |
* | Suppress `ExternalLoginUserNotExist` error (#21504) | KN4CK3R | 2022-10-19 | 2 | -2/+8 |
* | Add team member invite by email (#20307) | KN4CK3R | 2022-10-19 | 2 | -23/+147 |
* | Add some api integration tests (#18872) | KN4CK3R | 2022-10-18 | 1 | -1/+1 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 5 | -178/+231 |
* | Return 404 when user is not found on avatar (#21476) | Gusted | 2022-10-16 | 1 | -0/+4 |
* | Display total commit count in hook message (#21400) | KN4CK3R | 2022-10-17 | 1 | -9/+10 |
* | [refactor] Use const for wiki DefaultBranch (#21466) | 6543 | 2022-10-15 | 1 | -4/+4 |
* | Fix #21406: Hide repo information from file view/blame mode (#21420) | Neel | 2022-10-13 | 1 | -0/+2 |
* | Respect user's locale when rendering the date range in the repo activity page... | Yarden Shoham | 2022-10-13 | 1 | -2/+2 |
* | Support instance-wide OAuth2 applications (#21335) | qwerty287 | 2022-10-12 | 3 | -5/+122 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 3 | -16/+16 |
* | Use Name instead of DisplayName in LFS Lock (#21415) | KN4CK3R | 2022-10-11 | 1 | -1/+1 |
* | Use ISO date format instead of hard-coded English date format for date range ... | Yarden Shoham | 2022-10-11 | 1 | -2/+2 |
* | Add user/organization code search (#19977) | Lauris BH | 2022-10-11 | 6 | -66/+201 |
* | Allow creation of OAuth2 applications for orgs (#18084) | qwerty287 | 2022-10-09 | 4 | -114/+283 |
* | Show private data in feeds (#21369) | KN4CK3R | 2022-10-07 | 1 | -1/+3 |
* | Refactor parseTreeEntries, speed up tree list (#21368) | wxiaoguang | 2022-10-08 | 1 | -2/+2 |
* | 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 |