Piotr Żurek
a1ccc14a93
ACS- 4752 keycloak migration - resource server role ( #1818 )
2023-03-22 12:58:13 +01:00
rrajoria
9ddbda377d
Test Case for Client Workspace and changes for Review comments
2023-03-22 12:56:45 +05:30
Krystian Dabrowski
a26ac1f778
ACS-4857: Lookup for root tag in DB and NOT using search engine ( #1810 )
...
* ACS-4857: Lookup for root tag in DB and NOT using search engine
Also:
- removing commons-collections exclusion within test scope due to:
"Caused by: java.lang.ClassNotFoundException: org.apache.commons.collections.CollectionUtils"
2023-03-21 15:37:19 +01:00
Jared Ottley
4b351fbfdc
[MNT-23553] REST API call fails when using Oracle database
...
- Remove semicolon from sql
2023-03-16 11:56:00 -06:00
Tom Page
acc5425d68
ACS-4759 Replace default password hashing algorithm. ( #1789 )
...
ACS-4759 Replace default password hashing algorithm with bcrypt10.
Update tests to use sha256 hashing and fix tests that relied on md4 being the default hashing algorithm.
Remove test for default password hashing algorithm since this is being overridden for the tests anyway.
2023-03-15 14:11:25 +00:00
Piotr Żurek
bf18c6b419
ACS-4751 Keycloak Migration - OAuth2 Client Role ( #1798 )
2023-03-15 09:53:17 +01:00
Krystian Dabrowski
f2fdf958f2
ACS-4023: Update GET /tags to support getting tags by name ( #1766 )
...
* ACS-4023: Update GET /tags to support getting tags by name
2023-03-15 09:46:58 +01:00
Domenico Sibilio
7b87ee628d
ACS-4776 Finalize deprecation of BitlyUrlShortenerImpl ( #1787 )
2023-03-07 10:32:14 +01:00
Mohinish Sah
91f3edf8e9
incorporated review comments
2023-03-02 22:10:54 +05:30
Mohinish Sah
479724365e
incorporated review comments
2023-03-02 22:04:50 +05:30
Mohinish Sah
bb1d5899d9
Merge remote-tracking branch 'origin/master' into feature/ACA-4619-Self-service-User-password-reset-ADW
2023-03-02 21:46:53 +05:30
Mohinish Sah
7ab5e8afd0
Updated the client App name
2023-03-01 18:45:08 +05:30
Mohinish Sah
5107fdfe41
resolved review comments
2023-03-01 12:45:15 +05:30
Krystian Dabrowski
23de0fefd7
ACS-4633: Duplicated tag is not detected when tag string contains upper case ( #1750 )
2023-02-15 18:13:19 +01:00
Piyush Joshi
7c3e8a2549
[MNT-22633] Creation, Modification TimeStamp values setted for download as zip ( #1717 )
...
* Creation, Modification date timestamp added to zip file
* Addressed review comments
* Addressed review comments
* Revert "Addressed review comments"
This reverts commit 58214ee427
.
* Addressed review comments
* Revert "Addressed review comments"
This reverts commit a584f53023
.
* Update ZipDownloadExporter.java
Addresed review comments
---------
Co-authored-by: suneet.gupta <suneet.gupta@hyland.com >
2023-02-15 21:45:46 +05:30
Krystian Dabrowski
96c1464b6c
ACS-4026: Create orphaned tag with POST /tags ( #1748 )
...
* ACS-4026: Create orphaned tag with POST /tags
2023-02-10 16:51:22 +01:00
Krystian Dabrowski
285ebc29a4
ACS-4154: Add category count to relevant CRUD endpoints for categories ( #1724 )
...
* ACS-4154: Add category count to relevant CRUD endpoints for categories
2023-02-07 11:14:35 +01:00
Piotr Żurek
2cdbe6f306
ACS-4180 Add localized properties to the repo event ( #1714 )
2023-02-02 12:22:08 +01:00
Tom Page
22e8a506ff
ACS-4155 We only index full category path in ES.
2023-02-01 12:19:50 +00:00
tiagosalvado10
781f045503
[MNT-23414] Bulk import - convert empty values to null for certain types ( #1688 )
2023-01-25 17:28:40 +00:00
evasques
9637d514dd
MNT-23411 Option to disable events2 ( #1703 )
...
* Added configuration to disable events2 so the behaviours are not bootstrapped. Additionally added options to enable/disable on runtime
* Added unit test
2023-01-25 16:15:17 +00:00
Tom Page
edb2a01d8f
ACS-4144 Add support for getting categories in ES by allowing access to the prefix helper method.
2023-01-23 14:38:59 +00:00
tiagosalvado10
95ab83d2b1
[MNT-23396] [MNT-23391] Change call stack depth limit to be only applied to custom scripts / Clean scope only for custom scripts ( #1592 )
...
* [MNT-23158] Change call stack depth limit to be only applied to custom scripts (as memory and time limits)
* [MNT-23158] Changed how memory usage is obtained
* [MNT-23391] Only clean scope if script is not considered secure (custom script)
2023-01-15 13:07:12 +00:00
Maciej Pichura
d3d1aaeba1
ACS-4160: Fixing and making GetTopCategories more re-usable ( #1674 )
...
* ACS-4160: Fixing and making GetTopCategories more re-usable
* Fixing a TYPO
2023-01-13 17:07:45 +01:00
Marcin Strankowski
3068ad9969
ACS-2967: While LocalPipelineTransform was reported to cause a warning issue, actually it is already fixed, LocalFailoverTransform however caused same warning ( #1658 )
2023-01-04 22:25:20 +01:00
Antonio Felix
d785b100df
Fix/mnt 23290 slow group membership ( #1637 )
...
* MNT-23290 - Change query to get the root groups
2022-12-22 11:48:55 +00:00
Domenico Sibilio
2a2ae2448e
ACS-4188 Migrate tas tests to Log4j 2.x ( #1630 )
...
* ACS-4188 Migrate tas tests to Log4j 2.x
* ACS-4188 Make main log4j2.properties file more compact
* ACS-4188 Remove unnecessary log4j2 test dependencies
* ACS-4188 Rename log4j.properties file
2022-12-20 09:45:10 +01:00
rrajoria
5e2f1db714
ACA-4619: Forgot Password Changes
2022-12-08 16:21:29 +05:30
rrajoria
67ee2efc60
ACA-4619: Forgot Password Changes
2022-12-08 16:21:29 +05:30
Maciej Pichura
b701f9a994
ACS-4032 Create category (POST) ( #1606 )
...
* ACS-4028 Get category by id (#1591 )
* ACS-4028: Get category by id endpoint.
* ACS-4028: Get category by id endpoint.
* ACS-4028: Get category by id endpoint - integration TAS tests.
* ACS-4028: Get category by id endpoint - refactoring.
* ACS-4028: Adding test to test suite.
* ACS-4028: Fixes after code review.
* ACS-4032: Initial code for POST category endpoint.
* ACS-4032: Full implementation for POST category endpoint + tests.
* ACS-4032: Some fixes and refactors after code review.
2022-12-08 10:43:22 +01:00
Maciej Pichura
90ca0dea6c
ACS-4028 GET Category by id ( #1601 )
...
* ACS-4028 Get category by id (#1591 )
* ACS-4028: Get category by id endpoint.
* ACS-4028: Get category by id endpoint.
* ACS-4028: Get category by id endpoint - integration TAS tests.
* ACS-4028: Get category by id endpoint - refactoring.
* ACS-4028: Adding test to test suite.
* ACS-4028: Fixes after code review.
* ACS-4019: Removing redundant test group.
2022-12-07 10:32:08 +01:00
Aleksandra Onych
b9ccd79a73
ACS-3160 Replace Reload4j with Log4j2 ( #1204 )
...
* [ACS-3160] replace reload4j with log4j2
* [ACS-3160] refactor log4j version in pom.xml files
* ACS-3160 Add log4j2.properties file
* [ACS-3160] convert log4jHierarchyInit properties
* ACS-3222 Generate log4j2 rolling file in the Tomcat logs directory
* ACS-3160 Fix reconfiguration in Log4JHierarchyInit
* [ACS-3160] change loggers from log4j2 to slf4j (where possible)
* ACS-3160 Load a set of augmenting/overriding log4j2.properties files
* ACS-3160 Fix CheckRequiredClassesForLoggingConsoleUnitTest (adjust to log4j2)
* ACS-3160 Enable CheckRequiredClassesForLoggingConsoleUnitTest
* [ACS-3160] add appender util class
* [ACS-3160] fix removeAbstractAppenderFromLogger
* ACS-3160 Upgrade Log4j2 and Slf4j2 versions to the latest
* ACS-3160 Temporarily remove AOS for test purposes [tas][db]
* [ACS-3160] remove setting level from removeAbstractAppenderFromLogger
* ACS-3160 Remove references to SanitizingPatternLayout [tas]
* ACS-3892 Migrate ags-community-repo AMP to Log4j2
* ACS-3892 Reduce log4j-core scope to test
* ACS-3160 Update the aos-module version to 1.5.0-DEV-LOG4J2 [tas][db]
* [ACS-3924] upgrade greenmail version
* [ACS-3924] remove exclusion from greenmail
* ACS-3160 Fix NDC
* ACS-3160 Revert the NDC_REF
* ACS-3160 Test with googledrive with Log4j2
* ACS-3160 Log4j references cleanup
Co-authored-by: Domenico Sibilio <domenicosibilio@gmail.com >
Co-authored-by: Damian.Ujma@hyland.com <Damian.Ujma@hyland.com >
2022-12-05 15:07:50 +01:00
George Evangelopoulos
17c09efb93
ACS-4064: fix for linking from a folder with inherited rules ( #1577 )
...
* ACS-4064: fix for linking from a folder with inherited rules
* ACS-4064: fix failing tests and add E2E
2022-11-24 15:48:27 +00:00
evasques
783efca1d2
MNT-23108 - Manage contentStream resource closure in RemoteTransformerClient request ( #1559 )
...
* Manage contentStream resource closure so we don't have connections hanging when we lose connection to AIO
2022-11-16 10:14:55 +00:00
tiagosalvado10
f391cfa38c
[MNT-23158] Scripts limits configuration and optimization ( #1519 )
2022-11-11 10:58:25 +00:00
Vítor Moreira
7f6bd86b0c
MNT-22485: added missing tables to query ( #1547 )
2022-11-10 13:53:22 +00:00
Vítor Moreira
14572d328f
MNT-22485: audit query with createdAt criteria returns correct totalI… ( #1535 )
...
* MNT-22485: audit query with createdAt criteria returns correct totalItems
2022-11-09 15:58:49 +00:00
Antonio Felix
295a8f7ba2
MNT-23276 - The null facet name should be considered ( #1540 )
2022-11-09 11:31:51 +00:00
Antonio Felix
6071188405
MNT-23276 - Protect from null facet names ( #1534 )
2022-11-04 16:17:12 +00:00
Vítor Moreira
571f4b121d
MNT-22790: exclude rules to be included in ZIP file when downloading … ( #1452 )
...
* MNT-22790: exclude rules to be included in ZIP file when downloading a folder
2022-10-27 14:22:36 +01:00
Sara
2f2e7ade80
ACS-3732 Add test for freemarker unsafe method execution ( #1508 )
...
* ACS-3732 Add test for freemarker unsafe method execution
2022-10-27 15:12:33 +02:00
Krystian Dabrowski
4c086751e6
Update Master branch to 7.4.0
2022-10-27 12:26:37 +02:00
Aleksandra Onych
59ab7e9458
ACS-3635 Alfresco WebDAV CSRF - allowInsecurePOSTMethod flag ( #1488 )
2022-10-11 15:05:48 +02:00
Maciej Pichura
4d6b4c2ecf
ACS-3572 V1 API for action constraints ( #1469 )
...
* ACS-3572: Action constraints endpoint + logic + unit tests.
* ACS-3572: Action constraints endpoint + logic + unit tests.
* ACS-3572: Action constraints endpoint fixes.
* ACS-3572: Cleanup after removal of GET all Action constraints.
* ACS-3572: Fixing formatting in tests.
* ACS-3572: Loosening V1 constraints restrictions for aspects, types and properties.
* ACS-3572: Removing unnecessary code.
* ACS-3572: Removing unnecessary field.
* ACS-3572: Removing unnecessary field - fixing the tests.
* ACS-3572: Renaming the endpoint and fixing license headers.
* ACS-3572: Fixing license headers.
* ACS-3572: Fixing tas-restapi dependency version.
* ACS-3649: Bumping tes-restapi version.
* ACS-3649: Bumping tes-restapi version.
2022-10-10 10:14:47 +02:00
Piotr Żurek
68b9a0e8a6
ACS-3643 Add meaningful message in the Workflow Console when deployment fails ( #1467 )
2022-10-05 15:53:42 +02:00
Tom Page
3682ddf652
ACS-3605 Add limit to maximum size of optional linkedToBy field.
2022-10-04 15:54:31 +01:00
Sara
3711be4e80
Feature/acs 3623 descriptor startup log ( #1460 )
...
* Pick up api-explorer 7.3.0-A1
* remove unused import
* ACS-3623 Add customembeddedworkflow to descriptor startup log
2022-09-30 09:33:36 +01:00
Piotr Żurek
d475c74707
ACS-3563 Workflow Licence Check ( #1422 )
2022-09-28 11:31:32 +02:00
Domenico Sibilio
472b3d044f
ACS-3594 Add mechanism to deprecate modules within the Repo ( #1445 )
2022-09-28 09:25:57 +02:00
tiagosalvado10
be7d4be636
[MNT-23118] Allow import with long paths ( #1426 )
...
* [MNT-23118] Allow nodes with long paths to be created during ACP import
2022-09-26 16:16:35 +01:00