Commit Graph

4909 Commits

Author SHA1 Message Date
Matt Ward
5f8704dfac REPO-1868: retrieve node action definitions - further tests
Added 404 (node not found) and get by node ID.
2017-11-21 16:16:11 +00:00
Matt Ward
3c0c928a95 REPO-1868: retrieve node action definitions
Initial implementation of `GET /nodes/{nodeId}/actions-definitions`,
including a simple test.
2017-11-21 11:34:47 +00:00
Matt Ward
ebddeaf80a REPO-2828: update pom to use alfresco-repository 6.11
6.11 contains fix to include the `cm:description` property in
shared links.
2017-11-17 15:08:30 +00:00
Matt Ward
408142f904 REPO-2828: add test for GET /shared-links/{id}
Checks that the additional info is available when retrieving a single
shared link (test for listing already present)
2017-11-17 13:03:43 +00:00
Matt Ward
326a83c6c9 REPO-2828: add title and description to share link info
Ensure additional metadata is present for shared links.
2017-11-17 11:39:30 +00:00
Matt Ward
acd1ae2fac REPO-2983: allowableOperationsOnTarget (shared links) - extra tests
Added some extra assertions so that allowableOperationsOnTarget follows
the same "include" behaviour as for allowableOperations.
2017-11-16 13:21:43 +00:00
Matt Ward
6b7e9211f9 REPO-2828: initial code for allowableOperationsOnTarget
allowableOperationsOnTarget is required in addition to
allowableOperations (the shared link itself)
2017-11-16 13:21:43 +00:00
alfresco-build
3394ea213f [maven-release-plugin] prepare for next development iteration 2017-11-09 16:01:25 +00:00
alfresco-build
0ca1ba811e [maven-release-plugin] prepare release alfresco-remote-api-6.6 2017-11-09 16:01:19 +00:00
Alan Davis
5b61e794c9 Pick up core 6.15 and repository 6.10 2017-11-09 15:45:30 +00:00
alfresco-build
6558ff9686 [maven-release-plugin] prepare for next development iteration 2017-11-09 14:28:31 +00:00
alfresco-build
ca4ab8a285 [maven-release-plugin] prepare release alfresco-remote-api-6.5 2017-11-09 14:28:25 +00:00
Alan Davis
cc4b5108a5 Merge remote-tracking branch 'origin/develop' 2017-11-08 14:05:50 +00:00
CodrinChirica
5fd4f1aa61 Merge pull request #22 from Alfresco/fix/MNT-18521_xss_vulnerability_in_admin_nodebrowser
REPO-2981: Security: MNT-18521: Repo Admin console Node Browser vulnerable to reflective XSS
 - Escaped using JavaScript escaping rules for the action string
