You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/installation/install.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ It is possible to prepare the prerequisite installers beforehand so the setup pr
121
121
* Rename the *latest.exe* executable to *mendix_native_mobile_builder.exe*
122
122
5. Git for Windows (x64)
123
123
* For Studio Pro versions 10.0.0 and 10.1.0, rename the *Git-2.37.1-64-bit.exe* executable to *git_for_windows_installer.exe*
124
-
* For Studio Pro versions 10.2.0, 10.6.10 (or 10.6 above 10.6.10), and 10.9.0, rename the *Git-2.41.0.3-64-bit.exe* executable to *git_for_windows_installer.exe*
124
+
* For Studio Pro versions 10.2.0, 10.6.10 (or 10.6.x above 10.6.10), and 10.9.0, rename the *Git-2.41.0.3-64-bit.exe* executable to *git_for_windows_installer.exe*
125
125
* For Studio Pro versions 10.10.0 and above, rename the *Git-2.43.0-64-bit.exe* executable to *git_for_windows_installer.exe*
126
126
6. Microsoft Edge WebView2 Evergreen Runtime (x64 or ARM64)
127
127
* The *MicrosoftEdgeWebview2Setup.exe* does not need to be renamed
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/modeling/menus/edit-menu/preferences-dialog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ Changing these values for another application will also affect the commits made
192
192
#### Enable Current Windows User Authentication {#enable-windows-authentication}
193
193
194
194
{{% alert color="info" %}}
195
-
This setting is available in Studio Pro versions 10.6.21 and above, 10.12.14 and above, 10.18.3 and above.
195
+
This setting is available in Studio Pro versions 10.6.x (10.6.21 and above), 10.12.x (10.12.14 and above), and 10.18.3 and above.
196
196
{{% /alert %}}
197
197
198
198
When this option is selected, the application automatically uses credentials of the currently logged-in Windows user to authenticate and connect to the on-premises Git server. This feature streamlines the authentication process by eliminating the need for users to manually enter their credentials, enhancing both security and user convenience. By leveraging Windows authentication, organizations can ensure that access to the Git server is seamlessly integrated with their existing IT infrastructure, providing a smooth and efficient workflow for development teams.
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/runtime/custom-settings/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,8 +269,8 @@ The settings below influence the behavior of the Mendix web client.
269
269
| Name | Description | Default Value |
270
270
| --- | --- | --- |
271
271
| <aid="EnableKeepAlive"href="#EnableKeepAlive">EnableKeepAlive</a> | Defines whether the web client sends a keep alive request every SessionTimeout/2 milliseconds, to prevent a session timeout. Each click in the browser also acts as KeepAlive. Disabling this property will result in a user being logged out automatically after 10 minutes of inactivity, even if the browser remains open. | true |
272
-
| <aid="PhoneUserAgentRegEx"href="#PhoneUserAgentRegEx">PhoneUserAgentRegEx</a> |*This method does not accurately identify devices. It is removed and an alternative method is used in 10.21.0 and above, and versions 10.6.22, 10.12.16, and 10.18.5 and above.*<br />Defines the regular expression that is used to determine whether a user is visiting a Mendix application from a phone. The regular expression is matched against the user-agent header sent by the client's web browser. | Android, Mobile (iPhone, iPod, BlackBerry) |
273
-
| <aid="TabletUserAgentRegEx"href="#TabletUserAgentRegEx">TabletUserAgentRegEx</a> |*This method does not accurately identify devices. It is removed and an alternative method is used in 10.21.0 and above, and versions 10.6.22, 10.12.16, and 10.18.5 and above.*<br />Defines the regular expression that is used to determine whether a user is visiting a Mendix application from a tablet. The regular expression is matched against the User-Agent header sent by the client's web browser. | Android, iPad |
272
+
| <aid="PhoneUserAgentRegEx"href="#PhoneUserAgentRegEx">PhoneUserAgentRegEx</a> |*This method does not accurately identify devices. It is removed and an alternative method is used in 10.21.0 and above, and versions 10.6.x, 10.12.x, and 10.18.x from versions 10.6.22, 10.12.16, and 10.18.5.*<br />Defines the regular expression that is used to determine whether a user is visiting a Mendix application from a phone. The regular expression is matched against the user-agent header sent by the client's web browser. | Android, Mobile (iPhone, iPod, BlackBerry) |
273
+
| <aid="TabletUserAgentRegEx"href="#TabletUserAgentRegEx">TabletUserAgentRegEx</a> |*This method does not accurately identify devices. It is removed and an alternative method is used in 10.21.0 and above, and versions 10.6.x, 10.12.x, and 10.18.x from versions 10.6.22, 10.12.16, and 10.18.5.*<br />Defines the regular expression that is used to determine whether a user is visiting a Mendix application from a tablet. The regular expression is matched against the User-Agent header sent by the client's web browser. | Android, iPad |
274
274
| <aid="commendixwebuiHybridAppLoginTimeOut"href="#commendixwebuiHybridAppLoginTimeOut">com.<wbr>mendix.<wbr>webui.<wbr>HybridAppLoginTimeOut</a> | Determines how many minutes your token will remain valid before re-authenticating using your full credentials. If no value is set the token will expire after One year *(Mendix version 10.9.0 and above)* or never expire *(Mendix versions below 10.9.0)*. ||
275
275
| <aid="commendixwebuiFeedbackSizeWarningThreshold"href="#commendixwebuiFeedbackSizeWarningThreshold">com.<wbr>mendix.<wbr>webui.<wbr>FeedbackSizeWarningThreshold</a> | A warning is logged when the feedback size exceeds the threshold. Feedback is sent from server to client to instruct (for example, to refresh objects or to open a page). They are serialized as "instructions" in the server response. If there are too many instructions, this can have performance implications, as they all have to be serialized to the client. For this reason, a warning is logged when the threshold is exceeded. | 5000 |
276
276
| <aid="commendixwebuiStateSizeWarningThreshold"href="#commendixwebuiStateSizeWarningThreshold">com.<wbr>mendix.<wbr>webui.<wbr>StateSizeWarningThreshold</a> | A warning is logged when the state size exceeds the threshold. The state consists of changes in objects and of objects not committed to the database (yet). If there is too much state, this will have performance implications, as the whole state has to be serialized to the client. For this reason, a warning is logged when the threshold is exceeded. | 100 |
0 commit comments