Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

[ADF-3214] path element fixes #352

Merged
merged 3 commits into from Jul 23, 2018
Merged

Conversation

DenysVuika
Copy link
Contributor

Please check if the PR fulfills these requirements

[x] The commit message follows our [guidelines](https://github.com/Alfresco/alfresco-js-api/wiki/Commit-format)
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (check one with "x")

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] Documentation
[ ] Other... Please describe:

What is the current behavior? (You can also link to an open issue here)

  • fix typings
  • add missing properties for path element

What is the new behavior?

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[x] No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

https://issues.alfresco.com/jira/browse/ADF-3383
https://issues.alfresco.com/jira/browse/ADF-3214

@DenysVuika DenysVuika requested a review from eromano July 23, 2018 12:58
@codecov-io
Copy link

codecov-io commented Jul 23, 2018

Codecov Report

Merging #352 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #352   +/-   ##
============================================
  Coverage        71.53%   71.53%           
============================================
  Files               23       23           
  Lines             1370     1370           
  Branches           263      263           
============================================
  Hits               980      980           
  Misses             390      390

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 37fa869...0c92432. Read the comment docs.

@eromano eromano merged commit d5acbab into development Jul 23, 2018
@eromano eromano added this to the 2.5.0 milestone Jul 23, 2018
eromano pushed a commit that referenced this pull request Aug 10, 2018
* [ADF-3383] Incorrect datatype for password in PersonBodyCreate in index.d.ts

* add missing path element properties

