Commit Graph

3433 Commits

Author SHA1 Message Date
Roy Wetherall
bca678deb8 Add information to README file about outlook integration profile 2016-08-04 08:56:51 +10:00
Roy Wetherall
a7ae8e4984 Merge branch 'feature/outlook-integration' into 'master'
Feature/outlook integration

Added a profile that can be used to automatically download and install the repo and share outlook integration AMPs.

When used with a start-* profile it allows us to run OI and RM on our development environment.

For example: mvn install -f ./rm-enterprise/rm-enterprise-repo -Pstart-repo,outlook-integration.

See merge request !394
2016-08-03 23:46:30 +01:00
Roy Wetherall
857c1fd065 Add information to README file about outlook integration profile 2016-08-04 08:15:30 +10:00
Andy Healey
d619960d97 DOCS-2292 2016-08-03 15:26:15 +01:00
Andy Healey
e2cf96cc81 DOCS-2292 2016-08-03 15:21:27 +01:00
Silviu Dinuta
3822cc2eec Merge branch 'feature/RM-3643_PatchForUpdatingExistingUsersAndGroups_alternativeSolution' into 'master'
Feature/rm 3643 patch for updating existing users and groups alternative solution

Alternative solution for the adding the new aspect to authorities that have marks (patch from 2.5-EA1 to later versions)

See merge request !345
2016-08-03 10:13:49 +01:00
Silviu Dinuta
21674743b2 Merge remote-tracking branch master into
feature/RM-3643_PatchForUpdatingExistingUsersAndGroups_alternativeSolution
2016-08-03 11:36:03 +03:00
Roy Wetherall
4531d6a998 Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/remove-dynamic-authorities 2016-08-03 10:34:45 +10:00
Ana Bozianu
178fb5f750 Merge branch 'feature/RM-3708_LDAP_startup_error' into 'master'
Feature/rm 3708 ldap startup error

RM-3708 - [LDAP] Exception "NodeRef may not be null for calls to NodeService" is thrown in logs

The error is thrown when the application tries to run the disposition jobs as "$\{audit.rm.runas\}". When the value is not present in any property file the value is not interpreted.

This only reproduces when using some authentication chains because the authentication service is not reliable to check if a person exists. Some implementations of it just return true (AuthenticationServiceImpl) and some of them, in the best case scenario, reach person service to make the check.

As a fix I replaced authentication service with person service.

See merge request !378
2016-08-02 15:38:21 +01:00
Roy Wetherall
0cc92cf18a RM-3074: Remove unnecessary files 2016-08-02 20:07:13 +10:00
Roy Wetherall
9be6d1470b Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/remove-dynamic-authorities 2016-08-02 11:21:40 +10:00
Roy Wetherall
f5d36623f1 RM-3074: groups assigned to RM roles, not authorities
* IPR groups are now assigned to RM roles rather than the individual
authorities
* more unit tests
2016-08-02 11:20:55 +10:00
Roy Wetherall
76a22eaa4e RM-3074: unit testing of extended security service impl 2016-08-01 15:06:42 +10:00
Roy Wetherall
aadc00ed1d RM-3074: Add exact group match
* ensure that hash match is backed up with exact match
* fill out JDoc
2016-08-01 13:40:06 +10:00
Roy Wetherall
4b3521094e RM-3074: Find groups and handle clashes
* refactor how existing groups are found
* name with index
* handle hash clahses
2016-08-01 12:41:25 +10:00
Roy Wetherall
c6ad5e71f6 RM-3074: Added root group and zones
* added root inplace group, created on start-up if not already there
* all groups created in RM zone
* fixed up file plan permission unit test and removed ignore from test
suite
* removed delimeters from groups names to keep length to a min
2016-08-01 11:18:51 +10:00
Roy Wetherall
9f5c4ba5eb RM-3074: Initial refactoring of the extended security service implementation 2016-07-29 13:04:23 +10:00
Ana Bozianu
1ccc6c1846 RM-3708 - replaced authentication service with person service 2016-07-28 10:20:24 +03:00
Andy Healey
5b4e651568 DOCS-2292 2016-07-27 11:32:12 +01:00
Andy Healey
cf614d5869 DOCS-2292 2016-07-27 11:03:59 +01:00
Andy Healey
00d3698ed9 DOCS-2292 2016-07-27 10:58:17 +01:00
Andy Healey
a94efb40e0 DOCS-2292 2016-07-27 10:51:09 +01:00
Andy Healey
67dfa56082 DOCS-2292 2016-07-27 10:11:38 +01:00
Andy Healey
d6b43c1c69 DOCS-2292 2016-07-27 10:10:11 +01:00
Andy Healey
bc12a33794 DOCS-2292 2016-07-27 09:53:21 +01:00
Roy Wetherall
9265540ab8 RM-3649: missing changes 2016-07-27 11:26:21 +10:00
Andy Healey
04369a2a7d DOCS-2292 2016-07-26 17:01:56 +01:00
Andy Healey
aa7d48f0bf DOCS-2292 2016-07-26 16:45:10 +01:00
Andy Healey
81dcbbc5d8 DOCS-2292 2016-07-26 15:08:01 +01:00
Andy Healey
4f23a7df73 DOCS-2292 2016-07-26 14:49:21 +01:00
Andy Healey
5fe37b6408 DOCS-2292 2016-07-26 10:28:39 +01:00
Roy Wetherall
7bfd292480 RM-3649: missed hard coded error messages 2016-07-26 13:07:21 +10:00
Jean-Pierre
48fb436d66 Merge branch 'feature/BDE-743_Elastic' into 'master'
Change installer download logic for rm-automation

