George Evangelopoulos
2c3845bf9d
ACS-4025: Throw 400 error when ordering by tag count without including tag count ( #1896 )
...
* ACS-4025: change exception to throw 400 and add test
2023-04-21 15:05:21 +01:00
Piotr Żurek
589e14a0b1
ACS-5100 Include authorization uri in the ClientRegistration ( #1897 )
2023-04-21 15:12:37 +02:00
George Evangelopoulos
d39401a7ec
ACS-4025: Support include count and orderBy count for GET /tags ( #1806 )
...
* ACS-4025: Support include count and orderBy count for GET /tags
* ACS-4025: add E2Es
2023-04-19 11:41:33 +01:00
Tom Page
b1466915af
ACS-4923 Add support for include=count on GET and PUT tag. ( #1880 )
2023-04-17 10:12:09 +01:00
Marcin Strankowski
ba197fcf70
Set property values of Tranform HttpClient to the ones being set for sharedFileStoreConnector ( #1875 )
...
* Set property values to the ones being set for sharedFileStoreConnector, since the only difference is the number of connections, which doesn't work in community-repo due to how the http clients are created per request of transform
* Missing property doesn't allow for providing value from JAVA_OPTS of docker image
2023-04-14 12:50:17 +02:00
Mohinish Sah
1458ef3311
revert changes
2023-04-10 14:18:17 +05:30
Mohinish Sah
2bdca1a4f5
revert changes
2023-04-10 14:17:13 +05:30
Sara
40ff2558f5
Feature/acs 4718 remove rmi email service ( #1843 )
...
* ACS-4718 Remove EmailServiceRemotable.java
* ACS-4718 Remove use of Rmi in SubethaEmailMessage classes
* ACS-4718 Remove Rmi classes called by SubethaEmailMessage classes
* ACS-4718 Remove rmi related classes
* ACS-4718 Cleanup email classes after rmi removal
---------
Co-authored-by: pzurek <Piotr.Zurek@hyland.com >
2023-04-05 12:47:30 +01:00
Tom Page
4f69f28586
ACS-4932 Fix issues around renaming tags. ( #1847 )
...
* ACS-4932 Rename tag node without the id changing.
* ACS-4932 Use fake tag to fire events for all nodes.
* ACS-4932 Use event generator to create events for renamed tags.
* ACS-4932 Fix unit test.
* ACS-4932 Fix tag update tests.
* ACS-4932 Tag names are always lower case.
* ACS-4932 Update TAS tag tests to use lowercase tag names.
2023-04-05 11:37:16 +01:00
Kacper Magdziarz
959cf8f13f
Feature/acs 4462 mtls e2e test ( #1861 )
...
ACS-4462 add empty response handling
2023-04-05 08:22:25 +02:00
Piotr Żurek
31944bfc0f
ACS-4971 Restore IDS public client configuration ( #1860 )
2023-04-05 06:30:26 +02:00
Piotr Żurek
b1cbebacc3
ACS-4891 Configurable Public Key Cache ( #1858 )
2023-04-04 09:25:22 +02:00
MohinishSah
0cb0cfa8f6
Merge pull request #1857 from Alfresco/ACA-4689
...
added the new email template
2023-04-03 16:46:48 +00:00
Mohinish Sah
3c2643dbf2
added the new email template
2023-04-03 21:09:46 +05:30
Piotr Żurek
106e398393
ACS-4895 Restore support for providing IDS public key ( #1856 )
2023-04-03 17:35:14 +02:00
Piotr Żurek
f693c49e87
ACS-4893 ACS-4890 Restore connection/TLS/mTLS IDS configuration ( #1853 )
...
* Unify http client for all IDS related activities
* Restore connection configuration
* Restore TLS/mTLS configuration
2023-04-03 10:30:01 +02:00
Piotr Żurek
73ae0d0a6e
ACS-4847 Remove Keycloak dependencies ( #1848 )
2023-03-31 15:28:14 +02:00
Kacper Magdziarz
fab591eb9b
[ACS-4459] Investigate and extend/universalize current custom Solr mTLS implementation in Repository ( #1735 )
...
* ACS-4459 Add new HttpClient Factory for Mutual TLS and implement it for Transform Service
* ACS-4462 Add e2e for MTLS
2023-03-30 13:43:42 +02:00
Piotr Żurek
82df7ce5d4
ACS-4847 Expose authorization code and refresh token grant types for the AOS ( #1836 )
2023-03-29 14:16:08 +02:00
Mohinish Sah
8f00b44a03
Merge remote-tracking branch 'origin/master' into feature/ACA-4619-Self-service-User-password-reset-ADW
2023-03-27 13:07:01 +05:30
Krystian Dabrowski
ef089472fb
ACS-4915: Editing an orphaned tag results in the tag being deleted ( #1823 )
...
* ACS-4915: Editing an orphaned tag results in the tag being deleted
2023-03-24 10:55:12 +01:00
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