Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
remove Shibboleth session timeout prediction, messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
apetro committed Apr 23, 2021
1 parent 76b9101 commit c5525aa
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 348 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,16 @@ The versions in this change log should match those published
to [the Sonatype Maven Central Repository][].
It is those war files that are being versioned.

## Next

BREAKING CHANGES

+ Removed timeout controller and service. No longer attempts to show a dialog
indicating the session is ending / has ended. This did not work reliably and
was adding more confusion than clarity. Instead if the server-side session
times out, the framework will attempt to re-bootstrap a session via portal
login on next interaction.

## 20.0.0 - 2021-04-23

+ Update `myuw-banner` to v3.0.0 (non-goofy support for Learn more link).
Expand Down
2 changes: 0 additions & 2 deletions components/js/app-config.js
Expand Up @@ -32,7 +32,6 @@ define(['angular'], function(angular) {
'appMenuTemplateURL': null,
'appMenuItems': [],
'enablePushContentMenu': false,
'inactivityTimeout': 30,
})
.value('SERVICE_LOC', {
'aboutURL': null,
Expand All @@ -42,7 +41,6 @@ define(['angular'], function(angular) {
'loginSilentURL': '/portal/Login', // deprecated
'messagesURL': '', // staticFeeds/sample-messages.json
'sessionInfo': 'staticFeeds/session.json',
'shibbolethSessionURL': 'staticFeeds/Shibboleth.sso/Session.json',
'portalLayoutRestEndpoint': null, // '/portal/api/layout',
'widgetApi': {
'entry': '/portal/api/marketplace/entry/', // 'staticFeeds/'
Expand Down
4 changes: 0 additions & 4 deletions components/portal/main.js
Expand Up @@ -50,8 +50,6 @@ define([
'./settings/directives',
'./settings/services',
'./storage/services',
'./timeout/controllers',
'./timeout/services',
'./widgets/controllers',
'./widgets/directives',
'./widgets/services',
Expand Down Expand Up @@ -90,8 +88,6 @@ define([
'portal.settings.directives',
'portal.settings.services',
'portal.storage.services',
'portal.timeout.controllers',
'portal.timeout.services',
'portal.widgets.controllers',
'portal.widgets.directives',
'portal.widgets.services',
Expand Down
1 change: 0 additions & 1 deletion components/portal/main/partials/footer.html
Expand Up @@ -35,5 +35,4 @@
<span>{{sessionCheckCtrl.user.version}}</span><span ng-show="sessionCheckCtrl.user.serverName"> - {{sessionCheckCtrl.user.serverName}}</span><span ng-show="sessionCheckCtrl.user.sessionKey"> - {{sessionCheckCtrl.user.sessionKey}}</span></span>
</div>
</div>
<span ng-controller="PortalTimeoutController"></span>
</footer>
176 changes: 0 additions & 176 deletions components/portal/timeout/controllers.js

This file was deleted.

157 changes: 0 additions & 157 deletions components/portal/timeout/services.js

This file was deleted.

0 comments on commit c5525aa

Please sign in to comment.