Maurizio Vitale
28a47e83d2
Fetch the userInfo once loggedIn and expose the capability of admin ( #7682 )
...
* Fetch the userInfo once loggedIn and expose the cabilibility of admin
* Rollback method
* Return same use if defined
* Use the same pepleContent service for UserInfoCOmpnent
* Remove useless import
* Use interface
* Use angular resolver instead of guard
* Remove fdescribe
* Fix linting
* Regenerate doc
* Improve doc
* Fix optional
* Fix the unit test
* Fix comment
* Fix lint
* Fix unit
* Add fetch user as part of the ssoGuard
* Fix unit test after fetch
* Add additional unit
* Fix await
2022-06-27 12:02:01 +01:00
Ardit Domi
d8a4b5bcdb
[AAE-8748] - Auth guards call api when access is not in JWT ( #7662 )
...
* [AAE-8748] - Auth guards call api when access is not in JWT
* [ci:force] fix unit tests
* Remove fdescribe
* Add documentation and unit tests for the user access service
* Rename mocks, make e2e independent
* Fix login e2e
* Move forbidden access e2e under cloud
2022-06-07 10:21:54 +02:00
Bartosz Sekuła
f3e4ff5aa3
[AAE-7856] Show process variables in table ( #7630 )
...
* [AAE-7856] Show variables in table
* Exclude flaky tests
* Revert "Exclude flaky tests"
This reverts commit 6ac24cc14a90d7b494fbc4dcc72e073e83a46457.
2022-06-06 15:36:05 +02:00
Bartosz Sekuła
7629797408
[AAE-7817] Show hide columns on datatable ( #7580 )
...
* [AAE-7817] Show hide columns for data-table
* Update
* update tests and uses material harness
* added pipes test
* update
* update
* added tests for datatable
* update
* Added documentation
* Fix for drop column header
* lint fix
* fix lint
2022-05-10 19:09:26 +02:00
Bartosz Sekuła
48c3fac018
[AAE-7819] Change column order - enable drag and drop for datatable - [1/3] ( #7567 )
...
* [AAE-7819] Enable drag and drop for datatable [1/3]
* [AAE-7819] Change column order - load and save columns order preferences for PROCESSES - [2/3] (#7568 )
* [AAE-7819] Load and save column order preferences for processes
* [AAE-7819] Load and save column order preferences for tasks [3/3] (#7569 )
* fix css
* fix icon module import
* Fix unit tests
* Fix test
* Fix e2e
* Fix C279927
2022-04-11 08:01:02 +02:00
Eugenio Romano
e89cea79be
Update header.component.md
2022-04-05 16:08:27 +01:00
Denys Vuika
1a6746ff3c
[MNT-22649] Support for concurrent uploads and configurable thread count ( #7496 )
...
* eslint fixes
* try remove upload restrictions
* disable unit test
* support threading count for upload
* update docs
* remove comment
* fix unit test
* remove fdescribe
* make 1 thread by default
* exclude e2e
2022-02-14 09:38:24 +00:00
Eugenio Romano
ab188e9611
Bump 4.8.0 ( #7471 )
...
* bump and doc
2022-01-27 14:17:08 +01:00
Eugenio Romano
eb1183946d
documentation 4.7.0 ( #7341 )
...
* documentation 4.7.0
* fix
2021-11-01 15:13:46 +00:00
tomgny
d3f99a74b0
[AAE-5960] Storybook stories for PeopleCloud component ( #7313 )
...
* [AAE-5953] solved rebase conflict
:wq
* [AAE-5953] solved rebase conflict
* [AAE-5953] added form cloud service interface
* [AAE-5953] fixed lint errors
* [AAE-5953] migrated stories and mocks
* [AAE-5953] migrated task cloud service mock
* [AAE-5953] migrated task cloud service mock
* [AAE-5953] removed redundant mock
* [AAE-5953] refactored and moved mocks
* [AAE-5953] refactor modules import
* [AAE-5960] added stories file and service mock
* [AAE-5960] fixed validation mock
* [AAE-5960] added story for user role
* [AAE-5960] removed uunused properties from primary story
* [AAE-5960] added interface to mock and live identity user service
* [AAE-5960] added mandatory preselected users story
* [AAE-5960] syntax improvements
* [AAE-5960] fixed default value for roles control
* [AAE-5960] refactored imports
* [AAE-5960] improve syntax
* [AAE-5960] refactored services name
* [AAE-5960] removed deprecated argTypes defaultValue
* [AAE-5960] exported new interface from core
* [AAE-5960] fixed import issue with identity user mock service in core
* [AAE-5960] fixed issue with viewer component test
2021-10-22 15:54:56 +01:00
Denys Vuika
941028999e
[MNT-22641] Upload versioning improvements ( #7300 )
...
* support "versioningEnabled" for uploads
* documentation updates
* remove app config and extend the api docs
2021-10-14 15:06:01 +01:00
Eugenio Romano
12ef9656aa
4.6.0 bump and doc update ( #7253 )
...
* update doc 4.6.0
* 4.6.0 bump
* fix
* fix lock
2021-09-15 16:08:17 +01:00
Eugenio Romano
3f44e2e649
update-doc-viewer ( #7246 )
2021-09-13 10:10:01 +01:00
Michał Dunat
eb95e84ea7
[AAE-5718] change ngOnInit to ngAfterViewInit in Login component docs in Customizing validation rules section ( #7223 )
2021-08-24 16:11:47 +02:00
arditdomi
aac821a1fe
[AAE-5414] - SSO Auth Guard - Add the concept of excluded roles ( #7222 )
...
Co-authored-by: Ardit Domi <arditdomi@apl-c02g64vpmd6t.home>
2021-08-24 09:25:36 +01:00
Thomas Hunter
6dae24d424
[ADF-5460] Add placeholder to SearchTextInputComponent ( #7208 )
2021-08-16 12:34:44 +02:00
arditdomi
94d908e51a
[AAE-5392] - Make search text input more configurable & add an event … ( #7188 )
...
* [AAE-5392] - Make search text input more configurable & add an event emitter to indicate the states of it
* Remove fdescribe
* Emit empty search term when the search gets cleared
* Emit the empty search term when the search gets collapsed by the Search icon
* Same onBlur, emit the empty search term
* Add unit tests for emitters resetting the search term
* Fix comments, use reset event emitter instead of emitting an empty search term
* Update documentation
* Revert reset to boolean
* Fix flaky unit test
2021-07-30 11:30:20 +03:00
arditdomi
462f40827e
Revert "[AAE-5392] - Add find people api call ( #7119 )" ( #7121 )
...
This reverts commit 1e251ab8aa4efcccdb7d72a94a34f30c7b040673.
2021-06-24 09:57:27 +01:00
arditdomi
1e251ab8aa
[AAE-5392] - Add find people api call ( #7119 )
...
* [AAE-5392] - Add find people api call
* Add documentation
2021-06-22 18:08:01 +01:00
Thomas Hunter
e2b8557f4b
[AAE-5362] Add option to make actions button visible only on hover ( #7117 )
...
* [AAE-5362] Add option to make actions button visible only on hover
* [AAE-5362] Refactor
* Unrelated linting fixes
2021-06-22 16:28:38 +01:00
Thomas Hunter
40bbeb13f0
[AAE-5208] Add pagination info to listPeople function in PeopleContentService ( #7055 )
...
* [AAE-5208] Add pagination info to listPeople function in PeopleContentService
* Change documentation
2021-06-02 11:49:47 +01:00
Eugenio Romano
d6a4f84161
generate documentation ( #7006 )
2021-05-10 10:47:48 +01:00
Eugenio Romano
71cad4c287
[ci:force] auto update node version when media management actions are triggered ( #6992 )
2021-05-08 22:29:51 +01:00
Urse Daniel
e8ffe8e35e
[ADF-5378] ADF Previewer: Image Rotate + Save ( #6958 )
...
* updates including cropperJS
* update on rotation + unit tests
* small fix
* hide toolbar on save
* remove unused & duplicate method
* added readonly & prettier code
* include readOnly mode to hide/show media management actions
* updated dependencies
* fix emit spy
* ADF-5378: Fix failing e2es
* Fix comments for unit tests
* ADF-5378: Removed obsolete buttons from e2e
Co-authored-by: kristian <kristian.dimitrov@alfresco.com>
Co-authored-by: adomi <ardit.domi@alfresco.com>
2021-05-01 15:54:37 +01:00
Stephen Tweeddale
c149f16adf
Remove additional double slashes from documentation. ( #6960 )
...
For the sake of the ABN markdown parser.
2021-04-28 17:20:16 +01:00
Thomas Hunter
9cbae9abd8
[AAE-5021] Add listPeople method to PeopleContentService ( #6947 )
...
* [AAE-5021] Add listPeople method to PeopleContentService
* lint
* Replace Person with EcmUserModel
* Update imports to @alfresco/adf-core
* Change to const + lint
2021-04-28 16:50:53 +01:00
Stephen Tweeddale
dd5fc685b8
Abn content fixes ( #6957 )
...
* Remove double backslashes from markdown files.
Neither github nor the ABN understands them.
* Make a <br /> tag self-closing, for the purposes of the ABN
2021-04-27 16:56:17 +01:00
arditdomi
574db8d7cc
[AAE-4985] - Make SSO Role Service accept a content admin role that is not part of the JWT token ( #6942 )
...
* Add ability to check if the user is an ACS_ADMIN - not part of JTW token
* Make get user api call only once
* Add unit tests
* Add documentation
* Fix comments
* Exclude flaky tests, dependent on another test
* Fix unit test
* Fix comments
* Update documentation
2021-04-26 14:27:22 +01:00
Dharan
0635b7fd06
[ACA-4361] permission layout modified ( #6937 )
...
* * reusable data table column moved
* [ACA-4361] permission layout modified
* * build fixed
* fix build
* * import fixed
* * null safety operation
* * fixed comments
* * fix lint
* * wait for reload list
* * remove sleep
* * add sleep
* * fix comments
* * fix comments
* * floating promises fix
* * remove wait
2021-04-23 08:50:28 +01:00
siva kumar
bf70e471ce
[AAE-4995] Expand ADF PeopleContentService to create new person ( #6931 )
...
* [AAE-4995] Expose create/list content users API in ADF PeopleContentService
* * Updated documentation
* * Removed listPeople api
* * Added unit tests and improved old tests
* * Updated doc with js-api doc link
* *Fixed lint errors
* * Fixed failing unit tests
2021-04-21 19:17:54 +05:30
Eugenio Romano
76de2c06f5
add some more info on the refresh token timeout ( #6823 )
2021-03-22 09:22:42 +00:00
Eugenio Romano
c3452a4f62
Documentation build ( #6762 )
...
* move doc dependency in doctools
* add ignore link
* rebuild doc
* version index
* put it back some deps
2021-03-03 14:08:15 +00:00
Denys Vuika
63969d65e7
[AAE-3992] Process Filter bug fixes and improvements ( #6599 )
...
* bug fixes
* bug fixes
* bug fixes
* cleanup tests
* travis workaround
* travis workaround
* travis workaround
* travis workaround
* travis workaround
* travis workaround
* Revert "travis workaround"
This reverts commit b67efccfb0aab8c7f6b9235d01525487771b8123.
* Revert "travis workaround"
This reverts commit 448f4e6d1211771e914f35183860af6df3452c16.
* Revert "travis workaround"
This reverts commit 542fae649c0501a9150ccac2e5a2cd54ee39a690.
* Revert "travis workaround"
This reverts commit 12f58568fbb0f8d2defb4c21a3ab1683bc8aa312.
* Revert "travis workaround"
This reverts commit b0ffef3bee0f81faf6088be8b5c2b072ad2762e7.
* Revert "travis workaround"
This reverts commit c6d95a2ff3b38b543fea83d3fc53016ac657b3bb.
* service fixes
* remove junk tests
* code fixes
* reduce code complexity
* update e2e
* update e2e
* fix i18n
* e2e fixes
* bug fixes
* rebase and fix
* properly serialize query params
* rework process filters demo
* remove dead code
* code fixes
* code fixes
* e2e improvements
* fix bug and remove e2e testing a bug
* bug fixes for date ranges
* fix e2e
* fix unit test
* reusable code
* fix flaky e2e
* fix angular cli version
* remove useless e2e (already tested by unit tests)
* remove useless e2e (already tested by unit tests)
* demo shell fixes
* remove fit
* disable flaky test
* update code as per review suggestions
* fix after rebase
* fix after rebase
2021-02-23 16:58:31 +00:00
Maurizio Vitale
3c5d5dc02d
[ADF-5332] Login basic auth - Ability to override the successRoute from app.config.json ( #6651 )
...
* ability to override successRoute from app.config
* Add basic doc
* Reset the appconfig
* Rebase and handle login errors
* Remove the default route /
* remove space
2021-02-12 16:03:10 +00:00
davidcanonieto
94ec7d06a7
[AAE-4529] Refactor Notification History Component ( #6620 )
...
* [AAE-4529] Refactor Notification History Component
* Improve code
* Add maxNotifications
* More changes
* Add documentation
* Rebase branch
* Fix build
* Update notification-history.component.md
* Fix e2e tests
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2021-02-08 15:12:53 +00:00
Cilibiu Bogdan
8471fe40a5
[ADF-5311] Extract infinite select scroll loading logic to a reusable component ( #6536 )
...
* move translation to core
* select scroll directive
* register directive
* add infinite scroll directive
* clean up component and aditional logic
* use waitForAsync over async
* update docs
* change output emitter name
* revert to async
* restore default value;
* test
2021-01-15 11:35:39 +00:00
Eugenio Romano
1c51b2a1a6
Use hash strategy in demo shell as the other apps ( #6402 )
...
* hash startegy
* use hash in e2e
* trigger build
* fix
* fix
* remove children router overwrite crazynes
* Update login.module.ts
* revert not needed changes
* some fixes
* fix
* remove fdescribe
* fix
* fix
* Update share-file.e2e.ts
* Update lock-file.e2e.ts
* Update share-file.e2e.ts
* some fix
* some other fixes
* username as id
* fix after rebase
* username
* fix usernamee
* Fix the errorComponent
* Attempt to fix unit test - to check
* * Fixed circular dependency error while building adf-testing package
* * Fixed failing UT
* fix
* use username
* some fixes
* some fix
* fix
Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
Co-authored-by: sivakumar414ram <siva.kumar@muraai.com>
2020-12-16 18:46:56 +00:00
Mark Hulbert
3734151338
Remove escaped characters ( #6451 )
2020-12-11 16:37:49 +00:00
Francesco Corti
5a4cc4edda
Release Note for 4.2 - Initial draft. ( #6390 )
...
* Release Note for 4.2 - Initial draft.
* update dep
* documentation
* fix
* remove script
* lint
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-12-07 21:03:41 +00: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
Eugenio Romano
e2958b9988
update documentation 4.0.0 ( #5968 )
2020-08-10 18:06:51 +01:00
Urse Daniel
7c09fb1fb9
added functionality to view a previous version ( #5913 )
2020-07-27 09:29:29 +01:00
Vito
30c5c58d40
[ACA-3672] - added server order for document -list ( #5899 )
...
* [ACA-3672] - added sorting server side for document-list
* [ACA-3672] - added and fixed unit tests for backend order
* [ACA-3672] - fixed failing test
* [ACA-3672] - regenerated doc and renamed variable
Co-authored-by: Vito Albano <vitoalbano@Vitos-MacBook-Pro.local>
2020-07-23 14:04:05 +01:00
dhrn
a5972e753a
[ACA-3492] ADF - Expose new Groups Endpoints ( #5893 )
...
* [ACA-3492] ADF - Expose new Groups Endpoints
* * docs added
* * fix ut
* unit test split cloud
* Update data-table-component.page.ts
* unit test split cloud
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-07-22 11:20:07 +01:00
Eugenio Romano
1f58c2d64b
Update start-form.component documentation ( #5864 )
...
* Update start-form.component.ts
* Update start-form.component.md
2020-07-13 15:33:01 +01:00
arditdomi
05a478e317
[ACA-3614] Add a way to not show info drawer header ( #5848 )
2020-07-09 10:51:16 +01:00
Denys Vuika
cd2b489100
[ADF-5146] Upgrade to Angular 10 ( #5834 )
...
* remove useless module
* upgrade to angular 8
* upgrade material to v8
* upgrade adf libs
* migrate demo shell to v8
* upgrade to angular 9
* upgrade material to v9
* remove hammer
* upgrade nx
* upgrade datetime picker
* upgrade flex layout
* update core api
* remove entry components
* code fixes
* upgrade testbed usage
* code fixes
* remove unnecessary core-js from tests
* upgrade CLI
* ts config fixes
* fix builds
* fix testing config
* compile fixes
* fix demo shell dev setup
* fix core tests
* fix card view import
* upgrade nx
* disable smart builds for now
* remove fdescribe
* restore smart builds
* fix issues
* unify tsconfigs and fix newly found issues
* fix configuration and cleanup package scripts
* improved production build from the same config
* use ADF libs directly instead of node_modules
* disable smart build
* single app configuration (angular)
* fix core build
* fix build scripts
* lint fixes
* fix linting setup
* fix linting rules
* various fixes
* disable affected libs for unit tests
* cleanup insights package.json
* simplify smart-build
* fix content tests
* fix tests
* test fixes
* fix tests
* fix test
* fix tests
* disable AppExtensionsModule (monaco example)
* remove monaco extension module
* upgrade bundle check rules
* fix insights tests and karma config
* fix protractor config
* e2e workaround
* upgrade puppeteer and split linting and build
* reusable resources config
* update protractor config
* fix after rebase
* fix protractor config
* fix e2e tsconfig
* update e2e setup
* Save demoshell artifact on S3 and remove travis cache
* Push the libs on S3 and fetch before releasing it
* Add deps
* Add dependencies among libs and run only affected unit test and build
* fix the travis stage name
* fix after renaming dev to demoshell
* force the order of the projects
* remove unused dependencies
* fix content e2e script
* exit codes fix
* add extra exit codes to core e2e
* postinstall hook and package cleanup
* cleanup packages
* remove deprecated code and dependency on router
* improve bundle analyzer script
* minor code fixes
* update spec
* fix code after rebase
* upgrade protractor after rebase
* fix e2e mapping lib
* Update tsconfig.e2e.json
* update e2e tsconfig
* fix angular config
* fix protractor runs
* cache dist folder for libs
* update material selectors for dropdowns
* selector fixes
* remove duplicated e2e that have unit tests already
* fix login selector
* fix e2e
* fix test
* fix import issues
* fix selector
* cleanup old monaco extension files
* cleanup demo shell login
* add protractor max retries
* disable customisations of protractor
* fix login validation
* fix after rebase
* fix after rebase, disable latest versions of libs
* Hide the report tab and rollback the localstorage
* rename protractor config back to js
* restore lint as part of build
* cleanup code
* do not copy anything to node_modules on dist test
* fix unit tests
* config fixes
* fix code
* fix code after rebase
* fix tests
* remove existing words from spellcheck
* remove useless directive decorators
* update package.json after rebase
* add js-api back
* code fixes
* add missing export
* update configs
* fix code
* try fix the sso login test
* fix
* remove puppeteer unit
* fix e2e script
* fix
* make provider easy
* fix routes module before upgrade
* fix unit tests
* upgrade angular cli
* upgrade to angular 10
Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-07-03 13:01:05 +01:00
Eugenio Romano
5ea7b19c20
minor documentation fixes
2020-06-23 09:53:25 +01:00
davidcanonieto
46e4daeef3
[ADF-5158] ECM Version Directive ( #5779 )
...
* [ADF-5158] ECM Version Directive
* Update version-compatibility.directive.ts
* Update version-compatibility.directive.ts
* Change name from ecm to acs
* Fix unit tests
* Update docs for Version directive
* Fix unit tests
* Fix unit tests
* Linting
* Update apps-process-cloud.service.spec.ts
* Fix Ecm Service initialization
* Fix unit test
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-06-23 08:46:17 +01:00
Eugenio Romano
75b6c436d3
documentation review ( #5802 )
2020-06-22 15:20:00 +01:00