Commit Graph

2104 Commits

Author SHA1 Message Date
Alan Davis
f2b37ccce9 Merged 5.2.N (5.2.1) to HEAD (5.2)
130854 jvonka: REPO-1058 / REPO-1244: REST API - list Sites - orderBy
   - tweak the default (as agreed with GC)
   - update automated unit test (and also refactor to make it re-runnable and to consistently use create site api)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132191 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:27:42 +00:00
Alan Davis
d253797fc5 Merged 5.2.N (5.2.1) to HEAD (5.2)
130836 jvonka: REPO-1058: REST API - minor fix for "fields" param (fka "properties") to handle field names with spaces
   - bump the test count, thanks Ancuta :-)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132188 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:27:16 +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
4abc64a3e2 Merged 5.2.N (5.2.1) to HEAD (5.2)
130796 jvonka: REPO-1058 / REPO-1244: REST API - list Sites - orderBy
   - add automated unit tests


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132183 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:26:33 +00:00
Alan Davis
b34bbcfccc Merged 5.2.N (5.2.1) to HEAD (5.2)
130783 jvonka: REPO-1058: REST API - list sites that person is member of ...
   - fix orderBy tests and backward compatibility
   - REPO-1242,  / REPO-1244


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132179 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:19:56 +00:00
Alan Davis
3a473a5d0d Merged 5.2.N (5.2.1) to HEAD (5.2)
130774 jvonka: REPO-1058 / REPO-1242: REST API - list sites that person is member of - fix orderBy (id, title or role)
   - fix orderBy validation as per existing capabilities
   - TODO add tests (see REPO-1244)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132177 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:19:38 +00:00
Alan Davis
97bab4c5c6 Merged 5.2.N (5.2.1) to HEAD (5.2)
130683 gjames: SEARCH-121: Facet fields need to return a List in the search context


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132169 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:14:59 +00:00
Alan Davis
7887fd9246 Merged 5.2.N (5.2.1) to HEAD (5.2)
130681 jvonka: REPO-1058 / REPO-1242: REST API - list sites - add option to orderBy (id, title or description)
   - initial implementation (note: default remains "id asc")
   - TODO add tests (see REPO-1244)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132168 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:14:50 +00:00
Alan Davis
29c15b132b Merged 5.2.N (5.2.1) to HEAD (5.2)
130677 jvonka: REPO-1058: REST API - minor refactor of TestSites to split the existing test
   - prep' for REPO-1058 / REPO-1244


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132166 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:14:34 +00:00
Alan Davis
ef04cb8bcf Merged 5.2.N (5.2.1) to HEAD (5.2)
130645 amorarasu: REPO-484: Code formatting.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132160 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:13:52 +00:00
Alan Davis
42b43437bc Merged 5.2.N (5.2.1) to HEAD (5.2)
130641 cmocanu: REPO-164 - Added new negative unit test for includeChildren: try to lock using includeChildren parameter that has been removed and 400 response code is retrieved.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132159 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:13:44 +00:00
Alan Davis
2896dc6b83 Merged 5.2.N (5.2.1) to HEAD (5.2)
130639 amorarasu: REPO-1059: Fix tests number.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132158 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:13:36 +00:00
Alan Davis
9e82c8a568 Merged 5.2.N (5.2.1) to HEAD (5.2)
130614 jvonka: REPO-1059: REST API: Invalid orderBy field is ignored
   - minor follow-on (comment in the specific test when this issue was found - in addition to the new generic tests)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132154 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:13:03 +00:00
