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
Graph
a5a75438fe03e63d45e4b88a82965b2c15f2d5e3
Select Git revision
Branches
3
develop
default
master
plugin-integration
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
25
May
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-4253 - Should Archive Path be modifiable?
Set timeout redirect 'waiting' dialog back to 2 seconds from 60.
Set SESSION_ACTIVE cookie on JSP pages to prevent timeout dialog re-spawning.
XNAT-4254 Added a Restrict Project Creation to admins option.
XNAT-4250 Added warning about applets to master upload page.
XNAT-4256 Got Password Reuse Restriction working.
Added preference for how often to check if locked out users should be let back in. Made how to specify time intervals consistent within the User Logins and Session Controls section by having Failed Logins Lockout Duration and User Inactivity Lockout both be entered in Intervals.
Fix for issues with iframe xmodal dialogs and the timeout script. Removed title from some loading dialogs.
Made the alias token timeout checking schedule configurable by the user. Made the inactivity lockout schedule actually take effect without a Tomcat restart. Readded line to SiteConfigPreferenceEvent that got left out of previous commit which was preventing events from working.
Merge branch 'master' of https://bitbucket.org/xnatdev/xnat-web
Session timer now uses browser's time, which is likely to be different than the server's; added SESSION_ACTIVE cookie to track whether a user is logged in and will log out other browser windows if false.
Created events for changing site config preferences and updated how often alias token timeout was checked based on timeout interval. Also added sessionTimeout back in.
Merge remote-tracking branch 'origin/master' into Try_Branching_2
Adding sessionTimeout back in now that Mike has a solution for it. And adding an aliasTokenTimeoutSchedule field
Removing junk files; style tweak to admin ui so border between tab flippers and panes extends all the way down; moving site-setup.yaml file to /setup.
Use Spawner™ query syntax to lookup values or use fallbacks - specifically setting the admin email address as the default for fields in the Notifications panel.
XNAT-482 Changing to fix reference to refactored plexiviewer code.
Ground-up rewrite of session timeout script; style tweaks to some admin ui elements.
XNAT-482 Fix to build issue found when updating plexiviewer dependency. This exposed circular dependency where xnat-web war was included in xnat-web war, with predictably terrible results.
Reconciling properties in the Admin UI YAML with siteConfigPreferences
Merged xnatdev/xnat-web into master
Changed xmodal dialogs to use proper function calls - lowercase 'xmodal' global object with 'open', 'close', 'message', and 'loading' method names.
Merged xnatdev/xnat-web into master
Latest changes from xnat-web repo.
Adding subtle gradient to "Submit" button.
Made changes to Session Timeout Message and Login Failure Message take effect. They had previously had no effect on anything.
Modified alias token expiration so the frequency of checking for expiration would depend on the length before timeout. Previously, it would only check every hour, even if timeout was set to 10 minutes. Currently the frequency of checking doesn't change until you restart Tomcat, but I will have it take effect immediately once I create events we can trigger when changing preferences.
Short-term fix for YUI submenus sliding out of the page boundary.
Appearance tweaks to initial site setup and selectors.
Minor tweaks to spawner admin page and ajax form submission functions.
Made session timeout controllable through the AdminUI.
More fun with YAML: added missing form panel properties; created sections for Notifications panel;
Further button appearance tweaks. Remove unused .less file.
Merge remote-tracking branch 'xnat-web-custom-pages/master' into HEAD
Anonymzation -> Anonymization fix
Merge remote-tracking branch 'origin/master' into HEAD
Style updates for Admin UI, general button clarity.
Fixes for loading and resetting/reloading spawner form values.
Merge remote-tracking branch 'origin/master' into HEAD
Merge remote-tracking branch 'origin/master' into HEAD
Loading