Martin Muller
1b474b8199
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128583 jvonka: V1 REST API: Node Version History - tweak "delete version" operation
- cannot delete last version for now (return 422)
REPO-835
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129173 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 13:47:11 +00:00
Martin Muller
c4a20ca692
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128561 jvonka: V1 REST API: Api Test cleanup and rationalisation (re: helper methods / runAs user / admin) - round 1b
- follow-on to fix test fallout
REPO-113
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129172 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 13:47:07 +00:00
Martin Muller
ebeb96f576
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128537 jvonka: V1 REST API: Api Test cleanup and rationalisation (re: helper methods / runAs user / admin) - round 1
REPO-113
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129171 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 13:47:03 +00:00
Martin Muller
ed52b3a6c5
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128517 jvonka: REPO-874: Improve REST fwk: improve error message if a POST operation is attempted with multiple items
- rationalise the code when handling POST for an API "operation" or POST to a collection that is marked as "allowMultiple=false"
- they should now consistently return the same existing error message: "Only 1 entity is supported in the HTTP request body"
- add api sanity tests to "create site", "create rating" and some of the node op's, such as "/move" & "/copy"
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129168 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 13:46:51 +00:00
Martin Muller
750adc141c
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128479 jvonka: V1 REST API: Node Version History - add basic paging
REPO-313
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129162 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 13:46:26 +00:00
Martin Muller
5e6bc0ae99
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128476 jvonka: REPO-839: Follow-on to fix subtle issue in mimeType guess (ie. application/octet-stream should be last resort, if magic bytes indicate text and there is no file ext)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129161 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 13:46:22 +00:00
Martin Muller
93aa43babc
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128442 jvonka: V1 REST API: Update binary content - add optional name param (to allow rename on upload of a new version)
- api implementation + api sanity tests (+ve/-ve)
REPO-518
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129159 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 13:46:13 +00:00
Martin Muller
fa533a6b57
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128232 jvonka: V1 REST API: Node Version History - add "delete version" operation
- DELETE /nodes/nodeId/versions/versionId
REPO-835
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129136 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 10:13:51 +00:00
Martin Muller
dbb8bd31e8
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128208 jvonka: V1 REST API: Node Version History - test update
- test to show that optionally can create new file as a minor version (0.1)
REPO-156, REPO-159
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129135 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 10:13:47 +00:00
Martin Muller
ee91e0b457
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128207 jvonka: V1 REST API: Node Version History - add "revert version" operation
- ie. promote a previous version to become a new (most recent) version
- POST /nodes/nodeId/versions/versionId/revert (with request body, optionally majorVersion &/or comment)
REPO-236
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129134 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 10:13:42 +00:00
Martin Muller
c06865ed18
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128173 jvonka: REPO-839: Fix guess mimetype (if no file ext) - on upload and/or update (after a rename)
- improvement to REPO-495
- will also apply to REPO-518 when implemented
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129133 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 10:13:38 +00:00
Martin Muller
6bcf383094
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128172 jvonka: V1 REST API: Node Version History - minor: move relevant test from NodeApiTest to NodeVersionsApiTest
- REPO-313: list version history
- REPO-228: update node content/binary
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129132 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 10:13:34 +00:00
Martin Muller
2f429ff4a4
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128162 jvonka: V1 REST API: Node Version History - initial api tests
- REPO-313: list version history
- REPO-327: get version info
- REPO-229: download version content
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129130 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 10:13:25 +00:00
Martin Muller
30bf2e5d14
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128148 jvonka: v1 REST API: additional sanity checks for paging query params
REPO-390
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129129 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 10:13:21 +00:00
Martin Muller
f88cccb1b7
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128135 jvonka: v1 REST API: fix possible NPE when optionally listing allowable ops for non-file/non-file (+ add sanity api test)
REPO-488, REPO-514
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129127 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 10:12:38 +00:00
Martin Muller
f4db00acf7
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128134 jvonka: v1 REST API: minor bug fix(es) to error handling when creating node with assocs + sanity api tests
REPO-476, REPO-477
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129126 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 10:11:36 +00:00
Martin Muller
c13683eea1
Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)
...
128122 jvonka: v1 REST API: minor bug fix(es) to update http error code mappings (to 4xx rather than 500) + sanity api tests
REPO-475, REPO-512, REPO-516, REPO-473
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129125 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-08-05 10:10:41 +00:00
Jan Vonka
62f23286dc
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
128382 jvonka: MNT-16446: Edit Comment permission (part 3b)
- follow-on to fix test fallout
- for CMIS (and future v1 Nodes REST)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128387 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-27 19:17:09 +00:00
Jan Vonka
0020afb335
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
128375 jvonka: MNT-16446: Edit Comment permission (part 3)
- for CMIS (and also future v1 Nodes REST API)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128386 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-27 19:08:30 +00:00
Alan Davis
a3d4f5c0d1
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
- fix merge for:
128341 adavis: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
128260 adavis: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
128213 arebegea: MNT-16437 : CLONE - 4.2.N - 4.2.3 CMIS Bulk Update Properties only updates the properties of one document when more than one document is in the objectIdAndChangeTokens list
Merged V4.2.3 (4.2.3.25) to V4.2-BUG-FIX (4.2.7)
128177 arebegea: MNT-16376 : 4.2.3 CMIS Bulk Update Properties only updates the properties of one document when more than one document is in the objectIdAndChangeTokens list
- The batch worker threads did not have the thread context to know that they were dealing with CMIS version 1.1
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128371 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-27 09:04:59 +00:00
Alan Davis
f36819319a
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
128357 jvonka: MNT-16446: Edit Comment permission (part 2b)
- follow-on to fix test fallout
- for v1 api
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128364 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-27 07:06:02 +00:00
Alan Davis
b16c2b27c1
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
128356 adavis: MNT-16437 : CLONE - 4.2.N - 4.2.3 CMIS Bulk Update Properties only updates the properties of one document when
more than one document is in the objectIdAndChangeTokens list
- Add license header
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128363 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-27 07:05:50 +00:00
Alan Davis
7d7e006356
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
128355 jvonka: MNT-16446: Edit Comment permission (part 2)
- for v1 api
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128362 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-27 07:05:38 +00:00
Alan Davis
8bd1b00193
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
...
128341 adavis: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
128260 adavis: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
128213 arebegea: MNT-16437 : CLONE - 4.2.N - 4.2.3 CMIS Bulk Update Properties only updates the properties of one document when more than one document is in the objectIdAndChangeTokens list
Merged V4.2.3 (4.2.3.25) to V4.2-BUG-FIX (4.2.7)
128177 arebegea: MNT-16376 : 4.2.3 CMIS Bulk Update Properties only updates the properties of one document when more than one document is in the objectIdAndChangeTokens list
- The batch worker threads did not have the thread context to know that they were dealing with CMIS version 1.1
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128360 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-27 07:05:21 +00:00
Andrei Rebegea
a1facc20f9
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
128106 jvonka: Merged RETURN-OF-THE-API (5.2.0) to HEAD (5.2)
128071: REPO-495: Update + add tests.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128127 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-10 13:49:18 +00:00
Andrei Rebegea
6eb4077978
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
128105 jvonka: Merged RETURN-OF-THE-API (5.2.0) to HEAD (5.2)
128062: REPO-495: Follow-on to fix test fallout
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128126 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-10 13:48:51 +00:00
Andrei Rebegea
9203c6884a
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
128104 jvonka: Merged RETURN-OF-THE-API (5.2.0) to HEAD (5.2)
128054: REPO-495: When uploading/updating binary content, guess mimetype and encoding
- follow similar pattern to v0 Upload API (ignore Content-Type header)
- in the future, we might wish to loosen this restriction [pending MNT-16381] and/or allow admin's option to update mimeType/encoding directly via node metadata update
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128125 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-10 13:48:27 +00:00
Alan Davis
cf17943d43
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127899 adavis: Update source headers that came from API-STRIKES-BACK
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127901 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-06 11:13:46 +00:00
Alan Davis
15899820ce
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127622 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127621 jkaabimofrad: Replaced anonymous class with lambda, to force the use of Java 8!
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127728 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 15:19:51 +00:00
Alan Davis
241ed23c04
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127620 jkaabimofrad: Missed changes during resolving conflicts.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127727 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 15:19:45 +00:00
Alan Davis
dc067d1878
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127617 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127512 jkaabimofrad: REPO-47: Per peer review, changed the upload API to throw an exception when requesting multiple renditions.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127724 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 15:19:29 +00:00
Alan Davis
f3e9c355c3
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127614 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127461 jvonka: Fix RA-1011: REST API create site
- can't create site with id/shortName = 'true'
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127721 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 15:19:11 +00:00
Alan Davis
c96fec3100
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127612 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127450 jvonka: Node Associations - creating/listing primary child assoc type other than cm:contains
- fix test fallout (400 -> 422 for model integrity exceptions)
- RA-1092
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127719 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 15:18:58 +00:00
Alan Davis
f99ba16ec7
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127611 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127447 jvonka: Node Associations - creating/listing primary child assoc type other than cm:contains
- follow-on fix + test based on review back (create children below content)
- also -ve test for model integrity excet
- RA-1092
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127718 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 15:18:53 +00:00
Alan Davis
6fccac5a48
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127609 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127435 jvonka: Node Associations - creating/listing primary child assoc type other than cm:contains
- follow-on to add api sanity tests
RA-1092
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127716 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 15:18:41 +00:00
Alan Davis
e993c83945
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127608 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127430 jvonka: RA-1099 - OpenAPI Spec: Clarify behaviour of delete node endpoints
- also codify as a api sanity test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127715 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 15:18:35 +00:00
Alan Davis
18a8b2949e
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127607 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127420 jvonka: Node Associations - 1st cut for creating/listing primary child assoc type other than cm:contains
- minor: fix test fallout
RA-1092
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127714 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 15:18:29 +00:00
Alan Davis
3f0bba6779
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127604 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127414 jvonka: Node Associations - create node with assocs (peer &/or secondary child)
- can be optionally used to create (eg. mandatory) assoc(s) to other existing node(s)
RA-925
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127711 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 15:18:10 +00:00
Alan Davis
b2b51abb1e
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127603 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127347 amukha: RA-941: V1 REST API Tests: rationalise the test startup - eg. only create test data when needed ;-)
- Removed a duplicate implementation - TCKEnterpriseTestFixture
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127710 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 15:18:03 +00:00
Alan Davis
d812ec3601
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127601 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127330 amukha: RA-941: V1 REST API Tests: rationalise the test startup - eg. only create test data when needed ;-)
- Added checks to defer test data creation until it is required.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127693 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 14:48:37 +00:00
Alan Davis
eb8cf53b69
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127600 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127329 jvonka: Node Associations - initial paging (for secondary child assocs & parents)
- as per review comment for RA-920
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127692 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 14:48:31 +00:00
Alan Davis
af69b25674
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127598 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127322 jvonka: RA-921 - add two more tests for removal of secondary child assoc (+ve & -ve)
- remove the two related TODOs
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127690 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 14:48:20 +00:00
Alan Davis
a3b7a7c6d8
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127596 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127310 jvonka: Node Associations - minor follow-on to permissions test (to also check listing sources)
RA-1062
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127688 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 14:48:09 +00:00
Alan Davis
4188afe338
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127595 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127284 jvonka: Node Associations - add first-cut of permissions
RA-1062
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127687 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 14:48:03 +00:00
Alan Davis
9ebd44552d
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127589 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127094 jvonka: Node Associations - child assocs - isPrimary filter (for /parents and /children)
- RA-1053
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127681 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 14:16:16 +00:00
Alan Davis
7e1a657cd0
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127581 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
126681 jvonka: Node Associations - child assocs
- in responses return isPrimary (rather than isPrimaryParent)
- RA-920, RA-930, RA-634
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127674 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 14:14:53 +00:00
Alan Davis
50af2e5cc1
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127579 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
126567 jvonka: Node Associations - further updates
- for child assocs, do not expose assoc child qname (nominally like file/folder for primary child assoc)
- additional api tests (+ve & -ve) for peer assocs & secondary child assocs
- RA-745, RA-920, RA-921, RA-930, RA-742, RA-918, RA-919
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127672 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 14:14:43 +00:00
Alan Davis
c49322624a
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127577 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
126329 jvonka: Node Associations - initial api tests (+ve & -ve) for secondary child assocs
- RA-745, RA-920, RA-921, RA-930
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127670 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 14:14:32 +00:00
Alan Davis
a8bf2940b6
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127573 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
126282 gjames: RA-878:All api errors should return the standard error, fix 404s
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127667 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 14:14:15 +00:00
Alan Davis
5a9ef6c22a
Merged HEAD (5.2) to 5.2.N (5.2.1)
...
127572 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
126276 jvonka: Node Associations - initial api tests (+ve & -ve) for peer assocs
- RA-742, RA-918, RA-919
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127666 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 14:14:10 +00:00