Jamal Kaabi-Mofrad
451c692f09
Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
...
127283 jvonka: Permissions: tweak to add AssociationRef to ACLEntryAfterInvocationProvider
- required for introduction of RA-1062
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127594 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-02 22:17:40 +00:00
Jamal Kaabi-Mofrad
998388eb2d
Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
...
127088 jvonka: FileFolderService / GetChildrenCannedQuery - optional support for filtering by isPrimary child assoc (true/false)
- eg. as required by new V1 REST API
- RA-1053
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127588 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-02 22:08:08 +00:00
Alexandra Leahu
672949638f
MNT-16224, RA-1093: Fixed compilation issue that occurred during merge (methods were already present in the 5.2.N branch)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127483 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-01 15:58:44 +00:00
Alexandra Leahu
f0ac5fd4e9
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
127454 jkaabimofrad: MNT-16224, RA-1093: Fixed Quickshare issue where deleting a shared node didn't remove the 'shared' aspect. The fix also takes care of the shared nodes that have been deleted but not yet restored, as well as, shared nodes that have already been restored from the trashcan (allow the user to un-share).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127465 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-01 13:26:30 +00:00
Jamal Kaabi-Mofrad
1cabca593c
MNT-16224, RA-1093: Fixed Quickshare issue where deleting a shared node didn't remove the 'shared' aspect. The fix also takes care of the shared nodes that have been deleted but not yet restored, as well as, shared nodes that have already been restored from the trashcan (allow the user to un-share).
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@127454 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-31 16:57:14 +00:00
Raluca Munteanu
f36baf58d1
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
127377 rmunteanu: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
127306 cturlica: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
127272 arebegea: Merged V4.1-BUG-FIX (4.1.11) to V4.2-BUG-FIX (4.2.7)
127195 cpopa: MNT-14453 : Deleting tag using TaggingService.deleteTag() causes issue where no more tags can be added to node
- Amended TaggingService.deleteTag() so as to remove references to a tag before being deleted.
- Added 'nodeService.exists(beforeNodeRef)' checks in TaggingService.updateTags in order to protect against InvalidNodeRefException which may be thrown on nodes that still have references to tags deleted using the current(incorrect) implementation of TaggingService.deleteTag()
- Created DOCS-2060 in order document the manual procedure of tag scope refresh.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127399 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-25 14:41:02 +00:00
Raluca Munteanu
0d69fc8eb1
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
127370 rmunteanu: Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2)
127309 aleahu: MNT-14332 : Alfresco stops working when Type Hierarchy creates a circular reference
- added validation to check if circular dependency was introduced when a new namespace is imported
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127393 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-25 14:39:22 +00:00
Raluca Munteanu
29c85366ed
Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
...
127306 cturlica: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
127272 arebegea: Merged V4.1-BUG-FIX (4.1.11) to V4.2-BUG-FIX (4.2.7)
127195 cpopa: MNT-14453 : Deleting tag using TaggingService.deleteTag() causes issue where no more tags can be added to node
- Amended TaggingService.deleteTag() so as to remove references to a tag before being deleted.
- Added 'nodeService.exists(beforeNodeRef)' checks in TaggingService.updateTags in order to protect against InvalidNodeRefException which may be thrown on nodes that still have references to tags deleted using the current(incorrect) implementation of TaggingService.deleteTag()
- Created DOCS-2060 in order document the manual procedure of tag scope refresh.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@127377 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-24 14:51:23 +00:00
Raluca Munteanu
b19fb09568
Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2)
...
127309 aleahu: MNT-14332 : Alfresco stops working when Type Hierarchy creates a circular reference
- added validation to check if circular dependency was introduced when a new namespace is imported
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@127370 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-24 14:41:40 +00:00
Raluca Munteanu
b3dcbae981
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
127307 cturlica: Merged 5.1.0 (5.1.0.6) to 5.1.N (5.1.2)
127235 cturlica: MNT-16292: Unzipped files which have folders do not get the cm:titled aspect applied
- updated ImporterActionExecuter to add titled aspect
- added test case for change and refactored test class
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127361 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-24 14:36:04 +00:00
Cristian Turlica
abc42c895e
Merged 5.1.0 (5.1.0.6) to 5.1.N (5.1.2)
...
127235 cturlica: MNT-16292: Unzipped files which have folders do not get the cm:titled aspect applied
- updated ImporterActionExecuter to add titled aspect
- added test case for change and refactored test class
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@127307 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-20 14:10:12 +00:00
Cristian Turlica
0d69a6a3d7
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
127263 arebegea: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
127236 dungureanu: MNT-15149 : Rule set with "Rule applied to subfolder" also applies to a comment node.
- added fm:post into ignored types list
- externalised list into the spring config
- created test for ignored types
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127288 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-20 13:17:33 +00:00
Cristian Turlica
7992f174cf
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
127262 arebegea: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
127234 cpopa: MNT-16063 : Activiti workflows without userTask does not work
- Prevent tasks retrieval from finished executions
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127287 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-20 13:17:01 +00:00
Andrei Rebegea
a710e77559
Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
...
127236 dungureanu: MNT-15149 : Rule set with "Rule applied to subfolder" also applies to a comment node.
- added fm:post into ignored types list
- externalised list into the spring config
- created test for ignored types
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@127263 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-19 15:05:40 +00:00
Andrei Rebegea
4dcd2ce286
Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
...
127234 cpopa: MNT-16063 : Activiti workflows without userTask does not work
- Prevent tasks retrieval from finished executions
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@127262 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-19 15:05:12 +00:00
Andrei Rebegea
0cd4e43ec5
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
127217 arebegea: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
127179 cturlica: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
127119 adragoi: MNT-16270 : Audit logger org.alfresco.repo.audit.inbound fails to log inbound auditable values
- checked inboundLogger level value on areAuditValuesRequired() method
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127252 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-19 14:53:36 +00:00
Andrei Rebegea
d75e264fee
Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
...
127179 cturlica: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
127119 adragoi: MNT-16270 : Audit logger org.alfresco.repo.audit.inbound fails to log inbound auditable values
- checked inboundLogger level value on areAuditValuesRequired() method
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@127217 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-18 14:29:47 +00:00
Cristian Turlica
3cb8d094ef
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
127134 cturlica: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
127102 rmunteanu: MNT-15614 : Site with name "IT" cannot be managed properly
- Changed the way the role name is striped out.
- Implemented tests.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127160 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-17 14:13:46 +00:00
Cristian Turlica
bd12ec9489
Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
...
127102 rmunteanu: MNT-15614 : Site with name "IT" cannot be managed properly
- Changed the way the role name is striped out.
- Implemented tests.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@127134 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-16 14:53:18 +00:00
Cristian Turlica
b861424c72
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
127078 rneamtu: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
127046 amorarasu: MNT-16277: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
126884 amorarasu: MNT-15710: No invalid synchronizations should appear in the cloud sync manager (step 2 - clean invalid synchronizations already created).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127124 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-16 14:47:10 +00:00
Cristian Turlica
4d0939f110
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
127075 rneamtu: Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2)
127055 gjames: MNT-16259, MNT-16265. Adding a patch to cleanup the admin user default password.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127122 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-16 14:46:34 +00:00
Ramona Neamtu
cfa7b2b72f
Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
...
127046 amorarasu: MNT-16277: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
126884 amorarasu: MNT-15710: No invalid synchronizations should appear in the cloud sync manager (step 2 - clean invalid synchronizations already created).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@127078 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-13 13:38:23 +00:00
Ramona Neamtu
743d64c9ff
Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2)
...
127055 gjames: MNT-16259, MNT-16265. Adding a patch to cleanup the admin user default password.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@127075 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-13 13:32:53 +00:00
Ancuta Morarasu
0ba905fa78
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
126675 rneamtu: Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2)
126654 amukha: MNT-16272: User usages prevent some CMIS sessions from starting under load
- Removed JobLock from RepoUsageComponent.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127010 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-12 08:41:13 +00:00
Ancuta Morarasu
b406f49bda
Update source headers - add new Copyrights for new Java files synced from Head (fix for part 2).
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126999 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 14:38:18 +00:00
Ancuta Morarasu
dad03ca472
Update source headers - add new Copyrights for new Java files synced from Head (part 2).
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126997 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 13:58:06 +00:00
Ancuta Morarasu
dacf947758
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
126610 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
125122 jkaabimofrad: RA-884: Fixed minor code standards issues.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126955 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 12:31:31 +00:00
Ancuta Morarasu
fc05d0dc39
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
126602 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
124972 gjames: RA-884: Posting download/delete activites using a transaction listener
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126947 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 12:15:19 +00:00
Ancuta Morarasu
22d42b4761
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
126580 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
124739 gjames: ACE-5295: listArchivedNodes now works for non-admin users
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126925 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 12:12:03 +00:00
Ancuta Morarasu
03b2b9ea85
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
126573 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
124623 jkaabimofrad: SFS-405, RA-778: Added tests and as the result did some minor modifications. Also, removed the ability to set or remove a client via JMX (Read only).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126918 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 12:11:01 +00:00
Ancuta Morarasu
85decb5bd2
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
126566 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
124563 gjames: RA-884: Posting activities for file/folder deleted
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126912 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 12:10:02 +00:00
Ancuta Morarasu
58cb31090a
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
126565 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
124562 gjames: RA-884: Posting activities for file/folder added/updated
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126911 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 12:09:51 +00:00
Ancuta Morarasu
45b9f6b043
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
126547 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
124158 jkaabimofrad: SFS-405, RA-778: (WIP)
- Added quick-share client registry config.
- Modified the send shared-link email API, based on the revised acceptance criteria.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126893 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 12:06:58 +00:00
Ancuta Morarasu
76971dbbf3
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
126535 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
123185 jvonka: RA-706, ACE-5113: Revese merge 123162 & 123163 (needs more thought, re: impact on existing tests etc)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126879 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 12:03:25 +00:00
Ancuta Morarasu
9aeabb0398
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
126530 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
123162 jvonka: ACE-5113: Platform - OwnableService - when setting owner check that username currently exists (at time of property update)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126874 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 12:01:28 +00:00
Ancuta Morarasu
0f395c1339
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
126459 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
122183 jvonka: FileFolderService / GetChildrenCQ - list children may ignore specific node type filter (and return all rather than none)
- initially fixed on BRANCHES/DEV/FILE-FOLDER-API (see also RA-811)
- will eventually be merged to HEAD for 5.N (although this specific commit could be cherry-picked sooner, if needed)
ACE-5114, RA-811
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126803 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 11:24:17 +00:00
Ancuta Morarasu
112ddee5ba
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
126437 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
121919 jkaabimofrad: RA-778: Removed unused import.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126783 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 11:19:37 +00:00
Ancuta Morarasu
85ec13f0be
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
126436 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
121917 jkaabimofrad: RA-778: Added support for QuickShare service to email users notifying them that a content has been shared with them.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126782 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 11:19:27 +00:00
Ramona Neamtu
931613e7f8
Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2)
...
126654 amukha: MNT-16272: User usages prevent some CMIS sessions from starting under load
- Removed JobLock from RepoUsageComponent.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@126675 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 08:57:54 +00:00
Jamal Kaabi-Mofrad
a5a0dba0c1
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
125122 jkaabimofrad: RA-884: Fixed minor code standards issues.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126610 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:50:11 +00:00
Jamal Kaabi-Mofrad
84c24a10dd
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
124972 gjames: RA-884: Posting download/delete activites using a transaction listener
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126602 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:45:19 +00:00
Jamal Kaabi-Mofrad
ce22405fd1
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
124739 gjames: ACE-5295: listArchivedNodes now works for non-admin users
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126580 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:38:09 +00:00
Jamal Kaabi-Mofrad
57310498c9
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
124623 jkaabimofrad: SFS-405, RA-778: Added tests and as the result did some minor modifications. Also, removed the ability to set or remove a client via JMX (Read only).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126573 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:35:15 +00:00
Jamal Kaabi-Mofrad
3d874e3334
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
124563 gjames: RA-884: Posting activities for file/folder deleted
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126566 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:30:19 +00:00
Jamal Kaabi-Mofrad
96c682e07d
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
124562 gjames: RA-884: Posting activities for file/folder added/updated
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126565 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:30:06 +00:00
Jamal Kaabi-Mofrad
a7183f19c5
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
124158 jkaabimofrad: SFS-405, RA-778: (WIP)
- Added quick-share client registry config.
- Modified the send shared-link email API, based on the revised acceptance criteria.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126547 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:26:33 +00:00
Jamal Kaabi-Mofrad
e0cff00b63
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
123185 jvonka: RA-706, ACE-5113: Revese merge 123162 & 123163 (needs more thought, re: impact on existing tests etc)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126535 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:23:09 +00:00
Jamal Kaabi-Mofrad
56fdd2741a
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
123162 jvonka: ACE-5113: Platform - OwnableService - when setting owner check that username currently exists (at time of property update)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126530 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:21:36 +00:00
Jamal Kaabi-Mofrad
2341e9f573
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
122183 jvonka: FileFolderService / GetChildrenCQ - list children may ignore specific node type filter (and return all rather than none)
- initially fixed on BRANCHES/DEV/FILE-FOLDER-API (see also RA-811)
- will eventually be merged to HEAD for 5.N (although this specific commit could be cherry-picked sooner, if needed)
ACE-5114, RA-811
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126459 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:03:22 +00:00
Jamal Kaabi-Mofrad
6d2906efcc
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
121919 jkaabimofrad: RA-778: Removed unused import.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126437 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 10:55:01 +00:00