summaryrefslogtreecommitdiffstats
path: root/src/main/java/de/bwlehrpool/bwlp_guac/BwlpAuthenticationProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Reduce logging spamSteffen Ritter2023-03-021-4/+2Star
|
* Compatibility with guacamole 1.4.0Steffen Ritter2023-03-021-2/+2
|
* Remove debug spamSteffen Ritter2021-05-111-2/+0Star
| | | | Maybe replace with meaningful output later
* fix language tags for Guacamole 1.2.0, workaround for greyed out continue ↵Udo Walter2020-10-271-9/+35
| | | | | | | 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
* Some UI changes:Udo Walter2020-08-081-1/+1
| | | | | | | | - 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)
* Sanity checks, thread safety, remove unused grouplist in AvailableClientSimon Rettberg2020-07-201-2/+2
|
* Fix getUsername/getIdentifier in TunnelListener, make it thread safeSimon Rettberg2020-07-201-7/+1Star
|
* Add translations to German and an info text regarding the resolutionUdo Walter2020-06-301-3/+3
|
* Fallback to getIdentifier() if credential's username is nullSimon Rettberg2020-06-261-1/+11
|
* Send resolution from the users browser to the server and try to autologin ↵Udo Walter2020-06-181-9/+16
| | | | the user on the client.
* Try reusing old connection, even if we don't have a user contextSimon Rettberg2020-05-151-5/+9
|
* Add some debug logs. Rename the 'virtual' locations to groups.Udo Walter2020-05-131-13/+13
|
* Fix connecting to a new client after exiting a client. Add logo, favicon and ↵Udo Walter2020-05-091-28/+2Star
| | | | logout button.
* Add location selectionUdo Walter2020-05-071-10/+82
|
* First CommitSimon Rettberg2020-04-151-0/+84