Commit Graph

1908 Commits

Author SHA1 Message Date
Andrei Rebegea
c1270defd1 Merged 5.2.N (5.2.2) to HEAD (5.2)
135255 arebegea: MNT-17427 : api/invite/cancel deletes records in the database with a GET: CSRF/XSS attack
      - delete the script/org/alfresco/repository/invite/invite.get
      - use the alternatives: script/org/alfresco/repository/site/invitation/invitation.post and script/org/alfresco/repository/site/invitation/invitation.delete
      - updating the tests
      - updating the controller for the invitation.delete to a java controller
      - fix test fallout (SiteServiceTest testInviteDisabledUser - expected error status code)
      - improve security by allowing only invitationIDs that belong the the site passed as parameter to be canceled
      - be consistent and return 404 when an invitationID can not be found


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137384 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 17:02:29 +00:00
Andrei Rebegea
99e41785ad Merged 5.2.N (5.2.2) to HEAD (5.2)
134828 cturlica: REPO-1878: Support GROUP_EVERYONE in all endpoints
      - initial commit


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137370 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 17:00:48 +00:00
Andrei Rebegea
5a13a06076 Merged 5.2.N (5.2.2) to HEAD (5.2)
134826 cturlica: CLD-3: Trunk broken by Servlet API upgrade on platform
      - partial revert of refactoring done in REPO-908


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137369 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 17:00:41 +00:00
Andrei Rebegea
8c1a017df7 Merged 5.2.N (5.2.2) to HEAD (5.2)
134825 mward: Merged mward/repo-1844-sortorder (5.2.1) to 5.2.N (5.2.1)
      134816 mward: REPO-1844: sort order problems with ID


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137368 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 17:00:33 +00:00
Andrei Rebegea
62a45db93d Merged 5.2.N (5.2.2) to HEAD (5.2)
134808 mward: Merged mward/repo-1600-zonesfilter (5.2.1) to 5.2.N (5.2.1)
      134762 mward: REPO-1583: added include=parentIds support


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137367 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 17:00:25 +00:00
Andrei Rebegea
0fd7bcfa2b Merged 5.2.N (5.2.2) to HEAD (5.2)
134807 mward: Merged mward/repo-1600-zonesfilter (5.2.1) to 5.2.N (5.2.1)
      134742 mward: REPO-1583: added isRoot filtering.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137366 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 17:00:18 +00:00
Andrei Rebegea
5a9b07693f Merged 5.2.N (5.2.2) to HEAD (5.2)
134806 mward: Merged mward/repo-1600-zonesfilter (5.2.1) to 5.2.N (5.2.1)
      134741 mward: REPO-1600: added support for zone filtering to GET /people/{personId}/groups
      Also brought in-line with spec to return an empty list rather than a 404 if the zone is non-existent.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137365 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 17:00:10 +00:00
Andrei Rebegea
a55b2ca3a1 Merged 5.2.N (5.2.2) to HEAD (5.2)
134805 mward: Merged mward/repo-1600-zonesfilter (5.2.1) to 5.2.N (5.2.1)
      134688 mward: REPO-1600: slight optimisation to use zone filtering earlier


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137364 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 17:00:03 +00:00
Andrei Rebegea
0bc1e54e46 Merged 5.2.N (5.2.2) to HEAD (5.2)
134804 mward: Merged mward/repo-1600-zonesfilter (5.2.1) to 5.2.N (5.2.1)
      134686 mward: REPO-1600: implemented logical conjunction for where clause
      e.g.
          isRoot=true AND zones in ('MY.ZONE')


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137363 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:59:56 +00:00
Andrei Rebegea
9acc059b35 Merged 5.2.N (5.2.2) to HEAD (5.2)
134803 mward: Merged mward/repo-1600-zonesfilter (5.2.1) to 5.2.N (5.2.1)
      134681 mward: REPO-1600: unknown zone results in 404


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137362 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:59:48 +00:00
Andrei Rebegea
9b3b01297b Merged 5.2.N (5.2.2) to HEAD (5.2)
134802 mward: Merged mward/repo-1600-zonesfilter (5.2.1) to 5.2.N (5.2.1)
      134670 mward: REPO-1600: initial groundwork
      Includes impl for path where no isRoot parameter is supplied.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137361 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:59:40 +00:00
