- Sep 20, 2016
-
-
Mike McKay authored
-
- Sep 19, 2016
-
-
Mike McKay authored
-
- Sep 15, 2016
-
-
Mike McKay authored
-
- Sep 14, 2016
-
-
Rick Herrick authored
initialization to anon service. Fixed error in initialization.
-
- Sep 08, 2016
-
-
Mike McKay authored
XNAT-4424 Fixed timing of alias token expiration by doing everything through Hibernate instead of direct database queries.
-
- Sep 07, 2016
-
-
Rick Herrick authored
Jiggered the app info bean to carry path info instead of injecting directly into filter bean. Used this to create open URL matchers to test if users are permitted to access particular site config values. Added test for missing properties to return 404 when values are requested for non-existent properties.
-
- Aug 25, 2016
-
-
Rick Herrick authored
XNAT-4356 XNAT-4477 Added expiration time to alias token. Fixed logic in user enabling and verifying routines.
-
- Aug 18, 2016
-
-
Mike McKay authored
XNAT-4429,XNAT-4474,XNAT-4470 Fixed changing of passwords for expired passwords and unsalted passwords. Made UI look as expected in forgot password case as well.
-
- Aug 17, 2016
-
-
Mike McKay authored
XNAT-4470 Fixes to ExpiredPasswordFilter and change password page. Got forgot password working again.
-
- Aug 12, 2016
-
-
Rick Herrick authored
all instances of putting guest user in auth principal. Modified filters to consider null and guest as anon.
-
- Aug 04, 2016
-
-
Mike McKay authored
Fixed XNAT-4409 by adding a check for a par parameter on login. If a PAR is present and valid, then grant the user that just logged in the appropriate project permissions.
-
- Jul 28, 2016
-
-
Mike McKay authored
XNAT-4387 Made auth methods fully customizable via plugins. If none are specified, it will default to db authentication, but if any are specified, only the specified ones will show up. I also added support for an order property to control the order of the methods in the dropdown, as well as the order in which they are checked when users attempt authentication. I see this plugin-based way of configuring providers remaining as an alternative to AdminUI configuration once that is implemented.
-
- Jul 20, 2016
-
-
Rick Herrick authored
XNAT-2429 XNAT-4201 XNAT-4423 Massive refactoring of libraries to get rid of split into root and application contexts. Moved lots of initialization from autowired fields to autowired constructors. Added method to create DICOM SCP instances without specifying ID since ID is now generated and provided. Fixed broken login on su operations.
-
- Jul 13, 2016
-
-
Rick Herrick authored
XNAT-4327 Removed additional code that set CSRF token. All token sets should now be done only in session event publisher at the point when the session is actually created.
-
- Jul 12, 2016
-
-
Rick Herrick authored
XNAT-4405 Added WWW-Authenticate to headers when non-interactive agent calls data URI. This lets non-preemptive basic auth work properly.
-
- Jun 05, 2016
-
-
Rick Herrick authored
context path should match.
-
- Jun 03, 2016
-
-
Mike McKay authored
-
- May 30, 2016
-
-
Mike McKay authored
-
Mike McKay authored
-
Mike McKay authored
-
- May 24, 2016
-
-
Mike McKay authored
Added preference for how often to check if locked out users should be let back in. Made how to specify time intervals consistent within the User Logins and Session Controls section by having Failed Logins Lockout Duration and User Inactivity Lockout both be entered in Intervals.
-
Mike McKay authored
Made the alias token timeout checking schedule configurable by the user. Made the inactivity lockout schedule actually take effect without a Tomcat restart. Readded line to SiteConfigPreferenceEvent that got left out of previous commit which was preventing events from working.
-
- May 22, 2016
-
-
Mark M. Florida authored
-
- May 20, 2016
-
-
Mike McKay authored
Modified alias token expiration so the frequency of checking for expiration would depend on the length before timeout. Previously, it would only check every hour, even if timeout was set to 10 minutes. Currently the frequency of checking doesn't change until you restart Tomcat, but I will have it take effect immediately once I create events we can trigger when changing preferences.
-
Mike McKay authored
-
Mike McKay authored
-
- May 19, 2016
-
-
Mark M. Florida authored
-
- May 18, 2016
-
-
Rick Herrick authored
XNAT-4913 Added ArchiveServlet back in, fixed a couple issues in action classes, updated applet classes and VM.
-
- May 16, 2016
-
-
Rick Herrick authored
-
Rick Herrick authored
Converted security to mostly use Java config to allow injection of preferences during initialization. Fixed scheduler issues.
-
- May 13, 2016
-
-
Mark M. Florida authored
-
Rick Herrick authored
-
- May 12, 2016
-
-
Rick Herrick authored
-
Rick Herrick authored
Updated init check to check for whether the siteUrl is initialized. If it's not, system is assumed to be uninitialized.
-
- May 11, 2016
-
-
Mike McKay authored
Fixed project access requests. Fixed bug where unverified users were unable to log in even though require verification was set to false.
-
- May 10, 2016
-
-
Mike McKay authored
-
- May 09, 2016
-
-
Mike McKay authored
-
- May 07, 2016
-
-
Mike McKay authored
-
- May 01, 2016
-
-
Rick Herrick authored
unencrypted passwords.
-
- Apr 28, 2016
-
-
Rick Herrick authored
-