Commit Graph

1097 Commits

Author SHA1 Message Date
estan
7df7f83642 Merge remote-tracking branch 'origin/feature/MNT-21132_ExtraSecondaryParentForHold' into feature/MNT-21132_IncorrectLinkToFolder 2020-11-09 19:21:30 +02:00
Raluca Munteanu
2346f42e34 APPS-322: [RM/AGS]User without permissions can create categories when Create full path option is checked in rule
- Formatted code
2020-11-06 11:29:00 +02:00
Raluca Munteanu
2672112034 APPS-322: [RM/AGS]User without permissions can create categories when Create full path option is checked in rule 2020-11-06 11:21:31 +02:00
estan
a085ab450e APPS-391 : [AGS/WORM] Wrong error message 2020-11-04 09:57:16 +02:00
estan
f5d162b817 APPS-391: [AGS/WORM] Wrong error message received when updating the content store property for a locked record 2020-11-04 08:26:42 +02:00
tiagos
7e3d145078 Merge remote-tracking branch 'origin/release/V3.3' into HEAD 2020-10-26 22:40:02 +00:00
tiagos
1e577cc9b2 Merge remote-tracking branch 'origin/release/V3.2' into HEAD 2020-10-21 17:07:55 +01:00
tiagos
e385b5ae17 [RM-7162] Changed isCached flag logic. Code formatting. 2020-10-20 22:00:05 +01:00
tiagos
1d8747ebe0 [RM-7162] Added validations to prevent having a cached empty set 2020-10-20 11:44:10 +01:00
tiagos
cfa6ede564 Revert "Revert "Merge pull request #1220 from Alfresco/hotfix-3.2/MNT-21818_fix_tests""
This reverts commit 2921b3190e.
2020-10-19 16:01:41 +01:00
Raluca Munteanu
beec140066 APPS-361: [AGS/S3]Moving records between buckets in S3 (also possible moving records between stores-filecontenstore) fails
- Fixed case causing some tests to fail
2020-10-07 17:32:33 +03:00
Tom Page
b4160fb824 Merge release/V3.2 into release/V3.3. 2020-10-01 11:16:28 +01:00
Tom Page
3f4069630e Revert "Merge pull request #1217 from Alfresco/hotfix-3.2/MNT-21818"
This reverts commit 213e3a3889, reversing
changes made to cebafd890d.
2020-10-01 11:14:37 +01:00
Tom Page
9b6e084b44 Merge release/V3.2 into release/V3.3. 2020-10-01 09:11:48 +01:00
Tom Page
2921b3190e Revert "Merge pull request #1220 from Alfresco/hotfix-3.2/MNT-21818_fix_tests"
This reverts commit e75022a6f1, reversing
changes made to 213e3a3889.
2020-10-01 09:08:13 +01:00
Raluca Munteanu
e590a4bae7 APPS-361: [AGS/S3]Moving records between buckets in S3 (also possible moving records between stores-filecontenstore) fails
- Fixed file as record case
2020-09-28 18:19:43 +03:00
Raluca Munteanu
845ddebd20 APPS-361: [AGS/S3]Moving records between buckets in S3 (also possible moving records between stores-filecontenstore) fails
- Fixed issue and added unit tests
2020-09-28 13:12:47 +03:00
Raluca Munteanu
7d5f312334 APPS-361: [AGS/S3]Moving records between buckets in S3 (also possible moving records between stores-filecontenstore) fails 2020-09-28 10:21:20 +03:00
tiagos
53c75be035 Merge remote-tracking branch 'origin/release/V3.2' into HEAD 2020-09-18 15:48:52 +01:00
tiagos
687c042980 Merge remote-tracking branch 'origin/release/V3.2.0.x' into HEAD 2020-09-17 19:40:25 +01:00
Claudia Agache
00349ae0a2 Remove unused imports 2020-09-17 08:03:45 +03:00
tiagos
631843111b [MNT-21818] Added javadoc 2020-09-16 11:16:41 +01:00
tiagosalvado10
45887a8231 Update RMContainerCacheManager.java
Removed unnecessary IF statement logic in RMContainerCacheManager.remove method
2020-09-16 10:32:35 +01:00
Claudia Agache
87e3204e9e sonar major bug: "Change this condition so that it does not always evaluate to "true"". hasMoreItems is already true because we are in the while (hasMoreItems == true) loop 2020-09-16 10:06:42 +03:00
tiagos
21afd9c164 [MNT-21818] Clear cache if site node is deleted (added to RmSiteType behaviour as well) 2020-09-16 01:10:53 +01:00
tiagos
40f546be88 [MNT-21818] Clear cache if site node is deleted 2020-09-15 22:13:50 +01:00
tiagos
276fa8f868 [MNT-21818] applied code formatter 2020-09-15 17:17:10 +01:00
tiagos
c4e8addf5d [MNT-21818] Created RMContainerCacheManager to isolate the new cache. Updated BaseRMTestCase and FilePlanService interface and implementation according to the new manager 2020-09-15 16:23:34 +01:00
tiagos
877eb50189 [MNT-21818] Added onCreateNode and onAddAspect policies 2020-09-15 03:51:06 +01:00
tiagos
eb79016d90 [MNT-21818] Added behavior to update cache. Changed clear method. 2020-09-14 22:00:02 +01:00
tiagos
7d38d2a596 [MNT-21818] Fixed cache variable name 2020-09-11 12:47:32 +01:00
tiagos
f25c804a54 [MNT-21818] Perform cache cleaning after each test is run 2020-09-11 01:39:29 +01:00
tiagos
6e119c580c [MNT-21818] Added pair key type 2020-09-10 11:43:13 +01:00
tiagos
91e5c50435 [MNT-21818] Added cache to records management root, preventing the query from being executed multiple times 2020-09-08 18:17:55 +01:00
rodicasutu
ea4772cd92 Unit tests for EnterpriseRecordableVersionNodeServiceImplUnitTest and some minor improvements 2020-09-01 16:42:42 +03:00
rodicasutu
e074daa0f9 make recordModelURIs extendable and add the enterprise record URIs
extend in enterprise RecordableVersionNodeServiceImpl  to remove content model properties related to worm store
2020-08-28 11:41:00 +03:00
Raluca Munteanu
425997277b APPS-332: Removed dummy property. 2020-08-19 00:00:02 +03:00
estan
e30833134e APPS-291 Java API Development 2020-08-05 13:37:32 +03:00
estan
d62c522d7a APPS-291 Java API Development 2020-07-30 12:17:06 +03:00
evasques
61da55e289 MNT-21585 - Having EVERYONE in original ACL causes IPR duplication (#1144)
* MNT-21585 - Having EVERYONE in original authorities causes IPR duplication

* Update License Headers

* prevent NPE when authorities is null and refactored findIPRGroup method
2020-07-29 13:21:33 +01:00
ramunteanu
fe903f6958 Merge pull request #1171 from Alfresco/feature/APPS-265
APPS-265: Java API Development
2020-07-22 14:24:53 +03:00
estan
908ff15fcf Merge branch 'merge-3.3/MNT-17946_CreateFullPath_no' 2020-07-21 15:21:04 +03:00
estan
d65ecbca27 Merge branch 'merge-3.2/MNT-17946_CreateFullPath_no' into merge-3.3/MNT-17946_CreateFullPath_no 2020-07-21 15:18:26 +03:00
estan
2ea3cd11c5 Merge branch 'merge-3.1/MNT-17946_CreateFullPath_no' into merge-3.2/MNT-17946_CreateFullPath_no 2020-07-21 14:56:08 +03:00
estan
031c0244b0 Merge branch 'merge-3.0/MNT-17946_CreateFullPath_no' into merge-3.1/MNT-17946_CreateFullPath_no 2020-07-21 14:45:59 +03:00
Raluca Munteanu
3c747ea7b9 APPS-265: Added temporary property to check store 2020-07-21 14:25:32 +03:00
estan
38e6e96375 MNT-17946 - RM Folder Rule: Unable to to create full path to non-existence record folder location with 'Create Full Path to Folder' checkbox being checked
--cherry picked from Commit: 7dd12b057cb1ccc734eec86ee74d8aff1be7cd39
2020-07-20 17:01:37 +03:00
Tom Page
8a34a8047f MNT-21132 Create extra secondary contains association for items in hold. 2020-07-20 13:59:58 +01:00
Raluca Munteanu
e160b5c860 APPS-265: Java API development
- Moved action to enterprise project
   - Added restriction for filling capability
2020-07-15 16:51:51 +03:00
Raluca Munteanu
a11480b872 APPS-265: Java API Development
- Create WORM Lock Action
2020-07-13 21:49:05 +03:00