- Sep 20, 2016
-
-
Mike McKay authored
-
- Sep 19, 2016
-
-
Mike McKay authored
-
Mike McKay authored
XNAT-4463 Added message in cases where no project owners have valid emails. Hacked the UI to show this as an error message using Will's string contains hack. Hopefully we can get a better way to handle message type soon.
-
Mike McKay authored
XNAT-4463 Made PAR requests not fail when one project owner had an invalid email (also prevented similar failures on PAR acceptance/denial).
-
- Sep 16, 2016
-
-
Rick Herrick authored
-
Rick Herrick authored
XNAT-4516 Added better task tracking and logging to initializating task executor, added automated completion and execution tracking, logging and messaging. Broke view creation/update code into stand-alone initializing task. Added check for table that gets updated so that queries don't error out.
-
- Sep 15, 2016
-
-
Rick Herrick authored
text/plain content type or ambiguation with multiple return types.
-
Mike McKay authored
-
Rick Herrick authored
plugins to initialize before running scan with Swagger init.
-
Mike McKay authored
XNAT-4520 Converted old 0/1 boolean properties to t/f when bringing them in to make the requireLogin property work correctly after 1.6 to 1.7 upgrade.
-
Rick Herrick authored
when cloning the repo with different character encoding. Replaced ad hoc implementation with commons-lang3 method.
-
- Sep 14, 2016
-
-
Rick Herrick authored
initialization to anon service. Fixed error in initialization.
-
Mike McKay authored
XNAT-4519 Prevented guest user from being given owner/member/collaborator access to a project through project page or xapi.
-
Mike McKay authored
XNAT-4519 Fixed cases where wrong user permissions were being checked, preventing the admin from removing project access.
-
Mike McKay authored
-
- Sep 13, 2016
-
-
Rick Herrick authored
XNAT-4382 Moved HTTP message converters to separate bean instantiations so they can be picked up by plugins. Moved plugin configuration instantiation to servlet mapping.
-
- Sep 12, 2016
-
-
Rick Herrick authored
XNAT-4499 XNAT-4509 XNAT-4516 Added environment to XnatAppInfo to support flexible properties (specifically xnat.is-primary-node setting). Added property helper methods as well. Added StringHttpMessageConverter to allow returning strings as XML, JSON, etc.
-
- Sep 10, 2016
-
-
Mike Hodge authored
XNAT-4507, XNAT-4508: Fix missing variables in automation and wrong div showing when no event handlers
-
- Sep 09, 2016
-
-
Rick Herrick authored
XNAT-4301 Fixed permissions on user API. Tried to fix intermittent concurrent modification error in SecureResource.
-
Rick Herrick authored
status code, handle exception from XSync plugin correctly.
-
Rick Herrick authored
"merge" of the changes in the dicomedit-migration branch.
-
Rick Herrick authored
-
- Sep 08, 2016
-
-
Rick Herrick authored
XNAT-4378 XNAT-4301 Fixed the serialization config to suppress null values, hiding password, etc. Validated user create for REST APIs. Fixed broken plugin registry.
-
Mike McKay authored
XNAT-4424 Fixed timing of alias token expiration by doing everything through Hibernate instead of direct database queries.
-
Mike McKay authored
-
- Sep 07, 2016
-
-
Rick Herrick authored
functional.
-
Mike McKay authored
-
Rick Herrick authored
functions. Cleaned up user class to prevent marshalling of passwords, but handle incoming password values properly. Separated create and update methods. Made error reporting more robust.
-
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.
-
- Sep 06, 2016
-
-
Rick Herrick authored
invalidate user sessions. Fixed investigator initialization error. Fixed password handling for new user operations.
-
Rick Herrick authored
XNAT-4301 XNAT-4394 XNAT-4500 Added @XnatMixIn class mapping processing to RootConfig. Cleaned up User class to ignore properties we don't want to see. Adjusted ResultSet processing to fix investigator API error.
-
- Sep 01, 2016
-
-
Rick Herrick authored
XNAT-4394 Updated investigators API to include projects on which investigator is PI or associate investigator.
-
- Aug 30, 2016
-
-
Mike McKay authored
XNAT-4479 prevented update user page from having inaccurate error message by adding siteConfig to the context.
-
Rick Herrick authored
-
Mike Hodge authored
XNAT-4493: File uploader should be configurable to have either HTML or text results returned and display appropriately
-
- Aug 29, 2016
-
-
Mike McKay authored
-
- Aug 26, 2016
-
-
Rick Herrick authored
in NotificationsPreferences. Removed /batch and /batchMail methods. Simplify handling of SMTP properties. Refactored SiteConfigApi, removed /batch here as well. Inserted url property to stand in for load, action, and refresh properties in site-admin and site-setup files. Added calls from Mark to actually set action, load, and refresh to value from url.
-
- Aug 25, 2016
-
-
Rick Herrick authored
addition to existing no-value check.
-
Rick Herrick authored
XNAT-4356 XNAT-4477 Added expiration time to alias token. Fixed logic in user enabling and verifying routines.
-
- Aug 24, 2016
-
-
Mike McKay authored
-