| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove jQuery `.text()` (#30506) | silverwind | 2024-06-10 | 1 | -3/+3 |
* | Put web editor into a segment (#30966) | silverwind | 2024-05-15 | 1 | -19/+23 |
* | Fix all rounded borders, change affected tab menus to pills (#30707) | silverwind | 2024-04-29 | 3 | -6/+12 |
* | Convert max file name length to 255 (#30489) | yp05327 | 2024-04-15 | 2 | -2/+2 |
* | Put an edit file button on pull request files to allow a quick operation (#29... | Lunny Xiao | 2024-03-27 | 2 | -22/+22 |
* | Migrate `gt-hidden` to `tw-hidden` (#30046) | silverwind | 2024-03-24 | 3 | -3/+3 |
* | Migrate margin and padding helpers to tailwind (#30043) | silverwind | 2024-03-24 | 2 | -2/+2 |
* | Remove jQuery AJAX from the repo editor (#29636) | Yarden Shoham | 2024-03-07 | 1 | -2/+2 |
* | Fix incorrect tree path value for patch editor (#29377) | wxiaoguang | 2024-02-26 | 1 | -2/+2 |
* | enforce maxlength in frontend (#29389) | Tim-Niclas Oelschläger | 2024-02-25 | 4 | -5/+5 |
* | Remove incorrect and unnecessary Escape from templates (#29394) | wxiaoguang | 2024-02-25 | 1 | -1/+1 |
* | Refactor Safe modifier (#29392) | wxiaoguang | 2024-02-25 | 1 | -3/+3 |
* | Remove unnecessary "Safe" modifier from templates (#29318) | wxiaoguang | 2024-02-22 | 1 | -3/+3 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 1 | -2/+2 |
* | Preserve BOM in web editor (#28935) | silverwind | 2024-01-27 | 1 | -2/+1 |
* | Revert "Fix EOL handling in web editor" (#28101) | Nanguan Lin | 2023-11-22 | 1 | -4/+3 |
* | Fix more "locale" usages (#27259) | wxiaoguang | 2023-09-25 | 5 | -8/+8 |
* | Always use `ctx.Locale.Tr` inside templates (#27231) | delvh | 2023-09-25 | 5 | -44/+44 |
* | Fix EOL handling in web editor (#27141) | silverwind | 2023-09-24 | 1 | -3/+4 |
* | Change green buttons to primary color (#27099) | silverwind | 2023-09-18 | 3 | -5/+5 |
* | Fix incorrect "tabindex" attributes (#26733) | wxiaoguang | 2023-08-26 | 1 | -1/+1 |
* | Use unique class for breadcrumb divider (#26524) | silverwind | 2023-08-16 | 4 | -4/+4 |
* | Use template context function for avatar rendering (#26385) | wxiaoguang | 2023-08-10 | 1 | -1/+1 |
* | Refactor "editorconfig" (#26391) | wxiaoguang | 2023-08-08 | 1 | -1/+1 |
* | Enable H014 and H023 djlint rules (#25786) | silverwind | 2023-07-09 | 1 | -3/+0 |
* | Add template linting via djlint (#25212) | silverwind | 2023-06-14 | 2 | -3/+3 |
* | Create pull request for base after editing file, if not enabled on fork (#24841) | Brecht Van Lommel | 2023-05-24 | 1 | -4/+2 |
* | Remove fomantic breadcrumb module (#24463) | silverwind | 2023-05-01 | 4 | -60/+52 |
* | Improve some modal action buttons (#24289) | wxiaoguang | 2023-04-24 | 2 | -6/+6 |
* | Refactor delete_modal_actions template and use it for project column related ... | Hester Gong | 2023-04-23 | 2 | -4/+4 |
* | Allow adding new files to an empty repo (#24164) | wxiaoguang | 2023-04-19 | 1 | -0/+2 |
* | Use a general Eval function for expressions in templates. (#23927) | wxiaoguang | 2023-04-07 | 2 | -2/+2 |
* | 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 | 2 | -2/+2 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 1 | -3/+3 |
* | Replace a few fontawesome icons with svg (#23602) | silverwind | 2023-03-20 | 2 | -4/+4 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 2 | -10/+10 |
* | Fix broken code editor diff preview (#23307) | wxiaoguang | 2023-03-06 | 1 | -1/+1 |
* | Fix missed `.hide` class (#23208) | yp05327 | 2023-03-02 | 1 | -1/+1 |
* | Fix commit name in Apply Patch page (#23086) | yp05327 | 2023-02-23 | 1 | -1/+1 |
* | Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov... | wxiaoguang | 2023-02-19 | 2 | -2/+2 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+1 |
* | Move helpers to be prefixed with `gt-` (#22879) | zeripath | 2023-02-13 | 2 | -2/+2 |
* | Remove Fomantic-UI's `.hidden` CSS class for checkbox elements (#22851) | wxiaoguang | 2023-02-13 | 1 | -1/+1 |
* | Use link in UI which returned a relative url but not html_url which contains ... | Lunny Xiao | 2023-02-06 | 1 | -2/+2 |
* | Add main landmark to templates and adjust titles (#22670) | Felipe Leopoldo Sologuren Gutiérrez | 2023-02-01 | 5 | -5/+5 |
* | Improve checkbox accessibility a bit by adding the title attribute (#22593) | Felipe Leopoldo Sologuren Gutiérrez | 2023-02-01 | 1 | -1/+1 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -2/+2 |
* | Make sure fmt catches all templates (#20979) | silverwind | 2022-08-31 | 2 | -4/+4 |
* | Refactor `i18n` to `locale` (#20153) | Gusted | 2022-06-27 | 5 | -44/+44 |