Commit Graph

1439 Commits

Author SHA1 Message Date
Andy Healey
f2c12293d7 DOCS-2292 2016-08-08 15:20:59 +01:00
Andy Healey
72ba618767 DOCS-2292 2016-08-08 14:22:53 +01:00
Andy Healey
0473df5bc7 DOCS-2292 2016-08-08 11:55:57 +01:00
Ana Bozianu
5dafea9d6a RM-3512 - added firstname to test users as alfresco doesn't support users with null first name 2016-08-08 11:40:17 +03:00
Roy Wetherall
3d36795bcc RM-3074: Refactor so read and write groups are reused independantly based on review comments 2016-08-08 12:31:44 +10:00
Roy Wetherall
860e25de6c RM-3074: review comments 2016-08-08 11:04:30 +10:00
Andy Healey
eaf23f9117 DOCS-2292 2016-08-04 16:09:22 +01:00
Roxana Lucanu-Ghetu
c0c0c225c0 Created a property for AlfrescoRuntimeException instead ot the message. 2016-08-04 11:09:15 +10:00
Roxana Lucanu-Ghetu
32bd60328f Moved check for content to be done on commit. 2016-08-04 11:08:53 +10:00
Roxana Lucanu-Ghetu
649cb7fc3f Added check to allow creating only records inside a record folder. 2016-08-04 11:08:36 +10:00
Roy Wetherall
425e1d8d4c MNT-16535: non admin users can't file email records via outlook integration 2016-08-04 10:47:20 +10:00
Andy Healey
e942de32f5 DOCS-2292 2016-08-03 15:26:15 +01:00
Andy Healey
feff07ccd4 DOCS-2292 2016-08-03 15:21:27 +01:00
Roy Wetherall
ccfd4a12f0 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
5b1b95e71b 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
beafb4fbb3 RM-3074: Remove unnecessary files 2016-08-02 20:07:13 +10:00
Roy Wetherall
6c55a67335 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
43a961237e 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
6756f0f841 RM-3074: unit testing of extended security service impl 2016-08-01 15:06:42 +10:00
Roy Wetherall
a9ceab5424 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
b536b31858 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
18bf4594ff 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
f76b7df53c RM-3074: Initial refactoring of the extended security service implementation 2016-07-29 13:04:23 +10:00
Ana Bozianu
ade55de992 RM-3708 - replaced authentication service with person service 2016-07-28 10:20:24 +03:00
Andy Healey
6aeedc258e DOCS-2292 2016-07-27 11:32:12 +01:00
Andy Healey
3672d27c44 DOCS-2292 2016-07-27 11:03:59 +01:00
Andy Healey
2f7392e87f DOCS-2292 2016-07-27 10:58:17 +01:00
Andy Healey
42bbff9de1 DOCS-2292 2016-07-27 10:51:09 +01:00
Andy Healey
20a0141591 DOCS-2292 2016-07-27 10:11:38 +01:00
Andy Healey
bc4afa3dcf DOCS-2292 2016-07-27 10:10:11 +01:00
Andy Healey
3b6cd3d3a9 DOCS-2292 2016-07-27 09:53:21 +01:00
Roy Wetherall
8a2553c082 RM-3649: missing changes 2016-07-27 11:26:21 +10:00
Andy Healey
7564f21783 DOCS-2292 2016-07-26 17:01:56 +01:00
Andy Healey
51ddf8fc63 DOCS-2292 2016-07-26 16:45:10 +01:00
Andy Healey
7eaafc6502 DOCS-2292 2016-07-26 15:08:01 +01:00
Andy Healey
95e85f43c3 DOCS-2292 2016-07-26 14:49:21 +01:00
Andy Healey
1f4fb230ba DOCS-2292 2016-07-26 10:28:39 +01:00
Roy Wetherall
47149bdb57 RM-3649: missed hard coded error messages 2016-07-26 13:07:21 +10:00
Tuna Aksoy
61357018d3 Removed H2 script workaround 2016-07-20 19:09:22 +01:00
Tuna Aksoy
7876852e6a Merge branch 'master' into feature/RM_2_5_with_Alfresco_5_1_1 2016-07-19 19:52:56 +01:00
Roy Wetherall
77b5c99bb4 RM-3649: rename disposition to retention 2016-07-19 15:04:29 +10:00
Tuna Aksoy
485d44887f Merge branch 'master' into feature/RM_2_5_with_Alfresco_5_1_1 2016-07-14 15:46:29 +01:00
Ana Bozianu
db4e45b789 Merge branch 'feature/RM-3669_ExtractModuleSchemaInPropFile' into 'master'
Feature/rm 3669 extract module schema in prop file

See merge request !336
2016-07-14 14:18:48 +01:00
Ana Bozianu
39f9977625 RM-3669 - extracted the schema number for enterprise and decremented community version 2016-07-14 14:49:13 +03:00
Roxana Lucanu-Ghetu
6d597d8cf6 Merge branch 'feature/RM-3450_SFDCIntegration_MergeToMaster' into 'master'
Feature/rm 3450 sfdc integration merge to master

Merge RM-3450 from 2.4.1 to master

See merge request !328
2016-07-14 08:49:14 +01:00
Tuna Aksoy
9894e56917 RM-3669 (Extract the module schema value into a properties file) 2016-07-13 21:25:09 +01:00
Tuna Aksoy
b3b480fa4e Merge branch 'master' into feature/RM_2_5_with_Alfresco_5_1_1 2016-07-13 19:57:34 +01:00
Ana Bozianu
790da55aa4 RM-3669 - first try - build is failing 2016-07-13 18:07:20 +03:00
Tuna Aksoy
570acd6138 Merge branch 'master' into feature/RM-3390_SystemUserIsDisplayedOnSecurityClearancePage 2016-07-13 11:59:00 +01:00
Tuna Aksoy
93789a583b RM-3390 (The system user is displayed on the security clearance page) 2016-07-13 08:07:36 +01:00