Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xnat-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dhcp
xnat-web
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
64e143968177f62a038e4882ee87714a703bc8ab
Select Git revision
Branches
3
develop
default
master
plugin-integration
3 results
Begin with the selected commit
Created with Raphaël 2.2.0
4
Jun
3
2
1
31
May
30
29
28
27
26
25
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
29
Apr
28
27
26
25
24
23
22
21
20
15
14
13
12
11
10
8
4
30
Mar
29
28
27
24
21
18
17
16
15
9
7
4
2
29
Feb
27
26
24
22
19
18
17
16
12
10
9
5
4
3
XNAT-4298 Fixed 2 of the 3 bugs related to this. First, the frontend code was expecting the JSON for DICOM SCP instances to include fields that were still set to their default value, so I made a change so that all fields will be included in the JSON. The UI also only provided a way to enable/disable SCPs, not start them, so I made the enabling/disabling REST calls also start/stop them. The one remaining bug is that on creating/modifying an SCP instance through the UI, a String (instead of a boolean) gets passed to the REST call for the enabled field. The REST call needs a boolean to assign the right value to the new object's enabled status.
XNAT-4324: Add simple "browse" menu to Top Bar. Links for browsing data type listings are currently broken though.
XNAT-4320: IE does not like 'PUT' method for form elements. Repeat - NEVER USE 'PUT' METHOD FOR FORM ELEMENTS.
XNAT-4313 - quick cosmetic fix (until css changes again and moves everything around) Adding hooks for better plugin classpath resource validation (XNAT-4308)
XNAT-4236 XNAT-4237 Updated to use base method to locate plugin beans.
XNAT-4283 Fixed time given for when users will be reenabled after lockout.
XNAT-4255 Added PET Tracers to AdminUI.
XNAT-4312: Remove artificial width constraint on new / edit project form.
XNAT-4244 Got Notifications Email Messages section working in the AdminUI.
Removed display of layout screens from the AdminUI.
Hacky fix so that put REST calls can get the project item.
Got checksums option in AdminUI to control whether checksums are used.
Made Roles and Features driven off of Site Config Preferences. Minor cleanup to prefs methods
XNAT-4311: CHECKBOXES
Removed adminUI fields we don't want for the beta.
XNAT-4271 Fix for Site Series Import Filter. Everything seems to be working now. Still needs some more testing though.
XNAT-4310 Fixed bug that broke the AdminUI. ChecksumsPropertyChangedListener was incompletely removed. This and a change to XNAT complete the removal.
Made changes to the Site-wide Anonymization Script take effect.
Updated Dicom Scp Upload section to pull information now saved in AdminUI.
XNAT-4307: updates to DICOM SCP Receivers UI; added 'banner' notification for saving data in admin ui; removed obsolete spawner tag and view files; removed obsolete site-setup-elements.yaml (the initial setup elements are still in a separate file but will be integrated into site-admin-elements.yaml).
XNAT-4306 Got zipExtensions working in the AdminUI and got the site to make use of it. This prevented an error that was causing notifications not to update right.
XNAT-4296 Made Administer menu ordering consistent.
XNAT-4293 Fixed a lot of bugs related to non-windows default paths being used in place of windows paths and made changing them in the AdminUI actually take effect. It required beating some of the ArcSpec code into submission, but hopefully ArcSpec will be going away soon.
Add XImgView as a runtime dependency so it's included with the webapp
Converted XnatInitCheckFilter initialization to use YAML configuration instead of hard-coded URLs.
XNAT-4300: Moved security settings to Security tab
XNAT-4292 Got sessionXmlRebuilder running so things didn't stay stuck in receiving. Made changes to PreferenceHandler classes and Methods to make sure the methods get called when appropriate and only when appropriate.
Fix XNAT-4291. Path of destination dir incorrect in prearchive when session moved from unassigned to an existing project.
DICOM SCP manager panel and new files and changes to support that; other small style tweaks.
XNAT-4269 Fixed permissions error in UsersApi calls. Piggybacking fixes
Made changes to require salted preference take effect.
A bunch of fixes to get password expiration working.
XNAT-4268: Added some descriptions, and changed the name for displaying the applet link
Reordered password section of AdminUI to reduce confusion.
XNAT-4091 Got password history duration working.
XNAT-4252 Prevented user from getting error page when logging out of an open XNAT.
XNAT-4272 Fixed bug with disabling comments on registration.
XNAT-4249, XNAT-4277 Fixes for login failure and timeout error messages.
XNAT-4289 Fixed bug that was preventing users from enabling or disabling DicomSCP receivers.
Added default verification email message.
Loading