summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix that Redmine::Twofa::Base raises ArgumentError in development mode ↵Go MAEDA2020-08-311-4/+4
| | | | | | (#1237, #33925). git-svn-id: http://svn.redmine.org/redmine/trunk@19995 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#33923).Go MAEDA2020-08-301-51/+37
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19994 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#1237).Go MAEDA2020-08-2948-0/+2398
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19993 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuboCop: Disable Rails/FilePath and Style/ClassVars in lib/redmine/twofa.rb ↵Go MAEDA2020-08-291-0/+2
| | | | | | (#1237). git-svn-id: http://svn.redmine.org/redmine/trunk@19992 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Integration test for 2fa auth (#1237).Go MAEDA2020-08-291-0/+144
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@19991 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Backup codes for 2fa auth (#1237).Go MAEDA2020-08-2915-19/+230
| | | | | | | 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-2914-6/+109
| | | | | | | 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-2922-4/+656
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@19988 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuboCop: Update .rubocop_todo.ymlGo MAEDA2020-08-291-57/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19987 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Submit a form with Ctrl+Enter / Command+Return (#29473).Go MAEDA2020-08-281-0/+8
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19986 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not show list for custom fields without list entry on project overview ↵Go MAEDA2020-08-251-1/+1
| | | | | | | | | (#33889). Patch by Alexander Meindl. git-svn-id: http://svn.redmine.org/redmine/trunk@19983 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show open/closed badge in email notifications (#33834).Go MAEDA2020-08-213-1/+34
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19982 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rouge to 3.22.0 (#32468).Go MAEDA2020-08-121-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19977 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Starting or ending marker is not displayed if they are on the leftmost or ↵Go MAEDA2020-08-122-2/+8
| | | | | | | | | rightmost boundary of the gantt (#33175). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that Issues API bypasses add_issue_notes permission (#33689).Go MAEDA2020-08-123-1/+35
| | | | | | | Patch by Junya Tomono and Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19975 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add assert_select of button at IssuesControllerTest#test_get_bulk_editToshi MARUYAMA2020-08-091-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19974 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at app/models/user.rbToshi MARUYAMA2020-08-091-7/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19973 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at app/models/query.rbToshi MARUYAMA2020-08-091-5/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19972 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at IssuesHelperToshi MARUYAMA2020-08-091-3/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19971 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at lib/redmine/scm/adapters/abstract_adapter.rbToshi MARUYAMA2020-08-091-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19970 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at VersionsHelperToshi MARUYAMA2020-08-091-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19969 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove empty line at class body beginning of lib/redmine/export/csv.rbToshi MARUYAMA2020-08-091-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19968 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/api_test/groups_test.rbToshi MARUYAMA2020-08-091-6/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19967 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of GitAdapterTestToshi MARUYAMA2020-08-091-5/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19966 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of TrackersControllerTestToshi MARUYAMA2020-08-091-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19965 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of RepositoriesHelperToshi MARUYAMA2020-08-091-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19964 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of MailHandlerTestToshi MARUYAMA2020-08-091-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19963 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to MailHandlerTestToshi MARUYAMA2020-08-091-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19962 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to lib/redmine/scm/adapters/abstract_adapter.rbToshi MARUYAMA2020-08-091-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19961 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to RepositoriesHelperToshi MARUYAMA2020-08-091-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19960 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to ↵Toshi MARUYAMA2020-08-091-0/+1
| | | | | | lib/redmine/scm/adapters/abstract_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19959 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add assert_select of form to ↵Toshi MARUYAMA2020-08-071-3/+5
| | | | | | IssuesControllerTest#test_get_bulk_copy_without_add_issues_permission_should_not_propose_current_project_as_target git-svn-id: http://svn.redmine.org/redmine/trunk@19958 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of GitAdapterTestToshi MARUYAMA2020-08-071-3/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19957 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/api_test/issue_relations_test.rbToshi MARUYAMA2020-08-071-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19956 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of IssuesHelperToshi MARUYAMA2020-08-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19955 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rbToshi MARUYAMA2020-08-071-8/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19954 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of lib/redmine/helpers/time_report.rbToshi MARUYAMA2020-08-071-25/+26
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19953 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to GitAdapterTestToshi MARUYAMA2020-08-071-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19952 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to VersionsHelperToshi MARUYAMA2020-08-071-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19951 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to test/integration/api_test/projects_test.rbToshi MARUYAMA2020-08-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19950 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to test/integration/api_test/memberships_test.rbToshi MARUYAMA2020-08-071-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19949 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of IssuesHelperToshi MARUYAMA2020-08-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19948 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
* remove spaces inside {} of GitAdapterTestToshi MARUYAMA2020-08-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19946 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of lib/redmine/scm/adapters/mercurial_adapter.rbToshi MARUYAMA2020-08-071-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19945 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture to TimelogControllerTest (#33785).Go MAEDA2020-08-021-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19944 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture to UsersControllerTest (#33786).Go MAEDA2020-08-021-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19943 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine::ApiTest::UsersTest fails if config.time_zone is set (#33592, #33787).Go MAEDA2020-08-021-2/+2
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19942 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change Japanese translation for field_onthefly (#33763).Go MAEDA2020-07-291-1/+1
| | | | | | | Patch by Mitsuyoshi Kawabata. git-svn-id: http://svn.redmine.org/redmine/trunk@19941 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include updated_on and passwd_changed_on columns in API response (#33592).Go MAEDA2020-07-283-4/+31
| | | | | | | Patch by vzvu 3k6k and Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19940 e93f8b46-1217-0410-a6f0-8f06a7374b81