| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve show role (#26621) | yp05327 | 2023-08-22 | 1 | -12/+1 |
* | Use template context function for avatar rendering (#26385) | wxiaoguang | 2023-08-10 | 1 | -3/+3 |
* | Repository Archived text title center align (#25767) | puni9869 | 2023-07-08 | 1 | -2/+2 |
* | Use fetch to send requests to create issues/comments (#25258) | wxiaoguang | 2023-06-16 | 1 | -5/+4 |
* | Button and color enhancements (#24989) | silverwind | 2023-06-09 | 1 | -1/+1 |
* | Consolidate the two review boxes into one (#24738) | silverwind | 2023-05-29 | 1 | -2/+2 |
* | Improve and fix bugs surrounding reactions (#24760) | silverwind | 2023-05-28 | 1 | -5/+3 |
* | Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introd... | silverwind | 2023-05-21 | 1 | -1/+1 |
* | Clean up various avatar dimensions (#24701) | silverwind | 2023-05-14 | 1 | -4/+6 |
* | Make Issue/PR/projects more compact, misc CSS tweaks (#24459) | silverwind | 2023-05-03 | 1 | -9/+0 |
* | Improve some modal action buttons (#24289) | wxiaoguang | 2023-04-24 | 1 | -1/+1 |
* | Refactor delete_modal_actions template and use it for project column related ... | Hester Gong | 2023-04-23 | 1 | -3/+3 |
* | Fix issue attachment handling (#24202) | wxiaoguang | 2023-04-20 | 1 | -9/+11 |
* | Group template helper functions, remove `Printf`, improve template error mess... | wxiaoguang | 2023-04-08 | 1 | -2/+2 |
* | Merge template functions "dict/Dict/mergeinto" (#23932) | wxiaoguang | 2023-04-07 | 1 | -4/+4 |
* | Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) | wxiaoguang | 2023-04-03 | 1 | -14/+11 |
* | Remove incorrect HTML self close tag (#23748) | wxiaoguang | 2023-03-27 | 1 | -1/+1 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 1 | -1/+1 |
* | Remove `id="comment-form"` dead code, fix tag (#23555) | wxiaoguang | 2023-03-21 | 1 | -53/+15 |
* | 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 | 1 | -10/+10 |
* | Refactor `ctx` in templates (#23105) | wxiaoguang | 2023-03-02 | 1 | -4/+4 |
* | Improve accessibility for issue comments (#22612) | Andre Polykanine | 2023-02-23 | 1 | -3/+3 |
* | Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov... | wxiaoguang | 2023-02-19 | 1 | -4/+4 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -4/+4 |
* | Move helpers to be prefixed with `gt-` (#22879) | zeripath | 2023-02-13 | 1 | -4/+4 |
* | Use link in UI which returned a relative url but not html_url which contains ... | Lunny Xiao | 2023-02-06 | 1 | -1/+1 |
* | Change ID pattern of raw content container for issue (#21966) | Felipe Leopoldo Sologuren GutiƩrrez | 2022-12-10 | 1 | -1/+1 |
* | Timeline and color tweaks (#21799) | silverwind | 2022-11-19 | 1 | -2/+2 |
* | Make sure fmt catches all templates (#20979) | silverwind | 2022-08-31 | 1 | -13/+13 |
* | Refactor `i18n` to `locale` (#20153) | Gusted | 2022-06-27 | 1 | -30/+30 |
* | Make better use of i18n (#20096) | Gusted | 2022-06-26 | 1 | -1/+1 |
* | Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (#19729) | wxiaoguang | 2022-05-20 | 1 | -1/+1 |
* | Replace blue button and label classes with primary (#19763) | silverwind | 2022-05-20 | 1 | -2/+2 |
* | prevent double click new issue/pull/comment button (#16157) | a1012112796 | 2022-05-07 | 1 | -2/+2 |
* | Improve UI on mobile (#19546) | Gusted | 2022-05-01 | 1 | -2/+5 |
* | Remove dependent on session auth for api/v1 routers (#19321) | Lunny Xiao | 2022-04-08 | 1 | -1/+1 |
* | Refactor i18n, use Locale to provide i18n/translation related functions (#18648) | wxiaoguang | 2022-02-08 | 1 | -1/+1 |
* | Display issue/comment role even if repo archived (#17907) | Lunny Xiao | 2021-12-05 | 1 | -12/+12 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -4/+4 |
* | Refactor commentTags functionality (#17558) | Gusted | 2021-11-11 | 1 | -6/+9 |
* | Frontend refactor: move Vue related code from `index.js` to `components` dir,... | wxiaoguang | 2021-10-15 | 1 | -1/+1 |
* | Save and view issue/comment content history (#16909) | wxiaoguang | 2021-10-10 | 1 | -0/+7 |
* | Switch migration icon to svg (#15954) | silverwind | 2021-09-18 | 1 | -1/+1 |
* | Add attachments for PR reviews (#16075) | KN4CK3R | 2021-06-14 | 1 | -1/+0 |
* | Make tasklist checkboxes clickable (#15791) | KN4CK3R | 2021-05-23 | 1 | -1/+1 |
* | fix default avatar url (#15938) | Norwin | 2021-05-21 | 1 | -1/+1 |
* | Use a generic markup class to display externally rendered files and diffs (#1... | 6543 | 2021-05-07 | 1 | -2/+2 |
* | Enforce tab indentation in templates (#15289) | silverwind | 2021-04-10 | 1 | -3/+3 |
* | Prepend AppSubUrl to links for default avatar (#15341) | zeripath | 2021-04-08 | 1 | -1/+1 |