- 21 Nov, 2016 1 commit
-
-
Mike McKay authored
-
- 16 Nov, 2016 3 commits
-
-
Mike McKay authored
-
Mike McKay authored
XNAT-4586 Made welcome emails get sent when admins edit existing users to make them both enabled and verified.
-
Mark M. Florida authored
XNAT-4044, XNAT-4399: added ID column to user table, added filter menus for 'verified', 'enabled', and 'active' columns; added ability to use a function to create a custom filter for a 'table.dataTable' column.
-
- 15 Nov, 2016 2 commits
-
-
Rick Herrick authored
groups from a user. Added code advice comments to VM file.
-
Mark M. Florida authored
XNAT-4578, XNAT-4582: Changed REST calls to set user roles to use XAPI; normalized the user 'edit' links to open the basic account info dialog first with a link to edit 'advanced' settings; changed validation type from 'email' to 'emails' (plural) to allow a comma-separated list of email addresses in a single input to be validated.
-
- 14 Nov, 2016 2 commits
-
-
Rick Herrick authored
remove hit from icon request that's botching the session ID.
-
Mike McKay authored
XNAT-4577 Fixed bug in changing user passwords through the new AdminUI section. The UsersApi class was trying to duplicate code from the save method, but incompletely. Removed code from UsersApi that hashes password since the save is already doing that.
-
- 11 Nov, 2016 4 commits
-
-
Mark M. Florida authored
XNAT-4044, XNAT-4242: Refactoring of user management page using XAPI services and Spawner UI elements; fixed some lingering validation issues along the way.
-
Rick Herrick authored
URL list for an Assessor XAR Import now contains the assessor id
-
Rick Herrick authored
attribute when principal isn't found.
-
Rick Herrick authored
.gradletasknamecache.
-
- 10 Nov, 2016 3 commits
-
-
Mark M. Florida authored
XNAT-4554, XNAT-4428, XNAT-4242, XNAT-4400: Moved Pipeline processing URL setting to its own tab under the "Advanced" group; fixed a few different issues with the passwords section of the Site Admin; improved handling of validation and blocking of form submission; attempts to prevent username and password fields from being auto-filled.
-
Rick Herrick authored
path filtering to remove split pattern matching. Added extra path handling for the /setup URI to handle redirect to slash-terminated version.
-
Mohana Ramaratnam authored
-
- 09 Nov, 2016 3 commits
-
-
Mike McKay authored
Fixed failed login lockout bugs by storing lockout time. Removed unused email verification expiration from admin UI.
-
Mark M. Florida authored
Major whitespace cleanup of user report page; removal of redundant 'admin bar' that appeared on old administration pages; addition of "Bundles" to top "Administer" menu.
-
Rick Herrick authored
broken dependency on Guava 21.0-SNAPSHOT.
-
- 07 Nov, 2016 2 commits
-
-
Mark M. Florida authored
-
Mark M. Florida authored
XNAT-4562, XNAT-4399, XNAT-4044: Changes to Spawner elements and JavaScript files to fix bogus rendering of investigators and to prepare for new User management UI.
-
- 03 Nov, 2016 5 commits
-
-
Will Horton authored
-
Mark M. Florida authored
Update for hashchange event to handle multiple hash parts - necessary to select a tab when page is loaded via ajax using the url hash.
-
Mark M. Florida authored
-
Mark M. Florida authored
-
Mark M. Florida authored
XNAT-4242, XNAT-4399, XNAT-4400: a form that fails validation will show a dialog and stop submission; JavaScript components for updated table.dataTable widget that supports advanced HTML transformations and filtering; other JS updates to support changes necessary for new user management UI.
-
- 02 Nov, 2016 1 commit
-
-
Rick Herrick authored
XNAT-4557 XNAT-4558 Added admin user and email to site admin. Fixed various handler methods to work better. Fixed issue where XnatAppInfo croaked when instantiated without manifest present.
-
- 01 Nov, 2016 1 commit
-
-
Rick Herrick authored
notification preference change handling to SmtpHandlerMethod.
-
- 28 Oct, 2016 1 commit
-
-
John Flavin authored
-
- 27 Oct, 2016 1 commit
-
-
Mike McKay authored
-
- 26 Oct, 2016 4 commits
-
-
Mark M. Florida authored
XNAT-4242: form validation errors will stop submission and display a dialog listing fields that need to be corrected.
-
Mark M. Florida authored
XNATX-501: removed default 'Select' option from Spawner-generated menus; fixed an error with getting length of an undefined value; utility style classes: center/centered, align-left/text-left, align-right/text-right, nowrap/no-wrap; added 'sprite.png' file back to YUI folder - some YUI widgets still need it.
-
Mark M. Florida authored
XNAT-4544: tweaked xmodal styles and defaults so buttons stay in the browser viewport and adjusted height of script editor dialog.
-
Mike McKay authored
XNAT-4553 Allowed XNAT admins to configure auth providers via properties files in the config directory instead of just via properties files in plugins.
-
- 19 Oct, 2016 2 commits
-
-
Mike Hodge authored
-
Mike Hodge authored
-
- 18 Oct, 2016 4 commits
-
-
Mike McKay authored
-
Mike Hodge authored
-
Mark M. Florida authored
Removed styles for h1-h4 elements inside xmodal dialogs - these should be set elsewhere for the specific content.
-
Mark M. Florida authored
XNAT-4533, more: Added Plugin Settings page - 'Administer > Plugin Settings' menu option will show when there's an installed plugin that has site-wide settings. The mechanism for this is clunky and could be improved if there was a way for plugins to register themselves as having site-wide settings. Split up items in 'Administer' menu for more granularity in inserting menu items. Other refactoring to support these features, including a new panel.form contentType option 'text/json' that submits JSON as text (needed for XSync plugin). (WHY!?)
-
- 12 Oct, 2016 1 commit
-
-
Rick Herrick authored
messaging.
-