summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix time entry user is shown twice in the User drop-down (#33341).Go MAEDA2020-04-271-1/+1
* Use scope assignable_watchers (#4511).Go MAEDA2020-04-253-8/+11
* Use Principal to get users and groups for watchers in watchers controller (#4...Go MAEDA2020-04-251-10/+5
* Get the list of new issue watchers using single query and limit the results t...Go MAEDA2020-04-251-6/+4
* Show open/closed badge on issue page (#33254).Go MAEDA2020-04-235-3/+12
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-223-8/+14
* Adds option to include issue custom fields in projects#show API response (#33...Go MAEDA2020-04-211-0/+6
* Total estimated time column shows up as decimal value regardless of time sett...Go MAEDA2020-04-151-2/+2
* Show tooltip when hovering on repeat-value link in Field permission tab (#323...Go MAEDA2020-04-131-1/+1
* Fix issue inline auto complete in issues bulk edit page for custom fields wit...Go MAEDA2020-04-111-1/+7
* Show wiki toolbar in time spent form for custom fields with text formatting e...Go MAEDA2020-04-112-1/+8
* Show toolbar for full width custom fields with text formatting enabled on iss...Go MAEDA2020-04-112-1/+6
* Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...Go MAEDA2020-04-112-3/+3
* Use the same layout for custom fields in issue bulk edit page (#32471).Go MAEDA2020-04-111-7/+31
* Fix that bulk download raises Errno::EACCES on Windows (#7056).Go MAEDA2020-04-112-15/+18
* CodeCleanup: Fix a RuboCop offense Layout/LeadingCommentSpace introduced in r...Go MAEDA2020-04-111-1/+1
* Don't use User.current in TimeEntryImport model but #user instead (#32774).Jean-Philippe Lang2020-04-051-1/+2
* Set time entry author in controller (#32774).Jean-Philippe Lang2020-04-052-0/+2
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-052-10/+6
* Reverted r19669 and r19670 (#32774).Jean-Philippe Lang2020-04-051-11/+2
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-2/+3
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-0/+8
* ##123 syntax for linking to issues: Title cannot be distinguished from follow...Jean-Philippe Lang2020-04-051-2/+2
* Email address with Punycode top-level domain is not accepted (#32793).Jean-Philippe Lang2020-04-051-1/+1
* Split subtasks/relations information into 5 columns (#32889).Jean-Philippe Lang2020-04-051-2/+2
* Move style to css (#32889).Jean-Philippe Lang2020-04-051-3/+2
* Fix sort does not work with group by datetime columns (#33110).Jean-Philippe Lang2020-04-051-1/+6
* Show user name in time entry bulk edit (#3800).Jean-Philippe Lang2020-04-051-3/+8
* Editing time entries should show the time entry user (#3800).Jean-Philippe Lang2020-04-051-0/+6
* Editing a time entry for a locked user changes the user to the current user (...Jean-Philippe Lang2020-04-052-1/+4
* Time entries csv export should check issue visibility (#33075).Jean-Philippe Lang2020-04-051-1/+1
* Support custom fields when exporting users to CSV (#33126).Go MAEDA2020-04-041-6/+14
* Fix that "Successful deletion" notice is not displayed after deleting some ty...Go MAEDA2020-04-044-3/+13
* Replace File#readable? with Attachment#readable? (#7056).Go MAEDA2020-04-021-1/+1
* Option to Check/Uncheck all block columns in export (#33169).Go MAEDA2020-04-012-10/+20
* Fix issues and spent time CSV export does not include custom fields with "Ful...Go MAEDA2020-04-012-2/+8
* Replace File#readable? with Attachment#readable? (#7056).Go MAEDA2020-04-011-1/+1
* Display avatar on add watchar dialog (#32976).Go MAEDA2020-03-311-1/+4
* Show warning when attempting to attach more than the allowed number of attach...Go MAEDA2020-03-261-0/+1
* Use field_activity rather than label_activity in the context of time tracking...Go MAEDA2020-03-261-1/+1
* Unable to edit user or group that has custom fields with text formatting enab...Go MAEDA2020-03-241-1/+1
* Display bulk_download_max_size in human-readable representation (#7056).Go MAEDA2020-03-231-1/+3
* Clean up toggleMultiSelect js function (#32813).Go MAEDA2020-03-222-38/+5
* 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