* [AAE-12501] Provide an AlfrescoApiService implementation that disable the AlfrescoApi oauth initialization when we use new oidc implementation
* [AAE-12501] Replace oauth2Auth with authentication service, define get username as abstract
* [AAE-12501] Replace sitesService with authentication service since sitesService get the username from oauth2Auth
* [AAE-12501] Call implicitLogin by authentication service
* [AAE-12501] Replace Oauth2Auth with AlfrescoApi and call the custom api without using authentication
* [AAE-12501] Replace oauth2Auth with authentication service to get the token
* [AAE-12501] Replace oauth2Auth with alfrescoApi
* remove unneeded JS-API dep
move auth in the right place
* [AAE-10501] Rename alfresco-api.http-client to adf-http-client
* [AAE-10501] Remove config from a CoreModule, a different service is provided in AuthModule to use angular http client instead of super agent
* [AAE-10501] Disable AlfrescoApi oauth initialization while using new adf oidc authentication
* [AAE-12501] Replace alfresco api client with AdfHttpClient
* [AAE-12501] Restore get username methods
* [AAE-12501] Get username with authentication service
* [AAE-12501] removee unused method
* [AAE-12501] Trigger on login when token is received
* [AAE-12501] Fix content-services unit test
* [AAE-12501] Fix import
* [AAE-12501] Fix core unit tests
* [AAE-12501] Fix process-services-cloud unit tests
* [AAE-12501] Create a request options interface with the needed props, remove the import from js-api, return the body from request
* [AAE-12501] Fix process-services-cloud unit tests without Expectation
* [AAE-12501] Fix Core secondary entrypoints unit tests are not executed: move test.ts one level up in order to find all the spec files into the secondary entrypoints folders and update path
* [AAE-12501] Fix Core unit tests that weren't executed because of the previous test.ts wrong location
* [AAE-12501] Fix authentication token_issued subscription
* add emitters
* [AAE-12501] Replace Math.random() to fix hospot security issue, fix lint issues
* [AAE-12501] Install event-emitter dependency
* [AAE-12501] Comment temporary setCsrfToken because is not possible to import app config service from core due to circular dependencies
* [AAE-12501] Get disableCsrf from app config serviice when app configuration is loaded
* [AAE-12501] Fix license-header lint issue
* [AAE-14221] Regenerate lock file
* [AAE-14221] Fix sonarcloud issues
* [AAE-12501] Remove wrong character
* [AAE-12501] Regenerate lock file
* [AAE-12501] Fix BC: update alfresco api response error
---------
Co-authored-by: eromano <eugenioromano16@gmail.com>
* Shared link expiry date code implementation
* test case updated
* removed unsed code
* design changes as per the new design of Share dialog
* test cases modification as per new design changes
* placeholder modified for expiration date
* look and feel changes for share dialog as per Shane comments
* boolean name changed as per naming convention
* review comments addressed
* review comments addressed
* type specified for node object
* linting corrections
* resolved nested ternary date operation into an independent statement
* review comments addressed
* used date-fns instead of moment.js in code as well as in test cases
* review comments for date-fns addressed
* removed extra line
* removed extra empty lines in template
* import changes and indentation correction
* error in console resolved which was occuring after selecting date and time
* used mat-datepicker instead of mat-datetimepicker
* package-lock.json file updated for date-fns implementation
* made type 'date' as default and removed the settings coming from the ACA
* unit test case modifications as per calender changes
* e2e modifications as per new calendar component
* ADF-5505 Removed some angular flex usages
* ADF-5505 Deprecated usage of angular flex layout in demo shell
* ADF-5505 Deprecated usage of angular flex layout in core files
* ADF-5505 Removed usage of angular flex layout from files from process services
* ADF-5505 Removed usage of angular flex layout from files from process services cloud
* ADF-5505 Removed usage of fxflex and fxlayout from left files
* ADF-5505 Removed usage of fxhide from left files
* ADF-5505 Fixed issue with incorrect colors
* ADF-5505 Fixed some lint issues
* ADF-5505 Removed imports of FlexLayoutModule
* ADF-5505 Uninstalled angular flex layout dependency
* ADF-5505 Removed usage of ngClass with gt-md
* ADF-5505 Removed duplicated selector
* ADF-5505 Removed empty line
* ADF-5505 Changed encapsulation
* [ACA-4677] Added download functionality on DownloadPromptDialog
* [ACA-4677] Added downloadFile event emitter documentation to ViewerComponent README. Updated reference of NonResponsiveDialog to DownloadPromptDialog
* [ACA-4677] Corrected typo in documentation for downloadFile event
* [ACA-4677] Updated test case to check for method call via actual event handling instead of calling the method manually
* [ACA-4681] Added feature in DocumentListComponent to auto download a file if it exceeds a pre defined file size threshold
* [ACA-4681] Added test cases for file auto download feature in document list (NOT WORKING)
* [ACA-4681] Fixed unit tests for file auto download feature of document list
* [ACA-4681] Removed unused variables from app.config.json
* [ACA-4681] Resolved code review findings. Local constants are no longer upper case only (used camelCase instead). FileAutoDownload component template now uses mat-dialog provided directives and components. Removed file-auto-download.component.scss. Removed unused methods from file-auto-download.component.ts
* [ACA-4681] Added licence info to file-auto-download-actions.enum.ts
* [ACA-4681] Added license info to file-auto-download.component.ts
* [ACA-4681] Removed empty constructor
* [ACA-4681] Updated appConfig property name from "preview-config" to "viewer".
* [ACA-4681] Added JSDoc for FileAutoDownloadActionsEnum
* [ACA-4681] Updated ADF demo shell application to use "viewer" appConfig object instead of "preview-config"
* [ACA-4681] Resolved lint issues
* [ACA-4681] Removed dependency from NodeActionsService inside DocumentListComponent. FileAutoDownload component now directly triggers the file download, instead of emitting FileAutoDownloadActionsEnum.Download.
* [ACA-4681] Removed unused async. Updated import statement
* [ACA-4681] Added FileAutoDownloadComponent to public-api.ts
* ACS-4126 Moved component for tags creation from applications to ADF, putting that component into Viewer
* ACS-4126 Assigning tags to node and removed reference to modal from component for tags creating
* ACS-4126 Started working on assigning existing tags to node
* ACS-4126 Added newest changes for tags creation component
* ACS-4126 Usage of MatSelectionList, possibility for selecting existing tag
* ACS-4126 Allow to pass already assigned tags to tags creator as default top list
* ACS-4126 Fixed some css issues like aligning of icons, hiden add input icon when input is already visible
* ACS-4126 Allow to unlink tags from content
* ACS-4126 Allow for discard changes and fixed some validation issues
* ACS-4126 Integrate with changes for removing pagination
* ACS-4126 Autoscroll to input, remove scrollbar from search list
* ACS-4126 Code formatting
* ACS-4126 Renamed prefix for tags and style classes
* ACS-4126 Refreshing assigned tags after linking them, disable some operations during saving
* ACS-4126 Remove scrollbar from create label for long text, corrected some validations, use p tag instead of card view for displaying already assigned tags
* ACS-4126 Removed redundant code from tags creator component
* ACS-4126 Corrected translations
* ACS-4126 Hide input during saving
* ACS-4126 Unit tests for ContentMetadataComponent
* ACS-4126 Unit tests for TagService
* ACS-4126 Fixed unit tests for TagsCreator
* ACS-4126 Added documentation
* ACS-4126 Added additional unit tests
* ACS-4126 Fixed lint issues
* ACS-4126 Remove tags from files and folders list when taggable is unchecked
* ACS-4126 Small correction in styles
* ACS-4126 Corrected type for assigning single tag
* ACS-4126 Updated docs
* ACS-4126 Updated docs
* ACS-4126 Fixed some unit tests
* ACS-4126 Fixed lint issues
* ACS-4126 Updated jsdoc
* ACS-4126 Reverted one unwanted line
* ACS-4126 Removed space which caused lint issue
* ACS-4126 Fixed unit tests
* ACS-4126 Restored change
* ACS-4126 Fixed unit tests
* ACS-4126 Small correction