Commit Graph

3717 Commits

Author SHA1 Message Date
Michael Jumper
14e8c6fc50 GUACAMOLE-36: Provide access to modeled object within beforeUpdate(). 2017-01-03 19:59:20 -08:00
Michael Jumper
ec34449fd0 GUACAMOLE-36: Provide access to object within beforeCreate(). 2017-01-03 19:59:20 -08:00
Michael Jumper
89d3ba44a7 GUACAMOLE-36: Clarify description/use of Translatable interface. 2017-01-03 19:42:25 -08:00
Michael Jumper
986ea4b206 GUACAMOLE-36: Migrate guacLogin and guacNotification to TranslatableMessage. 2017-01-03 19:42:24 -08:00
Michael Jumper
0671f18d40 GUACAMOLE-36: Define REST API transfer mechanism for translatable messages. 2017-01-03 19:42:24 -08:00
Michael Jumper
30179c405f GUACAMOLE-36: Generalize and simplify handling of REST API errors. 2017-01-03 19:42:24 -08:00
James Muehlner
f891f69825 Merge 0.9.10-incubating release changes back to master. 2016-12-18 11:08:23 -08:00
James Muehlner
4e7f966cf2 GUACAMOLE-144: Merge removal of category X license listings for dual licensed depedencies. 2016-12-18 10:59:33 -08:00
Michael Jumper
d75595919f GUACAMOLE-144: Fix path to LICENSE for Carlito font. 2016-12-17 23:18:28 -08:00
Michael Jumper
9d41992a1f GUACAMOLE-144: List only non-Category-X licenses for dual-licensed dependencies. Explicitly choose non-Category-X option where stripping the license is impossible. 2016-12-17 23:18:28 -08:00
James Muehlner
653b7f58af GUACAMOLE-136: Merge replacement of sketchy DuoWeb java code. 2016-12-11 20:41:55 -08:00
Michael Jumper
9056bb0f4f GUACAMOLE-136: Remove DuoWeb Java API from codebase. Re-implement cleanly from scratch. 2016-12-10 18:53:55 -08:00
James Muehlner
cf6a2b84ab GUACAMOLE-136: Merge new Duo two factor authentication extension. 2016-12-05 22:23:34 -08:00
Michael Jumper
a0f9bf541f GUACAMOLE-136: Use $element to retrieve field elements rather than straight jQuery. 2016-12-05 22:20:24 -08:00
Michael Jumper
e6f0b7df17 GUACAMOLE-136: Rename overly-generic AuthenticationProviderService to UserVerificationService. 2016-12-05 22:19:46 -08:00
Michael Jumper
c3c553a899 GUACAMOLE-136: Bundle guacamole-auth-duo .jar into .tar.gz, along with licenses. 2016-12-05 22:19:46 -08:00
Michael Jumper
3457bcfc84 GUACAMOLE-136: Add Apache RAT plugin to build. Add missing license header to pom.xml. 2016-12-05 22:19:45 -08:00
Michael Jumper
bf4446a199 GUACAMOLE-136: Add licenses for libraries bundled with guacamole-auth-duo. 2016-12-05 22:19:45 -08:00
Michael Jumper
00a2539e9c GUACAMOLE-136: Fix Carlito LICENSE path. 2016-12-05 22:19:45 -08:00
Michael Jumper
e9e8612611 GUACAMOLE-136: Minify JavaScript and CSS. Add templates to Angular's cache. 2016-12-05 22:19:45 -08:00
Michael Jumper
f44ee1c95b GUACAMOLE-136: Render Duo field as modal dialog. 2016-12-05 22:19:45 -08:00
Michael Jumper
548966ae5a GUACAMOLE-136: Use hidden submit button for submitting Duo response (form.submit() inserts query parameters and causes browser navigation, despite ngSubmit preventing default). 2016-12-05 22:19:45 -08:00
Michael Jumper
48af3ef45d GUACAMOLE-136: Implement basic support for verifying user identity using Duo. 2016-12-05 22:19:45 -08:00
James Muehlner
718e4dab00 GUACAMOLE-136: Merge new $element functionality for field controllers. 2016-12-05 22:17:57 -08:00
Michael Jumper
567df5a467 GUACAMOLE-136: Make $element available to field type controllers. 2016-12-05 22:09:52 -08:00
James Muehlner
b4ea239b5f GUACAMOLE-136: Merge template compilation ordering fix for custom field types. 2016-12-05 20:53:04 -08:00
James Muehlner
18565d171e GUACAMOLE-136: Merge password reset flow fix for 2FA. 2016-12-05 20:43:39 -08:00
Michael Jumper
6eda36cd4e GUACAMOLE-136: Ensure field template is in DOM prior to invoking controller. 2016-12-05 20:16:57 -08:00
Michael Jumper
4a1ffbfdcc GUACAMOLE-136: Move password reset flow into own function. Invoke from getUserContext(), not authenticateUser(), such that secondary authentication factors have a chance to invalidate the auth attempt prior to password reset. 2016-12-05 20:13:59 -08:00
James Muehlner
32e5c3e680 Merge 0.9.10-incubating changes back to master. 2016-12-03 17:39:07 -08:00
James Muehlner
021c18757d GUACAMOLE-132: Merge .gitignore fix. 2016-12-03 17:38:13 -08:00
Michael Jumper
ebb1fb12d3 GUACAMOLE-132: Include ALL .gitignore in source .tar.gz, not just top-level. 2016-12-03 17:27:17 -08:00
James Muehlner
ef092ba2dc Merge 0.9.10-incubating release-specific changes back to master. 2016-12-03 13:03:09 -08:00
James Muehlner
5b7d030daa GUACAMOLE-133: Merge remaining licenses for bundled software in auth extensions. 2016-12-03 13:00:59 -08:00
Michael Jumper
40f33649fe GUACAMOLE-133: Include LICENSE, NOTICE, and DISCLAIMER within .tar.gz of guacamole-auth-noauth. 2016-12-02 21:06:33 -08:00
Michael Jumper
b99626fd51 GUACAMOLE-133: Add licenses for bundled dependencies of guacamole-auth-jdbc. 2016-12-02 21:06:33 -08:00
Michael Jumper
81d3cc20c9 GUACAMOLE-133: Add licenses for bundled dependencies of guacamole-auth-ldap. 2016-12-02 21:06:16 -08:00
Michael Jumper
90434b7960 GUACAMOLE-133: Rename "dependencies" directory of licenses to "bundled". Add README. 2016-12-02 20:32:06 -08:00
James Muehlner
c29e6ba464 Merge 0.9.10-incubating changes back to master. 2016-12-02 19:40:42 -08:00
James Muehlner
315b0d00cc GUACAMOLE-133: Merge LICENSE documentation for all Guacamole dependencies. 2016-12-02 19:35:35 -08:00
Michael Jumper
110ebf64e2 GUACAMOLE-133: Document all dependencies of Guacamole within LICENSE. 2016-12-02 18:18:56 -08:00
James Muehlner
c194e04894 Merge release-specific changes for 0.9.10-incubating back to master. 2016-12-02 15:37:35 -08:00
James Muehlner
8f4a4db46f GUACAMOLE-133: Merge exclusion of redundant StAX transitive dependency. 2016-12-02 15:27:23 -08:00
James Muehlner
ee69f66300 GUACAMOLE-133: Merge removal of pointless SLF4J dependency for JDBC auth extension. 2016-12-02 15:25:23 -08:00
Michael Jumper
621af69f87 GUACAMOLE-133: Exclude StAX dependency, which is part of Java 6. 2016-12-02 14:25:41 -08:00
Michael Jumper
348bbbf53f GUACAMOLE-133: Remove unnecessary bundled SLF4J from JDBC auth. 2016-12-02 13:46:20 -08:00
James Muehlner
4bab81a94b GUACAMOLE-131: Merge fix for bad merge. 2016-11-29 09:47:47 -08:00
Michael Jumper
e385bfcde0 GUACAMOLE-131: Re-remove JavaScript libraries which were mistakenly re-added during merge conflict resolution. 2016-11-28 22:51:48 -08:00
James Muehlner
f1edb9ffd1 Merge new changes for 0.9.10-incubating back to master. 2016-11-28 22:27:36 -08:00
James Muehlner
119fae261f GUACAMOLE-131: Merge webjars migration for javascript dependencies. 2016-11-28 22:18:13 -08:00