summaryrefslogtreecommitdiffstats
path: root/templates/repo/diff/box.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Allow/fix review (approve/reject) of empty PRs (#25690) (#25732)Giteabot2023-07-061-169/+163
* Use AfterCommitId to get commit for Viewed functionality (#25529) (#25612)Giteabot2023-07-011-1/+1
* Diff page enhancements (#25398) (#25437)Giteabot2023-06-221-4/+6
* Button and color enhancements (#24989) (#25176)silverwind2023-06-111-2/+2
* Show file tree by default (#25052)Kyle D2023-06-021-1/+2
* Add button on diff header to copy file name, misc diff header tweaks (#24986)silverwind2023-06-011-15/+17
* Refactor diffFileInfo / DiffTreeStore (#24998)wxiaoguang2023-05-301-27/+25
* Display file mode for new file and file mode changes (#24966)Yevhen Pavlov2023-05-291-0/+5
* Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introd...silverwind2023-05-211-1/+1
* Improve accessibility when (re-)viewing files (#24817)delvh2023-05-211-4/+4
* Make diff view full width again (#24598)wxiaoguang2023-05-091-2/+2
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-12/+9
* Diff improvements (#23553)silverwind2023-03-301-4/+14
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-241-2/+2
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-241-1/+1
* Fix diff detail buttons wrapping, use tippy for review box (#23271)silverwind2023-03-171-1/+1
* Fix review comment context menu clipped bug (#23523)wxiaoguang2023-03-161-1/+2
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-141-4/+4
* Fix PR view misalignment caused by long name file (#23321)Hester Gong2023-03-061-2/+2
* Improve PR Review Box UI (#22986)wxiaoguang2023-02-211-2/+2
* Use beforeCommit instead of baseCommit (#22949)Kyle D2023-02-201-1/+1
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-4/+4
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-21/+21
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-2/+2
* Fix diff UI for unexpandable items (#22700)wxiaoguang2023-02-021-11/+10
* Hide collapse icon in diff with no lines (#21094)JakobDev2023-01-311-7/+9
* Restore function to "Show more" buttons (#22399)zeripath2023-01-131-1/+1
* Diff file tree tweaks (#21446)silverwind2022-10-141-8/+10
* Refactor from Vue2 to Vue3 (#20044)André Jaenisch2022-10-011-2/+2
* Add filetree on left of diff view (#21012)sebastian-sauer2022-09-271-129/+140
* Prevent invalid behavior for file reviewing when loading more files (#21230)delvh2022-09-221-9/+9
* Fix CSV diff for added/deleted files (#21189)KN4CK3R2022-09-171-1/+1
* Change review buttons to icons to make space for text (#20934)silverwind2022-08-261-2/+2
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-31/+31
* Replace unstyled meter with progress (#19968)silverwind2022-06-151-2/+2
* Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (#19729)wxiaoguang2022-05-201-1/+1
* Replace blue button and label classes with primary (#19763)silverwind2022-05-201-1/+1
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-4/+3
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-3/+18
* Mute link in diff header (#19556)silverwind2022-04-291-1/+1
* Permalink files In PR diff (#19534)KN4CK3R2022-04-291-3/+4
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-1/+1
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-071-1/+5
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-221-0/+1
* perf: sent `data-path` once for each file (#17657)Gusted2021-11-191-1/+1
* Cleanup and use global style on popups (#17674)silverwind2021-11-181-3/+3
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-2/+2
* perf: only generate data-comment-url once (#17618)Gusted2021-11-141-1/+1
* Fix a UI error when folding a file content in a commit view (#17446)wxiaoguang2021-10-271-1/+1
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-85/+95