- 28 Aug, 2017 5 commits
-
-
benjaminapetersen committed
-
Bump version to 0.0.49
Jeffrey Phillips committed -
Jeffrey Phillips committed
-
Added secondary sort by displayName to RecentlyViewedProjectsService
Jeffrey Phillips committed -
Allow OAuth scope(s) to be configured
Jeffrey Phillips committed
-
- 25 Aug, 2017 6 commits
-
-
Bump version to 0.0.48
Sam Padgett committed -
Samuel Padgett committed
-
Fix runtime error when ProjectsService.list() fails
Sam Padgett committed -
Prevent modal popup from removing other resize handlers
Sam Padgett committed -
Samuel Padgett committed
-
Samuel Padgett committed
-
- 23 Aug, 2017 1 commit
-
-
David Taylor committed
-
- 22 Aug, 2017 5 commits
-
-
Bump version to 0.0.47
Sam Padgett committed -
Samuel Padgett committed
-
Cache project list
Sam Padgett committed -
Add `OAuthScope` getter/setter to the RedirectLoginService. This change allows specifying the 'scope' parameter when requesting an authorization code & token. This is necessary if using an OAuth client that doesn't allow requesting tokens with the default 'user:full' scope. e.g. A ServiceAccount OAuth Client https://docs.openshift.com/container-platform/3.6/architecture/additional_concepts/authentication.html#service-accounts-as-oauth-clients *Example Usage* ```js angular .module('myApp', [ 'openshiftCommonServices' ]) .config(['RedirectLoginServiceProvider', function (RedirectLoginServiceProvider) { RedirectLoginServiceProvider.OAuthScope('user:info user:check-access'); }]) ```
David Martin committed -
Cache the list of projects to avoid requesting them again and again on every page transition.
Samuel Padgett committed
-
- 16 Aug, 2017 2 commits
-
-
Update uri.js to 1.18.12
Sam Padgett committed -
Samuel Padgett committed
-
- 11 Aug, 2017 4 commits
-
-
Bump to version 0.0.46
Jeffrey Phillips committed -
Support PartialObjectMetadataList in DataService.list()
Sam Padgett committed -
Samuel Padgett committed
-
Let clients optionally request only object metadata when calling DataService.list(). See https://bugzilla.redhat.com/show_bug.cgi?id=1471033
Samuel Padgett committed
-
- 09 Aug, 2017 4 commits
-
-
Updates for edit-project and create-project components
Sam Padgett committed -
No longer used in full pages so remove the btn-lg and input-lg classes and remove the alerts parameters
Jeffrey Phillips committed -
Harding uri.js dependency, avoid 1.18.11+
Jeffrey Phillips committed -
uri.js 1.18.11 requires Number.isInteger which is not supported by all of our supported browsers.
Jeffrey Phillips committed
-
- 07 Aug, 2017 9 commits
-
-
Bumped Version to 0.0.45
Jeffrey Phillips committed -
David Taylor committed
-
Recently Viewed Projects Service
Sam Padgett committed -
David Taylor committed
-
Use angular element click to dispatch anchor click event
Sam Padgett committed -
Fixes #139
Jeffrey Phillips committed -
Update patternfly version, bump version to 0.0.44
Sam Padgett committed -
Updating patternfly to gain notification drawer updates required for angular patternfly version 4.3.0
Jeffrey Phillips committed -
Add origin common modal popup component.
Sam Padgett committed
-
- 04 Aug, 2017 1 commit
-
-
Jeffrey Phillips committed
-
- 01 Aug, 2017 1 commit
-
-
NPM Script Updates
Sam Padgett committed
-
- 31 Jul, 2017 1 commit
-
-
Truncate Update
Sam Padgett committed
-
- 28 Jul, 2017 1 commit
-
-
Return string when matching character limit
CD Cabrera committed
-