summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove extra call of Attachment#thumbnailable? in AttachmentsController#thumb...Go MAEDA2022-08-301-1/+1
* Don't create two thumbnails of different resolutions for a single image (#375...Go MAEDA2022-08-281-2/+3
* Check visibility for passed user in IssueQuery.default (#37499, #37608).Go MAEDA2022-08-261-1/+1
* Use the classes whitelist configured in application.rb instead of hardcoded c...Go MAEDA2022-08-251-1/+1
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-245-3/+13
* POST Requests to repository WS fail with "Can't verify CSRF token authenticit...Go MAEDA2022-08-101-0/+3
* Add default spent time activity per role (#29286).Go MAEDA2022-08-096-7/+53
* Replace JQuery `.focus()` method with HTML `autofocus` attribute (#37482).Go MAEDA2022-08-062-10/+3
* Add CSS class for relation type to related issues list (#37532).Go MAEDA2022-08-051-1/+1
* Default query should not be applied if the query is not allowed to be set as ...Go MAEDA2022-07-312-7/+12
* Don't load changesets when IssuesController#show processes API requests witho...Go MAEDA2022-07-311-3/+5
* Normalize HTML in settings/_users, and remove broken CSS left over from the o...Go MAEDA2022-07-281-8/+7
* Repository tab is not displayed if no repository is set as the main repositor...Go MAEDA2022-07-271-1/+1
* Better validation error message when the domain of email is not allowed (#354...Go MAEDA2022-07-271-1/+9
* Open Help in a separate tab (#1069).Go MAEDA2022-07-221-1/+1
* CSV export of issues report (#37362).Go MAEDA2022-07-213-0/+41
* Psych::DisallowedClass exception when loading default plugin settings (#37450...Go MAEDA2022-07-211-1/+1
* Don't use YAML.unsafe_load (#37450).Go MAEDA2022-07-201-2/+1
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-175-1/+19
* Make the only enabled activity in a project the default one for time entry (#...Go MAEDA2022-07-173-5/+11
* Fix RuboCop offense Style/RedundantParentheses (#36919).Go MAEDA2022-07-161-1/+1
* Information text on sudo password entry (#33660).Go MAEDA2022-07-102-0/+4
* Fix RuboCop offense Lint/NonAtomicFileOperation (#36919).Go MAEDA2022-06-301-3/+1
* Improve wording on password change form (#36908).Go MAEDA2022-06-291-1/+1
* Fix chained custom field filter doesn't work for User fields (#36940).Marius Balteanu2022-06-271-1/+1
* Revert undesired change (#37349).Marius Balteanu2022-06-271-1/+1
* Fix filter for chained User custom fields returns 500 internal server error w...Marius Balteanu2022-06-271-2/+2
* Refactor @TimeEntryActivity.default()@ method (#33914).Marius Balteanu2022-06-201-2/+3
* Fix time entry activity is not set as default when the default activity exist...Marius Balteanu2022-06-202-1/+10
* Fix rubocop warning (Add empty line after guard clause).Marius Balteanu2022-06-171-0/+1
* Update jQuery UI to 1.31.1 (#37256).Marius Balteanu2022-06-162-2/+2
* Respect field visibility when filtering/sorting by associated issue fields (#...Marius Balteanu2022-06-162-2/+6
* Respect field visibility when showing associated issue fields (#37255).Marius Balteanu2022-06-162-2/+5
* Setting @--no-permission-check@ in the mail receiver should not allow creatin...Marius Balteanu2022-06-161-3/+17
* Improved @fixed_version_id@ validation (#37171).Marius Balteanu2022-06-161-2/+2
* Ensure @category_id@ is valid within the issue's project (#37171).Marius Balteanu2022-06-161-0/+6
* The done ratio of a parent issue may not be 100% even if all subtasks have a ...Go MAEDA2022-06-081-6/+7
* Make "Project" label translatable in app/views/projects/bulk_destroy.html.erb...Go MAEDA2022-06-061-1/+1
* Reduce extra queries in @ProjectQuery.default@ (#37135).Marius Balteanu2022-05-281-3/+6
* Issue#last_notes fallback does not respect notes visibility (#37155).Marius Balteanu2022-05-281-1/+1
* Fix internal server error when trying to retrieve AnonymousUser's information...Marius Balteanu2022-05-271-1/+1
* Wiki notation `attachment:file_name` cannot make a link to a file attached to...Go MAEDA2022-05-261-1/+5
* Adds projects bulk delete (#36691).Marius Balteanu2022-05-174-4/+85
* Background job for project deletion (#36691).Marius Balteanu2022-05-178-6/+95
* Ask more specific confirmation questions when closing/reopening/archiving pro...Marius Balteanu2022-05-162-5/+4
* Fix that newly added attachments are lost when the status of the ticket is ch...Marius Balteanu2022-05-161-0/+8
* Revert changes made to issue form update in r21495 (#37053).Marius Balteanu2022-05-161-1/+6
* Attachment activity provider SQL optimization (#37057).Go MAEDA2022-05-141-0/+1