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

[ADF-2563] Update node content #331

Merged
merged 2 commits into from May 17, 2018
Merged

[ADF-2563] Update node content #331

merged 2 commits into from May 17, 2018

Conversation

eromano
Copy link
Contributor

@eromano eromano commented May 16, 2018

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)
[X] Tests for the changes have been added (for bug fixes / features)
[X] Docs have been added / updated (for bug fixes / features)

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

[ ] Bugfix
[X] 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)
https://issues.alfresco.com/jira/browse/ADF-2563
Now is possible update a node content using the content update call

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:

@codecov-io
Copy link

Codecov Report

Merging #331 into development will decrease coverage by 0.23%.
The diff coverage is 50%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #331      +/-   ##
===============================================
- Coverage        84.06%   83.82%   -0.24%     
===============================================
  Files               22       22              
  Lines             1054     1057       +3     
  Branches           207      208       +1     
===============================================
  Hits               886      886              
- Misses             168      171       +3
Impacted Files Coverage Δ
src/alfrescoUpload.js 84.21% <50%> (-7.22%) ⬇️

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 31a7fc6...89b9601. Read the comment docs.

@eromano eromano merged commit d25b881 into development May 17, 2018
eromano added a commit that referenced this pull request Jun 22, 2018
* Update node content

* change log update
eromano added a commit that referenced this pull request Jun 25, 2018
* ADF-2789 alfresco-js-api downlaodapi documentation is missing

* Publish the release 2.3.1 for compatibility reason (#327)

* 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
eromano added a commit that referenced this pull request Aug 10, 2018
* Update node content

* change log update
@DenysVuika DenysVuika deleted the dev-eromano-ADF-2563 branch August 14, 2018 13:29
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 added a commit that referenced this pull request Oct 4, 2018
* Update node content

* change log update
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

2 participants