Commit Graph

6 Commits

Author SHA1 Message Date
dhrn
c6f5c5876b [REPO-5184] [REPO-5185] REST API: Add endpoint to expose the groups of a site (#1041)
* [REPO-5185] REST API: Add endpoint to expose the groups of a site

* fix comments

* * fixed test

* * added isMemberOf group property

* * fixed displayName

* * where class support added

* * rename models

* * fixed java docs

* * fixed braces

* * fxed comments

* fixed test
2020-07-09 10:48:59 +01:00
anechifor
da80651635 REPO-4035 : refactor remove duplicate code (#293)
* REPO-4035 : refactor remove duplicate code

* REPO-4035: Added test in repository.
2018-12-10 17:12:14 +02:00
Jamal Kaabi-Mofrad
51e54861d3 EGATE-55: Fixed the events imports/references as the packages have been renamed in the "alfresco-sync-events" project. 2018-07-18 16:28:44 +01:00
Ancuta Morarasu
3e113e8996 REPO-3149 / MNT-19035 - Limit the /people/<username>/sites API (V0 and V1) (#65)
* REPO-3149 / MNT-19035 - Limit the /people/<username>/sites API (V0 and V1) to filter out private sites when querying for users other than currently authenticated one and site admins.
   - Tests: changed most of the site names to unique values, to be able to rerun tests locally without cleaning the database.
2018-01-11 13:54:40 +02:00
aforascu
a9d7e6167c ALF-21924: "Internal Server Error" when listSites is invoked for users belonging to a deleted Site (#62)
* REPO-2811 / ALF-21924: "Internal Server Error" when listSites is invoked for users belonging to a deleted Site
 - added a fix by not adding site / user pair to the membership list if the role is null
 - added a Junit with a check to see that matching of sites still works
2018-01-09 15:19:51 +02:00
Alex Mukha
5e247e50b4 REPO-2724 Apply default maven folder structure 2017-07-28 14:51:21 +01:00