| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Alert error message if open dependencies are included in the issues that try ... | sillyguodong | 2023-04-26 | 1 | -1/+1 |
* | Improve RSS (#24335) | wxiaoguang | 2023-04-25 | 1 | -6/+0 |
* | Fix incorrect CORS response in Http Git handler (#24303) | wxiaoguang | 2023-04-25 | 1 | -29/+17 |
* | Add tags list for repos whose release setting is disabled (#23465) | Zettat123 | 2023-04-25 | 1 | -13/+13 |
* | Add RSS Feeds for branches and files (#22719) | jladbrook | 2023-04-25 | 2 | -1/+14 |
* | default show closed actions list if all actions was closed (#24234) | a1012112796 | 2023-04-24 | 1 | -1/+7 |
* | Only delete secrets belonging to its owner (#24284) | KN4CK3R | 2023-04-23 | 1 | -0/+2 |
* | show workflow config error on file view also (#24267) | a1012112796 | 2023-04-22 | 1 | -0/+12 |
* | Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270) | wxiaoguang | 2023-04-22 | 1 | -1/+1 |
* | Show commit history for closed/merged PRs (#24238) | wxiaoguang | 2023-04-21 | 1 | -2/+4 |
* | Fix issue attachment handling (#24202) | wxiaoguang | 2023-04-20 | 1 | -12/+16 |
* | Make wiki title supports dashes and improve wiki name related features (#24143) | wxiaoguang | 2023-04-19 | 2 | -60/+75 |
* | Don't list root repository on compare page if pulls not allowed (#24183) | Lunny Xiao | 2023-04-19 | 1 | -1/+1 |
* | Add unset default project column (#23531) | yp05327 | 2023-04-19 | 1 | -0/+17 |
* | Allow adding new files to an empty repo (#24164) | wxiaoguang | 2023-04-19 | 2 | -39/+47 |
* | Add runner check in repo action page (#24124) | yp05327 | 2023-04-19 | 1 | -6/+40 |
* | fix calReleaseNumCommitsBehind (#24148) | oliverpool | 2023-04-18 | 1 | -7/+2 |
* | Use correct locale key for forks page (#24172) | John Olheiser | 2023-04-17 | 1 | -1/+1 |
* | Improve Wiki TOC (#24137) | wxiaoguang | 2023-04-17 | 1 | -1/+9 |
* | Fix 2-dot direct compare to use the right base commit (#24133) | Jonathan Tran | 2023-04-16 | 1 | -1/+5 |
* | Sort repo topic labels by name (#24123) | wxiaoguang | 2023-04-14 | 1 | -6/+1 |
* | Make more functions use ctx instead of db.DefaultContext (#24068) | wxiaoguang | 2023-04-14 | 1 | -8/+8 |
* | Make Release Download URLs predictable (#23891) | JakobDev | 2023-04-12 | 3 | -4/+15 |
* | Avoid recursing into sub-sub-sub-docs folders when looking for READMEs. (#23695) | Nick | 2023-04-10 | 1 | -4/+4 |
* | Make label templates have consistent behavior and priority (#23749) | wxiaoguang | 2023-04-10 | 3 | -3/+5 |
* | Improve GetBoards and getDefaultBoard (#22981) | yp05327 | 2023-04-09 | 1 | -1/+1 |
* | Fix redirect bug when creating issue from a project (#23971) | Lunny Xiao | 2023-04-08 | 1 | -2/+2 |
* | Add job.duration in web ui (#23963) | yp05327 | 2023-04-07 | 1 | -0/+2 |
* | Ensure RSS icon is present on all repo tabs (#23904) | silverwind | 2023-04-07 | 1 | -3/+0 |
* | Title can be empty when creating tag only (#23917) | Zettat123 | 2023-04-06 | 1 | -0/+6 |
* | Refactor authors dropdown (send get request from frontend to avoid long wait ... | Hester Gong | 2023-04-07 | 5 | -18/+110 |
* | Use graceful editorconfig loader to reduce errors when loading malformed edit... | Yoan Blanc | 2023-04-06 | 3 | -5/+12 |
* | Fix submit button won't refresh in New Repository Fork page (#22994) | yp05327 | 2023-04-03 | 1 | -0/+1 |
* | Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) | wxiaoguang | 2023-04-03 | 7 | -13/+0 |
* | Refactor commit status for Actions jobs (#23786) | Jason Song | 2023-03-29 | 1 | -11/+4 |
* | Implement Issue Config (#20956) | JakobDev | 2023-03-28 | 2 | -5/+12 |
* | Add API to manage issue dependencies (#17935) | qwerty287 | 2023-03-28 | 2 | -5/+74 |
* | Fix tags view (#23243) | Wiktor Kwapisiewicz | 2023-03-27 | 1 | -1/+7 |
* | Add commit info in action page (#23210) | yp05327 | 2023-03-27 | 1 | -0/+42 |
* | Fix cancel button in the page of project edit not work (#23655) | sillyguodong | 2023-03-24 | 1 | -0/+1 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 1 | -4/+3 |
* | Introduce path Clean/Join helper functions (#23495) | wxiaoguang | 2023-03-21 | 2 | -2/+2 |
* | Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491) | Hester Gong | 2023-03-16 | 1 | -5/+4 |
* | Replace `repo.namedBlob` by `git.TreeEntry`. (#22898) | Nick | 2023-03-15 | 1 | -44/+38 |
* | Add workflow error notification in ui (#23404) | yp05327 | 2023-03-14 | 1 | -3/+23 |
* | Make branches list page operations remember current page (#23420) | wxiaoguang | 2023-03-14 | 1 | -10/+7 |
* | Fix actions frontend bugs (pagination, long name alignment) and small simplif... | Hester Gong | 2023-03-13 | 1 | -0/+2 |
* | Show edit/close/delete button on organization wide repositories (#23388) | yp05327 | 2023-03-12 | 1 | -1/+1 |
* | Preserve file size when creating attachments (#23406) | Peter | 2023-03-12 | 1 | -1/+1 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 1 | -34/+33 |