It changes from SCP to ANT get so Elastic Bamboo agents can download the installers.

This requires a change in the bamboo build plan for the {{installer.path}} variable

See merge request !362
2016-07-21 13:42:09 +01:00
Jean-Pierre
4980ce67e9 BDE-743: Switch installer download to ANT get instead of SCP 2016-07-21 15:36:02 +03:00
Tuna Aksoy
f0121c8901 Merge branch 'feature/RM_2_5_with_Alfresco_5_1_1' into 'master'
Feature/rm 2 5 with alfresco 5 1 1

DO NOT MERGE THIS!!!

I will regularly merge master onto this branch and keep an eye on the builds. The results are looking good

See merge request !299
2016-07-21 08:44:04 +01:00
Tuna Aksoy
8fc03a5c66 Removed H2 script workaround 2016-07-20 19:09:22 +01:00
Tuna Aksoy
21cb15f445 Removed the staging repository 2016-07-20 17:48:50 +01:00
Tuna Aksoy
8f606a8d95 Merge branch 'master' into feature/RM_2_5_with_Alfresco_5_1_1 2016-07-20 17:35:04 +01:00
Roy Wetherall
f5afeee5b3 Merge branch 'feature/RM-3558-recently-modified-marks' into 'master'
Feature/rm 3558 recently modified marks

@Tom can you take a look at this and let me know what you think.

The interesting changes are in the security mark content model.  I've run the builds and they were green with the exception of a couple of seemingly unrelated tests (rerunning that build now to see if it makes any difference)

See merge request !341
2016-07-20 05:58:28 +01:00
Roy Wetherall
d085a985e7 Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/RM-3558-recently-modified-marks 2016-07-20 09:14:59 +10:00
Tuna Aksoy
419b40d0d7 Merge branch 'master' into feature/RM_2_5_with_Alfresco_5_1_1 2016-07-19 19:52:56 +01:00
Andy Healey
0e11478cb8 Merge branch 'feature/RM-3649-rename-disposition' into 'master'
Feature/rm 3649 rename disposition

@ahealey can you take a look and see if you are happy with these changes please.

See merge request !352
2016-07-19 10:14:03 +01:00
Oana Nechiforescu
f761cc92ff Merge branch 'feature/RM-3561_BreadcrumbTests' into 'master'
Feature/rm 3561 breadcrumb tests

Tests for RM-3561 and changes for the edit classification title.

See merge request !342
2016-07-19 09:30:23 +01:00
Roy Wetherall
9d813caa9c RM-3649: rename disposition to retention 2016-07-19 15:04:29 +10:00
Tuna Aksoy
4143c26eb0 Merge branch 'master' into feature/RM_2_5_with_Alfresco_5_1_1 2016-07-15 22:49:01 +01:00
Silviu Dinuta
8f47fc0680 Merge master into
feature/RM-3643_PatchForUpdatingExistingUsersAndGroups_alternativeSolution
2016-07-15 19:31:38 +03:00
Tom Page
c278717493 Merge release/V2.4 into master. 2016-07-15 08:19:20 +01:00
Roy Wetherall
c04cafbb8e Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/RM-3558-recently-modified-marks 2016-07-15 13:45:33 +10:00
Roy Wetherall
11e83f5fa4 RM-3558 - Security mark changes appear in My Docs dashlet
* added UI test to reproduce issue
* modified security marks model
2016-07-15 12:44:32 +10:00
Tuna Aksoy
afe6569348 Merge branch 'master' into feature/RM_2_5_with_Alfresco_5_1_1 2016-07-14 15:46:29 +01:00