summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Improve tracker deletion error message to display projects containing issues ...Go MAEDA2024-11-031-1/+5
* Fix: "Import issues" and "Import time entries" pages are visible to users wit...Go MAEDA2024-11-034-4/+4
* Prevents 'blinking' tooltips in the rare case where the browser places the to...Marius Balteanu2024-10-311-0/+1
* Fix: `updated_by_id` in Journal points to a deleted user instead of an anonym...Go MAEDA2024-10-291-0/+1
* Fix RuboCop Style/MultilineIfModifier in ReportsHelper by using safe navigati...Go MAEDA2024-10-271-4/+4
* Add column totals to Issues Summary Report (#691).Go MAEDA2024-10-263-0/+20
* Introduce `--fonts-main` CSS variable for easier customization of main fonts ...Go MAEDA2024-10-244-10/+22
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-2036-6951/+2
* Swap odd and even table row background colors (#41500).Go MAEDA2024-10-202-10/+10
* Replace "even" and "odd" CSS classes with "this-month" and "other-month" for ...Go MAEDA2024-10-201-2/+4
* Fix CSV import file encoding auto-detection failure with multibyte characters...Go MAEDA2024-10-201-1/+15
* Include attachment filename in "File added" email notification subject (#41450).Go MAEDA2024-10-201-1/+4
* Fixes rubocop offenses (#23980).Marius Balteanu2024-10-191-11/+10
* @sprite_icon@ accepts plugin name as parameter to render an icon from a sprit...Marius Balteanu2024-10-191-6/+7
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-1989-316/+324
* Fix invalid "theme-*" CSS class in body element when theme name contains spac...Go MAEDA2024-10-191-1/+1
* Adjust line-height and margin for `div.wiki li` for better readability and sp...Go MAEDA2024-10-171-0/+1
* Increase line-height to 1.5 in email notifications for better readability (#4...Go MAEDA2024-10-171-2/+2
* Replace Verdana with Noto Sans in responsive.css for consistency with the new...Go MAEDA2024-10-171-3/+3
* Remove Verdana and Trebuchet MS fonts in email notifications (#41321).Go MAEDA2024-10-171-2/+2
* Change CSS font-size units from px to rem in wiki_syntax.css (#2499).Go MAEDA2024-10-171-3/+3
* Fix RuboCop offense Lint/SafeNavigationConsistency (#39887).Go MAEDA2024-10-162-2/+2
* Fix separator lines cutting off in Activity view caused by inline-flex shrink...Go MAEDA2024-10-161-0/+1
* Change CSS font-size units from px to rem in scm.css (#2499).Go MAEDA2024-10-161-2/+2
* Right-align "Hours" column in spent time details table (#41401).Go MAEDA2024-10-161-2/+2
* Apply `proportional-nums` for wiki text and `tabular-nums` for `table.list` (...Go MAEDA2024-10-161-0/+8
* Align the `#time-report tbody tr.total` row border styling with the table hea...Go MAEDA2024-10-151-1/+1
* Emphasize the border between table header and body to improve appearance (#41...Go MAEDA2024-10-151-1/+1
* Improve visual clarity of issue grouping separators in issues list by increas...Go MAEDA2024-10-151-1/+1
* Remove the border override for tr.entry as it is no longer necessary (#41475).Go MAEDA2024-10-151-1/+0
* Replaces icons on the syntax help page with SVG icons (#23980).Marius Balteanu2024-10-1439-532/+550
* Align #sidebar h3 color with content headers (#41298).Go MAEDA2024-10-141-1/+1
* Improve table readability by adding row borders (#41475).Go MAEDA2024-10-131-6/+7
* Update Wiki Syntax Help to use HTTPS links instead of HTTP (#41469).Go MAEDA2024-10-1138-223/+223
* Set line-height for body and code blocks in Wiki Syntax Help (#41321).Go MAEDA2024-10-111-1/+2
* Update Code Highlighting Help font and font size to match the new default the...Go MAEDA2024-10-112-5/+6
* Update Wiki Syntax Help font to Noto Sans to match the new default theme (#41...Go MAEDA2024-10-112-6/+40
* Fix unclosed td tags in CommonMark Markdown help pages (#41467).Go MAEDA2024-10-103-3/+3
* Remove duplicate DOCTYPE (#41467).Go MAEDA2024-10-101-1/+0
* Fix font size issue in CommonMark Markdown help pages caused by missing DOCTY...Go MAEDA2024-10-106-16/+19
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-099-42/+260
* Add underline button to CommonMark Markdown toolbar (#40939).Go MAEDA2024-10-091-0/+10
* Adds rake task to download SVG icons from Tabler Github repository using conf...Marius Balteanu2024-10-081-0/+1
* Fixes gantt collapse/expand buttons are not available after switching to SVG ...Marius Balteanu2024-10-082-6/+14
* Remove Internet Explorer-specific CSS rules and vendor prefixes (#41402).Go MAEDA2024-10-032-21/+0
* Replace `for` loops with `forEach` in `buildFilterRow` function (#32523).Go MAEDA2024-10-031-11/+9
* Fixes SVG margin in projects board view (#23980).Marius Balteanu2024-10-031-0/+1
* Raplaces old del icon with SVG in repository settings (#23980).Marius Balteanu2024-10-031-1/+1
* Update `.filecontent.wiki` style with the new border color and box shadow (#4...Go MAEDA2024-10-021-1/+2
* Reduce badge font size to 0.6875rem (#41321).Go MAEDA2024-10-021-1/+1