summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Fix query columns selection in custom query form (#39806).Marius Balteanu2024-01-171-1/+5
* Fix query columns selection in time tracking settings page from admin (#39806).Marius Balteanu2024-01-161-2/+6
* Indentation fixes (#39806).Marius Balteanu2024-01-163-8/+8
* Fix query columns selection in admin and my page (#39806).Marius Balteanu2024-01-163-0/+10
* Replace String#sub with delete_prefix / delete_suffix (#40008).Go MAEDA2024-01-082-2/+2
* Improves filter rendering on narrow screens by replacing the layout tables wi...Marius Balteanu2023-12-284-44/+38
* Optimize IssueCategory SQL queries when showing an issue (#39849).Go MAEDA2023-12-271-2/+2
* Fixes that diff of a javascript file in repository module is not displayed wi...Marius Balteanu2023-12-261-1/+1
* Incorrect position of "Edited" mark in issue notes with h4 headings (#39932).Go MAEDA2023-12-261-1/+1
* Fix improper error highlighting for description field in issue form (#39795).Go MAEDA2023-12-221-1/+1
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-271-1/+1
* Add data-text-formatting attribute for selected markup language to body tag (...Go MAEDA2023-11-211-1/+1
* Fix mention autocomplete not displaying for users without "Edit issues" permi...Marius Balteanu2023-11-121-0/+4
* Fix related issues count not updating after deleting one of the related issue...Go MAEDA2023-10-291-0/+1
* Add field separator option to CSV export dialog (#37621).Go MAEDA2023-10-217-0/+7
* Add missing Homepage attribute in Projects API response (#39113).Go MAEDA2023-10-151-0/+1
* Add missing files in r22289 (#2568).Go MAEDA2023-08-311-0/+22
* Add description for issue statuses and display them in issue new/edit form (#...Go MAEDA2023-08-314-1/+8
* Display calendar in vertical list layout on mobile screens (#33682).Go MAEDA2023-08-271-42/+31
* Add breadcrumbs to news pages (#2631).Go MAEDA2023-05-091-0/+1
* Use the new pagination style for the calendars view (#27346).Go MAEDA2023-05-071-3/+9
* Use label_view instead of the untranslated string "OK" in the repository brow...Go MAEDA2023-05-052-2/+2
* Add "View annotation prior to this change" button in the annotate view of Git...Go MAEDA2023-04-301-0/+8
* Add a button to apply issues filter to search results (#38481).Go MAEDA2023-04-271-0/+5
* Ability to disable the priority field (#38416).Go MAEDA2023-04-141-1/+3
* Export a version as changelog text (#36679).Go MAEDA2023-04-131-0/+4
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-252-2/+2
* Do not apply table-layout:fixed in potentially wide tables of detailed issue ...Go MAEDA2023-03-221-1/+1
* Render numeric axis in charts as integers (#38359).Go MAEDA2023-03-222-1/+7
* Check if the user has the permission to add notes or edit an issue when addin...Go MAEDA2023-03-021-1/+2
* Remove X-UA-Compatible meta tag for Internet Explorer (#38228).Go MAEDA2023-02-051-1/+0
* Fix robots.txt to disallow issue lists with a sort or query_id parameter in a...Go MAEDA2023-01-231-2/+2
* Introduce permission to set a project public (#38048).Go MAEDA2023-01-121-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-181-3/+0
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-161-0/+3
* Don't display an unnecessary closing li element when there is no "Next" butto...Go MAEDA2022-11-021-2/+1
* Disallow all in /robots.txt if login is required (#37807).Go MAEDA2022-11-011-0/+4
* Add table header in Plugins page (#37692).Go MAEDA2022-10-011-0/+8
* Enable user auto-complete in issues bulk edit (#37369).Marius Balteanu2022-09-231-0/+4
* User bulk destroy (#37674).Go MAEDA2022-09-202-0/+28
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-203-83/+132
* Rename Repository#supports_all_revisions? to Repository#supports_history? (#3...Go MAEDA2022-09-153-5/+5
* Update jQuery UI to 1.13.2 (#37492).Go MAEDA2022-09-131-1/+1
* Don't show "History" tab for content in Filesystem repository (#37585).Go MAEDA2022-09-071-1/+1
* Add description field to custom fields API (#37617).Go MAEDA2022-09-011-0/+1
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-242-0/+2
* Add default spent time activity per role (#29286).Go MAEDA2022-08-092-1/+5
* Replace JQuery `.focus()` method with HTML `autofocus` attribute (#37482).Go MAEDA2022-08-062-10/+3
* Normalize HTML in settings/_users, and remove broken CSS left over from the o...Go MAEDA2022-07-281-8/+7