Andrei Rebegea
7aabb7a740 Merged 5.2.N (5.2.2) to HEAD (5.2)
134789 rmunteanu: REPO-1306: Delete group membership
      - Added functionality and tests
      - Added minor changes to create group membership functionality ( REPO-1307 )


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137359 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:59:24 +00:00
Andrei Rebegea
33c862b455 Merged 5.2.N (5.2.2) to HEAD (5.2)
134777 rmunteanu: REPO-1884: Don't allow adding a sub-group with memberType:"PERSON"
      - Added validation and tests


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137358 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:59:16 +00:00
Andrei Rebegea
55f7231275 Merged 5.2.N (5.2.2) to HEAD (5.2)
134750 rmunteanu: REPO-1307: Create group membership
      - Added create group membership functionality
      - Added tests


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137356 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:59:03 +00:00
Andrei Rebegea
294f20c7c8 Merged 5.2.N (5.2.2) to HEAD (5.2)
134748 cturlica: REPO-1800: Create group with an id that contains "/" does not return an error
      - added validation


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137355 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:58:55 +00:00
Andrei Rebegea
ad7fc8b22e Merged 5.2.N (5.2.2) to HEAD (5.2)
134747 cturlica: REPO-1305: Delete a group
      - restrict delete group to group authority


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137354 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:58:48 +00:00
Andrei Rebegea
6602788c5c Merged 5.2.N (5.2.2) to HEAD (5.2)
134714 mward: REPO-1813: 500 Response Code when creating a person without id
   Now returns 400. Also fixed to return 400 when user id starts with GROUP_ or ROLE_


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137353 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:58:41 +00:00
Andrei Rebegea
df8498e58a Merged 5.2.N (5.2.2) to HEAD (5.2)
134676 cturlica: REPO-1305: Delete a group
      - first version


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137352 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:58:34 +00:00
Andrei Rebegea
85cb51d595 Merged 5.2.N (5.2.2) to HEAD (5.2)
134674 cpopa: Merged WEBAPP-API (5.2.1) to 5.2.N (5.2.1)
      134665 cpopa: APPSREPO-105 : Add an API to download multiple file/folders as a zip
         - test fixes to get rid of unpredictable failures
         - fixes after Gavin's OpenAPI spec review


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137351 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:58:25 +00:00
Andrei Rebegea
0e29136f2d Merged 5.2.N (5.2.2) to HEAD (5.2)
134671 cpopa: Merged WEBAPP-API (5.2.1) to 5.2.N (5.2.1)
      134630 cpopa: APPSREPO-105 : Add an API to download multiple file/folders as a zip
         - Added an API for creating a download, retrieving download info and canceling a download


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137348 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:58:01 +00:00
Andrei Rebegea
c708379824 Merged 5.2.N (5.2.2) to HEAD (5.2)
134418 cturlica: REPO-1303: Update a group
      - added update group capabilities.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137346 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:57:46 +00:00
Andrei Rebegea
b74efb3846 Merged 5.2.N (5.2.2) to HEAD (5.2)
134403 mward: Merged mward/5.2.n-repo-1583-groupmem (5.2.1) to 5.2.N (5.2.1)
      134397 mward: REPO-1583: implementing feedback from CR-667 review


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137345 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:57:38 +00:00
Andrei Rebegea
3e79ee36c7 Merged 5.2.N (5.2.2) to HEAD (5.2)
134401 mward: Merged mward/5.2.n-repo-1583-groupmem (5.2.1) to 5.2.N (5.2.1)
      134377 mward: REPO-1583: non-admin now supported
      Also added tests for paging.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137343 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:57:23 +00:00
Andrei Rebegea
39d5faaf4d Merged 5.2.N (5.2.2) to HEAD (5.2)
134400 mward: Merged mward/5.2.n-repo-1583-groupmem (5.2.1) to 5.2.N (5.2.1)
      134375 mward: REPO-1583: added -me- support and improved implementation


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137342 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:57:13 +00:00
Andrei Rebegea
e3bcbf67d6 Merged 5.2.N (5.2.2) to HEAD (5.2)
134399 mward: Merged mward/5.2.n-repo-1583-groupmem (5.2.1) to 5.2.N (5.2.1)
      134294 mward: REPO-1583: add test and implementation details


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137341 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:57:05 +00:00
Andrei Rebegea
bc4b80b5b0 Merged 5.2.N (5.2.2) to HEAD (5.2)
134398 mward: Merged mward/5.2.n-repo-1583-groupmem (5.2.1) to 5.2.N (5.2.1)
      134078 mward: REPO-1583: sketching out some basic code/infrastructure.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137340 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:56:57 +00:00
Andrei Rebegea
5706e129f9 Merged 5.2.N (5.2.2) to HEAD (5.2)
134395 cturlica: REPO-1304: Create a group
      - updated error message when creating a group with the same name


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137339 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:56:49 +00:00
Andrei Rebegea
c3748a5ba7 Merged 5.2.N (5.2.2) to HEAD (5.2)
134310 cturlica: REPO-1304: Create a group
      - added create group logic; fixed a sorting bug for get groups/group members; updated test framework - post/create action; fix toJSON issue for parentIds and zones.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137338 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:56:42 +00:00
