v4.0.0-alpha
Pre-release
Pre-release
Changes
LL-427
- adding uploaded files to user's private circle
- check on fileDownload whether user can access file
- little re-factoring of respective service parameters
- check on collEntryAdd whether user can access to be added entry
LL-430 LL-429 LL-428
- impl possibility to check whether an error beside other errors from within a service operation is thrown (currently used for SSEntityDoesntExistErr errors)
- new service operations entityEntitiesAttachedGet and entityUserEntitiesAttach to have entities attached to other entities, e.g. for attaching files to a given discussion or one of its entries
- extending SSEntity with entities property
- extending discUserEntryAdd with entities parameter
- new table entities
- extended discUserWithEntriesGet and discsUserAllGet to retrieve also attached entities
- storing activities for discussion now independently (transaction-wise) from disc service call discEntryAdd
- re-factoring entity serv a little bit
LL-432
- added forUser parameter to tagFrequsGet, tagUserEntitiesForTagsGet and tagsUserGet to be able to set whether also shared tags should be retrieved for the user only (and not all shared tags for a given entity respectively)
LL-434 LL-433
- allow tags to be set empty for call tagUserEntitiesForTagsGet
- changed super type SSDiscEntry to SSEntity
- providing attached entities for entries of discussions for discUserWithEntriesGet
LL-435
- new call tagsGet returning tag assignments
LL-431 LL-436
- changing tag adding service ops return types to uris instead of boolean
- new call entityCircleGet to provide information for a given circle uri
- added tag uri to activity tagEntity
LL-438
- for call entityUserAllowedIs true gets returned if the entity isn't registered in the sss yet
LL-439 LL-438
- introduced check in entityUserShare whether provided users to share with are users as such (and no random entities)
- adapted entityUserEntitiesAttach having to be attached entities added first if not existing beside checking whether the user has access to
- removed debugging printStackTraces calls (check either client now for detailed errors or consolidate the debugger)
LL-450
- removed scaffolding service
- removed deprecations for client-side
- updated discUserEntryAdd in SSServCaller
- renamed explanation parameter for discUserEntryAdd to description
- renamed explanation parameter for discEntryAdd to description
- removed deprecated sss calls for client-side