* ACS-6252 Allow to hide tags and categories from metadata panel and to hide tags column from personal files
* ACS-6252 Allow to hide tags column from all other lists
* ACS-6252 Allow to hide tags and categories from search filters
* ACS-6252 Set type for search field
* ACS-6252 Hide displaying tags and categories related operators, properties and aspects in folder rules when that feature is disabled
* ACS-6252 Get from service information if tags and categories are disabled
* ACS-6252 Handled case when tags and categories configuration is missing in app.config.json
* ACS-6252 Unit tests for changes for RuleActionUiComponent
* ACS-6252 Unit tests for changes for RuleSimpleConditionUiComponent
* ACS-6252 Unit tests for changes for MetadataTabComponent
* ACS-6252 Unit tests for changes for app rules
* ACS-6252 Unit tests for changes for AppExtensionService
* ACS-6252 Removed redundant private from constructor parameter and corrected unit test title
* ACS-6252 Hide link to category action if categories feature is disabled
* ACS-6252 Move to beforeEach
* [ACS-5611] Add custom metadata panels as new extensions feature
* [ACS-5611] Add custom metadata panels unit tests
* [ACS-5611] Minor fixes
* [ACS-5611] Text ellipsis for name column to always display badges
* [ACS-5611] Use latest ADF and JS-API
* [ACS-5611] Unit test fix
* [ACS-5611] Click action only if exists
* [ACS-5601] Add badges to name column component
* [ACS-5601] Add on click handler to column badges
* [ACS-5601] Fix badge hover color
* [ACS-5601] Restore modal configuration, prettier fixes
* [ACS-5601] Add missing tooltip translation
* [ACS-5601] Add process content services to extension service
* [ACS-5601] Add adf dynamic component to custom name column
* [ACS-5601] Add missing dosc and unit tests
* [ACS-5601] Post rebase package lock update
* [ACS-5601] CR fixes
* [ACS-5601] Unit test fix
* [ACS-5601] CR fix
* [ACS-5601] Fix unit test, add contrast gray to badges
* [ACS-5601] fix fail test and exclude one test
* [ACS-5601] fix fail test and exclude one test
---------
Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
* ACS-5281 Changed editable state of metadata content based on change of file lock state
* ACS-5281 Updated versions
* ACS-5281 Reverted change
* ACS-5281 Upgrade version
* ACS-5281 Small correction
* ACS-5281 Fixed e2e
* ACA-4712 Added rule to prevent using important for styles
* ACA-4712 Removed important from some global styles and from manage rule component
* ACA-4712 Removed important from rest global and theme styles
* ACA-4712 Removed usages of important from styles for components
* use default "sessionTimeForOpenAppDialogDisplay"
* improve iPhone prefix url api
* improve android prefix url api
* session timeout
* app store url defaults
* enable mobile redirect by default
* enable AOS by default
* enable content plugins by default
* enable folder rules by default
* remove obsolete AI flag
* remove obsolete APA flag
* auto download defaults
* cleanup auth vars
* ACA-4709 Added use-none-component-view-encapsulation eslint rule and correct part of components
* ACA-4709 More changes for encapsulation
* ACA-4709 Installed eslint-plugin-eslint-angular dependency
* ACA-4709 Corrected rest places with did not use none encapsulation
* ACA-4709 Exclude process inline templates plugin from spec files
* [ACS-5088] Replaced method calls in templates with variables
* [ACS-5088] Replaced method calls in templates with variables
* [ACS-5088] Replaced method calls for *ngIf and *ngFor with variables - Batch 1 (WIP)
* [ACS-5088] Replaced method calls for *ngIf and *ngFor with variables - Batch 2 (WIP)
* [ACS-5088] Replaced instances of $any with cast pipe. Replaced other instances of method calls in templates with variables
* [ACS-5088] Resolved test cases
* [ACS-5088] Resolved test cases in aca-content library
* [ACS-5088] Resolved test cases in aca-shared library
* [ACS-5088] Resolved test cases in aca-folder-rules library
* [ACS-5088] Reverted usage of cast pipe to $any()
* [ACS-5088] Fixed incorrect revert
* [ACS-5088] Resolved code review findings - shortened expressions and made onDestroy subjects use void instead of boolean
* [ACS-5088] Resolved code review findings - changed parameter name in sort function
* [ACS-5088] Resolved code review findings - added 'void' type to onDestroy subjects
* [ACS-5088] Upgraded eslint version to 8.41.0. Added "@angular-eslint/template/no-call-expression" rule to prevent function calls in templates unless needed (reports warnings)
* [ACS-5088] Resolved typo in ToggleFavoriteComponent
* implementation of download Ios app as per new design shared in case IOS
* design changes as per new design shared my mobile application team
* implementation of dialog after login and visibility enabled for private files
* single click on cross dialog to close popup which was occuring earlier on double click
* test cases added for open in app component, shared link view component and name changes
* ipad changes to open in Safari browser, open in app button clickable width increased and focus unset on open in app button click
* open in app button style changes
* theme button color changes
* review comments addressed
* review comments addressed
* review comments addressed
* download app text changes
* improved open-in-app.scss file and removed mat and cdk classed
* [ACA-4679] Added docker variables, app.config.json.tpl config and additional code for enabling non-responsive file preview download and file auto download features in ACA
* [ACA-4679] Added defaults for downloadPrompt for viewer and fileAutoDownload features. Updated variable names from 'nonResponsiveDialog' to 'downloadPrompt'
* [ACA-4679] Added unit test cases for FileAutoDownloadService
* [ACA-4679] Updated env variable references from NonResponsiveDialog to DownloadPrompt
* [ACA-4679] Added missing licence header on new files
* [ACA-4679] Added env variable configuration for GithubActions jobs
* [ACA-4679] Added env variable configuration for GithubActions jobs
* [ACA-4679] Removed unneeded env variable configuration for GithubActions jobs
* [ACA-4679] Updated .env file configuration in README.md
* [ACS-4792] provide support for style linting
* style fixes
* style fixes
* style fixes
* disable yarn licenses until the issue is fixed
* fix package lock
* fix after rebase
* Custom URL schema issues after rigorous testing
* review comments addressed
* [MOBILEAPPS-1707] removed added space between classes
* [MOBILEAPPS-1707] removed important and added mat-button for higher priority
* Open in App pop up implementation
* review comments addressed
* unit test cases added for open-in-app component and aca-mobile-app-switcher-service and review comments addressed
* cspell changes
* test case build failing issue resolved
* review comments addressed of using specific type and void in functions that do not return anything
* remaining review comments fixed for type cases
* added check for ipad and ipod
* checkForIOSDevice function removed and checked for ios device in same line
* spacing issues addressed
* missing unit tests added and some review comments addressed
* app.config.json file updated
* removed configuration variables from default Readme file
* used only boolean instead of string conversion in app service file
* session storage name change
* review comments addressed
* [ci:force][auto-commit] Update @alfresco/adf-extensions to 6.0.0-A.1-37679 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37680
* [ci:force][auto-commit] Update @alfresco/adf-core to 6.0.0-A.1-37679 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37680
* [ci:force][auto-commit] Update @alfresco/adf-content-services to 6.0.0-A.1-37679 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37680
* [ci:force][auto-commit] Update @alfresco/adf-cli to 6.0.0-A.1-37679 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37680
* [ci:force][auto-commit] Update @alfresco/adf-testing to 6.0.0-A.1-37679 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37680
* Update app.service.spec.ts
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>