Skip to content

Releases: worldskills/angular-worldskills-utils

v0.1.7

01 Jun 15:43
Compare
Choose a tag to compare
  • Add Auth ping if user is not idle
  • Added custom filter for ui-select to use insteaf of $filter

v0.1.6: Cleanup puppet banner

01 Jun 15:43
Compare
Choose a tag to compare

Cleanup puppet banner

v0.1.5

22 Feb 13:22
Compare
Choose a tag to compare

Added puppeteer banner

v0.1.4

16 Dec 07:50
Compare
Choose a tag to compare

Added downloader.js service - not injected automatically

v0.1.3

06 Nov 13:57
Compare
Choose a tag to compare

Added filter for roles by application code in /auth/users/loggedIn request

All apps should include a line like wsApp.constant('FILTER_AUTH_ROLES', [800, 600]); in their config.js. To return roles for all applications supply an empty array.

v0.1.2

05 Nov 16:46
Compare
Choose a tag to compare

Can optionally load the inherited roles for child entities when logging in.

All projects need to have a line like the following in their config:
wsApp.constant('LOAD_CHILD_ENTITY_ROLES', false);

v.0.1.1

04 Nov 14:46
Compare
Choose a tag to compare

Adds the spinner CSS to the code compiled by bower. Minor version bump so that older projects don't include the CSS twice.

v0.0.23

14 Jul 14:01
Compare
Choose a tag to compare

Adds refreshRoles() function to auth provider

Usage

auth.refreshRoles().then(function(result){
    $state.go('event', {eventId : FORCED_EVENT_ID});
});

v0.0.22

26 Jun 09:07
Compare
Choose a tag to compare

renamed forbiddenCallback to unAuthenticatedCallback

v0.0.20

25 Jun 11:07
Compare
Choose a tag to compare

added smallSpinner