Nick Couchman
|
d4b7e2b8b6
|
GUACAMOLE-38: Use StringBuilder to gather up name.
|
2018-06-01 13:40:52 -04:00 |
|
Nick Couchman
|
cf241f041e
|
GUACAMOLE-38: Fix up string checks in QCParser class.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
0cbf90a55d
|
GUACAMOLE-38: Clean up lots of unnecessary code.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
c994c5a9b4
|
GUACAMOLE-38: Remove unnecessary GUICE/Inject stuff.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
b31b09a2f5
|
GUACAMOLE-38: Get rid of unnecessary userContext initialization.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
6a922a7811
|
GUACAMOLE-38: Minor documentation tweaks.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
12d92d210f
|
GUACAMOLE-38: Fix parameter name in QuickConnection constructor.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
bb127c55d2
|
GUACAMOLE-38: Quick fix-up for userContext object in AuthenticationProvider
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
d608643bb6
|
GUACAMOLE-38: Remove lots of extra imports.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
3feb2c2de1
|
GUACAMOLE-38: Use newly-implemented AbstractuserContext and AbstractAuthenticationProvider classes, remove deprecated classes.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
43919e5623
|
GUACAMOLE-38: Tweak to regex and correct behavior of matcher.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
16130b32fe
|
GUACAMOLE-38: Switch to regex for parsing username and password.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
9ab50a239c
|
GUACAMOLE-38: Avoid unnuecessary type-casting.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
c50d372517
|
GUACAMOLE-38: Make placeholder translatable.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
da363f845e
|
GUACAMOLE-38: Make class public for consistency with other classes.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
8ed356a7f2
|
GUACAMOLE-38: Remove unnecessary null check.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
add78b9cdb
|
GUACAMOLE-38: Remove unnecessary style element.
|
2018-06-01 13:40:51 -04:00 |
|
Nick Couchman
|
fb5d2723bc
|
GUACAMOLE-38: Implement the AuthenticationProvider instead of extending another.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
5c96cd6326
|
GUACAMOLE-38: Leave default port to individual protocols.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
6c71f4ddb3
|
GUACAMOLE-38: Brush up comments and removed some extra code.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
8fa0cea793
|
GUACAMOLE-38: Make connection ID incrementing thread-safe.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
a3d851228e
|
GUACAMOLE-38: Extend SimpleConnection instead of copying code manually.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
2113d1aa96
|
GUACAMOLE-38: Fix parameter name to sometihng more fitting to its function.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
6c235565b0
|
GUACAMOLE-38: Style and typo fix-ups.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
039c5120df
|
GUACAMOLE-38: Update to 0.9.14 and remove incubating references.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
fc63007e59
|
GUACAMOLE-38: Remove unnecessary code.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
74ab18beb1
|
GUACAMOLE-38: Add translation file for the extension.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
289239efc5
|
GUACAMOLE-38: Clear cache after creating the connection.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
b49047cf78
|
GUACAMOLE-38: Don't try to encode URI before sending it to be parsed.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
9946dca022
|
GUACAMOLE-38: Alter AngularJS side of extensions to use new REST endpoint.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
c0a6bacad5
|
GUACAMOLE-38: Implement extension-specific REST endpoint and utilities for parsing connection.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
498400ef0d
|
GUACAMOLE-38: Fix compatibility with recent ActivityRecord changes.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
531725671b
|
GUACAMOLE-38: Clean up unnecessary imports and tweak style issues.
|
2018-06-01 13:40:50 -04:00 |
|
Nick Couchman
|
ee539597cd
|
GUACAMOLE-38: Add licenses to QuickConnect extension.
|
2018-06-01 13:40:49 -04:00 |
|
Nick Couchman
|
2115fa9072
|
GUACAMOLE-38: Fix issue related to submitting via Enter key.
|
2018-06-01 13:40:49 -04:00 |
|
Nick Couchman
|
7aaca96f10
|
GUACAMOLE-38: Code cleanup - remove unneeded code, debugging, etc. Provide proper documentation.
|
2018-06-01 13:40:49 -04:00 |
|
Nick Couchman
|
ed8ca17a95
|
GUACAMOLE-38: Fix issue with Settings -> Users page.
|
2018-06-01 13:40:49 -04:00 |
|
Nick Couchman
|
facea42463
|
GUACAMOLE-38: Initial implementation of QuickConnect feature
|
2018-06-01 13:40:49 -04:00 |
|
Michael Jumper
|
dfb07edf29
|
GUACAMOLE-220: Add base API support for user groups. Refactor as minimally necessary.
|
2018-04-19 15:29:10 -07:00 |
|
Michael Jumper
|
9b7ef0dfcf
|
GUACAMOLE-542: Migrate to simpler AbstractAuthenticationProvider / AbstractUserContext base classes.
|
2018-04-11 21:29:15 -07:00 |
|
Michael Jumper
|
6dde0e778a
|
GUACAMOLE-529: Apply database-specific account restrictions depending on context.
|
2018-04-01 23:29:19 -07:00 |
|
Michael Jumper
|
4f27a03adf
|
GUACAMOLE-525: Merge changes migrating from LIMIT to TOP for SQL Server queries.
|
2018-03-16 13:03:39 -07:00 |
|
Nick Couchman
|
c062acea2d
|
GUACAMOLE-525: Quick tweak to logic in password history file.
|
2018-03-13 22:34:21 -04:00 |
|
Nick Couchman
|
62a706896a
|
GUACAMOLE-525: Fix up password history delete to be more compatible.
|
2018-03-13 17:58:54 -04:00 |
|
Nick Couchman
|
cb580c4ae9
|
GUACAMOLE-525: Remove LIMIT and use TOP in SQL Server module.
|
2018-03-13 17:47:35 -04:00 |
|
Nick Couchman
|
d3dcd84379
|
GUACAMOLE-505: Remove stray left join in SQL Server UserMapper.
|
2018-03-13 10:47:31 -04:00 |
|
Michael Jumper
|
c5c2f028a1
|
GUACAMOLE-471: Update copyright year in NOTICE files to 2018.
|
2018-02-07 21:03:05 -08:00 |
|
Michael Jumper
|
608a11170b
|
GUACAMOLE-96: TOTP detail headers should always be left-aligned.
|
2018-02-04 19:45:18 -08:00 |
|
Michael Jumper
|
b9dba7ddf4
|
GUACAMOLE-96: Open "otpauth" link when user clicks on barcode.
|
2018-02-04 19:45:18 -08:00 |
|
Michael Jumper
|
78cde50df9
|
GUACAMOLE-96: Allow user's raw TOTP key details to be exposed within UI during enrollment.
|
2018-02-04 19:45:18 -08:00 |
|