Michael Jumper
e9608279c2
Merge 1.3.0 changes back to master.
2020-11-22 13:23:39 -08:00
mildis
0279a31d12
GUACAMOLE-1172: add logic to retrieve groups from OIDC token
2020-11-21 11:12:26 +01:00
Rodrigo Borges
d882b34ec1
GUACAMOLE-1207: Portuguese I18N. Add portuguese translation
...
Add translation files for the webapp and the following extensions:
- guacamole-auth-cas
- guacamole-auth-duo
- guacamole-auth-jdbc
- guacamole-auth-openid
- guacamole-auth-quickconnect
- guacamole-auth-saml
- guacamole-auth-totp
2020-11-16 14:43:31 -03:00
Mike Jumper
c4b9b0173c
GUACAMOLE-1205: Merge bump of version numbers to 1.3.0.
2020-11-03 22:17:21 -08:00
Virtually Nick
5da40bd633
GUACAMOLE-1205: Bump Guacamole Client components to version 1.3.0
2020-11-03 18:06:47 -05:00
Jordi Roman
5972b006ff
GUACAMOLE-1078: Catalan I18N. Generation of a translation into the Catalan language.
...
The modifications add translation file for the webapp and the following extensions:
- guacamole-auth-cas
- guacamole-auth-duo
- guacamole-auth-jdbc
- guacamole-auth-openid
- guacamole-auth-quickconnect
- guacamole-auth-radius
- guacamole-auth-saml
- guacamole-auth-totp
Modify the guac-manifest file of the different translated extensions and place translations in alphabetical order
2020-11-03 18:59:10 +01:00
Michael Jumper
5175dd3d29
Merge 1.2.0 changes back to master.
2020-06-22 14:36:42 -07:00
Virtually Nick
a0ee0475ed
GUACAMOLE-103: Move to using Translatable for redirect message; clean up comments.
2020-06-22 14:24:02 -04:00
Virtually Nick
5762cdda47
GUACAMOLE-103: Implement common redirect form field.
2020-06-22 14:24:02 -04:00
darksimpson
c7cc62803b
GUACAMOLE-1054: Fixed some minor translation issues like removal of empty and not-really-translated strings.
2020-05-06 13:03:31 +03:00
darksimpson
4a6327e118
GUACAMOLE-1054: Improve Russian translation
2020-04-28 14:32:22 +03:00
Virtually Nick
211f8e2b25
GUACAMOLE-966: Bump client version numbers to 1.2.0
2020-02-27 14:02:45 -05:00
Michael Jumper
5ff81f7735
Merge 1.1.0 changes back to master.
...
Conflicts:
* extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json
* extensions/guacamole-auth-duo/src/main/resources/guac-manifest.json
* extensions/guacamole-auth-openid/src/main/resources/guac-manifest.json
* extensions/guacamole-auth-quickconnect/src/main/resources/guac-manifest.json
* extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json
* extensions/guacamole-auth-totp/src/main/resources/guac-manifest.json
* guacamole/src/main/webapp/translations/de.json
2019-09-09 18:57:01 -07:00
Mike Jumper
981adc94e6
GUACAMOLE-699: Merge changes bringing German translations up-to-date.
2019-09-09 18:52:53 -07:00
leetxyz
5ac68c3f72
GUACAMOLE-699: Fix language ordering, add de.json to auth-jdbc-*, fix intendation
2019-08-15 18:09:30 +02:00
chisatohasimoto
0cad9eef69
GUACAMOLE-821:Add Japanese language support
2019-07-08 13:28:03 +09:00
Michael Jumper
fe7ef19851
GUACAMOLE-805: Only reformat a URL fragment that appears to be from OpenID Connect if the fragment is not already in a format consumable by AngularJS ("#?..." or "#/?...").
2019-06-02 17:01:49 -07:00
Michael Jumper
21f1ee6ac3
GUACAMOLE-805: Handle OpenID Connect "id_token" parameter regardless of location within URL fragment.
2019-06-02 16:10:22 -07:00
Virtually Nick
26cc9bc65b
GUACAMOLE-678: Assign clientID variable instead of string literal.
2019-04-18 09:00:22 -04:00
Virtually Nick
b6e7fc9cfc
GUACAMOLE-678: Rename UriGuacamoleProperty to URIGuacamoleProperty.
2019-03-24 15:58:59 -04:00
Virtually Nick
704c7b6d81
GUACAMOLE-678: Use new URI property for existing configuration items.
2019-03-24 15:53:53 -04:00
leetxyz
ca9b535a22
GUACAMOLE-699: Add german translations to extension guac-manifests
2019-03-01 22:07:13 +01:00
leetxyz
03499c113f
GUACAMOLE-699: Update german translation
2019-03-01 21:55:00 +01:00
Michael Jumper
c3fbf44f70
GUACAMOLE-729: Bump version numbers to 1.1.0.
2019-02-09 11:08:28 -08:00
Michael Jumper
45513592a7
GUACAMOLE-570: Bump version numbers to 1.0.0.
2018-06-05 21:34:26 -07:00
Michael Jumper
9b7ef0dfcf
GUACAMOLE-542: Migrate to simpler AbstractAuthenticationProvider / AbstractUserContext base classes.
2018-04-11 21:29:15 -07:00
Michael Jumper
7357e51b58
GUACAMOLE-96: Add redecorate() function with semantics analogous to updateUserContext().
2018-01-13 17:23:11 -08:00
Michael Jumper
ffad1898b6
GUACAMOLE-96: Add API support for augmenting functionality of other extensions.
2018-01-13 17:22:48 -08:00
Michael Jumper
ce4cd11993
GUACAMOLE-423: Bump version numbers for all modified components to 0.9.14.
2017-12-06 00:12:43 -08:00
Michael Jumper
4e459b9f19
GUACAMOLE-210: Implement AuthenticationProvider shutdown() function required due to GUACAMOLE-393.
2017-09-25 13:09:11 -07:00
Michael Jumper
4dbf9a3f9e
GUACAMOLE-210: Add configuration options for scope, clock skew, etc., as well as sensible defaults.
2017-09-25 13:06:45 -07:00
Michael Jumper
aaf1b796f3
GUACAMOLE-210: Properly generate and validate nonces.
2017-09-25 13:06:45 -07:00
Michael Jumper
4f8c853daa
GUACAMOLE-210: Re-request ID token if validation or username retrieval fails.
2017-09-25 13:06:45 -07:00
Michael Jumper
187903563b
GUACAMOLE-210: Add redirect message. Refactor to use minification and pre-cached templates.
2017-09-25 13:06:44 -07:00
Michael Jumper
724a6a9737
GUACAMOLE-210: Update API to 0.9.13-incubating.
2017-09-25 13:06:44 -07:00
Michael Jumper
28cfc39c11
GUACAMOLE-210: Remove unnecessary empty template definitions (empty template is the default).
2017-09-25 13:06:44 -07:00
Michael Jumper
82c6048d50
GUACAMOLE-210: Move OpenID configuration property definitions into ConfigurationService.
2017-09-25 13:06:44 -07:00
Michael Jumper
d04d61225a
GUACAMOLE-210: Refactor source referencing OAuth to OpenID. This extension uses OpenID, not OAuth.
2017-09-25 13:06:44 -07:00
Michael Jumper
1034612a47
GUACAMOLE-210: Create guacamole-auth-openid bundle .tar.gz as part of build.
2017-09-25 13:06:43 -07:00
Michael Jumper
254639f6e9
GUACAMOLE-210: Update to 0.9.11-incubating API.
2017-09-25 13:06:43 -07:00
Michael Jumper
c5bd3390bf
GUACAMOLE-210: Update for recent sharing-related changes to AuthenticationProvider on 0.9.9-incubating (current upstream git).
2017-09-25 13:06:43 -07:00
Michael Jumper
faa327824b
GUACAMOLE-210: Add missing comment.
2017-09-25 13:06:43 -07:00
Michael Jumper
9159ca4289
GUACAMOLE-210: Use cryptographically-sound nonce generator.
2017-09-25 13:06:43 -07:00
Michael Jumper
d27ba44439
GUACAMOLE-210: Validate the JWT using jose.4.j.
2017-09-25 13:06:43 -07:00
Michael Jumper
fdc0313387
GUACAMOLE-210: Migrate to implicit flow (client-side, relies on "id_token"). Update to pre-release 0.9.9-incubating codebase.
2017-09-25 13:06:43 -07:00
Michael Jumper
c3c6e0c43b
GUACAMOLE-210: POST code to OAuth service to retrieve token.
2017-09-25 13:06:43 -07:00
Michael Jumper
c20271cb99
GUACAMOLE-210: Add remaining endpoint properties.
2017-09-25 13:06:43 -07:00
Michael Jumper
63b69ad076
GUACAMOLE-210: Use same version of Jersey as the main Guacamole webapp.
2017-09-25 13:06:42 -07:00
Michael Jumper
1c6a603a08
GUACAMOLE-210: Move classes to reasonable packages.
2017-09-25 13:06:42 -07:00
Michael Jumper
77e714b0e1
GUACAMOLE-210: Stub out authentication (recognize but do not actually use code).
2017-09-25 13:06:42 -07:00