summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump Guacamole to 1.5.4HEADmasterSteffen Ritter2024-02-271-1/+1
|
* Push guacamole versionSteffen Ritter2023-08-062-1/+1
|
* Add some helpers for easy docker deploymentSteffen Ritter2023-07-176-0/+160
|
* Bump to Guacamole 1.5.0Simon Rettberg2023-06-161-2/+2
|
* Fix reading supported authentication schemesSimon Rettberg2023-06-161-4/+4
|
* Refactor meta data mergingSimon Rettberg2023-03-241-17/+19
|
* Reduce logging spamSteffen Ritter2023-03-023-6/+4Star
|
* Compatibility with guacamole 1.4.0Steffen Ritter2023-03-027-33/+23Star
|
* Remove debug spamSteffen Ritter2021-05-111-2/+0Star
| | | | Maybe replace with meaningful output later
* Honor VNC port in jsonv1.3.1v1.2.1Simon Rettberg2021-03-222-4/+13
|
* Update to Java 1.8Simon Rettberg2021-03-221-3/+3
|
* Small ui fixesUdo Walter2020-11-162-2/+3
| | | | | Add margin to the top of the logo Disable line breaks for the location status text
* Match version to guacamoleSimon Rettberg2020-11-091-1/+1
|
* fix language tags for Guacamole 1.2.0, workaround for greyed out continue ↵Udo Walter2020-10-277-18/+99
| | | | | | | button, add build logging Build revision and timestamp are logged on start and sent as http request headers on connection to the sat server. (Bwlp-Plugin-Build-Revision and Bwlp-Plugin-Build-Timestamp) This build now requires guacamole >=1.2.0
* Fix logo in firefoxUdo Walter2020-08-283-3/+3
|
* Move custom logo to the bottom leftUdo Walter2020-08-136-14/+47
| | | | With the property 'slx-logo-primary: true' in the guacamole.properties file the custom logo will be displayed as the primary logo in the center. (In this case the bwlehrpool logo will displayed in the bottom left instead)
* Some UI changes:Udo Walter2020-08-0812-23/+93
| | | | | | | | - add double click to select location and continue - add a preselected location (first one in the list without a password) - add logo above the location selection - remove redundant text at the bottom - the logo is now customizable via the guacamole.properties file (property name: slx-logo-url)
* Reduce SPAM by using .debug() not .info()Simon Rettberg2020-07-231-2/+2
|
* Update client list every 2 mins for better timeout handlingSimon Rettberg2020-07-231-0/+20
| | | | | | AvailableClient.isTimeout() is only called when the list is updated, which might be very infrequently. Some of its checks are better run frequently, as to not accidentally kill a connection to early.
* Update client locationid in AvailableClientSimon Rettberg2020-07-231-5/+5
|
* Add missing classesSimon Rettberg2020-07-222-0/+74
|
* Sanity checks, thread safety, remove unused grouplist in AvailableClientSimon Rettberg2020-07-205-30/+45
|
* Add sanity check, fix array compareSimon Rettberg2020-07-201-2/+6
|
* Remove pointless codeSimon Rettberg2020-07-202-9/+0Star
| | | | | No need to mark removed clients as OFFLINE. Timeout handling will work just fine either way.
* Refine timeout handling of dead/removed clientsSimon Rettberg2020-07-201-13/+36
| | | | | | | | | | | A client that was just claimed gets a one minute grace period before the "no active tunnel detection" can kick in. This prevents a race where the client gets claimed and then a json update is performed before the tunnel connection is established. Also the removal of clients that are missing from the remote meta data is hopefully more robust now, not removing a client as long as there is an active user and an open tunnel connection.
* Fix off-by-one when displaying tunnel count on close eventSimon Rettberg2020-07-201-2/+3
|
* Log total numer of user sessions (no duplicates)Simon Rettberg2020-07-201-3/+6
|
* Fix getUsername/getIdentifier in TunnelListener, make it thread safeSimon Rettberg2020-07-205-96/+55Star
|
* Add translations to German and an info text regarding the resolutionUdo Walter2020-06-307-14/+37
|
* Fallback to getIdentifier() if credential's username is nullSimon Rettberg2020-06-263-6/+40
|
* Fix resolution detection JSSimon Rettberg2020-06-181-1/+1
|
* LoginRPC: Fix endianness of version number; buffer messageSimon Rettberg2020-06-181-3/+2Star
|
* Apply socket timeouts for LoginRPCSimon Rettberg2020-06-181-1/+4
|
* Base64 encode LoginRPC dataSimon Rettberg2020-06-181-4/+4
|
* Change RPC portSimon Rettberg2020-06-181-1/+1
|
* Send resolution from the users browser to the server and try to autologin ↵Udo Walter2020-06-185-12/+54
| | | | the user on the client.
* Better debug spam for connection checksSimon Rettberg2020-05-192-10/+15
|
* Try reusing old connection, even if we don't have a user contextSimon Rettberg2020-05-153-5/+35
|
* Check if remote host actually repies with RFB handshakeSimon Rettberg2020-05-152-3/+14
|
* Keep track of the number of tunnels per user.Udo Walter2020-05-141-5/+17
|
* Fix bug where user could reconnect to an old connection.Udo Walter2020-05-143-0/+16
|
* Fix two ways a client could be listed as free but be not connectable.Udo Walter2020-05-146-17/+110
| | | | | | 1. User gets assigned a client but never connects to the vnc. Client is "in use" but ist actually idleing in the login screen. The client gets updated and the state set to IDLE but the inUseBy is not reset because the vnc password stays the same for some time. Clients in IDLE state with no user connected to the vnc tunnel now get reset to not in use. 2. If a client is missing from the JSON list and had IDLE as the last status it was still listed as IDLE until the timeout (5 minutes) where it is removed entirely. Missing clients waiting to timeout are now set to OFFLINE state.
* Add some debug logs. Rename the 'virtual' locations to groups.Udo Walter2020-05-1316-114/+117
|
* Fix connecting to a new client after exiting a client. Add logo, favicon and ↵Udo Walter2020-05-0914-36/+108
| | | | logout button.
* Add location selectionUdo Walter2020-05-0714-35/+463
|
* Prevent user from sticking to connection if it was reset.Simon Rettberg2020-05-052-2/+15
| | | | | | Make a copy of the AvailableConnection for the ConnectionWrapper, so we don't update the password for the already active connection, if it changes, which defeats the purpose of this mechanism altogether.
* Adapt to new json formatSimon Rettberg2020-04-304-1/+35
|
* LoggingSimon Rettberg2020-04-302-1/+3
|
* First CommitSimon Rettberg2020-04-1513-0/+897