summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
...
* add space after comma to ApplicationControllerToshi MARUYAMA2020-10-111-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20134 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at TimelogControllerToshi MARUYAMA2020-10-051-16/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20132 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to TimelogControllerToshi MARUYAMA2020-10-031-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20120 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of TimelogControllerToshi MARUYAMA2020-10-031-7/+22
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20116 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of RepositoriesControllerToshi MARUYAMA2020-10-021-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20107 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to RepositoriesControllerToshi MARUYAMA2020-10-021-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to RepositoriesControllerToshi MARUYAMA2020-10-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20099 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of AccountControllerToshi MARUYAMA2020-09-261-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20087 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of SysControllerToshi MARUYAMA2020-09-261-4/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20086 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at MyControllerToshi MARUYAMA2020-09-241-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20077 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of MyControllerToshi MARUYAMA2020-09-241-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20076 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of CalendarsControllerToshi MARUYAMA2020-09-211-10/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20056 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to ApplicationControllerToshi MARUYAMA2020-09-171-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20046 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow normal users to delete a project (#33945).Go MAEDA2020-09-151-3/+8
| | | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@20034 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of CalendarsControllerToshi MARUYAMA2020-09-121-5/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20026 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Backup codes for 2fa auth (#1237).Go MAEDA2020-08-293-5/+85
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@19990 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a setting to disable/enable/require 2fa auth (#1237).Go MAEDA2020-08-292-6/+42
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@19989 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds two factor authentication support (#1237).Go MAEDA2020-08-292-2/+214
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@19988 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of ContextMenusControllerToshi MARUYAMA2020-08-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19947 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of IssuesController#destroyToshi MARUYAMA2020-07-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19916 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of AccountControllerToshi MARUYAMA2020-07-151-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19902 e93f8b46-1217-0410-a6f0-8f06a7374b81
* avoid using rescue in its modifier form at ↵Toshi MARUYAMA2020-07-081-1/+6
| | | | | | WatchersController#find_objects_from_params git-svn-id: http://svn.redmine.org/redmine/trunk@19865 e93f8b46-1217-0410-a6f0-8f06a7374b81
* avoid using rescue in its modifier form at ImportsController#import_typeToshi MARUYAMA2020-07-081-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19864 e93f8b46-1217-0410-a6f0-8f06a7374b81
* avoid using rescue in its modifier form at AttachmentsController#find_containerToshi MARUYAMA2020-07-081-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19863 e93f8b46-1217-0410-a6f0-8f06a7374b81
* avoid using rescue in its modifier form at ↵Toshi MARUYAMA2020-07-081-1/+6
| | | | | | ApplicationController#find_current_user git-svn-id: http://svn.redmine.org/redmine/trunk@19862 e93f8b46-1217-0410-a6f0-8f06a7374b81
* avoid multi-line ternary operators in app/controllers/workflows_controller.rbToshi MARUYAMA2020-07-041-4/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19854 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ordering wiki pages should not be case sensitive (#31287).Go MAEDA2020-06-201-2/+0
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19831 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in app/controllers/watchers_controller.rb (#33567).Go MAEDA2020-06-161-3/+3
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19823 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that issues autocomplete may not find issues with a subject longer than ↵Go MAEDA2020-05-181-1/+1
| | | | | | | | | 60 characters (#32125). Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19784 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r19773 (#32125).Go MAEDA2020-05-141-1/+1
| | | | | | | The purpose of reverting is to revert r19769 on which r19773 depends. git-svn-id: http://svn.redmine.org/redmine/trunk@19775 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that issues autocomplete may not find issues with a subject longer than ↵Go MAEDA2020-05-131-1/+1
| | | | | | | | | 60 characters (#32125). Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19773 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r19771 due to the incorrect issue number in the commit message.Go MAEDA2020-05-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19772 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that issues autocomplete may not find issues with a subject longer than ↵Go MAEDA2020-05-131-1/+1
| | | | | | | | | 60 characters (#12250). Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19771 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirect to index page instead of edit page after creating a new custom ↵Go MAEDA2020-05-041-1/+1
| | | | | | | | | field (#32783). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19749 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use scope assignable_watchers (#4511).Go MAEDA2020-04-251-5/+5
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Principal to get users and groups for watchers in watchers controller ↵Go MAEDA2020-04-251-10/+5
| | | | | | | | | (#4511). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-221-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that bulk download raises Errno::EACCES on Windows (#7056).Go MAEDA2020-04-111-10/+10
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19688 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set time entry author in controller (#32774).Jean-Philippe Lang2020-04-051-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19677 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating time tracking entry for other user through rest API fails with 403 ↵Jean-Philippe Lang2020-04-051-9/+0
| | | | | | (#32774). git-svn-id: http://svn.redmine.org/redmine/trunk@19676 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverted r19669 and r19670 (#32774).Jean-Philippe Lang2020-04-051-11/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating time tracking entry for other user through rest API fails with 403 ↵Jean-Philippe Lang2020-04-051-2/+3
| | | | | | (#32774). git-svn-id: http://svn.redmine.org/redmine/trunk@19670 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating time tracking entry for other user through rest API fails with 403 ↵Jean-Philippe Lang2020-04-051-0/+8
| | | | | | | | (#32774). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19669 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that "Successful deletion" notice is not displayed after deleting some ↵Go MAEDA2020-04-044-3/+13
| | | | | | | | | types of content (#33116). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19641 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace File#readable? with Attachment#readable? (#7056).Go MAEDA2020-04-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19635 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display bulk_download_max_size in human-readable representation (#7056).Go MAEDA2020-03-231-1/+3
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Download all attachments at once (#7056).Go MAEDA2020-03-211-2/+32
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that unable to update the values of a custom field for time tracking ↵Go MAEDA2020-03-201-1/+1
| | | | | | | | | activities when multiple values option is enabled (#33085). Patch by Thomas Löber. git-svn-id: http://svn.redmine.org/redmine/trunk@19588 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r19569 (#33071).Go MAEDA2020-03-1412-24/+0
| | | | | | | 404 error after deleting an attachment. git-svn-id: http://svn.redmine.org/redmine/trunk@19579 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Require sudo mode for actions to delete contents (#33071).Go MAEDA2020-03-1012-0/+24
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19569 e93f8b46-1217-0410-a6f0-8f06a7374b81