Commit Graph

18 Commits

Author SHA1 Message Date
Carl Harris
65c16ce90e GUACAMOLE-408: revert changes to rat excludes
The excludes for rat should include everything in .gitignore, so
these explicit excludes are not needed.
2017-10-07 20:31:24 -04:00
Carl Harris
70db9a4c42 GUACAMOLE-408: exclude generated HTML files from rat validation
When building inside of the Docker container, some files with
generated HTML are being validated by RAT and failing due to the
lack of a license header. When building outside of Docker, this
problem does not occur. Not sure why these paths don't fail when
building outside of the container, and I don't know enough about
the plugin that generates these files to understand why it behaves
differently inside of the container. Nonetheless, I think these
excludes seem reasonable.
2017-10-07 10:12:49 -04:00
Michael Jumper
2c587e5f9f GUACAMOLE-393: Add AuthenticationProvider shutdown hook. 2017-09-25 11:47:44 -07:00
Michael Jumper
9236aea866 GUACAMOLE-314: Bump version numbers of all modified components to 0.9.13-incubating. 2017-06-01 23:05:53 -07:00
Michael Jumper
4455cbc781 GUACAMOLE-289: Add getResource() functions to UserContext and AuthenticationProvider, allowing extensions to expose arbitrary REST resources/services. 2017-04-29 12:34:32 -07:00
Michael Jumper
805783395f GUACAMOLE-260: Update copyright year in NOTICE files to 2017. 2017-03-30 19:42:54 -07:00
Michael Jumper
3de690abfe GUACAMOLE-225: Bump version numbers to 0.9.12-incubating (guacamole-common unchanged). 2017-02-28 09:33:53 -08:00
Michael Jumper
8185a023f6 GUACAMOLE-154: Bump version numbers to 0.9.11-incubating for modified components. 2017-01-09 13:51:23 -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
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
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