Alan Davis
04c7261d59
Merged 5.2.N (5.2.1) to HEAD (5.2)
...
131073 gjames: SEARCH-189: Always return skipCount and maxItems
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132213 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:30:45 +00:00
Alan Davis
99ff22c738
Merged 5.2.N (5.2.1) to HEAD (5.2)
...
130835 jvonka: REPO-1058: REST API - minor fix for "fields" param (fka "properties") to handle field names with spaces
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132187 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:27:07 +00:00
Alan Davis
dd91ce3629
Merged 5.2.N (5.2.1) to HEAD (5.2)
...
130593 jvonka: REPO-1059: REST API: Invalid orderBy field is ignored
- additional fix + test case
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132150 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:12:26 +00:00
Alan Davis
d1350aecb8
Merged 5.2.N (5.2.1) to HEAD (5.2)
...
130555 jvonka: REPO-1059: REST API: Invalid orderBy field direction is ignored (hence defaults to ascending rather than returning an error)
- implement fix & update test
- note: InvalidArgumentException maps to HTTP 400
- note: we already have tests for case-insensitive (ie. we allow ASC, Asc, AsC, DESC, Desc, DeSC, or similar)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132144 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:11:34 +00:00
Alan Davis
56ea8655c8
Merged 5.2.N (5.2.1) to HEAD (5.2)
...
130291 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
130030 gjames: Manual merge of r129730 and r129731:mmuller:Add a specific error message for invalid maxItem and skipCount. REPO-1061
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130363 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:09:33 +00:00
Alan Davis
58a632a3f2
Merged 5.2.N (5.2.1) to HEAD (5.2)
...
130290 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
130029 gjames: Manual merge of r129701:mmuller:Add a specific error message for the maxItem=0. REPO-890
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130362 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:09:24 +00:00
Alan Davis
17a3b8912f
Merged 5.2.N (5.2.1) to HEAD (5.2)
...
130168 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
129777 gjames: Reformatted to Alfresco standards
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130320 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:02:59 +00:00
Alan Davis
a492b4eb04
Merged 5.2.N (5.2.1) to HEAD (5.2)
...
130167 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
129776 gjames: SEARCH-113: Adding a default success response
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130319 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:02:51 +00:00
Alan Davis
f1905cd23a
Merged 5.2.N (5.2.1) to HEAD (5.2)
...
130166 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
129775 gjames: Updated the auto-generated headers using mvn license:update-file-header
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130318 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:02:42 +00:00
Alan Davis
c6dda1e7fa
Merged 5.2.N (5.2.1) to HEAD (5.2)
...
130165 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
129774 gjames: SEARCH-113: Moving more api logic to helper classes, using a "trait" style
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130317 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:02:33 +00:00
Alan Davis
41ae7f2d10
Update source headers that came from API-STRIKES-BACK
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127899 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-06 11:11:00 +00:00
Jamal Kaabi-Mofrad
d5cb47936f
Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
...
127226 gjames: RA-1064: Added a WebScriptExceptionResolver
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127592 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-02 22:16:49 +00:00
Jamal Kaabi-Mofrad
f17a4d19cf
Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
...
126242 gjames: RA-878:All api errors should return the standard error object
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127571 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-02 21:40:03 +00:00