-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nmc/2003 network settings dialog new #261
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f7fc14 - Browse repository at this point
Copy the full SHA 1f7fc14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c76963 - Browse repository at this point
Copy the full SHA 8c76963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75fef0c - Browse repository at this point
Copy the full SHA 75fef0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c6a6fe - Browse repository at this point
Copy the full SHA 4c6a6feView commit details -
Configuration menu - View commit details
-
Copy full SHA for b311321 - Browse repository at this point
Copy the full SHA b311321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dccf70 - Browse repository at this point
Copy the full SHA 3dccf70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c951e5 - Browse repository at this point
Copy the full SHA 7c951e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a4039c - Browse repository at this point
Copy the full SHA 9a4039cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9630a25 - Browse repository at this point
Copy the full SHA 9630a25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75b11b8 - Browse repository at this point
Copy the full SHA 75b11b8View commit details
Commits on Feb 18, 2024
-
Eugen Fischer authored and Eugen Fischer committed
Feb 18, 2024 Configuration menu - View commit details
-
Copy full SHA for f3b51b0 - Browse repository at this point
Copy the full SHA f3b51b0View commit details
Commits on Feb 20, 2024
-
Use QCoreApplication::translate(...) function
Eugen Fischer authored and Eugen Fischer committedFeb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 658fc95 - Browse repository at this point
Copy the full SHA 658fc95View commit details -
Eugen Fischer authored and Eugen Fischer committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 0727b87 - Browse repository at this point
Copy the full SHA 0727b87View commit details -
Eugen Fischer authored and Eugen Fischer committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for d3a2d3e - Browse repository at this point
Copy the full SHA d3a2d3eView commit details
Commits on Feb 21, 2024
-
Eugen Fischer authored and Eugen Fischer committed
Feb 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 4ac834a - Browse repository at this point
Copy the full SHA 4ac834aView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 542bf4f - Browse repository at this point
Copy the full SHA 542bf4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cef3562 - Browse repository at this point
Copy the full SHA cef3562View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0eb9ce - Browse repository at this point
Copy the full SHA c0eb9ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5ff7e7 - Browse repository at this point
Copy the full SHA f5ff7e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b286760 - Browse repository at this point
Copy the full SHA b286760View commit details -
Signed-off-by: Camila Ayres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 535f28e - Browse repository at this point
Copy the full SHA 535f28eView commit details -
you cannot call non const method on a temp const QString
Signed-off-by: Matthieu Gallien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 489006f - Browse repository at this point
Copy the full SHA 489006fView commit details -
Update build-appimage.sh to use $VERSION_SUFFIX
Make sure that we can pass the value of MIRALL_VERSION_SUFFIX via parameter. Signed-off-by: Camila Ayres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4fb7ba - Browse repository at this point
Copy the full SHA d4fb7baView commit details -
only use VFS update instruction when sync engine would do nothing
will ensure we do not erroneously use this instruction when we should not Signed-off-by: Matthieu Gallien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8360b8 - Browse repository at this point
Copy the full SHA e8360b8View commit details -
automated test: block rename of the top folder of a mount point
encode current behavior in a new automated test Signed-off-by: Matthieu Gallien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 400d7dd - Browse repository at this point
Copy the full SHA 400d7ddView commit details -
Use accountfwd header for account forward declaration in account head…
…er itself, preventing conflicting decls Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1735eb6 - Browse repository at this point
Copy the full SHA 1735eb6View commit details -
Signed-off-by: Matthieu Gallien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c1d6dd - Browse repository at this point
Copy the full SHA 4c1d6ddView commit details -
Remove ssl options to re-use encryption session for different TCP con…
…nections. One option is said to be possibly breaking some sites: QSsl::SslOptionDisableSessionTickets It disables the SSL session ticket extension and some servers are not compatible with the extension. Signed-off-by: Camila Ayres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e043b5 - Browse repository at this point
Copy the full SHA 9e043b5View commit details -
Only "http"->"http", "http" -> "https" or "https" -> "https" redirect…
…s are allowed. Signed-off-by: Camila Ayres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bdac1d - Browse repository at this point
Copy the full SHA 5bdac1dView commit details -
Remove warning about encryption session for different TCP connections.
- Those settings were removed. - Modernize CheckServerJob::finished. Signed-off-by: Camila Ayres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6992aee - Browse repository at this point
Copy the full SHA 6992aeeView commit details -
We have set QNetworkRequest::RedirectPolicyAttribute to QNetworkRequest::NoLessSafeRedirectPolicy: the Network Access API should automatically follow a HTTP redirect response. Signed-off-by: Camila Ayres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 286b6e1 - Browse repository at this point
Copy the full SHA 286b6e1View commit details -
Fix warning of unused variable.
Signed-off-by: Camila Ayres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 650e79f - Browse repository at this point
Copy the full SHA 650e79fView commit details -
Signed-off-by: Camila Ayres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3435da - Browse repository at this point
Copy the full SHA e3435daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d2898 - Browse repository at this point
Copy the full SHA 10d2898View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5f5445 - Browse repository at this point
Copy the full SHA b5f5445View commit details -
Configuration menu - View commit details
-
Copy full SHA for f11d342 - Browse repository at this point
Copy the full SHA f11d342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ed902 - Browse repository at this point
Copy the full SHA 47ed902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8859db7 - Browse repository at this point
Copy the full SHA 8859db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc24197 - Browse repository at this point
Copy the full SHA fc24197View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30fa3bc - Browse repository at this point
Copy the full SHA 30fa3bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e776ea - Browse repository at this point
Copy the full SHA 7e776eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86aba6b - Browse repository at this point
Copy the full SHA 86aba6bView commit details