Alan Davis
07fe704500 Merged 5.2.N (5.2.1) to HEAD (5.2)
130610 amorarasu: REPO-484: [REST API] 400 error for unsupported NOT operator in the 'where' predicate.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132152 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:12:44 +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
3b2b5e17a3 Merged 5.2.N (5.2.1) to HEAD (5.2)
130574 cmocanu: REPO-164 - Added new unit test for timeToExpire parameter: locked a document, tried to delete while is locked, wait until expiration time has passed and delete the document.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132149 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:12:18 +00:00
Alan Davis
d7389c8094 Merged 5.2.N (5.2.1) to HEAD (5.2)
130573 jvonka: REPO-1059: REST API: Invalid orderBy field direction is ignored (hence defaults to ascending rather than returning an error)
   - follow-on to r13055 to fix test fallout


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132148 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:12:08 +00:00
Alan Davis
60bc1692dc Merged 5.2.N (5.2.1) to HEAD (5.2)
130565 gjames: SEARCH-171:Search api default language should be Afts


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132146 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:11:51 +00:00
Alan Davis
4f47d68c8b Merged 5.2.N (5.2.1) to HEAD (5.2)
130556 cmocanu: Added new negative test for Lock functionality: try to lock a folder. 


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132145 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:11:42 +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
8ec46e924c Merged 5.2.N (5.2.1) to HEAD (5.2)
130543 aepure: REPO-1158: Removed extra space from the received message.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132143 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:11:24 +00:00
Alan Davis
99fe1fbe54 Merged 5.2.N (5.2.1) to HEAD (5.2)
130525 jvonka: MNT-16449: CMIS delete version fails on versions other than latest (most recent) version
   - add commented-out test to demonstrate the issue (we can then decide to prioritise accordingly)
   - note: this scenario works via V1 REST API


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132141 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:11:03 +00:00
Alan Davis
b9a0163399 Merged 5.2.N (5.2.1) to HEAD (5.2)
130515 gjames: SEARCH-168, Fixed search api parameters so include and fields work together


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132140 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:10:55 +00:00
Alan Davis
6db87e1e5a Merged 5.2.N (5.2.1) to HEAD (5.2)
130507 gjames: SEARCH-166:Filter queries should not be supported with CMIS QL


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132138 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:10:36 +00:00
Alan Davis
976b860eff Merged 5.2.N (5.2.1) to HEAD (5.2)
130503 gjames: SEARCH-114: Switching to use limit, missed test commit


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132137 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:10:27 +00:00
Alan Davis
3fabbb3c59 Merged 5.2.N (5.2.1) to HEAD (5.2)
130502 gjames: SEARCH-114: Switching to use limit rather then maxItems for searchparameters


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132136 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:10:18 +00:00
Alan Davis
5abba74783 Merged 5.2.N (5.2.1) to HEAD (5.2)
130488 amukha: Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
      130484 amukha: Merged 5.0.N (5.0.5) to 5.1.N (5.1.2)
         130477 amukha: MNT-16755: LDAP users are not found for users without First Name or Last Name
            - Added JUnit tests.
            - Updated authorised-users to latest version.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132131 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:09:33 +00:00
