-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
・TOTP(Time-based One-Time Password)認証機能を追加。 ・ユーザー・グループ・組織単位で、IPアドレス制限を除外する機能を追加。 ・一括更新のダイアログで複数選択が可能な項目のプルダウンリストが前面に表示されない問題を解消。 ・タイトル結合で、数値項目の値がNULLの場合に「0」と表示される問題を解消。 ・期限付きテーブルで、ビューのカンバン表示の集計種別が画面上の設定と異なる問題を解消。 ・サーバスクリプトで、 items.Sum時のフィルタにリンク先の項目を指定するとエラーとなる問題を解消。 ・ユーザの更新時、ユーザのメールアドレスに履歴レコードのメールアドレスが設定されるケースがある問題を解消。
- Loading branch information
Showing
68 changed files
with
1,552 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
Implem.Pleasanter/App_Data/Definitions/Definition_Code/Controller_Users_Body.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
Implem.Pleasanter/App_Data/Definitions/Definition_Column/Users_EnableSecretKey.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"Id": "Users_EnableSecretKey", | ||
"ModelName": "User", | ||
"TableName": "Users", | ||
"Label": "ユーザ", | ||
"ColumnName": "EnableSecretKey", | ||
"LabelText": "秘密鍵有効", | ||
"No": "156", | ||
"History": "156", | ||
"GridColumn": "156", | ||
"GridEnabled": "1", | ||
"FilterColumn": "156", | ||
"FilterEnabled": "1", | ||
"EditorColumn": "156", | ||
"EditorEnabled": "1", | ||
"LinkColumn": "156", | ||
"HistoryColumn": "156", | ||
"TypeName": "bit", | ||
"Default": "0", | ||
"ReadAccessControl": "ManageTenant", | ||
"CreateAccessControl": "ManageTenant", | ||
"UpdateAccessControl": "ManageTenant", | ||
"CheckFilterControlType": "2", | ||
"ControlType": "ChoicesText", | ||
"ChoicesText": "有効\n無効", | ||
"LabelText_en": "Enable Secret key", | ||
"LabelText_zh": "启用密匙", | ||
"LabelText_de": "Sekundäre Secret key", | ||
"LabelText_ko": "비밀 키 활성화", | ||
"LabelText_es": "Habilitar clave secreta", | ||
"LabelText_vn": "Bật Chìa khoá bí mật" | ||
} |
19 changes: 19 additions & 0 deletions
19
Implem.Pleasanter/App_Data/Definitions/Definition_Column/Users_SecretKey.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"Id": "Users_SecretKey", | ||
"ModelName": "User", | ||
"TableName": "Users", | ||
"Label": "ユーザ", | ||
"ColumnName": "SecretKey", | ||
"LabelText": "秘密鍵", | ||
"No": "155", | ||
"History": "155", | ||
"TypeName": "nvarchar", | ||
"MaxLength": "128", | ||
"Nullable": "1", | ||
"LabelText_en": "Secret key", | ||
"LabelText_zh": "密匙", | ||
"LabelText_de": "Secret key", | ||
"LabelText_ko": "비밀 키", | ||
"LabelText_es": "Clave secreta", | ||
"LabelText_vn": "Chìa khoá bí mật" | ||
} |
33 changes: 33 additions & 0 deletions
33
Implem.Pleasanter/App_Data/Displays/RequireSecondAuthenticationByMail.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"Id": "RequireSecondAuthenticationByMail", | ||
"Type": 240, | ||
"Languages": [ | ||
{ | ||
"Body": "Authenticate by mail" | ||
}, | ||
{ | ||
"Language": "zh", | ||
"Body": "通过电子邮件认证" | ||
}, | ||
{ | ||
"Language": "ja", | ||
"Body": "メールで認証する" | ||
}, | ||
{ | ||
"Language": "de", | ||
"Body": "Godkendelse via e-mail" | ||
}, | ||
{ | ||
"Language": "ko", | ||
"Body": "이메일로 인증" | ||
}, | ||
{ | ||
"Language": "es", | ||
"Body": "Autentimine e-posti teel" | ||
}, | ||
{ | ||
"Language": "vn", | ||
"Body": "Xác thực bằng email" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.