Denys Vuika
e42e0869ba
[APPS-2108] Switch search date range to the material date adapter ( #8973 )
...
* cleanup and setup testing
* switch to material adapter instead of adf one
2023-10-06 14:54:28 +01:00
Kritagya Jaiswal
ea65756660
[APPS-2157][APPS-2158][APPS-2161][APPS-2162][APPS-2165] Migration from moment to date-fns ( #8965 )
...
* [APPS-2157][APPS-2158][APPS-2161][APPS-2162][2165] Migration from moment to date-fns
* Modified endDate to CompletedDate
* Addressed review comments
* Revert import for dataFnsUtil
* Replace fit to it
* fix types and avoid double date conversion
* fix lint issue
* support iso strings for date formatting
---------
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
2023-10-05 16:00:46 -04:00
Alfresco Build
441d8003af
[ci:force][auto-commit] Update dependencies JS:7.1.0-1372 ( #8966 )
...
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
2023-10-05 03:40:55 -04:00
Alfresco Build
c548fc7763
[ci:force][auto-commit] Update dependencies JS:7.1.0-1371 ( #8964 )
...
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
2023-10-04 09:38:59 +01:00
Denys Vuika
43242b1185
pre angular 15 cleanup ( #8961 )
...
* pre angular 15 cleanup
* [ci:force] update test
* [ci:force] various updates as per migration
* [ci:force] port more changes
* [ci:force] migrate tests
* [ci:force] migrate formatting
* migrate changes
* rollback storybook
2023-10-03 07:35:53 -04:00
swapnil-verma-gl
e638b54fcd
[MNT-23648] Clicking on Load More button no longer causes scroll position to reset to top ( #8951 )
...
* [MNT-23648] Resolved issue where clicking on load more button would reset the scroll position to top when copying/moving a folder
* [MNT-23648] Revert fix
* [MNT-23648] Resolved issue where clicking on load more button would reset the scroll position to top when copying/moving a folder
* [MNT-23648] Added test case to cover new functionality
* [MNT-23648] Fixed unit tests
2023-10-03 03:51:36 -04:00
Alfresco Build
0b1fc4faa4
[ci:force][auto-commit] Update dependencies JS:7.1.0-1368 ( #8960 )
...
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
2023-10-03 03:51:22 -04:00
Ehsan Rezaei
e21ad3ca02
[AAE-15316] - Refactored UserInfoComponent to get typography from theme ( #8937 )
...
* [AAE-15316] - Refactored UserInfoComponent to get typography from theme
* AAE-15316: Code improvements
2023-10-02 16:29:32 +02:00
Alfresco Build
c2d45e10f8
[ci:force][auto-commit] Update dependencies JS:7.1.0-1367 ( #8949 )
...
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
2023-10-02 07:20:09 -04:00
Wojciech Duda
016e5ec089
Revert "[AAE-16369] use layout-bp mixin where applicable" ( #8944 )
2023-09-28 15:22:27 +02:00
Denys Vuika
65d70bffb2
[ACS-6071] fix JSDoc issues for Core lib ( #8942 )
...
* fix jsdoc issues
* docs fixes
* doc fixes
* doc fixes
* fix docs
* fix bugs
2023-09-28 14:00:30 +01:00
Wojciech Duda
d7e0bb6cd3
[AAE-16369] use layout-bp mixin where applicable ( #8896 )
2023-09-28 14:18:15 +02:00
AleksanderSklorz
094acf77ce
[ACS-5613] process preview on popup displaying the details of selected running process on the popup ( #8933 )
...
* ACS-5613 Renamed name column header for process details
* ACS-5613 Change order of columns based on order property
* ACS-5613 Added some unit test
* ACS-5613 Added unit tests
* ACS-5613 Added documentation
* ACS-5613 Fixed e2e
* ACS-5613 Fixed e2e
* ACS-5613 Fixed e2e
* ACS-5613 Fixed e2e
* ACS-5613 Fixed e2e
2023-09-28 10:44:07 +02:00
Alfresco Build
ed0dd094b4
[ci:force][auto-commit] Update dependencies JS:7.1.0-1349 ( #8941 )
...
Co-authored-by: MichalKinas <MichalKinas@users.noreply.github.com>
2023-09-28 10:23:44 +02:00
Alfresco Build
a488a729eb
[ci:force][auto-commit] Update dependencies JS:7.1.0-1346 ( #8939 )
...
Co-authored-by: MichalKinas <MichalKinas@users.noreply.github.com>
2023-09-28 00:36:57 +02:00
Alfresco Build
06bfded238
[ci:force][auto-commit] Update dependencies JS:7.1.0-1331 ( #8925 )
...
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
2023-09-27 15:10:01 +02:00
SheenaMalhotra182
83b2d9f8bc
[APPS-2202] Added custom utils for syncing moment and date-fns formats ( #8934 )
...
* [APPS-2202] added custom methods for moment to date-fns migration
* [APPS-2202] addressed review comments
2023-09-26 10:04:32 -04:00
Denys Vuika
ef551a9c71
Improved ESLint configuration, integrated spellcheck and error fixes ( #8931 )
...
* integrate cspell with eslint, improved configuration
* core: fix linting errors
* core: fix lint warnings
* content: lint fixes
* process service lint fixes
* lint: process services cloud
* lint: insights
* lint: extensions
* [ci:force] lint: cli fixes
* [ci:force] comment out dead code
* [ci:force] exclude dead code
* fix code and tests
* rollback some changes
* fix testing lib
* fix demo shell
* minor lint warning fixes
* minor lint fixes
* fix process services
2023-09-26 13:46:53 +01:00
Mykyta Maliarchuk
8370a3de66
[MNT-23560] TIFF PDF Renderer Error ( #8921 )
...
* [MNT-23560] added horizontal scroll
* [MNT-23560] fixed user interaction tests
* [MNT-23560] unit tests
* [MNT-23560] fixed pdf-viewer unit tests
* [MNT-23560] linter
* [MNT-23560] added to do comment
2023-09-26 13:44:29 +01:00
Ehsan Rezaei
5345838744
[AAE-16353] - Refactoring error component to get typography from theme ( #8932 )
...
* [AAE-16353] - Refactoring error component to get typography from theme
* AAE-16353: updated class list
2023-09-26 14:23:15 +02:00
Alfresco Build
919a8ba80c
[ci:force][auto-commit] Update dependencies JS:7.1.0-1313 ( #8918 )
...
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
2023-09-22 04:58:09 -04:00
Denys Vuika
9ca7dbdce9
Release 6.3.0 ( #8917 )
...
* bump versions and deps
* release reports
* release notes
* update lock file
2023-09-18 14:55:34 +01:00
Denys Vuika
a1dd270c5d
[ACS-5991] ESLint fixes and code quality improvements ( #8893 )
...
* prefer-optional-chain: core
* prefer-optional-chain: content, fix typings
* prefer-optional-chain: process, fix typings
* prefer-optional-chain: process-cloud, fix typings, fix ts configs and eslint
* [ci: force] sonar errors fixes, insights lib
* [ci:force] fix security issues
* [ci:force] fix metadata e2e bug, js assignment bugs
* [ci:force] fix lint issue
* [ci:force] fix tests
2023-09-18 09:42:16 +01:00
Bartosz Sekula
f20df680aa
[AAE-16491] Fix session invalidation for Http 401 response ( #8909 )
2023-09-15 18:03:45 +02:00
Alfresco Build
6df6fd16fc
[ci:force][auto-commit] Update dependencies JS:6.3.0-1289 ( #8907 )
...
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
2023-09-13 03:33:10 -04:00
Denys Vuika
d7cf12d89b
use an icon for "mark all" notifications ( #8903 )
2023-09-13 03:32:41 -04:00
DominikIwanek
e14e489d2d
[ACA-4313] - Sort order doesn't work correctly ( #8892 )
...
[ACA-4313] - Sort order doesn't work correctly
2023-09-12 16:07:16 +02:00
Alfresco Build
3aa55996bf
[ci:force][auto-commit] Update dependencies JS:6.3.0-1288 ( #8904 )
...
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
2023-09-12 04:43:40 -04:00
Alfresco Build
d2ef772e0a
[ci:force][auto-commit] Update dependencies JS:6.3.0-1280 ( #8819 )
...
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
2023-09-11 14:35:30 +01:00
Bartosz Sekula
a1b39fb6dc
[AAE-16219] Theming for HxP is not working ( #8894 )
2023-09-08 17:20:05 +02:00
MichalKinas
76e2870c66
Adjust ADF to latest JS-API version ( #8882 )
...
* Bump js-api version
* Fix imports
* Fix content-services unit tests
* Fix process-services unit tests
* [ci:force] Trigger CI
* Fix code smells
* Fix orderBy param
* Fix code smells
* Fix failing unit tests
* Bump js-api version and align with new changes
* Remove dangling coma
* Fix delete return type
* Add correct date format in task filters e2es
* Fix typing in task filter sorting
* Fix activiti content api import
* Add null check for has avatar
* Make User class instead of type
* Fix user type in comment model
* Fix sonar cloud issue
* Type fixes
* Update js-api version
2023-09-07 07:29:42 -04:00
Tomasz Gnyp
876ca7a0a7
[AAE-15813] Fix - deployed application named 'idp' doesn't work ( #8887 )
2023-09-06 15:21:04 +01:00
MichalKinas
bd518b6c59
[ACS-5929] Open datatable actions menu on enter ( #8868 )
2023-09-05 16:00:43 +02:00
Eugenio Romano
60099a2d7d
[AAE-15828] add mobile query to visualize form under one column for small viewport ( #8883 )
2023-09-05 12:48:34 +01:00
Tomasz Gnyp
95537c4c50
[AAE-16236] Fix missing service export ( #8872 )
...
* Fix missing service export
* fake change
2023-09-01 10:26:46 +01:00
SheenaMalhotra182
780800453a
[ACS-5858] Migrated adfMomentDateTime Pipe to date-fns equivalent ( #8856 )
...
* [ACS-5858] created adfDateTimePipe and added unit tests
* [ACS-5858] added revised unit tests
* [ACS-5858] linting fixes
* [ACS-5858] addressed review comments
* [ACS-5858] addressed review comments
2023-08-31 14:48:37 +05:30
Denys Vuika
3b4ce3b857
[ACS-5839] migrate to latest JS-API types ( #8859 )
...
* [ci:force] migrate Minimal Node to Node
* [ci:force] remove js-api wrappers and use real types
* [ci:force] remove js-api wrappers and use real types
* [ci:force] fix linting errors
* [ci:force] fix linting errors
* [ci:force] security fixes
* [ci:force] sonarcloud bug fixes
* [ci:force] dead code elimination, sonar suggested fixes
2023-08-29 20:56:40 +01:00
Aayush Rohila
837b3b1b92
[ACS-5640] Changing from moment to date-fns. ( #8796 )
2023-08-25 13:52:51 +05:30
Denys Vuika
29ec2fcc96
[ACS-5845] remove Alfresco Compatibility usage ( #8822 )
...
* upgrade to latest js-api
* upgrade to latest js-api
* upgrade to latest js-api
* upgrade to latest js-api
* upgrade to latest js-api
* upgrade to latest js-api
* fix security concerns for execSync
* security fix
* fixes as per code reviews
* code fixes for attach file widget dialog
* code fixes
* code fixes
* disable ACS storage check
* add the jira to the commented out block
* remove useless logger call
* code fixes
* code fixes
* code fixes
* code and typing fixes
* fix lint
* disable the code
* try other fixes, add missing headers
* dump error to console
* replace test file with in-memory stream
* code fixes
* simplify checks
* disable upload
* remove useless test and ng-mocks dependency
2023-08-22 00:02:39 +01:00
DominikIwanek
673010d271
[ACS-5738] unable to unselect libraries ( #8825 )
...
* [ACS-5738] - Make libraries in datatable to be possible to unselect
2023-08-17 12:26:18 +02:00
Alfresco Build
1b06742eb6
[ci:force][auto-commit] Update dependencies JS:6.3.0-1108 ( #8815 )
...
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
2023-08-13 14:31:35 +01:00
Alfresco Build
f1d9e0a92f
[ci:force][auto-commit] Update dependencies JS:6.3.0-1104 ( #8800 )
...
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
2023-08-12 09:33:16 -04:00
Wiktor Danielewski
57ff885483
[AAE-15988] Update About component ( #8814 )
...
* [AAE-15988] Update About component
* [AAE-15988] Add automationId to AboutPanel directive
2023-08-11 15:11:58 +01:00
Tomasz Gnyp
e7dbedd497
[AAE-15815] Export variable config interface ( #8813 )
2023-08-11 11:32:30 +02:00
Denys Vuika
f201efd56a
[ACS-5761] Demo Shell Cleanup (part 2) ( #8807 )
...
cleanup demo shell
2023-08-10 22:18:21 +01:00
DominikIwanek
ca60b392d4
[ACS-5693] - Fix flickering edit icon (pencil) on hover in chip-list input ( #8808 )
2023-08-10 16:18:44 +02:00
Pablo Martinez Garcia
04803c1815
[AAE-15839] Fix file object input in viewers ( #8804 )
...
* [AAE-15839] Fix file object input in viewers
* [AAE-15839] Attend review comments
* [AAE-15839] Remove duplication
* [AAE-15839] Fix package-lock.json
* [AAE-15839] Fix package.json
* [AAE-15839] Remove duplication
* [AAE-15839] Remove duplication
2023-08-09 13:30:50 +02:00
Tomasz Gnyp
1f96c3452c
[AAE-15815] Create Data Table widget ( #8801 )
...
* [AAE-15815] Create Data Table widget
* [AAE-15815] Add check for corectness of column schema
* fix mock name typo
* improve method name
* fix testing module config
2023-08-09 01:31:39 +02:00
Denys Vuika
4f2b3bce3c
[ACS-5761] Demo Shell pages cleanup ( #8802 )
...
remove the content that is not covered by e2e testing, preparation steps for the demo shell decommissioning
2023-08-08 14:09:41 +01:00
Alfresco Build
17535c9f53
[ci:force][auto-commit] Update dependencies JS:6.3.0-1070 ( #8780 )
...
Co-authored-by: mauriziovitale <mauriziovitale@users.noreply.github.com>
2023-08-03 17:25:20 +01:00