summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is ↵Go MAEDA2021-04-012-2/+2
| | | | | | | | | deprecated: common/error_messages.api" (#29914, #34984). Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@20897 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r20895 (#29914, #34985).Go MAEDA2021-04-012-2/+2
| | | | | | | Wrong issue number. git-svn-id: http://svn.redmine.org/redmine/trunk@20896 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is ↵Go MAEDA2021-04-012-2/+2
| | | | | | | | | deprecated: common/error_messages.api" (#29914, #34985). Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@20895 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix detach attachments when a conflict occurs (#29914, #32923).Go MAEDA2021-04-011-0/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@20894 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove #filename_for_content_disposition for MS browsers (#29914, #32914).Go MAEDA2021-04-011-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@20892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use secure_compare to validate keys (#34950).Go MAEDA2021-03-262-2/+6
| | | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@20854 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Associated Revision API (#22008).Go MAEDA2021-03-261-2/+13
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20852 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-2552-52/+52
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20846 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Add news" button in cross-project News tab (#33167).Go MAEDA2021-03-251-4/+6
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20845 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix hard-coded error messages in ApplicationController (#33232).Go MAEDA2021-03-251-2/+2
| | | | | | | Contributed by Kam Nazir. git-svn-id: http://svn.redmine.org/redmine/trunk@20843 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that users can delete their own accounts unconditionally via REST API ↵Go MAEDA2021-03-131-0/+2
| | | | | | | | | (#11870). Patch by Mizuki ISHIKAWA and Kevin Fischer. git-svn-id: http://svn.redmine.org/redmine/trunk@20782 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Export permissions report to CSV (#13767).Go MAEDA2021-03-121-1/+9
| | | | | | | Patch by David Escala and Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20778 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow manually fetching changesets (#8875).Go MAEDA2021-03-111-0/+5
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20772 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/BlockDelimiters due to r20755 (#33820).Go MAEDA2021-02-271-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20757 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display more detailed error message when attempting to import malformed CSV ↵Go MAEDA2021-02-271-1/+1
| | | | | | | | | file (#34762). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20756 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto complete wiki page links (#33820).Go MAEDA2021-02-251-0/+28
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ignore from search module params sent with empty values (#34615).Go MAEDA2021-02-061-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20738 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix redirect loop when both enabling two-factor authentication and changing ↵Go MAEDA2021-02-021-1/+1
| | | | | | | | | password are required (#1237, #34618). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20734 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not propose watchers that are not allowed to see the object (#33329).Go MAEDA2021-01-241-1/+6
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Create custom field by copy (#34307).Go MAEDA2020-12-261-0/+3
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@20692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk addition of related issues (#33418).Go MAEDA2020-12-251-9/+24
| | | | | | | Patch by Dmitry Makurin and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use 'lambda' instead of '->{}' at UsersControllerToshi MARUYAMA2020-12-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20657 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that disabled trackers of subprojects are listed in project overview ↵Go MAEDA2020-12-121-2/+3
| | | | | | | | | (#10084). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20635 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow to add subtask from context menu (#34303).Go MAEDA2020-12-101-1/+2
| | | | | | | Patch by Go MAEDA and Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@20617 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Require to enter project's identifier to confirm project deletion (#34417).Go MAEDA2020-12-101-1/+1
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@20601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Require explicit confirmation before deleting a user (#34417).Go MAEDA2020-12-101-4/+10
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@20600 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of UsersControllerToshi MARUYAMA2020-12-091-4/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20597 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CSV import raises an exception if CSV header has empty columns (#22913, #34326).Go MAEDA2020-12-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20576 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changes User.try_to_login to catch and log AuthSourceExceptions, and ↵Go MAEDA2020-12-021-1/+1
| | | | | | | | | introduces User.try_to_login! replicating the original behavior (#34071). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@20547 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Create tracker by copy (#34258).Go MAEDA2020-11-251-0/+3
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@20492 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of PrincipalMembershipsControllerToshi MARUYAMA2020-11-221-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20483 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of ProjectsControllerToshi MARUYAMA2020-11-221-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of SearchControllerToshi MARUYAMA2020-11-221-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20479 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of NewsControllerToshi MARUYAMA2020-11-221-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20471 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of IssueStatusesControllerToshi MARUYAMA2020-11-221-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20470 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of MembersControllerToshi MARUYAMA2020-11-221-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of IssueCategoriesControllerToshi MARUYAMA2020-11-201-11/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20452 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of ProjectsControllerToshi MARUYAMA2020-11-201-3/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20444 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of GroupsControllerToshi MARUYAMA2020-11-191-11/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20438 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of FilesControllerToshi MARUYAMA2020-11-191-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20437 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of EnumerationsControllerToshi MARUYAMA2020-11-191-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20436 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of TrackersControllerToshi MARUYAMA2020-11-191-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of RolesControllerToshi MARUYAMA2020-11-191-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20434 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of VersionsControllerToshi MARUYAMA2020-11-181-10/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20426 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of BoardsControllerToshi MARUYAMA2020-11-181-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20425 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of CustomFieldsControllerToshi MARUYAMA2020-11-181-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20420 e93f8b46-1217-0410-a6f0-8f06a7374b81
* not use semicolons to terminate expression at SearchControllerToshi MARUYAMA2020-11-181-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20418 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of CustomFieldEnumerationsControllerToshi MARUYAMA2020-11-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20412 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of ApplicationControllerToshi MARUYAMA2020-11-171-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20409 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trackers of subprojects are not displayed in the Issue summary page (#34185).Go MAEDA2020-11-161-3/+3
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20401 e93f8b46-1217-0410-a6f0-8f06a7374b81