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 (Collapse)Author
2021-10-02(All protocol-plugins): Add 2xNULL to the end of each item in basic settings ↵Daniel Teichmann
(RemminaProtocolSetting array), for the validation feature.
2021-09-05Back compatibility with WebKit < 2.32.0Antenore Gatta (tmow)
Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2021-08-17Add support for ESX web console loginAntenore Gatta (tmow)
2021-05-04WWW plugin deprecations and warningsAntenore Gatta
2021-04-23Fixing RemminaConnectionWindow map/unmap eventsAntenore Gatta
The remmina connection windows in fullscreen is a different object than when is in scrolled mode, therefore the old logic to map and unmap the windows from the plugin it was notr working. Now the events are managed directly from the RCW object and the RemminaProtocolWidget, with an API that can be used by any plugins. When in multi monitor and fullscreen, this mechanism doesn't work, Therefore, in the plugin itself I catch when we are in multi monitor fullscreen mode And I ignore the event. This last behaviour should be managed directly in the Remmina Protocol Widget (TODO). Fixes #2475 Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
2021-01-04Updating Copyright notice for 2021Antenore Gatta
2020-05-21Set macro name to uppercaseAntenore Gatta
2020-05-21Introduce remmina_plugin_debug() for pluginsGiovanni panozzo
2020-05-21Refactoring remmina_debug to avoid memory leaks and overhead, should fix #2202Antenore Gatta
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
2020-05-18New remmina_debug function, replaces remmina_log_print, remmina_log_printf ↵Antenore Gatta
and g_debug remmina_debug is meant to be used in place of remmina_log_print, remmina_log_printf and g_debug, to print debug messages in the remmina log window and in the STDOUT
2020-05-11Fixing merge conflicts from masterAntenore Gatta
2020-05-11Remove unneeded test and fixed clipboard settings. Fixes #2172Antenore Gatta
2020-05-11Spelling: E.g, example.orgAllan Nordhøy
2020-05-10Fixing merge conflicts from masterAntenore Gatta
2020-05-02Spelling: "Forget passwords after use"Allan Nordhøy
2020-04-20Adding html5 related settingsAntenore Gatta
2020-04-20Adding proxy support, implements #2152Antenore Gatta
2020-04-18Spelling: "Turn off password storing"Allan Nordhøy
2020-03-17No popup windows in the web-browser plugin, should fix #2110Antenore Gatta
2020-03-17Added options to improve support for additional browser featuresAntenore Gatta
2020-01-10Updating copyrights and contribution listsAntenore Gatta
2019-11-03Merge branch 'after_rdp_authretry' into 'master'Giovanni Panozzo
Better authentication MessagePanel API See merge request Remmina/Remmina!1937
2019-11-02Spelling: spatial navigation, - a x2Allan Nordhøy
2019-11-01Better messagepanel plugin APIGiovanni Panozzo
2019-11-01Fix possible crash on www pluginGiovanni Panozzo
2019-11-01Fix close handling on www and exec pluginGiovanni Panozzo
2019-11-01Spelling: GTK, Disconnect after first session, Listen for TCP connectionsAllan Nordhøy
(cherry picked from commit 9fe2c90c89922952434ac8bc19ec91ac3f8bba1d)
2019-10-11Language reworkedAllan Nordhøy
2019-09-07Added some tooltipsAntenore Gatta
2019-09-07Adding setting tooltip in the remmina profile editorAntenore Gatta
2019-07-29Error messages are always fatal, switching to g_warningAntenore Gatta
2019-06-27Fixing a sigsegv on WWW when gpdata is nullAntenore Gatta
2019-06-25Fixing a sigsegv on WWW when gpdata is nullAntenore Gatta
2019-06-21Fixing a sigsegv on WWW when formauthewnticated is nullAntenore Gatta
2019-06-21Fixed crash with wrong use of gpdataAntenore Gatta
2019-06-20Java typo due to merge conflictAntenore Gatta
2019-06-20Merge branch 'master' into 'www_policies'Antenore Gatta
# Conflicts: # plugins/www/www_plugin.c
2019-06-20Fixed octetstream mime type and notificationsAntenore Gatta
2019-06-19NAvigation and new window policiesAntenore Gatta
2019-06-19Fixing typos of X.Org, Java and H.264Antenore Gatta
2019-06-17Www enhance2Antenore Gatta
2019-06-12Adding JS resource installationAntenore Gatta
2019-06-11WWW Plugin improvementsAntenore Gatta
- New JS that deal automatically with frames, password and username fields - Removed uneeded auth settings - Added WebInspector, available as an advanced setting and only in Debug builds - no-authentication is now detected automatically when no username or password are provided
2019-06-04WWW screenshot featuresAntenore Gatta
2019-05-31Fixes #1904 - Change Address to URLAntenore Gatta
2019-05-31WWW plugin: fixing JS for single fieldAntenore Gatta
2019-05-31WWW plugin: adding jsc headerAntenore Gatta
2019-05-31WWW plugin: Ignore TLS errorsAntenore Gatta
2019-05-30WWW plugin - A new plugin to connect to Webbased administration consoles ↵Antenore Gatta
fixes #551