Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refine timeout handling of dead/removed clients | Simon Rettberg | 2020-07-20 | 1 | -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 event | Simon Rettberg | 2020-07-20 | 1 | -2/+3 |
| | |||||
* | Log total numer of user sessions (no duplicates) | Simon Rettberg | 2020-07-20 | 1 | -3/+6 |
| | |||||
* | Fix getUsername/getIdentifier in TunnelListener, make it thread safe | Simon Rettberg | 2020-07-20 | 5 | -96/+55 |
| | |||||
* | Add translations to German and an info text regarding the resolution | Udo Walter | 2020-06-30 | 7 | -14/+37 |
| | |||||
* | Fallback to getIdentifier() if credential's username is null | Simon Rettberg | 2020-06-26 | 3 | -6/+40 |
| | |||||
* | Fix resolution detection JS | Simon Rettberg | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | LoginRPC: Fix endianness of version number; buffer message | Simon Rettberg | 2020-06-18 | 1 | -3/+2 |
| | |||||
* | Apply socket timeouts for LoginRPC | Simon Rettberg | 2020-06-18 | 1 | -1/+4 |
| | |||||
* | Base64 encode LoginRPC data | Simon Rettberg | 2020-06-18 | 1 | -4/+4 |
| | |||||
* | Change RPC port | Simon Rettberg | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | Send resolution from the users browser to the server and try to autologin ↵ | Udo Walter | 2020-06-18 | 5 | -12/+54 |
| | | | | the user on the client. | ||||
* | Better debug spam for connection checks | Simon Rettberg | 2020-05-19 | 2 | -10/+15 |
| | |||||
* | Try reusing old connection, even if we don't have a user context | Simon Rettberg | 2020-05-15 | 3 | -5/+35 |
| | |||||
* | Check if remote host actually repies with RFB handshake | Simon Rettberg | 2020-05-15 | 2 | -3/+14 |
| | |||||
* | Keep track of the number of tunnels per user. | Udo Walter | 2020-05-14 | 1 | -5/+17 |
| | |||||
* | Fix bug where user could reconnect to an old connection. | Udo Walter | 2020-05-14 | 3 | -0/+16 |
| | |||||
* | Fix two ways a client could be listed as free but be not connectable. | Udo Walter | 2020-05-14 | 6 | -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 Walter | 2020-05-13 | 16 | -114/+117 |
| | |||||
* | Fix connecting to a new client after exiting a client. Add logo, favicon and ↵ | Udo Walter | 2020-05-09 | 13 | -36/+107 |
| | | | | logout button. | ||||
* | Add location selection | Udo Walter | 2020-05-07 | 13 | -32/+384 |
| | |||||
* | Prevent user from sticking to connection if it was reset. | Simon Rettberg | 2020-05-05 | 2 | -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 format | Simon Rettberg | 2020-04-30 | 4 | -1/+35 |
| | |||||
* | Logging | Simon Rettberg | 2020-04-30 | 2 | -1/+3 |
| | |||||
* | First Commit | Simon Rettberg | 2020-04-15 | 11 | -0/+847 |