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
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
2021-11-04x2go_plugin.c: Remove typedef of DialogData for better code-readability; Upda...Daniel Teichmann
2021-11-04x2go_plugin.c: Alter doc+debug+error strings; Reformat 'Internal error %s'-st...Daniel Teichmann
2021-11-04x2go_plugin.c: Replace rmplugin_x2go_split_string() with g_strsplit() function.Daniel Teichmann
2021-11-04x2go_plugin.c: Fix compiler warning: Cast function to (GCompareFunc).Daniel Teichmann
2021-11-04x2go_plugin.c: Replace strcmp with safer g_strcmp0Daniel Teichmann
2021-11-04x2go_plugin.c: Fix compiler warning (cast func to void*)Daniel Teichmann
2021-11-04x2go_plugin.c: Split to-be-translated strings; Fix potential crash; Fix mem-c...Daniel Teichmann
2021-11-04x2go_plugin.c: Add feature-not-available warnings.Daniel Teichmann
2021-11-04x2go_plugin.c: Fix possible bug where open_dialog() spirals into endless loop...Daniel Teichmann
2021-10-28Adding X2Go svg icon, and remove PNGsAntenore Gatta
2021-10-18Resource renaming to comply with the Freedesktop rulesAntenore Gatta (tmow)
2021-10-12X2Go plugin language reworked 2Allan Nordhøy
2021-10-02remmina_file_editor.c: Adjust some error messages to make more sense.Daniel Teichmann
2021-10-02(All protocol-plugins): Add 2xNULL to the end of each item in basic settings ...Daniel Teichmann