Andrei Rebegea
b3bfedf964 Merged 5.2.N (5.2.2) to HEAD (5.2)
134070 rmunteanu: REPO-1752: Create person with long id returns 500
      - Minor change, added space in response message.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137337 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:56:34 +00:00
Andrei Rebegea
986b7ae73d Merged 5.2.N (5.2.2) to HEAD (5.2)
134050 rmunteanu: REPO-1752: Create person with long id returns 500
      - Changed validation message.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137335 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:56:20 +00:00
Andrei Rebegea
a3fcd7a5b3 Merged 5.2.N (5.2.2) to HEAD (5.2)
134045 cturlica: REPO-1684: We should not return properties that are empty
      - Empty (zero length) string values are considered to be null values, and will be represented the same as null values (i.e. by non-existence of the property).


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137334 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:56:13 +00:00
Andrei Rebegea
7b013ec1c5 Merged 5.2.N (5.2.2) to HEAD (5.2)
134040 rmunteanu: REPO-1752, REPO-1753: Create person with an id that contains "/" does not return an error
      - Added username validation on create person.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137333 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:56:02 +00:00
Andrei Rebegea
f7989073a7 Merged 5.2.N (5.2.2) to HEAD (5.2)
133997 mward: REPO-1660: REST API - update person should also accept "-me-"


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137331 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:55:47 +00:00
Andrei Rebegea
ff2fc3a9cb Merged 5.2.N (5.2.2) to HEAD (5.2)
133709 cturlica: REPO-1301: Retrieve a group
      - first commit


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137320 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:51:30 +00:00
Andrei Rebegea
e8e52ae6d0 Merged 5.2.N (5.2.2) to HEAD (5.2)
133697 cturlica: REPO-1300: Retrieve list of groups
      - set default order by to displayName ASC
      - updated tests


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137318 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:48:56 +00:00
Andrei Rebegea
c20b524add Merged 5.2.N (5.2.2) to HEAD (5.2)
133613 cturlica: REPO-1743: Bug ? - list groups - orderBy displayName
      - made the sort consistent and display the shortName when authorityDisplayName isn't present (same as it's done when sorting by authorityDisplayName)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137311 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:46:07 +00:00
