- Sep 07, 2016
-
-
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.
-
Will authored
XNAT-4325: Added an Admin UI panel for setting site-wide alerts. Also optimized appearance and positioning of site-wide alerts and the warning bar.
-
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 02, 2016
-
-
Mike Hodge authored
-
- Sep 01, 2016
-
-
Rick Herrick authored
XNAT-4394 Updated investigators API to include projects on which investigator is PI or associate investigator.
-
Mark M. Florida authored
XNAT-4400: remove egregious padding around form panels in xmodal dialogs; allow disabling of labels for 'panel.element' widgets (label: false, or label: "")
-
Mark M. Florida authored
XNAT-4286: Menu was not updating after creating new investigator (fixed); changed namespace to match file name and XAPI URI ('investigators' instead of 'investigatorData').
-
Mark M. Florida authored
-
Mark M. Florida authored
XNAT-4400: Changed checkboxes in Site Admin to new "switchbox" widget (panel.input.switchbox); stripped colon prefix from spawner elements' [data-name] attribute; other minor fixes and improvements to ui elements.
-
Mark M. Florida authored
XNAT-4286: Total re-do of set/create investigator UI. New investigator window is now an xmodal dialog.
-
- Aug 31, 2016
-
-
Mark M. Florida authored
-
- Aug 30, 2016
-
-
Mark M. Florida authored
-
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
-
Michael Hodge authored
-
- Aug 29, 2016
-
-
Mike McKay authored
-
Mark M. Florida authored
XNAT-4486, XNAT-4487: data used to fill in values on Site Admin page is cached to prevent multiple requests; info icon moved to left of element's label.
-
Mark M. Florida 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.
-
Rick Herrick authored
lib folder in case this gets pulled in again.
-
Mark M. Florida authored
-
- Aug 25, 2016
-
-
Rick Herrick authored
addition to existing no-value check.
-
Mark M. Florida authored
-
Mark M. Florida authored
-
Mark M. Florida authored
XNAT-4472, XNAT-4478: These should both be fixed as a result of changing the Site Administration url to /app/template/Page.vm?view=admin
-
Mike McKay authored
-
Rick Herrick authored
XNAT-4356 XNAT-4477 Added expiration time to alias token. Fixed logic in user enabling and verifying routines.
-
Mike McKay authored
-
- Aug 24, 2016
-
-
Rick Herrick authored
file format that became unsupported as of Java 8. Replaced with last open release of primary Saxon 9.1.0.8 library (newer Saxon-HE library changed API so that PipelineManager didn't compile, and other XPath implementations would also require migrating that same code).
-
Mike McKay authored
-
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
-
-
Mike Hodge authored
-
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.
-