Commit Graph

3050 Commits

Author SHA1 Message Date
Mihai Cozma
2e9e8e7227 Fix audit issue 2016-09-19 09:18:09 +03:00
Tom Page
0539a3e68d Merge release/V2.4 into release/V2.5. 2016-09-16 16:06:40 +01:00
Tom Page
43b7256a19 Merge branch 'feature-2.4/LoggingForUITests' into 'release/V2.4'
Feature 2.4/logging for ui tests

Use console logging when running UI tests.

Redirect java.util.logging to slf4j, and reduce the noise from Selenium down to just warnings and errors.

See merge request !494
2016-09-16 15:57:15 +01:00
Tom Page
02e90a1853 Use console logging when running UI tests.
Redirect java.util.logging to slf4j, and reduce the noise from Selenium
down to just warnings and errors.
2016-09-15 15:59:07 +01:00
Roxana Lucanu
569c047258 RM-3030 - renamed variable and changed comment
(cherry picked from commit 8de82a81df)
2016-09-15 16:12:55 +03:00
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
Roxana Dina
438db4f0a8 Merge branch 'master' of ssh://gitlab.alfresco.com/records-management/records-management 2016-09-08 10:31:27 +03:00
David Webster
da5c787b82 Fix project reference. 2016-09-07 10:33:40 +01:00
David Webster
13a2898952 README updates to clarify community instructions 2016-09-07 10:07:37 +01:00
Tom Page
84152a151a Revert "Introduce end-of-line normalization"
This reverts commit 8f5b326bee.
2016-09-07 08:32:18 +01:00
Mihai Cozma
8f5b326bee Introduce end-of-line normalization 2016-09-07 10:18:51 +03:00
Roxana Dina
62a1570f27 RM-3913 FIXMEs should have JIRAs assigned to them.
Mention issue number next to Fixme's.
2016-09-06 16:00:49 +03:00
Tom Page
582e18230b Merge release/V2.5 into master. 2016-08-31 12:10:47 +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
Tom Page
d567c852e2 Update version to 2.6-SNAPSHOT. 2016-08-26 10:03:21 +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