| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix date display bug (#24047) | wxiaoguang | 2023-04-11 | 4 | -5/+5 |
* | Use auto-updating, natively hoverable, localized time elements (#23988) | Yarden Shoham | 2023-04-11 | 5 | -6/+6 |
* | Add placeholder and aria attributes to release and wiki edit page (#24031) | silverwind | 2023-04-10 | 2 | -10/+11 |
* | 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 | 2 | -4/+4 |
* | Expand/Collapse all changed files (#23639) | sillyguodong | 2023-04-09 | 1 | -0/+2 |
* | Re-add initial wiki page text when editing the page (#23984) | wxiaoguang | 2023-04-09 | 1 | -0/+1 |
* | Group template helper functions, remove `Printf`, improve template error mess... | wxiaoguang | 2023-04-08 | 7 | -16/+17 |
* | Fix markup background, improve wiki rendering (#23750) | silverwind | 2023-04-07 | 2 | -3/+3 |
* | Discolor pull request tab labels (#23950) | silverwind | 2023-04-07 | 1 | -3/+3 |
* | 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 | 9 | -64/+64 |
* | Use a general Eval function for expressions in templates. (#23927) | wxiaoguang | 2023-04-07 | 9 | -19/+20 |
* | Clean template/helper.go (#23922) | wxiaoguang | 2023-04-07 | 3 | -3/+6 |
* | Title can be empty when creating tag only (#23917) | Zettat123 | 2023-04-06 | 1 | -1/+1 |
* | Refactor authors dropdown (send get request from frontend to avoid long wait ... | Hester Gong | 2023-04-07 | 3 | -21/+19 |
* | Use graceful editorconfig loader to reduce errors when loading malformed edit... | Yoan Blanc | 2023-04-06 | 1 | -3/+6 |
* | Fix code view (diff) broken layout (#23096) | wxiaoguang | 2023-04-04 | 4 | -21/+25 |
* | Remove fomantic ".link" selector and styles (#23888) | wxiaoguang | 2023-04-03 | 2 | -14/+8 |
* | Disable editing tags (#23883) | Zettat123 | 2023-04-03 | 1 | -1/+1 |
* | Introduce GiteaLocaleNumber custom element to handle number localization on p... | wxiaoguang | 2023-04-03 | 6 | -15/+15 |
* | Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) | wxiaoguang | 2023-04-03 | 10 | -77/+76 |
* | Added close/open button to details page of milestone (#23877) | Bartlomiej Komendarczuk | 2023-04-03 | 1 | -0/+7 |
* | Fix review conversation reply (#23846) | wxiaoguang | 2023-04-01 | 1 | -0/+1 |
* | Improve home page template, fix Sort dropdown menu flash (#23856) | wxiaoguang | 2023-04-01 | 1 | -1/+1 |
* | Use different SVG for pending and running actions (#23836) | Hester Gong | 2023-03-31 | 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 |
* | Diff improvements (#23553) | silverwind | 2023-03-30 | 1 | -4/+14 |
* | 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 |
* | Add creation time in tag list page (#23693) | Balki | 2023-03-28 | 1 | -0/+3 |
* | Fix SVG close tag, improve commit graph page UI alignment (#23751) | wxiaoguang | 2023-03-27 | 2 | -8/+8 |
* | Remove incorrect HTML self close tag (#23748) | wxiaoguang | 2023-03-27 | 21 | -46/+46 |
* | Refactor repo commit list (#23690) | wxiaoguang | 2023-03-27 | 1 | -15/+8 |
* | Fix tags view (#23243) | Wiktor Kwapisiewicz | 2023-03-27 | 1 | -40/+22 |
* | Fix project card preview select and template select (#23684) | Zettat123 | 2023-03-27 | 1 | -1/+1 |
* | Fix incorrect `toggle` buttons (#23676) | wxiaoguang | 2023-03-26 | 3 | -3/+3 |
* | Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit... | wxiaoguang | 2023-03-26 | 1 | -20/+15 |
* | Allow new file and edit file preview if it has editable extension (#23624) | Hester Gong | 2023-03-26 | 1 | -1/+1 |
* | Use data-tooltip-content for tippy tooltip (#23649) | wxiaoguang | 2023-03-24 | 42 | -117/+117 |
* | Fix cancel button in the page of project edit not work (#23655) | sillyguodong | 2023-03-24 | 1 | -1/+1 |
* | Fix long project name display in issue list and in related dropdown (#23653) | Hester Gong | 2023-03-24 | 2 | -5/+5 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 7 | -11/+11 |
* | Fix incorrect `show-modal` and `show-panel` class (#23660) | wxiaoguang | 2023-03-23 | 4 | -6/+6 |
* | Use a general approach to show tooltip, fix temporary tooltip bug (#23574) | wxiaoguang | 2023-03-23 | 2 | -3/+3 |
* | Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#2... | wxiaoguang | 2023-03-23 | 1 | -1/+1 |
* | 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 |