Commit Graph

2979 Commits

Author SHA1 Message Date
Roxana Lucanu
3aa5a00e3d RM-3030 - added filePlan aspect for every thumbnail from renditions
(cherry picked from commit e6d1757a3a)
2016-09-15 15:45:34 +03:00
Tuna Aksoy
f11950e60b Merge branch 'hotfix-2.3/RM-3996_unit_test_for_DynamicAuthoritiesGet' into 'release/V2.3.0.x'
Hotfix 2.3/rm 3996 unit test for dynamic authorities get

Fixed bug with infinite loop when batchsize=0 and adapted the unit tests that Roy wrote for the patch and added some more.

See merge request !491
2016-09-15 12:38:00 +01:00
Silviu Dinuta
c2342bf3fe RM-3996: added unit tests 2016-09-15 14:05:31 +03:00
Silviu Dinuta
cf8e81265d RM-3996: added unit tests and fixed the bug with infinite loop when
batchsize=0
2016-09-15 14:04:06 +03:00
Tuna Aksoy
6006c67cae Merge branch 'hotfix-2.3/RM-3906-V2.3.0.8' into 'release/V2.3.0.x'
Hotfix 2.3/rm 3906 v2.3.0.8

Implemented GET webscript that removes dynamic authorities.

See merge request !490
2016-09-14 10:32:49 +01:00
Silviu Dinuta
03d943ed7e RM-3906: set maxProcessedRecords to batchsize value if it is not set
from the request
2016-09-14 10:32:42 +03:00
Silviu Dinuta
84331993a0 RM-3906: added short description for url parameters 2016-09-14 05:19:15 +03:00
Silviu Dinuta
dddcfcf525 RM-3960: did most of the review mentioned improvements 2016-09-13 21:12:15 +03:00
Silviu Dinuta
dd027ffa35 RM-3906: added max records parameter in webscript url as obtional and
added aurthentication to admin
2016-09-13 18:04:39 +03:00
Silviu Dinuta
4eef7d1363 RM-3906: Implemented webscript 2016-09-13 15:58:43 +03:00
Tom Page
76141ba61a Merge release/V2.1 into release/V2.2. 2016-09-12 08:28:00 +01:00
Tom Page
3e029ea3e9 Merge release/V2.0 into release/V2.1. 2016-09-12 08:27:30 +01:00
Tom Page
0e3336e45b Merge release/V2.0.1.x into release/V2.0. 2016-09-12 08:26:37 +01:00
Tuna Aksoy
0f02186843 Merge branch 'hotfix-2.3/RM-3309-V2.3.0.8' into 'release/V2.3.0.x'
Hotfix 2.3/rm 3309 v2.3.0.8

You have already seen the changes, but worth a quick look before merging onto V2.3.0.x

See merge request !483
2016-09-11 16:25:00 +01:00
Tom Page
5eece57d34 Merge release/V2.2.1.x into release/V2.2. 2016-09-09 10:46:18 +01:00
Tom Page
325ee2bb7e Merge release/V2.1 into release/V2.2. 2016-09-09 10:46:07 +01:00
Tom Page
6f59960640 Merge release/V2.1.0.x into release/V2.1. 2016-09-09 10:43:07 +01:00
Tom Page
36617551d8 Merge release/V2.0 into release/V2.1. 2016-09-09 10:42:44 +01:00
Roy Wetherall
5519810e4f RM-3074: Initial refactoring of the extended security service implementation
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

RM-3074: Find groups and handle clashes

* refactor how existing groups are found
* name with index
* handle hash clahses

RM-3074: Add exact group match

* ensure that hash match is backed up with exact match
* fill out JDoc

RM-3074: unit testing of extended security service impl

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

RM-3074: Remove unnecessary files

RM-3074: review comments

RM-3074: Refactor so read and write groups are reused independantly based on review comments

RM-3074: Inplace move no longer needs to modify extended security

* inplace move no longer needs to store and reset extended security
* no need to clear extended security when assoc is removed
* a couple of extra checks to inplace move integration test

RM-3074: place common logic to get readers and writers of a node in one place

* added getReadersAndWriters method to extended permission service
* refactored calling services, consolidating code into one location
* extended unit test

Note: getFullAuthenticatedUser has been removed from writers list as it
makes no logical sense since you must be a writer in order to perform
these operations in the first place.

RM-3074: Rename set/remove methods on extended security interface

* create deprecated service interface to tidy things up
* create set method and deprecate exisiting
* crate remove method and deprecate exisiting
* remove deprecation warnings in code

RM-3074: missing file

Change in project structure

RM-3074: Rename getReader and getWriter methods

RM-3074: Unit test for records with renditions

RM-3074: Integration Tests, including BDT test helpers to simplify code

RM-3074: Integration tests

* including fix for ghosted records being visible in collab sites

Add completeEvent method

RM-3074: Review comments

RM-3074: Contributor didn't get write in-place access as expected

