| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor delete_modal_actions template and use it for project column related ... | Hester Gong | 2023-04-23 | 5 | -29/+19 |
* | Improve template helper functions: string/slice (#24266) | wxiaoguang | 2023-04-22 | 3 | -5/+5 |
* | Add project type descriptions in issue badge and improve project icons (#23437) | yp05327 | 2023-04-21 | 1 | -7/+15 |
* | Fix issue attachment handling (#24202) | wxiaoguang | 2023-04-20 | 3 | -22/+24 |
* | Fix internal sever error when visiting a PR that bound to the deleted team (#... | sillyguodong | 2023-04-19 | 1 | -2/+7 |
* | Fix template error in pull request with deleted head repo (#24192) | Brecht Van Lommel | 2023-04-19 | 1 | -1/+1 |
* | Refactor locale number (#24134) | wxiaoguang | 2023-04-17 | 2 | -6/+6 |
* | Fix difficult translation for other languages (#24070) | Lunny Xiao | 2023-04-12 | 1 | -1/+1 |
* | Localize milestone related time strings (#24051) | Yarden Shoham | 2023-04-12 | 2 | -3/+3 |
* | Fix date display bug (#24047) | wxiaoguang | 2023-04-11 | 3 | -4/+4 |
* | Use auto-updating, natively hoverable, localized time elements (#23988) | Yarden Shoham | 2023-04-11 | 1 | -1/+1 |
* | Remove "inverted" class on creating new label and cancel buttons (#24030) | Hester Gong | 2023-04-10 | 1 | -2/+2 |
* | Make label templates have consistent behavior and priority (#23749) | wxiaoguang | 2023-04-10 | 1 | -2/+2 |
* | Group template helper functions, remove `Printf`, improve template error mess... | wxiaoguang | 2023-04-08 | 4 | -11/+11 |
* | Improve markdown editor: width, height, preferred (#23895) | wxiaoguang | 2023-04-07 | 1 | -8/+11 |
* | Merge template functions "dict/Dict/mergeinto" (#23932) | wxiaoguang | 2023-04-07 | 6 | -53/+53 |
* | Refactor authors dropdown (send get request from frontend to avoid long wait ... | Hester Gong | 2023-04-07 | 3 | -21/+19 |
* | Introduce GiteaLocaleNumber custom element to handle number localization on p... | wxiaoguang | 2023-04-03 | 2 | -6/+6 |
* | Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) | wxiaoguang | 2023-04-03 | 5 | -31/+28 |
* | Added close/open button to details page of milestone (#23877) | Bartlomiej Komendarczuk | 2023-04-03 | 1 | -0/+7 |
* | Improve home page template, fix Sort dropdown menu flash (#23856) | wxiaoguang | 2023-04-01 | 1 | -1/+1 |
* | Fix dropdown direction behavior (#23806) | wxiaoguang | 2023-03-30 | 1 | -2/+2 |
* | Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (#23790) | wxiaoguang | 2023-03-30 | 2 | -13/+11 |
* | Convert issue list checkboxes to native (#23596) | silverwind | 2023-03-30 | 1 | -3/+1 |
* | Implement Issue Config (#20956) | JakobDev | 2023-03-28 | 1 | -8/+31 |
* | Add API to manage issue dependencies (#17935) | qwerty287 | 2023-03-28 | 1 | -3/+36 |
* | Remove incorrect HTML self close tag (#23748) | wxiaoguang | 2023-03-27 | 8 | -18/+18 |
* | Use data-tooltip-content for tippy tooltip (#23649) | wxiaoguang | 2023-03-24 | 8 | -28/+28 |
* | Fix long project name display in issue list and in related dropdown (#23653) | Hester Gong | 2023-03-24 | 1 | -4/+4 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 2 | -3/+3 |
* | Use a general approach to show tooltip, fix temporary tooltip bug (#23574) | wxiaoguang | 2023-03-23 | 1 | -2/+2 |
* | Decouple the issue-template code from comment_tab.tmpl (#23556) | wxiaoguang | 2023-03-21 | 2 | -18/+23 |
* | Remove `id="comment-form"` dead code, fix tag (#23555) | wxiaoguang | 2023-03-21 | 1 | -53/+15 |
* | Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538) | yp05327 | 2023-03-19 | 3 | -20/+10 |
* | Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy... | wxiaoguang | 2023-03-17 | 2 | -2/+2 |
* | Allow both fullname and username search when `DEFAULT_SHOW_FULL_NAME` is true... | Hester Gong | 2023-03-16 | 4 | -10/+11 |
* | Change `Close` to either `Close issue` or `Close pull request` (#23506) | Yarden Shoham | 2023-03-16 | 1 | -5/+13 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 12 | -61/+43 |
* | Deduplicate template code for label selection menu (#23431) | Brecht Van Lommel | 2023-03-12 | 3 | -87/+45 |
* | Fix incorrect display for comment context menu (#23343) | wxiaoguang | 2023-03-08 | 1 | -5/+5 |
* | Fix incorrect project links and use symlink icon for org-wide projects (#23325) | yp05327 | 2023-03-06 | 1 | -6/+6 |
* | Add context when rendering labels or emojis (#23281) | Jonathan Tran | 2023-03-05 | 7 | -25/+25 |
* | Fix stray backticks appearing in pull request timeline (#23282) | Brecht Van Lommel | 2023-03-03 | 1 | -2/+2 |
* | Fix cannot reopen after pushing commits to a closed PR (#23189) | sillyguodong | 2023-03-03 | 1 | -1/+5 |
* | Refactor `ctx` in templates (#23105) | wxiaoguang | 2023-03-02 | 10 | -45/+45 |
* | Pull Requests: add button to compare force pushed commits (#22857) | Brecht Van Lommel | 2023-03-01 | 1 | -0/+5 |
* | Add "Reviewed by you" filter for pull requests (#22927) | Brecht Van Lommel | 2023-02-24 | 2 | -2/+4 |
* | Fix nil context in RenderMarkdownToHtml (#23092) | Zettat123 | 2023-02-24 | 7 | -16/+16 |
* | Make issue meta dropdown support Enter, confirm before reloading (#23014) | wxiaoguang | 2023-02-24 | 3 | -7/+7 |
* | Improve accessibility for issue comments (#22612) | Andre Polykanine | 2023-02-23 | 2 | -6/+6 |