2017-11-06 17:21:19 +02:00
CodrinChirica
674990625e REPO-2981 / MNT-18521 : Repo Admin console Node Browser vulnerable to reflective XSS
-  Escaped using JavaScript escaping rules for the action string
2017-11-06 14:11:15 +02:00
alfresco-build
b1eeedbb19 [maven-release-plugin] prepare for next development iteration 2017-10-31 15:44:09 +00:00
alfresco-build
a1464fff85 [maven-release-plugin] prepare release alfresco-remote-api-6.4 2017-10-31 15:44:00 +00:00
Alex Mukha
53ab6fb081 REPO-1154 Bring back the fix after revert 2017-10-31 15:31:41 +00:00
Alex Mukha
d28296d836 Revert "REPO-1154: Using spaces for term-based queries - nodes"
This reverts commit edc89bb65e.
2017-10-31 14:55:09 +00:00
Alex Mukha
022e21a04c Merge pull request #21 from Alfresco/develop
Sync master with develop
2017-10-31 14:28:27 +00:00
Alex Mukha
67d34d83ad REPO-2028 Remove Lucene (#20)
REPO-2028 Remove dependency on Lucene in tests
2017-10-31 14:00:32 +00:00
Alex Mukha
c9fb58e30c Update repository version to 6.9 2017-10-31 13:25:18 +00:00
Andreea Nechifor
edc89bb65e REPO-1154: Using spaces for term-based queries - nodes
Cherry-picked from 50c6fb9923  develop to master
2017-10-31 09:21:27 +02:00
anechifor
b8d66969e4 Merge pull request #19 from Alfresco/revert-18-master
Revert "Master"
2017-10-26 15:16:20 +03:00
anechifor
32420c3c8b Revert "Master" 2017-10-26 15:14:02 +03:00
anechifor
8aced92572 Merge pull request #18 from Alfresco/master
REPO - 1154: Using spaces for term-based queries - nodes
2017-10-26 14:36:09 +03:00
Matt Ward
336332f40d Merge pull request #17 from Alfresco/feature/REPO-2983_extra_path_info
Feature/repo 2983 extra path info
2017-10-26 12:34:24 +01:00
anechifor
50c6fb9923 Merge pull request #16 from Alfresco/fix/REPO-1154
REPO-1154 Using spaces for term-based queries - nodes.
2017-10-26 14:02:22 +03:00
Andreea Nechifor
97beacce15 REPO-1154 : adding repo numaber 2017-10-26 14:06:29 +03:00
ramunteanu
05bc9e6e91 Merge pull request #13 from Alfresco/fix/REPO-1943_remove_nonexistent_membership
fix/REPO-1943_remove_nonexistent_membership
2017-10-26 11:48:55 +03:00
Andreea Nechifor
2eabed9f13 REPO-1154: added comments on test : testSearchTermWhiteSpace 2017-10-26 11:17:07 +03:00
Matt Ward
55b683be8e REPO-2983: REST API: Additional information for node path elements
Renamed the path element "type" field to "nodeType", to be consistent
with other uses.
2017-10-25 17:12:27 +01:00
Matt Ward
ffd7e197f0 REPO-2983: REST API: Additional information for node path elements
Filtered the "aspectNames" field using the same list of exclusions
as the other places that aspect names are returned. For example in
`/nodes/{nodeId}/children?include=aspectNames` (currently just sys:*)
2017-10-25 16:47:13 +01:00
Andreea Nechifor
af639709f5 REPO-1154 : Format test method 2017-10-25 16:02:17 +03:00
Matt Ward
d234223ae7 REPO-2983: REST API: Additional information for node path elements
Added `type` and `aspectNames` fields for each path element.

Example output:

```
...
"elements": [
    {
        "id": "1f525aa6-d0c5-4395-96e3-b140d728c5ca",
        "name": "Company Home",
        "type": "cm:folder",
        "aspectNames": [
            "cm:titled",
            "cm:auditable",
            "sys:referenceable",
            "sys:localized",
            "app:uifacets"
        ]
    },
    ...
]
...
```
2017-10-25 12:30:50 +01:00
Andreea Nechifor
b42dc86bac REPO-1154: added trem as text in lucene search 2017-10-25 12:39:02 +03:00
Raluca Munteanu
aa345673b6 REPO-1943: RestAPI: Deleting a non-existent group member does not return 404.
- Changed membership validation.
2017-10-25 11:55:16 +03:00
Andreea Nechifor
0e1006cae1 Create branch for REPO-1154 2017-10-25 08:36:16 +03:00
alfresco-build
cd232bbf2d [maven-release-plugin] prepare for next development iteration 2017-10-18 15:10:09 +00:00
alfresco-build
0d6fc78d33 [maven-release-plugin] prepare release alfresco-remote-api-6.3 2017-10-18 15:10:00 +00:00
Andrei Rebegea
8a73d35774 Merge pull request #14 from Alfresco/develop
REPO-2025: merging to master to do a release of the remote-api
2017-10-18 16:32:23 +03:00
Andrei Rebegea
287a12427e REPO-2025: update alfresco-repository dependecy to 6.8 2017-10-18 16:02:23 +03:00
Raluca Munteanu
db82bf34c6 REPO-1943: RestAPI: Deleting a non-existent group member does not return 404 2017-10-17 11:30:47 +03:00
Raluca Munteanu
3c3afb10c7 REPO-1943: RestAPI: Deleting a non-existent group member does not return 404.
- Added verification for group membership existence.
2017-10-17 10:55:26 +03:00
Andrei Rebegea
701b8a8b0c REPO-2025: add DB jobs to run DB tests and mark Lucene tests (#12)
* REPO-2025 fix/REPO-2025_cat_tests branch to categories and split tests

* REPO-2025: marking the tests that use Lucene in the remote-api project

* REPO-2025: fix the project version before merging to develop
2017-10-16 19:17:09 +03:00
Matt Ward
6d21c1d005 REPO-2575: feedback from Derek - changed default property setting 2017-10-13 14:20:35 +01:00
Matt Ward
99b6716ca6 ALF-21953: updated to use super pom v9 2017-10-12 15:12:54 +01:00
Matt Ward
23f20e2e5a Merge pull request #11 from Alfresco/feature/REPO-2575_basic_auth_header_toggle
REPO-2575: allow sending 'AlfTicket' scheme in WWW-Authenticate header
2017-10-10 14:28:42 +01:00
Matt Ward
dd325c419f REPO-2575: update alfresco-repository version dependency
Now using 6.6 released to include the classpath*:alfresco/project-*.properties props loader pattern.
2017-10-10 12:53:33 +01:00
Matt Ward
066f635029 REPO-2575: renamed properties file as per review
Review comment by Derek https://github.com/Alfresco/alfresco-repository/pull/30

Changed properties file name to be specific to the remote-api project.
2017-10-10 10:02:07 +01:00