Andrei Rebegea
d4904cb8e9
Merged 5.2.N (5.2.2) to HEAD (5.2)
...
136708 jkaabimofrad: Merged WEBAPP-API (5.2.1) to 5.2.N (5.2.1)
136574 jkaabimofrad: APPSREPO-179: Added an optional "include=path" parameter to the "list shared links" API.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137497 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-15 11:06:54 +00:00
Alan Davis
0deb44526b
Merged 5.2.N (5.2.1) to HEAD (5.2)
...
131302 rmunteanu: REPO-1354: Get Rendition info - implement the API
- implemented get rendition info by id method
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132240 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-11-03 13:48:04 +00:00
Alan Davis
6131de1c58
Merged 5.2.N (5.2.1) to HEAD (5.2)
...
127000 rneamtu: Update source headers - add new Copyrights for new Java files synced from Head (part 4).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127856 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-06 09:17:38 +00:00
Jamal Kaabi-Mofrad
2c6a56e463
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
126661 jvonka: RA-1045: As requested for SFS, allow rendition details (available/created renditions only) for shared link to be listed via no auth.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126689 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-11 09:48:34 +00:00
Jamal Kaabi-Mofrad
96c1618426
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
124158 jkaabimofrad: SFS-405, RA-778: (WIP)
- Added quick-share client registry config.
- Modified the send shared-link email API, based on the revised acceptance criteria.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126547 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:26:33 +00:00
Jamal Kaabi-Mofrad
e040658433
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
123316 jvonka: Nodes (FileFolder) API - add optional include allowableOperations
RA-770
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126538 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:23:44 +00:00
Jamal Kaabi-Mofrad
6c41c9a1c2
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
122954 jvonka: (Quick) Shared Links API - add optional select/include of "allowableOperations" when authenticated and getting shared link info or find links (or even after create)
RA-750, RA-777
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126518 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:18:51 +00:00
Jamal Kaabi-Mofrad
a519130b4c
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
122947 jvonka: (Quick) Shared Links API - updates
- test for get rendition content via share link (no auth)
- add optional filter (sharedByUser) to find links
RA-830, RA-777
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126515 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:18:18 +00:00
Jamal Kaabi-Mofrad
44f7dfb7de
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
122926 jvonka: (Quick) Shared Links API - updates and fixes
- A/C changed from 400 to 409 if shared link already exists
- tweak 404 error message (entity id not found)
- change response from sharedId to just id
- add optional filter when finding links, eg. where=(sharedByUser/id='userId') (userId can also be -me-)
- TODO add a few more tests (rendition download, filtered find)
RA-708, RA-777
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126514 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:17:59 +00:00
Jamal Kaabi-Mofrad
119a8acf4d
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
122817 jvonka: (Quick) Shared Links API - retrieve rendition content (no auth required)
- TODO add extra test
RA-830
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126511 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:17:21 +00:00
Jamal Kaabi-Mofrad
2f420b6a16
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
122732 jvonka: (Quick) Shared Links API - 1st cut for find shared links (for current user)
- TODO filter by shared by user, option to include/select allowableOperations, ... + more tests :-)
RA-777
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126501 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 11:13:41 +00:00
Jamal Kaabi-Mofrad
4528d01986
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
121917 jkaabimofrad: RA-778: Added support for QuickShare service to email users notifying them that a content has been shared with them.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126436 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 10:54:46 +00:00
Jamal Kaabi-Mofrad
c03accdbea
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
...
121851 jvonka: (Quick) Shared Links API - update resource name to "/shared-links"
- also add REST impl layer
- TODO review impl (+ add tests)
RA-775, RA-773, RA-750, RA-708, RA-776
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126428 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-05-10 10:53:03 +00:00