* [ACA-3426] Move filter-menu inside search and renamed as search-header
* [ACA-3426] adf-search-header removed from document-list and implemented in app-files
* [ACA-3426] Allow custom header filters inside document-list
* [ACA-3426] Decouple search from the document-list
* [ACA-3409] NodePaging ouputed to the DL
* [ACA-3426] - fixed injection for service
* Dev baptiste aca 3430 (#5773)
* [ACA-3430] Add style to filter and hide action buttons from facet widgets
* [ACA-3430] Update eventEmitter created in the DL and create unit tests for the search-header
Co-authored-by: BaptisteMahe <mahe.baptiste.19@gmail.com>
* [ACA-3426] - added parent for service
* [ACA-3426] - added parent for service - fixed method
* [ACA-3426] Revert update EventEmitter inside DL
* [ACA-3436] Use of the node input instead of nodeUpdate mehtod
* [ACA-3426] Add clear behaviour to search-header
* [ACA-3426] Remove useless update exposition
* [ACA-3426] Update filter button styles and padding inside the filter menu
* [ACA-3443] Propagate filters states through DL and datatable to avoid hiding the header
* [ACA-3426] Refactor showHeader logic and use it for the filters
* [ACA-3426] - fixed pagination for filter result
* [ACA-3426] - fixed messed files after rebase
* [ACA-3426] - added simplified config version
* [ACA-3426] - enabling created by filter
* [ACA-3426] Fix search-date-range apply method
* [ACA-3426] Fix loading style and default showHeaderMode
* [ACA-3426] Changed showHedaer default to always
* [ACA-3426] - stabilised the feature and added injection token
* [ACA-3426] Add unit test for showHeader new behaviour
* [ACA-3426] Add documentation to search-header
* [ACA-3426] - added parent filtering for special folders
* [ACA-3426] - added unit test for search header
* [ACA-3426] - fixed search fitler behavour
* [ACA-3426] - fixed search result inject service
* [ACA-3426] - fixed search result inject service for search sorting
* [ACA-3426] - fixed title for matching selector
* [ACA-3426] - fixed app config with missing search widget
* Update search-header.component.md
Co-authored-by: BaptisteMahe <mahe.baptiste.19@gmail.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* [ACA-3348] Add default process name pipe
* [ACA-3348] Add documentation
* [ACA-3348] Change transform function to recieve a process def parameter, Update documentation
* Change parameter type to fix build
* Fix lint errors
* Move unit test to the correct describe
* Fix lint errors
* Move from one core pipe to different for APS1 and Cloud
* Add Pipe to process cloud providers
* Update documentation
* Revert demo-shell default process name
* Fix pipe version in documentation
* e2e - select process definition and then type name
* Fix process services e2e
* Align process filters e2e
* Align start-task-form cloud e2e
* Use processInstance model instead of processDefinition as a parameter for transform function
* refator login page
* refator login page
* remove obsolete classes and move what is needed in the test pck
* fix const
* revert modify
* remove duplicate browser property
* fix build
* fix
* fix
* fix lint
* move drop action in testing
remove not necessary space
js-api centralize content
* first refactor use js-api
* fix protractor
* refactor test config
* simplify properties
fix namings
* ps cloud simplify
remove unused js files
* id fix
* fix search test
simplify environment var step 1
* fix lint
* first user iteration fix
* fix model
* unify use of apiService
* first step automatic user creation Identity
* refactor creation user content-services
* refactor creation user search
* refactor creation user core
* process service refactoring 1
* process service refactoring 1
* process service refactoring 2
* fix process
* appconfig
* fix process util
* fix gallery
* fix "this" reference issues
* fix incorrect import paths
* fix core
* some fixes
* allign
* fix some test
remove structure folder and move in actions
* fixes
* move folders in the right place
* fix
* fix rebase
* solve build issue
* fix e2e
* change init aae
* order api and some fixes
* fix possible not valid password
* fix some ps test
* replace host port also in objects
* Update app-config.service.ts
* fix process
* fix process test
* process service cloud fix
* fiexs
* modify init script
* fix two test
* remove unused property
* host issue
* not use npx
* fix ps cloud test
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
* added new component to compare current and new file version of a node.
* update doc
* added more tests
* updated docs
* small fixes
* changed with typography
* Update version-comparison.component.md
* handle hiding the comparison component on demo shell if cancelled/uploaded a new file version
* small fixes
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* [ACA-3304] FE - Add a drop down to select running application on start process component
* * Removed unwanted css
* * Added unit tests and updated docs
* * Fixed comments
* * Added way to test application dropdown in start-process
* * Fixed failing unit tests
* * Removed all option* Fixed failing e2e
* added a new input: file
* unit test - having singleFile option and a file as input, the type of the input for uploading should be button instead of file
* added a click event for the upload button and also handle if having a file as input, the type of the input should be 'button' instead of 'file'
* handling allowed for upload also for 'update' permissions over a dropped file. also emitting a new event for updating file version if i'm dropping a single file over another file.
* unit tests for handling dropping a file over another
* added a new input (file type)
* passing a file to adf-version-upload component
* new input as file and toggle new version if having that as input + unit test
* added new input as file for new version
* added new input to allow dropping a file over another to update it's version
* added a new variable for handling dropping a file over another one and also handle a new event when we update the file version
* pass a new dropped file to the dialog
* new message
* new method to allow isDropTarget for a file instead only to folders.
* new emitter for updating a file's version
* allows updating a file's version by dropping another file over it.
* refactor allowDropFiles
* update docs for drag&drop file into another file
* update for drag&drop a file over another file functionality
* made the allowDropFiles checking optional for isDropTarget property, only checking if the value is passed to the share-data-row
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
* code fixes
* code fixes
* more code fixes
* even more fixes
* add missing typescript for cli
* rollback info drawer test changes
* use npx for cli commands
* restore attach providers
* [ACA-1894] - added the possibility to filter whenever is possible by file path
* [ACA-1894] - fixed linting
* [ACA-1894] - reverted dynamic app config service refresh
* [ACA-1894] - added extra example in upload docs
* Update upload.service.md
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* [ACA-3080] Remove selecting first filter by default when no defaults are provided
* [ACA-3080] Fix demo shell, emit when filter is selected
* [ACA-3080] Align demo shell
* [ACA-3080] Align task filters demo shell, emit when task filter selected
* [ADF-5085] Remove maxDate and set the max of the from date to the to date
* [ADF-5085] Add maxDate optional setting
* [ADF-5085] Add unit test for maxDate
* [ADF-5085] Add documentation for maxDate setting
* [ADF-5085] Unit tests for default and today value
* [ADF-5085] Refactor
* AAE-1938 - added first stack of visibility tests for form
* AAE-1938 - fixed unit test after form service changes
* AAE-1938 - rebased with last development
* AAE-1938 - fixed failing e2e
* AAE-1938 - fixed mock definition to match updated service behaviour
* Fixed failing e2e
* AAE-1938 - try to fix cancel uploads
* cleanup component types
* more readable tests
* clean code
* C291998: render preselected people
* clean code
* extra tests and clean code
* fix test after rebase
* [AAE-1372] Fix read-only preselected users can be deleted
* [AAE-1372] Fix people/group cloud component readonly mode
* [AAE-1372] Refactor People/Group Cloud components
* [AAE-1372] Refactor People/Group Cloud components
* [AAE-1372] Clear invalid user in single mode after replacing with a valid user
* [AAE-1372] Add progress bar while validation loading. When user gets removed remove from validation
* [AAE-1372] Fix lint errors
* [AAE-1372] Fix single selection e2e
* [AAE-1372] Fix unit tests - people/group cloud components
* [AAE-1372] Fix e2e, set People/Group formControls invalid when has preselect errors
* [AAE-1372] Fix invalid form control bug
* * Added an input flag to validate preselected groups.
* Modified demo shell groups page.
* * Added unit tests to the recent changes.
* * Fixed comments
* firt version groupo component widget
* fix group
* fix compilation issue
* fix compilation issue
* fix compilation issue
* fix compilation issue
* fix problem update script
* multiple browser ps cloud
* add field assignment
* add field in form model
* no need subobject we need an issue to refactor the field model
* no need subobject we need an issue to refactor the field model
* fix unit test
* remove title modify
* revert
* fix lint
* exclude AAE-1179
* exclude tooltip e2e
* support aps 1.x for upload reset
* update test
* revert pdfjd change
* fix error reporting and crash from upload button
* i18n support for generic error
* fix test