Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-08CMake: Add ${Intl_LIBRARIES} to ${REMMINA_COMMON_LIBRARIES}Michael Klein
2023-01-06This should be a message instead of a info print. So that the user can see it...Chris Chapman
2022-12-05Merge branch 'kingu-master-patch-11589' into 'master'Hiroyuki Tanaka
2022-12-04Initial macOS supportWeijia Wang
2022-12-02X2Go error-message consistencyAllan Nordhøy
2022-10-29remmina: Allow building on a Wayland-only environmentMarek Vasut
2022-10-27Spelling: "Passphrase" → "password"Allan Nordhøy
2022-10-04plugins/x2go/x2go_plugin.c: Don't print password of --ssh-passphrase.Daniel Teichmann
2022-10-04plugins/x2go/x2go_plugin.c: Add ssh_privatekey setting.Daniel Teichmann
2022-10-04plugins/x2go/x2go_plugin.c: Disable SSH Tunnel tab.Daniel Teichmann
2022-10-04plugins/x2go/x2go_plugin.c: Small fixes and improvement for an error message.Daniel Teichmann
2022-10-04plugins/x2go/x2go_plugin.c: Update comment + remove misleading error message.Daniel Teichmann
2022-10-04plugins/x2go/x2go_plugin.c: Set default DPI value to 80 *IF* loading failed.Daniel Teichmann
2022-08-30plugins/x2go/x2go_plugin.c: Fix tip and comment sentencekingu-master-patch-87108Allan Nordhøy
2022-08-25plugins/x2go/x2go_plugin.c: Fix typo.mr/fix-annoying-default-username-bugDaniel Teichmann
2022-08-25plugins/x2go/x2go_plugin.c: Fix usage of errmsg.Daniel Teichmann
2022-08-25plugins/x2go/x2go_plugin.c: Gracefully handle missing default_username param.Daniel Teichmann
2022-01-14Adding X2Go Audit traceAntenore Gatta (tmow)
2022-01-10Adding per plugin AUDIT tracesAntenore Gatta (tmow)
2021-12-11X2Go format string bugsAntenore Gatta
2021-12-09Merge branch 'fix/x2go-session-terminate-on-failure' into 'master'Antenore Gatta (tmow)
2021-12-03x2go_plugin.c: Apply changes to error msgs from @kingu Allan Nordhøy
2021-12-03Merge branch 'kingu-master-patch-15757' into 'master'Antenore Gatta (tmow)
2021-12-02x2go_plugin.c: In short: Major rewrite of session-terminating system.Daniel Teichmann
2021-12-02x2go_plugin.c: Add rmplugin_x2go_session_property_to_string() function.Daniel Teichmann
2021-11-27x2go_plugin.c: NO_INTERACTIVE --> NON_INTERACTIVE; --no-interactive --> --non...Daniel Teichmann
2021-11-25Deduplicated "Started PyHoca" stringAllan Nordhøy
2021-11-24x2go_plugin.c: Make changes to source strings for translations.Daniel Teichmann
2021-11-23x2go_plugin.c: Ensure that pyhoca-cli will never ask interactively for a pass...Daniel Teichmann
2021-11-23x2go_plugin.c: Don't pass empty passwords to pyhoca-cliDaniel Teichmann
2021-11-23x2go_plugin.c: Refactor use of X2GoCustomUserData struct for dialogs.Daniel Teichmann
2021-11-23x2go_plugin.c: Add dialog_factory_{func, data} to _DialogData inits.Daniel Teichmann
2021-11-23x2go_plugin.c: Make all dialogs children of remmina connection window.Daniel Teichmann
2021-11-23x2go_plugin.c: Session selection dialog: make default width bigger.Daniel Teichmann
2021-11-23x2go_plugin.c: Session-Chooser-Dialog: Swap SUSPENDED_SINCE and CREATE_DATE.Daniel Teichmann
2021-11-23x2go_plugin.c: Introduce terminate button to Session-Chooser-DialogDaniel Teichmann
2021-11-04x2go_plugin.c: Rename user_data -> custom_data; Fix dereferencing 'custom-dat...Daniel Teichmann
2021-11-04x2go_plugin.c: Stylistic changes; Add 'nanosleep(0.001s)' while waiting for p...Daniel Teichmann
2021-11-04x2go_plugin.c: Repurpose _RowActivatedUserData into more generic X2GoCustomUs...Daniel Teichmann
2021-11-04x2go_plugin.c: Session-Chooser-Dialog: React on double-click, enterkey etc...Daniel Teichmann
2021-11-04x2go_plugin.c: Rename variables for better readability; Remove debug code.Daniel Teichmann
2021-11-04x2go_plugin.c: Major rewrite of session-chooser-dialog; Make it useable now.Daniel Teichmann
2021-11-04x2go_plugin.c: Deprecating --try-resume in favour of session-chooser-dialog.Daniel Teichmann
2021-11-04x2go_plugin.c: Handle pyhoca-cli internet connection problems.Daniel Teichmann
2021-11-04x2go_plugin.c: Environment variables are now printed in debug mode.Daniel Teichmann
2021-11-04x2go_plugin.c: Refactor rmplugin_x2go_get_auth(); Fix crash when default_pass...Daniel Teichmann
2021-11-04x2go_plugin.c: Replace for-loop with g_strv_length() function.Daniel Teichmann
2021-11-04x2go_plugin.c: Add --quiet option for fetching existing sessions.Daniel Teichmann
2021-11-04x2go_plugin.c: Rename session-chooser-dialog callback function test_callback(...Daniel Teichmann
2021-11-04x2go_plugin.c: Introduce session-chooser dialog; Rewrite dialog-system in ord...Daniel Teichmann