* owner derived from cm:creator was not added to writer list
* fully authenticated user in base test was being set incorrectly
* transaction executed outside authentication in BDT classes

RM-3074: missing file

RM-3074: Fixup community integration tests

RM-3074: Fixed failing test

RM-3074: Test group reuse

RM-3074: Deleted creators cause failures when declaring records

RM-3074: Fix unit tests

RM-3074: Remove extended security when a record is copied

Add AlfMock to help backport unit tests

RM-3074: Compile tests with 1.8

RM-3074: Fix integration test

RM-3074: Fix integration tests
2016-09-09 14:00:38 +10:00
Tom Page
7676dc5226 Let git handle line endings for us. 2016-09-08 16:27:21 +01:00
Tom Page
6991c9b146 Let git handle line endings for us. 2016-09-08 16:27:10 +01:00
Tom Page
2196664441 Let git handle line endings for us. 2016-09-08 16:26:57 +01:00
Tom Page
0ef8377861 Let git handle line endings for us. 2016-09-08 16:26:46 +01:00
Tom Page
bc2b03f9ff Let git handle line endings for us. 2016-09-08 16:26:36 +01:00
Tom Page
5e06d669f1 Let git handle line endings for us. 2016-09-08 16:26:23 +01:00
Tom Page
428c1d2596 Merge release/V2.5.0.x into release/V2.5. 2016-08-31 12:08:36 +01:00
Tom Page
4a733df3db Update versions to 2.5.0.1-SNAPSHOT ready for next hotfix release. 2016-08-31 11:58:47 +01:00
alfresco-build
01baee6785 [maven-release-plugin] prepare for next development iteration 2016-08-29 01:38:02 +01:00
alfresco-build
f8df123669 [maven-release-plugin] prepare release V2.5.0 ags-2.5.0 2016-08-29 01:37:59 +01:00
Roy Wetherall
81488d4404 Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/remove-dynamic-authorities 2016-08-22 17:18:11 +01:00
Roy Wetherall
152a6c3484 RM-3027: Remove extended security when a record is copied 2016-08-22 17:17:43 +01:00
Roy Wetherall
695048dabd RM-3027: Fix unit tests 2016-08-22 16:32:43 +01:00
Roy Wetherall
8ce7296712 RM-3074: Deleted creators cause failures when declaring records 2016-08-22 15:06:43 +01:00
Roy Wetherall
0a6d7bcf1c RM-3074: Test group reuse 2016-08-22 08:43:30 +01:00
Tom Page
f6ab74b928 Merge release/V2.4 into master.
No-op merge of version number increase.
2016-08-22 08:38:26 +01:00
Tom Page
794e7660c2 Merge release/V2.4.0.x into release/V2.4. 2016-08-22 08:37:10 +01:00
Roy Wetherall
af04f5367b RM-3027: Fixed failing test 2016-08-19 13:03:19 +01:00
Roy Wetherall
b48ce96af4 RM-3074: Fixup community integration tests 2016-08-19 12:21:50 +01:00
Roy Wetherall
37f536bac7 Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/remove-dynamic-authorities 2016-08-19 10:20:28 +01:00
Roy Wetherall
1e9d873506 RM-3074: missing file 2016-08-19 10:20:09 +01:00
Roy Wetherall
e4acf5ad7f RM-3074: Contributor didn't get write in-place access as expected
* owner derived from cm:creator was not added to writer list
* fully authenticated user in base test was being set incorrectly
* transaction executed outside authentication in BDT classes
2016-08-19 10:19:48 +01:00
gbroadbent
91f33df680 JAPANESE: Updated bundle based on EN-rev2016-08-16 2016-08-18 14:02:28 +01:00
gbroadbent
ea94c96072 FRENCH: Updated bundle based on EN-rev2016-08-16 2016-08-18 11:31:08 +01:00
Roy Wetherall
78e438f1c3 Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/remove-dynamic-authorities 2016-08-17 10:54:02 +10:00
Roy Wetherall
03f26a0bd2 RM-3074: Review comments 2016-08-17 10:53:40 +10:00
gbroadbent
c3d4b031cd DUTCH: Updated Bundles based on EN-rev2016-08-09 2016-08-16 23:26:22 +01:00
gbroadbent
6492e64980 BRAZILIAN PORTUGUESE: Updated Bundles based on EN-rev2016-08-09 2016-08-16 23:03:06 +01:00
gbroadbent
a9eecc6832 SIMPLIFIED CHINESE: Updated Bundles based on EN-rev2016-08-09 2016-08-16 22:06:42 +01:00
gbroadbent
624c6425f4 RUSSIAN: Updated Bundles based on EN-rev2016-08-09 2016-08-16 21:48:43 +01:00
gbroadbent
29c2892bcb NORWEGIAN BOKMAL: Updated Bundles based on EN-rev2016-08-09 2016-08-16 21:20:34 +01:00