* update changelog
@DenysVuika DenysVuika deleted the denys-path-element-fixes branch August 14, 2018 13:28
eromano added a commit that referenced this pull request Aug 14, 2018
* add missing search typings (#328)

* Update index.d.ts

* Update index.d.ts

* fix enums usage/imports in TypeScript (#329)

* fix enums usage/imports in TypeScript

* enum fixes

* update test script

* test against release (master)

* Revert "test against release (master)"

This reverts commit 7e2a9b1.

* restore the script

* use master for tests

* temp workaround for sort enum

* [ADF-2563] Update node content (#331)

* Update node content

* change log update

* [ADF-3037] Add newly introduced isFavorite property to Nodes (#332)

* add new isFavorite property

* update changelog

* [ADF-2573] remove duplicate listeners and add error event (#333)

* remove duplicate listeners
add error event

* test error handler

* [ADF-2481] disable timeout (#334)

* disable timeout

* changelog

* change timeout settings

* fix typings error

* remove non-existing parameter

* missing property on declaration

* remove client timeout

* added nodeId property (#335)

* [ADF-2603] getVersionContent type definition missing parameters (#336)

* update versioning typings

* update changelog

* [ADF-SSO] Implicit flow login for oauth2 sso (#337)

* implicit flow oauth2

* oauth part 2

* check valid access token

* silent refresh token

* fix refresh token remove

* clean local token after logout

* documentation

* fix test

* improve storage

* add scope as required parameter add more test

* skip login form

* storage static

* init storage

* fix declaration file

* fix storage

* improve implicit flow using session storage

* redirect logout optional

* make check provider methods public

* remove trailing white space

* skipLoginForm rename to silentLogin

* remove secret mandatory

* fix declaration and implicit login

* create configuration change option

* fix metadata context
update changelog

* fix oauth2 hash problems (#339)

* authType property

* fix check islogin

* [ADF-3224] move logic store ticket in alfresco-js-api (#341)

* invalidate session

* changelog add

* invalidate session at logout

* rename clear storage in invalidateSession

* invalidate not oauth2 sessions only if needed

* missing space

* move to local storage

* exclude logout emc/bpm in oauth

* Fix type definition for TaskFormsApi.getTaskFormVariables (#342)

* [ADF-3184] grant type password KEYCLOAK fix

* Dev build fix (#345)

* fix travis script

* fix test and build

* travis script new conf

* Enforce the isBpm/isEcm loggedIn method checking the current provider… (#344)

* Enforce the isBpm/isEcm loggedIn method checking the current provider (BPM/ECM/ALL)

* Update alfrescoApi.js

* fix reference problem isEcmBpmConfiguration

* bump version

* [ADF-3289] AppsDefinitionApi contains two methods with same name and different firms (#347)

* remove duplicate methods firms

* changelog

* fix travis pipeline

* [ADF-3366] update Site details (#351)

* update site details

* update changelog

* update

* [ADF-3214] path element fixes (#352)

* [ADF-3383] Incorrect datatype for password in PersonBodyCreate in index.d.ts

* add missing path element properties

* update changelog

* remove comments (#353)

remove validation client side

* add updatePerson to peopleApi (#354)

* fix upload properties for multipart data (#355)

* 2.5.0 (#356)
eromano pushed a commit that referenced this pull request Oct 4, 2018
* [ADF-3383] Incorrect datatype for password in PersonBodyCreate in index.d.ts

* add missing path element properties

* update changelog
eromano added a commit that referenced this pull request Oct 4, 2018
* add missing search typings (#328)

* Update index.d.ts

* Update index.d.ts

* fix enums usage/imports in TypeScript (#329)

* fix enums usage/imports in TypeScript

* enum fixes

* update test script

* test against release (master)

* Revert "test against release (master)"

This reverts commit 7e2a9b1.

* restore the script

* use master for tests

* temp workaround for sort enum

* [ADF-2563] Update node content (#331)

* Update node content

* change log update

* [ADF-3037] Add newly introduced isFavorite property to Nodes (#332)

* add new isFavorite property

* update changelog

* [ADF-2573] remove duplicate listeners and add error event (#333)

* remove duplicate listeners
add error event

* test error handler

* [ADF-2481] disable timeout (#334)

* disable timeout

* changelog

* change timeout settings

* fix typings error

* remove non-existing parameter

* missing property on declaration

* remove client timeout

* added nodeId property (#335)

* [ADF-2603] getVersionContent type definition missing parameters (#336)

* update versioning typings

* update changelog

* [ADF-SSO] Implicit flow login for oauth2 sso (#337)

* implicit flow oauth2

* oauth part 2

* check valid access token

* silent refresh token

* fix refresh token remove

* clean local token after logout

* documentation

* fix test

* improve storage

* add scope as required parameter add more test

* skip login form

* storage static

* init storage

* fix declaration file

* fix storage

* improve implicit flow using session storage

* redirect logout optional

* make check provider methods public

* remove trailing white space

* skipLoginForm rename to silentLogin

* remove secret mandatory

* fix declaration and implicit login

* create configuration change option

* fix metadata context
update changelog

* fix oauth2 hash problems (#339)

* authType property

* fix check islogin

* [ADF-3224] move logic store ticket in alfresco-js-api (#341)

* invalidate session

* changelog add

* invalidate session at logout

* rename clear storage in invalidateSession

* invalidate not oauth2 sessions only if needed

* missing space

* move to local storage

* exclude logout emc/bpm in oauth

* Fix type definition for TaskFormsApi.getTaskFormVariables (#342)

* [ADF-3184] grant type password KEYCLOAK fix

* Dev build fix (#345)

* fix travis script

* fix test and build

* travis script new conf

* Enforce the isBpm/isEcm loggedIn method checking the current provider… (#344)

* Enforce the isBpm/isEcm loggedIn method checking the current provider (BPM/ECM/ALL)

* Update alfrescoApi.js

* fix reference problem isEcmBpmConfiguration

* bump version

* [ADF-3289] AppsDefinitionApi contains two methods with same name and different firms (#347)

* remove duplicate methods firms

* changelog

* fix travis pipeline

* [ADF-3366] update Site details (#351)

* update site details

* update changelog

* update

* [ADF-3214] path element fixes (#352)

* [ADF-3383] Incorrect datatype for password in PersonBodyCreate in index.d.ts

* add missing path element properties

* update changelog

* add updatePerson to peopleApi (#354)

* fix wrong property check

* correctly resolve object values in properties (#360)

* new build stages (#361)

* [ADF-3531] Fix the silent refresh login (#363)

* create a different login url in case of silent iframe

* in case of externalHash we should not check the isValidAccessToken and cancel the hash

* attach the silentIframe even in case the token is valid.

* - Use the window.location.origin as default redirectSilentIframeUri
- Remove the tokens from the iframe hash
- Destroy the iframe after the use

* Change the path of the static page

* Add doc related to the new property redirectSilentIframeUri

* Update CHANGELOG.md

* [ADF-3552] OAuth - Should not remove the hash part if is a valid route (#364)

* Should not remove the hash part if is a valid route

* fix error on method startWithHash

* Update CHANGELOG.md

* [ADF-3499] added domainPrefix for ecm ticket to be saved on local sto… (#366)

* [ADF-3499] added domainPrefix for ecm ticket to be saved on local storage

* [ADF-3499] updated CHANGELOG

* typyngs versioncomment (#362)

* The OauthApi interface should expose the callApi method to avoid error at build time (#368)

* Add callCustomApi to index.d.ts (#369)

* fix build (#370)

* fix d.ts
fix demo shell script

* fix lint problem

* stick version webpack-cli

* [ADF-3538] added access token storaging for no implicit flow behaviour (#371)

* Fix thrown error when using Oauth2's logOut method (#372)

* 2.6.0 update version

* Update CHANGELOG.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants