Tom Page
9d52279f4e
MNT-17512 Add auditing of RM permission changes.
2017-02-22 16:34:25 +00:00
alfresco-build
a93a0629b3
[maven-release-plugin] prepare for next development iteration
2017-02-22 15:37:47 +00:00
alfresco-build
ecb418f649
[maven-release-plugin] prepare release V2.5.1
2017-02-22 15:37:45 +00:00
Tom Page
8b1012312b
Update year to 2017 on license headers.
2017-02-21 14:23:31 +00:00
Tom Page
a1a1c7692a
RM-4234 Merge commit '131fc89' into master.
...
Performance improvements, including applying security marks directly to renditions rather than using the metadata
referral service.
2017-02-20 07:37:00 +00:00
Tom Page
f428a5c32b
Merge branch 'feature-2.5/browsePerformance' into 'release/V2.5'
...
Feature 2.5/browse performance
See merge request !46
2017-02-15 11:48:00 +00:00
Tom Page
ba5c28586b
RM-4681 Fix typo and add behaviour for moving RM items.
2017-02-15 04:03:58 +00:00
Tom Page
82e4a280da
RM-4681 Add behaviours to restrict where rm items can be created.
...
Record categories can only go in the file plan, or under other record
categories. Record folders can only have categories as a primary parent,
and holds or transfers as secondary parents.
2017-02-14 16:19:45 +00:00
Tom Page
9139f4228b
RM-4676 The patch version number should not be localised.
...
Delete localisation files and exclude version.properties from future
translation bundles.
2017-02-14 10:05:25 +00:00
Ana Bozianu
c44acc37a2
RM-4673 - delete unused import
2017-02-13 19:24:20 +02:00
Ana Bozianu
eee6fe572b
RM-4673 - moved try catch in the create method so we can use the group name and fixed an update attribute bug
...
(cherry picked from commit 9a47da1e6ff050144629ebdd1692bcf9ee35bb56)
2017-02-13 19:20:30 +02:00
Ana Bozianu
c61e180dba
RM-4673 - added try catch to handle concurrent attempt to create group
...
(cherry picked from commit 4e49223ae6f6900b98c5c3e9fe54fe479062639d)
2017-02-13 19:20:23 +02:00
Tom Page
67cb9863f1
RM-4234 When marking a node then also mark all renditions of it.
...
The same applies to clearing marks from a node.
This involved adding the rendition service to the base service (which I'm
a bit concerned about, because it looked like this should already have
been present).
2017-02-10 12:10:48 +00:00
Silviu Dinuta
b1033ad999
RM-4595: changed all ocurences of IGNode to FilePlanComponent in
...
ig-core.yaml file
2017-02-09 18:02:06 +02:00
Ana Bozianu
f04022c036
Merge branch 'feature/RM-4572_CreateRecordResponseContainsWrongName' into 'master'
...
Feature/rm 4572 create record response contains wrong name
See merge request !12
2017-02-07 14:53:36 +00:00
Ana Bozianu
86cd35e0d4
Merge branch 'feature/RM-4619_AutoConvertFoldersToRMType' into 'master'
...
Feature/rm 4619 auto convert folders to rm type
See merge request !33
2017-02-07 14:49:20 +00:00
Ana Bozianu
539a0a6265
RM-4619 - replaced unit tests with integration tests
2017-02-07 16:24:10 +02:00
Roy Wetherall
26f0f54e8a
Revert module properties changes
2017-02-06 15:03:35 +11:00
Roy Wetherall
08cd010bc5
Purge cache when group is deleted
2017-02-01 15:48:33 +11:00
Ana Bozianu
249705c21f
RM-4619 - moved the fileplan component check back
2017-01-30 17:03:41 +02:00
Ana Bozianu
6c2f58e734
Revert "RM-4619 - added the fileplan component check back but in different place"
...
This reverts commit abfc606428
.
2017-01-30 16:53:58 +02:00
Ana Bozianu
d0401ea569
RM-4619 - doing the conversion at first event
2017-01-30 14:35:23 +02:00
Ana Bozianu
abfc606428
RM-4619 - added the fileplan component check back but in different place
2017-01-30 12:54:37 +02:00
Ana Bozianu
c52e2a7cf5
RM-4619 - added cm:folder as accepted type and do the conversion onCommit - request doesn't have full info
2017-01-30 12:05:48 +02:00
Ana Bozianu
444218a539
RM-4619 - moved code to existing onCommit method
2017-01-29 17:37:05 +02:00
Tuna Aksoy
68420493b0
Merge branch 'master' into feature/Update_Alfresco_Dependencies_5_2_d
2017-01-28 20:27:16 +00:00
Tuna Aksoy
a9be95d781
RM-4617 (Update Repo/Share dependency for RM Community)
2017-01-27 17:04:16 +00:00
Tom Page
9af7b7c11a
Merge release/V2.5 into master.
2017-01-27 14:14:57 +00:00
dbilligmaier
90c8c28168
ALL LANG: Updated localized files as per Revision 2017-01-26
2017-01-27 13:53:30 +00:00
Tuna Aksoy
385d6fca1d
RM-4617 (Update Repo/Share dependency for RM Community)
2017-01-26 23:01:37 +00:00
Ana Bozianu
df919acfc7
RM-4619 - fixed unit tests
2017-01-26 12:16:54 +02:00
Ana Bozianu
f1d6e5a7b6
RM-4619 - moved the conversion to the specific types before the type check
2017-01-26 12:05:17 +02:00
Tuna Aksoy
e604d2baa9
RM-4617: Removed workaround
2017-01-25 17:35:00 +00:00
Oana Nechiforescu
8203748823
Merge branch 'release/V2.4' of https://git.alfresco.com/records-management/records-management into merge-2.5/Merge24To25RM-4520
2017-01-25 18:18:17 +02:00
Tom Page
3ac2ffc1ae
Merge branch 'feature/MNT-16881_PermissionHierarchyCheck' into 'master'
...
MNT-16881 Check permission hierarchy using PermissionModel.
See merge request !28
2017-01-25 15:17:34 +00:00
Tuna Aksoy
eec77c5a49
RM-4617: Temporary solution to fix an issue on Bamboo
2017-01-25 14:59:47 +00:00
Tuna Aksoy
9691885b92
RM-4576 (Addressed review comments)
2017-01-25 12:05:15 +00:00
Tom Page
43f7864d70
MNT-16881 Fix typo in unit test.
...
Due to the lack of ordering in hash sets, this was passing locally but
failing on Bamboo with a NPE.
2017-01-24 11:45:39 +00:00
Tom Page
e26ba87906
MNT-16881 Fix unit test and write an additional one.
2017-01-24 11:30:26 +00:00
Tom Page
32e9282534
MNT-16881 Check permission hierarchy using PermissionModel.
...
Use the permission group hierarchy to determine whether the configured
permissions imply the queried permission or not.
2017-01-24 11:30:26 +00:00
Tom Page
dc1292833d
MNT-16881 Add CreateChild permission to the write group.
...
Note that the RM permission code in RecordsManagementPermissionPostProcessor
is not navigating the permission group hierarchy correctly. This is a simple
fix to solve the issue referenced, but the full fix will go into master.
2017-01-24 11:21:35 +00:00
Tuna Aksoy
b9103bc8cd
Updated Alfresco dependency for RM Community (Repo -> 5.2.e, Share -> 5.2.d)
2017-01-23 23:01:31 +00:00
Tuna Aksoy
bca4957b19
Merge branch 'master' into feature/RM-4576_Completed_records_can_be_modified
2017-01-21 22:07:22 +00:00
Tuna Aksoy
c3504f3590
RM-4576 (Completed records can be modified)
2017-01-20 22:58:43 +00:00
Tom Page
e1ce1f12b1
Merge branch 'merge/RM-3854_LockMethodSecurity' into 'master'
...
Merge/rm 3854 lock method security
Merge fix to lock method security context and shortening of test name to master.
See merge request !18
2017-01-20 15:01:10 +00:00
Silviu Dinuta
7823e020c4
RM-4568: removed some formating
2017-01-19 16:57:36 +02:00
Silviu Dinuta
6bb893f42e
RM-4568: extended upload method to support relativePath creation and
...
minor change in specification
2017-01-19 16:53:19 +02:00
Tom Page
8b5f3cc0a3
RM-3854 Merge release/V2.5 into master.
2017-01-18 13:52:01 +00:00
Tom Page
d7a221270b
Merge branch 'feature/RM-4262_ClassificationGuideJavaAPIInterface' into 'master'
...
Feature/rm 4262 classification guide java api interface
RM-4262 Create Java public API interface for classification guide CRUD.
Also update the yaml file slightly.
See merge request !3
2017-01-17 16:00:09 +00:00
Tom Page
fab097de01
RM-4262 Remove the ClassificationGuideQueryParams class.
...
We can just use the generic QueryParams class instead.
Also rename SortField to QueryField, as it might later be used for
e.g. filtering too.
2017-01-17 09:17:58 +00:00