summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Drop Ruby 2.2 support (#30356).Go MAEDA2019-02-191-2/+1
* Issues autocomplete should response with content type json and not html (#308...Go MAEDA2019-02-181-5/+15
* Ajax Request Returns 200 but an error event is fired instead of success (#300...Go MAEDA2019-02-051-2/+2
* Add issue tracking table on the user profile page (#30421).Go MAEDA2019-02-011-0/+10
* Show estimated time on the overview page as well as spent time (#30464).Go MAEDA2019-01-221-0/+1
* Add "nwday" class to non-working days in calendar (#27096).Go MAEDA2019-01-141-0/+1
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-3/+11
* Adds a link to remove a subtask from its parent task (#23392).Jean-Philippe Lang2018-12-161-1/+1
* Display notice on forum updates (#2635).Go MAEDA2018-12-151-0/+3
* Adds a link to container on attachments edit form.Jean-Philippe Lang2018-12-121-3/+5
* Include closed projects in search for scope subprojects (#28636).Go MAEDA2018-12-061-1/+1
* Wrong columns after CSV export (#26785).Go MAEDA2018-12-041-1/+2
* Use sorted instead of sort (#29406).Go MAEDA2018-12-023-8/+8
* Let admins unarchive the project when trying to access an archived project (#...Jean-Philippe Lang2018-12-021-0/+1
* Handles the case when an expired token is in the users session (#29781).Go MAEDA2018-10-281-1/+7
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-106-15/+11
* Repository entry pagination (#29395).Go MAEDA2018-10-041-0/+7
* Attachments prev/next navigation (#29395).Go MAEDA2018-10-041-0/+8
* Custom queries are broken by updating with nil parameter values (#29701).Go MAEDA2018-10-041-1/+1
* Extend Issue Summary to include subprojects (#2529).Go MAEDA2018-10-031-13/+14
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-263-14/+13
* redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of ...Jean-Philippe Lang2018-09-231-1/+1
* Column Project is no longer added by default to the list of default columns f...Jean-Philippe Lang2018-09-231-1/+1
* Custom field values for enumerations not saved (#28925).Jean-Philippe Lang2018-09-151-3/+6
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-141-1/+11
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-121-1/+1
* Export users list to CSV (#5957).Go MAEDA2018-08-051-0/+4
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
* Time entry creation: preserve 'spent on' value when using 'Create and Continu...Go MAEDA2018-08-021-0/+1
* Use pluck(:id) instead of collect(&:id) (#26711).Go MAEDA2018-07-281-1/+1
* Add my activities to my page (#2471).Go MAEDA2018-07-111-0/+1
* Highlight "Spent time" in main menu when creating a time entries query.Jean-Philippe Lang2018-06-171-0/+4
* Fix: ImportsControllerTest fails with csv gem 1.0.2 (#28689).Go MAEDA2018-05-061-4/+7
* Security notification on password recovery is empty (#28302).Jean-Philippe Lang2018-04-071-1/+1
* Fix: Sort issue custom fields by position in tracker views (#28393).Go MAEDA2018-03-251-1/+1
* Deletion of an LDAP authentication mode may fail silently (#28000).Go MAEDA2018-03-121-0/+2
* Don't allow reassigning reported hours to the project if issue is a required ...Go MAEDA2018-02-181-0/+5
* Log exception's message when ActionView::MissingTemplate is raised (#26341).Go MAEDA2018-01-111-2/+2
* Custom query breaks calendar view with error 500 (#27153).Jean-Philippe Lang2018-01-071-0/+1
* Handle validation errors on reverse issue relations (#27695).Go MAEDA2018-01-071-1/+7
* Render activities block on UsersController#show grouped and with event_type i...Go MAEDA2017-12-251-0/+2
* Issues reports should show only statuses used by the project (#27772).Go MAEDA2017-12-191-1/+1
* Fix: Strip whitespace from email addresses on lost password page (#27754).Go MAEDA2017-12-081-1/+1
* remove unused WikisController#edit (#26579)Toshi MARUYAMA2017-11-051-7/+0
* fix file name corruption when export a wiki page with non-ASCII title in MS b...Toshi MARUYAMA2017-08-301-3/+3
* Fixed that Enumerations sorting is broken (#26564).Jean-Philippe Lang2017-07-301-1/+1
* Removes wiki tab in project settings (#26579).Jean-Philippe Lang2017-07-301-1/+0
* Project settings: Move issue tracking settings to their own tab (#26488).Jean-Philippe Lang2017-07-271-1/+1
* Removes the Modules tab in project settings (#26488).Jean-Philippe Lang2017-07-261-6/+0
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-236-15/+16