Andrei Rebegea
5851af3029 Merged 5.2.N (5.2.2) to HEAD (5.2)
133574 cturlica: REPO-1302: Retrieve list of group members
      - added group members api
      - fixed order by issue when using post processing ordering by id


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137309 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:44:03 +00:00
Andrei Rebegea
0dde0c52c5 Merged 5.2.N (5.2.2) to HEAD (5.2)
133515 cturlica: REPO-1300: Retrieve list of groups
      - added groups api


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137305 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-14 16:38:50 +00:00
Alan Davis
7d6523d611 Merged 5.2.0 (5.2.0) to HEAD (5.2)
134766 mmuller: Merged 5.2.N (5.2.1) to 5.2.0 (5.2.0)
      134753 mmuller: Merged 5.2.N-REPO-1815 (5.2.1) to 5.2.N (5.2.1)
         134749 mmuller: REPO-1815 / ACE-5753 check if operation is null or empty and attach cmisselect=repositoryInfo and some code optimazion


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134987 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-02-07 15:07:57 +00:00
Alan Davis
e563162e41 Merged 5.2.0 (5.2.0) to HEAD (5.2)
134765 mmuller: Merged 5.2.N (5.2.1) to 5.2.0 (5.2.0)
      134752 mmuller: Merged 5.2.N-REPO-1815 (5.2.1) to 5.2.N (5.2.1)
         134746 mmuller: REPO-1815 / ACE-5753 check if cmisselector is null or empty


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134986 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-02-07 15:07:46 +00:00
Alan Davis
3c3021c1f8 Merged 5.2.0 (5.2.0) to HEAD (5.2)
134764 mmuller: Merged 5.2.N (5.2.1) to 5.2.0 (5.2.0)
      134751 mmuller: Merged 5.2.N-REPO-1815 (5.2.1) to 5.2.N (5.2.1)
         134745 mmuller: REPO-1815 / ACE-5753 reverse cmisselector=repositoryInfo + regression test


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134985 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-02-07 15:07:35 +00:00
Alan Davis
3a78216a43 Merged 5.2.0 (5.2.0) to HEAD (5.2)
134416 amukha: Merged 5.2.N (5.2.1) to 5.2.0 (5.2.0)
      134396 amukha: Merged DEV to 5.2.N (5.2.1)
         133903 sglover: MNT-17247 "Disabled user can log into Alfresco Share using external authentication" take user disabled status in to account for external authentication subsystem + tests
         133907 sglover: MNT-17247 "Disabled user can log into Alfresco Share using external authentication" don't propagate user disabled exception
         133930 sglover: MNT-17247 "Disabled user can log into Alfresco Share using external authentication" move test class and add to a test suite
         134295 amukha: MNT-17247: Disabled user can log into Alfresco Share using external authentication
            - Added a test to simulate creation of missing person during external auth log in.
         134315 amukha: MNT-17247: Disabled user can log into Alfresco Share using external authentication
            - Added a fallback to supprt the logging in by non provisioned users.
         134354 amukha: MNT-17247: Disabled user can log into Alfresco Share using external authentication
            - Added a test with deauthorized user. Refactored existing test to start context once.
         134359 jvonka: REPO-1227: External authentication - prevent disabled user from authenticating
            - add log warning (with masked username, similar to brute force attack) if authentication bypassed when setting user details
         134372 amukha: MNT-17247: Disabled user can log into Alfresco Share using external authentication
            - Updated core and data model (contain new logging)
         134390 amukha: MNT-17247: Disabled user can log into Alfresco Share using external authentication
            - isEnabled flag for users is returned correctly
            - Added tests


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134976 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-02-07 15:05:53 +00:00
Alan Davis
6bfcd3a2d4 Reverse merged HEAD (5.2)
<< This commit was made for cloud 45. Change made to the wrong brtanch >>
         134895 cturlica: Merged 5.2.N (5.2.1) to HEAD (5.2)
            134826 cturlica: CLD-3: Trunk broken by Servlet API upgrade on platform
               - partial revert of refactoring done in REPO-908


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134896 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-02-02 16:14:46 +00:00
Cristian Turlica
0c9ec7d3a9 134895 cturlica: Merged 5.2.N (5.2.1) to HEAD (5.2)
134826 cturlica: CLD-3: Trunk broken by Servlet API upgrade on platform
            - partial revert of refactoring done in REPO-908


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134895 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-02-02 15:16:35 +00:00
Alan Davis
ee2d26c947 Merged 5.2.0 (5.2.0) to HEAD (5.2)
134154 mward: Merged 5.2.N (5.2.1) to 5.2.0 (5.2.0)
      134111 mward: REPO-1780: always use the primary parent ID regardless of context


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134209 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-01-11 10:37:58 +00:00
Alan Davis
282a62c418 Merged 5.2.0 (5.2.0) to HEAD (5.2)
134066 mward: Merged 5.2.N (5.2.1) to 5.2.0 (5.2.0)
      134044 mward: REPO-1773: Validate ticket API call returns incorrect body with 404 status code


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134205 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-01-11 10:37:23 +00:00
Alan Davis
5584458b2f Merged 5.2.0 (5.2.0) to HEAD (5.2)
133996 rneamtu: ACE-5416: Merged 5.2.N (5.2.1) to 5.2.0 (5.2.0)
      133567 rneamtu: ACE-5639: Comment Activitiy Feed Entries made outside of site show @@NULL@@
         - If siteInfo does not exists do not post comment related activity


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134203 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-01-11 10:37:06 +00:00
Alan Davis
3543b19fa7 Merged 5.2.0 (5.2.0) to HEAD (5.2)
133966 amorarasu: ACE-5718: Merged 5.2.N (5.2.1) to 5.2.0 (5.2.0)
      133954 amorarasu: REPO-1681 / MNT-17228: CMIS: Attempt to delete non-current version throws "Unexpected: current version does not appear ..."
         - Fixed the misuse of the version node instead of live node
         - Added permission check for deleting a version
         - Uncommented the test added by JanV (REPO-1228) + added testcase for deleting with no permission
         - PublicApiCallContextHandler inherits basic auth parameters from BasicAuthCallContextHandler, to ensure proper exceptions are thrown by CMIS servlets (in this case, CmisPermissionDeniedException instead of CmisUnauthorizedException).


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134200 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-01-11 10:36:49 +00:00
Alan Davis
df4d0f1fdc Merged 5.2.0 (5.2.0) to HEAD (5.2)
133904 msuzuki: ACE-5622, merge fix from 5.2.N to address search rest api fix for location field


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134197 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-01-11 10:36:22 +00:00
Alan Davis
e5147104ad Merged 5.2.0 (5.2.0) to HEAD (5.2)
133883 rmunteanu: REPO-1746: Merge fixes for 5.2 GA issues to 5.2.0 branch
      Merged 5.2.N (5.2.1) to 5.2.0 (5.2.0)
         133721 mward: REPO-1636: fixed bug when updating person with aspects/props.
         See https://issues.alfresco.com/jira/browse/REPO-1636?focusedCommentId=495557&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-495557


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134196 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-01-11 10:36:12 +00:00