Kevin Roast
e511f5a13c Merged 5.2.N (5.2.1) to HEAD (5.2)
130451 jkaabimofrad: SHA-1598: Minor tweaks of parsing of the property parameter based on GavinC review.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130936 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-27 13:58:55 +00:00
Kevin Roast
a8edbc04e1 Merged 5.2.N (5.2.1) to HEAD (5.2)
130404 jkaabimofrad: SHA-1598: Added support to Get Task Instances API to filter result, based on the given property.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130935 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-27 13:57:46 +00:00
Ancuta Morarasu
515576e734 Merged 5.2.N (5.2.1) to HEAD (5.2)
130428 amorarasu: Clean-up after merges to 5.2.N (forgot an import).


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130429 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-07 17:32:24 +00:00
Ancuta Morarasu
b5ec806baf Merged 5.2.N (5.2.1) to HEAD (5.2)
130424 amorarasu: Clean-up after merges to 5.2.N. 


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130425 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-07 16:51:57 +00:00
Ancuta Morarasu
fea7f077e4 Merged 5.2.N (5.2.1) to HEAD (5.2)
130400 amorarasu: REPO-1164: 422 error when executing unlock on a node that is not locked


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130419 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-07 16:05:41 +00:00
Alan Davis
bb1f6c566e Merged 5.2.N (5.2.1) to HEAD (5.2)
130316 adavis: Fix compile error in build after merge to 5.2.N


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130381 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:12:15 +00:00
Alan Davis
7372dd7205 Merged 5.2.N (5.2.1) to HEAD (5.2)
130309 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130161 gjames: SEARCH-162: Implement a "fields" json parameter


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130380 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:12:07 +00:00
Alan Davis
9afb1ec1b0 Merged 5.2.N (5.2.1) to HEAD (5.2)
130307 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130151 gjames: SEARCH-124: Implementing "limits" search api param


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130379 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:11:58 +00:00
Alan Davis
0a37f5da26 Merged 5.2.N (5.2.1) to HEAD (5.2)
130306 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130147 gjames: SEARCH-121: Implementing facet fields


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130378 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:11:48 +00:00
Alan Davis
16e360f955 Merged 5.2.N (5.2.1) to HEAD (5.2)
130305 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130146 gjames: SEARCH-121: Implementing facet fields


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130377 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:11:38 +00:00
Alan Davis
9e76348016 Merged 5.2.N (5.2.1) to HEAD (5.2)
130304 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130145 gjames: SEARCH-123: Implementing scope for queries


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130376 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:11:29 +00:00
Alan Davis
5ce39aad3f Merged 5.2.N (5.2.1) to HEAD (5.2)
130303 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130109 gjames: SEARCH-122: Implementing spellcheck queries, better tests


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130375 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:11:20 +00:00
Alan Davis
e45ac5b61c Merged 5.2.N (5.2.1) to HEAD (5.2)
130302 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130108 gjames: SEARCH-122: Implementing spellcheck queries, better tests


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130374 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:11:11 +00:00
Alan Davis
68dcb5c29c Merged 5.2.N (5.2.1) to HEAD (5.2)
130301 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130107 gjames: SEARCH-122: Implementing spellcheck queries


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130373 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:11:03 +00:00
Alan Davis
1e048180e9 Merged 5.2.N (5.2.1) to HEAD (5.2)
130300 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130061 gjames: SEARCH-120: Facet queries label support


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130372 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:10:53 +00:00
Alan Davis
818b3b3c18 Merged 5.2.N (5.2.1) to HEAD (5.2)
130299 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130052 gjames: SEARCH-161: Removed support for synonyms on SORT fieldNames


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130371 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:10:43 +00:00
Alan Davis
5c7fe2d39b Merged 5.2.N (5.2.1) to HEAD (5.2)
130298 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130051 gjames: SEARCH-159: Don't allow sort for cmis_alfresco language


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130370 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:10:34 +00:00
Alan Davis
b10f889f29 Merged 5.2.N (5.2.1) to HEAD (5.2)
130297 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130050 gjames: SEARCH-161: Supporting synonyms for sorting fieldNames


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130369 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:10:26 +00:00
Alan Davis
63e06293bb Merged 5.2.N (5.2.1) to HEAD (5.2)
130295 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130039 gjames: SEARCH-159: Don't allow sort for cmis language


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130367 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:10:08 +00:00
Alan Davis
be1ae9146e Merged 5.2.N (5.2.1) to HEAD (5.2)
130294 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130038 gjames: SEARCH-158: Limit results by a final size of 100


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130366 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:09:59 +00:00
Alan Davis
b67a546851 Merged 5.2.N (5.2.1) to HEAD (5.2)
130293 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130037 gjames: SEARCH-120: Working on facet queries test improvements


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130365 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:09:50 +00:00
Alan Davis
4c3bd67a52 Merged 5.2.N (5.2.1) to HEAD (5.2)
130292 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      130031 gjames: SEARCH-120: Working on facet queries test


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130364 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-06 22:09:42 +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