summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Don't rescue Exception class (#31387).Go MAEDA2019-05-253-4/+4
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-212-3/+3
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-202-0/+21
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-191-0/+3
* Include a reason in the error message when an issue status cannot be deleted ...Go MAEDA2019-05-161-2/+2
* Do not lose submitted content when attempting to update a wiki page that has ...Go MAEDA2019-05-151-1/+3
* Render PDF thumbnail using ImageMagick/GhostScript (#22481).Go MAEDA2019-05-122-5/+14
* Generalize issues imports (#28234).Go MAEDA2019-05-091-4/+40
* Fix that Content-Type header field is empty when sending a file of unknown ty...Go MAEDA2019-04-301-1/+1
* Use HTTP status code 403 instead of 401 when REST API is disabled (#30086).Go MAEDA2019-04-101-2/+7
* "Create and continue" button for custom fields (#31159).Go MAEDA2019-04-091-1/+5
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-273-6/+6
* Fix FrozenError in RepositoriesController#diff (#31052, #26561).Go MAEDA2019-03-191-1/+1
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-174-7/+6
* Support frozen_string_literal in issue, journal, and query (#26561).Go MAEDA2019-03-171-2/+2
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-1645-45/+45
* Show recent documents first (#29725).Jean-Philippe Lang2019-03-151-1/+2
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-151-0/+1
* Display details about inheritance when editing a member roles (#31032).Jean-Philippe Lang2019-03-151-0/+2
* Support issue[assigned_to_id]=me when prefilling issues (#28502).Jean-Philippe Lang2019-03-151-0/+2
* Send columns as a param to context menu instead of parsing back_url (#26836).Jean-Philippe Lang2019-03-151-2/+1
* Filtering issues via context menu should not reset selected columns (#26836).Jean-Philippe Lang2019-03-151-0/+3
* Searching for issue number with REST API redirects to issue HTML page (#29055).Jean-Philippe Lang2019-03-151-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-1550-0/+100
* 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