Maurizio Vitale
aabc086ac6
Return the createUrlTree to see the redirect ( #6243 )
2020-10-13 17:35:54 +01:00
Eugenio Romano
f1231d3c44
bump 4.1.0
2020-10-13 16:52:48 +01:00
dependabot[bot]
80e9557ce5
Bump snyk from 1.404.0 to 1.413.2 ( #6237 )
...
Bumps [snyk](https://github.com/snyk/snyk ) from 1.404.0 to 1.413.2.
- [Release notes](https://github.com/snyk/snyk/releases )
- [Changelog](https://github.com/snyk/snyk/blob/master/.releaserc )
- [Commits](https://github.com/snyk/snyk/compare/v1.404.0...v1.413.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-13 15:18:02 +01:00
Eugenio Romano
4bde7654bd
Fix user model default email domain ( #6242 )
...
* Fix user model
* Update user.model.ts
2020-10-13 12:48:16 +01:00
Vito
3aab5f7d2c
[ACA-4013] - fixed sorting for document list - size ( #6240 )
...
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
2020-10-13 09:56:42 +01:00
dependabot[bot]
bc71f58c2c
Bump tslib from 2.0.1 to 2.0.3 ( #6241 )
...
Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/2.0.1...2.0.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-13 08:24:24 +01:00
Maurizio Vitale
01fb4fa2b6
Override the redirectTo with the loginFragment ( #6239 )
...
* Override the redirectTo with the loginFragment
* Add check
2020-10-12 23:40:25 +01:00
dhrn
f852811920
[ACA-4041] Filter not emitting the latest value ( #6238 )
...
* [ACA-4041] update filter
* * unit test added
2020-10-12 23:40:02 +01:00
Silviu Popa
686e28715d
[ADF-5268] Fix card view losing focus when typing ( #6226 )
...
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
2020-10-12 15:20:41 +03:00
Silviu Popa
4954642a48
[AAE-3742] fix propertie card view wrong behavior ( #6225 )
...
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
2020-10-12 15:20:04 +03:00
siva kumar
40b5822e62
[AAE-3410] Restrict breadcrumb if upload widget type set to Alfresco Content ( #6220 )
...
* [AAE-3410] Restricted Breadcrumb navigation when upload widget type set to only ACS
* * Added/Modified unit tests to the recent changes
* Fixed failing UT
* * Updated contentNodeSelectorPanel doc
* * After rebase
2020-10-12 12:28:29 +01:00
Silviu Popa
2b23edd0bd
[ADF-5269] - fix datatable date filter ( #6232 )
...
* [ADF-5269] - fix datatable date filter
* fix e2e
2020-10-12 12:27:49 +01:00
Denys Vuika
e3560a3f72
additional unit tests for the upload ( #6235 )
4.1.0-beta9
4.1.0-beta8
2020-10-09 15:56:38 +01:00
Eugenio Romano
e8b5b3ab32
fix delete cookie in path ( #6236 )
...
[skip ci]
2020-10-09 15:55:32 +01:00
Francesco Corti
edb9fc5f2b
Fix of the release note menu. ( #6234 )
2020-10-09 11:34:02 +01:00
Eugenio Romano
d7db9adbf6
Update Doc 4.1.0 ( #6215 )
...
* docbuild
* docbuild
* doc license audit
* remove link redirect to testing
2020-10-08 18:33:57 +01:00
Francesco Corti
2747b7fc13
Release note for 4.1.0 in draft. ( #6228 )
...
* Release note for 4.1.0 in draft.
* Update RelNote410.md
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-10-08 18:32:11 +01:00
Eugenio Romano
a7ebfa9fba
Fix Redirect URL ( #6229 )
...
* Fix Redirect URL
* fix unit test
* browser false
* workaround
2020-10-08 16:59:19 +01:00
arditdomi
d236ed40a2
Fix search panel scroll in content node selector ( #6227 )
4.1.0-beta7
2020-10-08 12:02:38 +01:00
dependabot[bot]
19572c3e9a
Bump stylelint from 13.7.0 to 13.7.2 ( #6219 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 13.7.0 to 13.7.2.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.0...13.7.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4.1.0-beta6
2020-10-07 06:47:48 +01:00
Cristina Jalba
8d54ca2cd3
Fix typo for CLAIM button on form - process services
4.1.0-beta5
2020-10-06 18:18:57 +03:00
siva kumar
bce1aeb723
[AAE-3637] Attach file - Upload button is not disabled when the user is in search mode ( #6193 )
...
* [AAE-3637] Attach file - Upload button is not disabled when the user is in search mode
* Add missing documentation for Input on the search filters
* * Added warning message
* * Added Unit tests to the recent changes
* * Fixed css error
* * Updated string
Co-authored-by: adomi <ardit.domi@alfresco.com>
2020-10-06 14:55:42 +01:00
dependabot[bot]
a4af32c704
Bump remark-frontmatter from 2.0.0 to 3.0.0 ( #6218 )
...
Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter ) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/remarkjs/remark-frontmatter/releases )
- [Commits](https://github.com/remarkjs/remark-frontmatter/compare/2.0.0...3.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-06 10:36:04 +02:00
dependabot[bot]
c8ec35b1a2
Bump ng2-charts from 2.3.3 to 2.4.2 ( #6206 )
...
Bumps [ng2-charts](https://github.com/valor-software/ng2-charts ) from 2.3.3 to 2.4.2.
- [Release notes](https://github.com/valor-software/ng2-charts/releases )
- [Changelog](https://github.com/valor-software/ng2-charts/blob/development/CHANGELOG.md )
- [Commits](https://github.com/valor-software/ng2-charts/compare/2.3.3...2.4.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 21:20:44 +02:00
dependabot[bot]
af8da6fb54
Bump karma from 5.2.2 to 5.2.3 ( #6207 )
...
Bumps [karma](https://github.com/karma-runner/karma ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v5.2.2...v5.2.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 20:18:30 +02:00
dependabot[bot]
a3f55ec16f
Bump @angular-devkit/build-ng-packagr from 0.1001.0 to 0.1001.4 ( #6203 )
...
Bumps [@angular-devkit/build-ng-packagr](https://github.com/angular/angular-cli ) from 0.1001.0 to 0.1001.4.
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Commits](https://github.com/angular/angular-cli/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 20:17:44 +02:00
dependabot[bot]
8e4e9b09df
Bump mdast-util-compact from 2.0.1 to 3.0.0 ( #6211 )
...
Bumps [mdast-util-compact](https://github.com/syntax-tree/mdast-util-compact ) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/syntax-tree/mdast-util-compact/releases )
- [Commits](https://github.com/syntax-tree/mdast-util-compact/compare/2.0.1...3.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 20:17:06 +02:00
dhrn
c75896e1eb
[ADF-5261] Fix excluded flaky tests C297689, C297690 ( #6212 )
...
* [ADF-5261] Fix excluded flaky tests C297689, C297690
* * fixed test
4.1.0-beta4
2020-10-05 12:42:48 +01:00
dependabot[bot]
1ae256030b
Bump rxjs from 6.6.2 to 6.6.3 ( #6205 )
...
Bumps [rxjs](https://github.com/reactivex/rxjs ) from 6.6.2 to 6.6.3.
- [Release notes](https://github.com/reactivex/rxjs/releases )
- [Changelog](https://github.com/ReactiveX/rxjs/blob/6.6.3/CHANGELOG.md )
- [Commits](https://github.com/reactivex/rxjs/compare/6.6.2...6.6.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 00:27:59 +01:00
Denys Vuika
5e5d6c92fb
add missing interface property ( #6210 )
...
* add missing interface property
* add missing 'component' property
2020-10-05 00:27:28 +01:00
Eugenio Romano
04f5fdffd7
[ADF-5263] Empty page displayed all the time when load content fix ( #6209 )
...
* Make test run on API update
Improve create librrary test
* Fix empty page displayed always first
* remvoe console
* fix
* fix
* lint
* fix
* fix
* fix
* fix
* fix
2020-10-05 00:26:56 +01:00
Eugenio Romano
d128bc158c
Update .travis.yml
4.1.0-beta3
4.1.0-beta2
2020-10-02 17:49:54 +01:00
Eugenio Romano
6915cc0e16
Update build.sh
4.1.0-beta1
2020-10-02 16:30:11 +01:00
Cano
7c4c1e0304
Expose ServiceTaskListCloudService in public API
2020-10-02 16:47:23 +02:00
Vito
e22bdc7f4c
[ADF-5259] - addded unit test for custom widget ( #6202 )
...
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
2020-10-02 13:51:15 +01:00
davidcanonieto
d83bc9935c
[ADF-5262] Fix query execution in BaseQueryBuilderService ( #6201 )
...
* [] Fix query execution in BaseQueryBuilderService
* Update base-query-builder.service.ts
* Update base-query-builder.service.ts
2020-10-01 15:50:42 +02:00
Denys Vuika
c68b84513b
add support for toolbar title i18n ( #6200 )
2020-10-01 13:42:51 +01:00
davidcanonieto
877a9f00e9
[AAE-3694] Add new Service Method for service task integration ( #6199 )
...
* [AAE-3694] Add new Service Method for service task integration
* Split task list services in two
* Move ServiceTaskQueryCloudRequestModel to a newe file
2020-10-01 13:15:39 +01:00
Silviu Popa
f2f9049c2c
[ACA-3627] - Add completedBy filter again ( #6186 )
...
* [ACA-3627] - Add completedBy filter again
* add more unit tests
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
2020-10-01 13:15:24 +01:00
dependabot[bot]
571315fe38
Bump @angular/cli from 10.1.2 to 10.1.4 ( #6197 )
...
Bumps [@angular/cli](https://github.com/angular/angular-cli ) from 10.1.2 to 10.1.4.
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Commits](https://github.com/angular/angular-cli/compare/v10.1.2...v10.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-01 13:05:07 +01:00
Silviu Popa
7ed02f6716
[ACA-3010] - Process/Task Cloud fix wrong date range ( #6192 )
...
* [ACA-3010] - Process/Task Cloud fix wrong date range
* fix e2e
* fix unit test and disable false positive e2e tests
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
2020-10-01 12:10:15 +02:00
dependabot[bot]
7adb982e84
Bump @angular-devkit/build-angular from 0.1000.7 to 0.1001.4 ( #6198 )
...
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli ) from 0.1000.7 to 0.1001.4.
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Commits](https://github.com/angular/angular-cli/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-01 10:20:57 +01:00
dependabot[bot]
60bfe60b38
Bump codelyzer from 6.0.0 to 6.0.1 ( #6196 )
...
Bumps [codelyzer](https://github.com/mgechev/codelyzer ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mgechev/codelyzer/releases )
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mgechev/codelyzer/commits/6.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-01 10:19:46 +01:00
dependabot[bot]
2c5f46cb2d
Bump ng-packagr from 10.1.0 to 10.1.2 ( #6194 )
...
Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr ) from 10.1.0 to 10.1.2.
- [Release notes](https://github.com/ng-packagr/ng-packagr/releases )
- [Changelog](https://github.com/ng-packagr/ng-packagr/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ng-packagr/ng-packagr/compare/v10.1.0...v10.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-01 10:19:31 +01:00
dependabot[bot]
be50be4b95
Bump typedoc from 0.18.0 to 0.19.2 ( #6195 )
...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc ) from 0.18.0 to 0.19.2.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases )
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.18.0...v0.19.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-01 10:09:30 +01:00
Maurizio Vitale
7c83f2eb18
[AAE-3199] - Add support for searchable content model properties (new search filters panel in the attach file widget) ( #6134 )
...
* Create new panel component and search refactoring
* Replace
* First refactoring - Fix global search and service injection issues
* More refactoring
* Fix service injection - create one new instance for content-node-selector component
* Avoid having more services extending BaseQueryBuilderService
* more refactoring, remove injecting the SearchQueryBuilderService from the content node selector service
* Fix build errors to launch unit tests
* Fix existing unit tests
* Fix wrong import and constructor injection comments
* Fix wrong import
* Fix comments
* Fix api compatibility
* Revert demo shell causing e2e fail
Co-authored-by: adomi <ardit.domi@alfresco.com>
2020-10-01 09:11:23 +01:00
Sushmitha V
f0af0c4113
[ACA-3957] Added correct Icon for save-as button in task filter and process filter ( #6190 )
2020-09-30 17:46:24 +01:00
Gloria Camino
74dfe4ef49
LOC-258_Localised UI files for ADF 4.1 in 16 languages ( #6191 )
2020-09-30 14:12:11 +01:00
Roxana Diacenco
7c1d72994b
[ACA-3689] Update edit-process-filter-cloud-component PO ( #6176 )
...
Add process definition name selection
2020-09-30 11:39:01 +01:00
dependabot[bot]
f83ea78173
Bump @nrwl/workspace from 10.1.0 to 10.2.1 ( #6168 )
...
Bumps [@nrwl/workspace](https://github.com/nrwl/nx ) from 10.1.0 to 10.2.1.
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/compare/10.1.0...10.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-30 11:38:31 +01:00