summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Download all attachments at once (#7056).Go MAEDA2020-03-215-2/+68
* Allow zooming on mobile devices (#33156).Go MAEDA2020-03-201-1/+1
* Fix that unable to update the values of a custom field for time tracking acti...Go MAEDA2020-03-201-1/+1
* Fix missing sort order icon in users#index (#33176).Go MAEDA2020-03-201-2/+2
* Show default assignee and default version in projects API (#33113).Go MAEDA2020-03-171-0/+2
* Reverts r19569 (#33071).Go MAEDA2020-03-1412-24/+0
* Show warning and the reason when the issue cannot be closed or reopen because...Go MAEDA2020-03-102-4/+32
* Require sudo mode for actions to delete contents (#33071).Go MAEDA2020-03-1012-0/+24
* Add a link to the issues list in a reminder email (#33099).Go MAEDA2020-03-073-4/+10
* Fix a RuboCop offense Style/MultipleComparison (#33083).Go MAEDA2020-03-071-1/+1
* Projects filter "Subproject of" does not work when the given value is "My pro...Go MAEDA2020-03-041-1/+1
* Fix missing subject and tracker name in CSV export of time (#33052).Go MAEDA2020-03-041-1/+9
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-03173-173/+173
* Update copyright year in the footer to 2020 (#33068).Go MAEDA2020-03-011-1/+1
* Add "Assign to me" shortcut to issue edit form (#29285).Go MAEDA2020-02-292-2/+27
* "Role" dropdown in Workflow page is unexpectedly expanded when selecting "all...Go MAEDA2020-02-291-1/+1
* Make group names bold on tracker summary view (#32991).Go MAEDA2020-02-291-1/+1
* Diff view for .js files in repositories is broken (#32449).Go MAEDA2020-02-271-1/+1
* Don't use full path links with hostnameJean-Philippe Lang2020-02-261-1/+1
* Include attachments in news post notifications (#33002).Go MAEDA2020-02-242-0/+15
* Fix missing closing div in app/views/imports/_time_entries_fields_mapping.htm...Go MAEDA2020-02-241-29/+30
* Auto select fields mapping in import based on the internal field name (ex: es...Go MAEDA2020-02-195-3/+61
* Use 'user' as internal field instead of user_id because the column accepts al...Go MAEDA2020-02-192-4/+4
* Fix logging time via a commit message for project specific activities (#29838).Go MAEDA2020-02-112-7/+12
* Include attachments in forum post notifications (#16006).Go MAEDA2020-02-113-7/+24
* Add system setting for default results display format of project query (#32818).Go MAEDA2020-02-113-1/+16
* Fix that selected user on timelog#edit is incorrect (#32959).Go MAEDA2020-02-091-1/+1
* Add download buttons in Files columns of the issues list (#32240).Go MAEDA2020-02-061-1/+14
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-067-10/+27
* Add Check all / Uncheck all button to filters in permissions report (#32672).Go MAEDA2020-02-061-6/+9
* Repository browser does not render previews for audio/video files (#32153).Go MAEDA2020-02-042-10/+9
* Rails 6: Fix deprecation warning "Class level methods will no longer inherit ...Go MAEDA2020-02-031-2/+2
* Validate back_url everywhere (#32850).Jean-Philippe Lang2020-02-022-5/+6
* Expose validate_back_url as helper method (#32850).Jean-Philippe Lang2020-02-021-0/+2
* Move duplicated back_url method from ApplicationHelper to ApplicationControll...Jean-Philippe Lang2020-02-022-13/+6
* Reverts r19478 (#32897).Go MAEDA2020-01-3017-18/+18
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-2817-18/+18
* Fix totals not displayed in projects list view (#32896).Go MAEDA2020-01-281-0/+1
* Rails 6: Use "render template:" instead of "render file:" in app/views/layout...Go MAEDA2020-01-261-1/+1
* Make breadcrumbs of repository browser copy-paste friendly (#32835).Go MAEDA2020-01-255-20/+25
* Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32...Go MAEDA2020-01-231-1/+1
* Enable users to receive email notifications about high issues (only) (#32628).Go MAEDA2020-01-214-1/+17
* Add IssuePriority#high? and #low? helpers (#32628).Go MAEDA2020-01-211-0/+8
* Extract finding the default or "middle" issue priority into its own class met...Go MAEDA2020-01-211-3/+10
* Use existing scopes instead of one-off AR condition (#32628).Go MAEDA2020-01-211-1/+1
* Make languages in Highlighted code button in toolbar customizable (#32528).Go MAEDA2020-01-142-1/+13
* Fix sort projects table by custom field (#32769).Go MAEDA2020-01-121-1/+1
* Fix Internal Error when issue text custom field is shown in Spent time query ...Go MAEDA2020-01-121-2/+3
* Wrap submit tags with p.Jean-Philippe Lang2019-12-201-2/+10
* Add missing icons to action links.Jean-Philippe Lang2019-12-202-3/+3