summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Assignable users should not include users that cannot view the tracker (#23172).Jean-Philippe Lang2016-06-281-10/+2
* Add params to Redmine::Search::Fetcher#initialize optional parameter (#23153).Jean-Philippe Lang2016-06-281-1/+1
* Sort messages by ids to avoid the left join.Jean-Philippe Lang2016-06-201-5/+4
* Preload custom values when displaying the roadmap.Jean-Philippe Lang2016-06-181-2/+2
* Limits the tracker list in filters and issue counts (#285).Jean-Philippe Lang2016-06-182-3/+3
* Code cleanup (#23054).Jean-Philippe Lang2016-06-153-34/+18
* Clearing time entry custom fields while bulk editing results in values set to...Jean-Philippe Lang2016-06-151-1/+10
* Adds a setting for choosing the new object menu item style (#15880).Jean-Philippe Lang2016-06-111-1/+1
* Make Tracker map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-5/+1
* Adds permission to edit and delete issues by role/tracker (#285).Jean-Philippe Lang2016-06-052-2/+11
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-051-1/+7
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-302-4/+3
* Add support for attaching file to WIKI pages by REST API (#14830).Jean-Philippe Lang2016-05-161-1/+1
* Don't force download of PDF (#22483).Jean-Philippe Lang2016-05-092-2/+18
* Restores the "New issue" tab in the project menu and makes it optional (#6204).Jean-Philippe Lang2016-05-091-0/+10
* Show attachment view even is no preview is available (#22482).Jean-Philippe Lang2016-05-081-1/+1
* Add view for "no preview" repository files (#22482).Jean-Philippe Lang2016-05-081-13/+15
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-074-6/+7
* Don't show non member and anonymous groups in filter.Jean-Philippe Lang2016-04-231-1/+1
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-221-0/+17
* Removed the "New issue" menu item (#6204).Jean-Philippe Lang2016-04-191-1/+0
* Forum list can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-181-2/+11
* Lists can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-175-17/+59
* Support for deleting attachments via API (#14828).Jean-Philippe Lang2016-04-121-1/+2
* Add inline image preview/display for attachments and repository entries (#220...Jean-Philippe Lang2016-04-112-1/+5
* Preload project when possible (#5754).Jean-Philippe Lang2016-04-091-1/+6
* Don't reject users that already watch one of the objects (#5754).Jean-Philippe Lang2016-04-091-2/+2
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-092-21/+33
* Fix that AttachmentsController#show don't close the file after reading.Jean-Philippe Lang2016-04-031-2/+2
* Remove pagination on trackers, roles and issue statuses (#12909).Jean-Philippe Lang2016-03-203-16/+8
* Let the mailer set the email content (#21421).Jean-Philippe Lang2016-03-202-12/+2
* Handle search pagination with the REST API (#6277).Jean-Philippe Lang2016-03-191-4/+12
* REST API for Search (#6277).Jean-Philippe Lang2016-03-191-1/+5
* Previous/next links may be lost after editing the issue (#14462).Jean-Philippe Lang2016-03-191-13/+29
* Updates copyright for 2016.Jean-Philippe Lang2016-03-1350-50/+50
* Send a notification when security settings are changed (#21421).Jean-Philippe Lang2016-02-051-4/+1
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-053-0/+14
* Typo: s/creditentials/credentials/ (#21861).Jean-Philippe Lang2016-01-301-1/+1
* Use regular edit/update actions and named routes for JournalsController.Jean-Philippe Lang2016-01-211-15/+16
* Warning "Can't mass-assign protected attributes for IssueRelation: issue_to_i...Jean-Philippe Lang2016-01-161-4/+2
* Copying an issue does not copy parent task id (#12893).Jean-Philippe Lang2016-01-101-0/+1
* Closed versions should be marked as completed (#21433).Jean-Philippe Lang2016-01-091-1/+1
* Fix Non ASCII attachment filename encoding broken (MOJIBAKE) in Microsoft Edg...Jean-Philippe Lang2016-01-091-1/+1
* Moving a custom field value in the order switches in the edit view (#21535).Jean-Philippe Lang2015-12-201-1/+1
* Private note flag disappears in issue update conflict (#21551).Jean-Philippe Lang2015-12-201-1/+1
* Adds the "Hide my email address" option on the registration form (#21500).Jean-Philippe Lang2015-12-131-0/+1
* Prevent admins from sending themselves their own password (#21436).Jean-Philippe Lang2015-12-061-1/+1
* Fixed that user with permission can't remove a locked watcher (#21382).Jean-Philippe Lang2015-12-051-1/+3
* Removed "Latest projects" from home page (#21148).Jean-Philippe Lang2015-11-141-1/+0
* Use config.relative_url_root as the default path for session and autologin co...Jean-Philippe Lang2015-11-141-1/+1