* [AAE-10768] Refactor core comments
* [AAE-10768] Add models export in core comments refactor
* [AAE-10768] Add comments implementation inside process-services package
* [AAE-10768] Add task comments module to process module
* [AAE-10768] Add node comments module to content services
* [AAE-10768] Add id check to getComments and addComments in adf-core comments component
* [AAE-10768] Remove unused service files in process-comments module
* [AAE-10768] Remove unused service files in process-comments module
* [AAE-10768] Add testing logic to spec files
* [AAE-10768] Add comments components readme
* [AAE-10768] Add a mock service to inject into the comment stories file
* [AAE-10768] Add mock data for comments stories
* [AAE-10768] Add mock service to inject into comments stories
* [AAE-10768] Rename mock service and mock data
* [AAE-10768] change taskId with id into the comments test because taskId is never used
* [AAE-10768] Resolve pr suggestions
* [AAE-10768] Resolve task-comments pr suggestions
* [AAE-10768] Resolve comments pr suggestions
* [AAE-10768] Fix merge error in comments.component.html
* [AAE-10768] Add missing markdown files
* [AAE-10768] Remove events from md files
* [AAE-10768] Update upgrade50-60.md with renamed input property
Co-authored-by: Amedeo Lepore <amedeo.lepore@hyland.com>
* fix after rebase
* new release strategy for ng next
Signed-off-by: eromano <eugenioromano16@gmail.com>
* peer dep
Signed-off-by: eromano <eugenioromano16@gmail.com>
* Angular 14
fix unit test and storybook
Signed-off-by: eromano <eugenioromano16@gmail.com>
fix after rebase
Signed-off-by: eromano <eugenioromano16@gmail.com>
update pkg.json
Signed-off-by: eromano <eugenioromano16@gmail.com>
missing dep
Signed-off-by: eromano <eugenioromano16@gmail.com>
Fix mistake and missing code
Dream....build only affected libs
Add utility run commands
* Use nx command to run affected tests
* Fix nx test core
fix content tests
Run unit with watch false
core test fixes
reduce test warnings
Fix process cloud unit
Fix adf unit test
Fix lint process cloud
Disable lint next line
Use right core path
Fix insights unit
fix linting insights
Fix process-services unit
fix the extensions test report
fix test warnings
Fix content unit
Fix bunch of content unit
* Produce an adf alpha of 14
* hopefully fixing the content
* Push back the npm publish
* Remove flaky unit
* Fix linting
* Make the branch as root
* Get rid of angualar13
* Remove the travis depth
* Fixing version for npm
* Enabling cache for unit and build
* Fix scss for core and paths
Copy i18 and asset by using ng-packager
Export the theming alias and fix path
Use ng-package to copy assets process-services-cloud
Use ng-package to copy assets process-services
Use ng-package to copy assets content-services
Use ng-package to copy assets insights
* feat: fix api secondary entry point
* fix storybook rebase
* Move dist under dist/libs from lib/dist
* Fix the webstyle
* Use only necessary nrwl deps and improve lint
* Fix unit for libs
* Convert lint.sh to targets - improve performance
* Use latest of angular
* Align alfresco-js-api
Signed-off-by: eromano <eugenioromano16@gmail.com>
Co-authored-by: eromano <eugenioromano16@gmail.com>
Co-authored-by: Mikolaj Serwicki <mikolaj.serwicki@hyland.com>
Co-authored-by: Tomasz <tomasz.gnyp@hyland.com>
* 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
* [AAE-4569] Added readOnly property to breadcrumb components
* [AAE-4569] Add method for testing if an anchor element should be used
* [AAE-4569] Add missing return type
* [AAE-4569] Add unit test
* [AAE-4427] Embed upload progress dialog inside the upload from your device tab in attach file widget
* Fix failing unit tesT
* Add unit tests
* Removed not needed condition
* Make upload from your device tab same size as Repository tab
* Revert renaming causing breaking change
* simplify if conditions
* Update js-api version
* Use typescript ?. operator
* Add unit test for non existing datatable entries
* added the possibility to show/hide cancel&submit buttons and also to emit the changes without any buttons
* added new doc
* Added optional on variable models to avoid breaking changes (#6328)
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
* added the possibility to show/hide cancel&submit buttons and also to emit the changes without any buttons
* added new doc
Co-authored-by: Vito <vito.albano@alfresco.com>
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
* [AAE-3967] Add datetime-range search filter component
* Fix bug from max date is not resetting when clicking the clear button
* Fix formatting identation on date-range component
* Add unit tests
* Add documentation
* Fix comments
* [AAE-3966] FE - Disable the upload button when the user doesn't have permissions in a folder
* * Handled both error messages while searching
* * Refactored names
* * Fixed unit tests and added some * Updated doc
* * Fixed comment
* [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
* [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>
* [AAE-3111] Select uploaded files by default
* [AAE-3321] Select uploaded local files by default
* * After rebase
* * Renamed method/property names
* * Fixed comments
* Added a private method to bubble up preselected nodes
* * Added unit tests
* * Fixed typo* added doc* Preselect based on the selection mode
* * Added way to test in demo shell
* Open select dialog on all types, fetch destination folder from a relative path
* Dialog UI refactor, multiple upload from local
* Fix document list should automatically reload after upload
* Remove not used ViewChild
* Fix imports, read destination folder from form field
* support different alias
* Remove not needed property, reuse selection mode
* Remove unused methods
* Fix unit tests
* * Added unit tests
* Fixed failing unit tests
* * Added unit for upload button
* Skipped failing e2e
* * Removed process-storage related code
* * Removed unncessory model and code
*
* * Removed contentHost from formCloud model
* * Skiped content-services e2e
* Skip failing process e2e related to attachment
Co-authored-by: sivakumar414ram <siva.kumar@muraai.com>
Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com>
* [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>
* Ability to restrict the search to a specific root in case there is no site concept
* Add unit test
* Initialize the siteId with root
* Fix unit test
* Reuse existing property and add boolean
* add new line before extect
* Rename to restrictSearchToCurrentFolderId
* Typo
* Rename property into doc
* [ADF] - saving in the url the filter values
* Fixed filter status on refresh
* Fixed filter status on refresh
* [ACA-3506] - added url filtering save
* [ACA-3506] - fixed spellcheck
* improve log
* more log
* fix scripts
* Added documentation for allowUpdateOnChange setting
* Added default value in description for docs
Co-authored-by: Vito Albano <vitoalbano@Vitos-MacBook-Pro.local>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
* Release note in draft for 3.9.0.
* Release note for 3.9.0.
* release notes and documentation
* fix
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
* [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>
* 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>
* 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>
* [AAE-2200] content-node-selector-panel pass starting site and emit event onSiteChange
* [AAE-2200] content-node-selector handle siteChange event
* [AAE-2200] content-node-selector has good default title
* [AAE-2200] attach-file-widget-dialog handle siteChange event
* [AAE-2200] Minor fixes on attach-file-widget-dialog
* [AAE-2200] site-dropdown reload site list unfil it find its default site
* [AAE-2200] Fix title translation for attach-file-widget-dialog
* fix missing property description
* Unit test fix
* [AAE-2200] Fix title unit tests
* [AAE-2200] Fix sites-dropdown infinite loading
* [AAE-2200] Add content-node-selector-panel siteChange event unit tests
* [AAE-2200] Refactor sites-dropdown unit tests
* [AAE-2200] Refactor the 'allSitesLoaded' check
* [AAE-2200] Add sites-dorpdown default value unit tests
* [AAE-2200] Move getSiteFromNodePath method to sites service
* [create preview]
* [create preview]
* [AAE-2200] Better hasMoreItems check in sites-dropdown (fix unit test)
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Cano <david.cano.nieto@gmail.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>