- 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
"merge" of the changes in the dicomedit-migration branch.
-
- 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
-
-
Mike McKay authored
-
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
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.
-
- 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 25, 2016
-
-
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
-
Mike McKay authored
XNAT-4476 Fixed bug with PARs where users were either not getting access or had to go to an additional page to finish getting access.
-
Mike Hodge authored
-
- Aug 23, 2016
-
-
Rick Herrick authored
XNAT-3822 XNAT-4132 Added automation preferences, REST API, and site admin definition for enabling and disabling internal scripting. Added fix for occasional ConcurrentModificationException when list of handlers is hit by two threads simultaneously.
-
- Aug 22, 2016
-
-
Rick Herrick authored
XNAT-4273 Created initializing task for database table migration, using DatabaseHelper utility from framework library for transactional control.
-
- Aug 19, 2016
-
-
Rick Herrick authored
-
- 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 16, 2016
-
-
Rick Herrick authored
XNAT-4393 It turns out that DICOM tags have an unfortunate tendency of using good typographical but poor programming practices. Thus tags like "Performing Physician’s Name" use the closing single quote beloved of typographers but something of a scourge to HTML rendering. Added checks for other scoundrels of rendering: ‘, ’, “, ”, as well as their more mundane cousins ', ", <, and >.
-