summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2021-04-08🩹 Remove traces of feed_id being nullableMarco Nassabain
2021-04-08✨ Add findAllSharedAfterMarco Nassabain
2021-04-08✨ Implementer shared getter + add count in requestMarco Nassabain
2021-04-08✨ ItemController (index): add case for shared itemsMarco Nassabain
2021-04-08✨ ItemServiceV2: add findAllSharedWithUserWithFiltersMarco Nassabain
2021-04-08✨ ItemMapperV2: exclude shared items in functionsMarco Nassabain
2021-04-08✨ ItemMapperV2: include shared in functionsMarco Nassabain
2021-04-08✨ ItemMapperV2: include shared in functionsMarco Nassabain
2021-04-08✨ ItemMapperV2: added findAllSharedWithUser functMarco Nassabain
2021-04-08🚧 ItemService, Controller: added basic sharingMarco Nassabain
2021-04-08💡 Added comments to ItemMapper share fnctsMarco Nassabain
2021-04-08🩹 Return starredCount in newItems response paramsMarco Nassabain
2021-04-08🩹 ItemMapper->deleteUser: include shared itemsMarco Nassabain
2021-04-08🩹 Patch getNewestItemId: include shared articlesMarco Nassabain
2021-04-08🩹 Patch readAll: concerns items shared with userMarco Nassabain
2021-04-08🐛 Fix readAll: cannot read items we sharedMarco Nassabain
2021-04-08🐛 Added sharedCount to feedController index resp.Marco Nassabain
2021-04-08🚑 Fix bug - other user feeds show for shared itemMarco Nassabain
2021-04-08✨ Sharing: update ownership in sql (sharedwith)Marco Nassabain
2021-04-08Add function for avoid duplicate item (share)Aurélien
2021-04-08🐛 Share Item: feed_id not nullable, copy feed_idMarco Nassabain
2021-04-08(*) fix: item ModelJimmy Huynh
2021-04-08(*) fix: item ModelJimmy Huynh
2021-04-08(+) Adding sharing_user names to EVERY articles + pre-condition if sharedArti...Jimmy Huynh
2021-04-08✨ ItemController: return sharedCount in index reqMarco Nassabain
2021-04-08🐛 sharedCount: fix sql statement bug `1` => 1Marco Nassabain
2021-04-08🎨 Fix function name to sharedCountWENDLING NICOLAS
2021-04-08✨ Add count for unread itemsWENDLING NICOLAS
2021-04-08🔥 shareItem: set unread = true for shared articleMarco Nassabain
2021-04-08🔥 findAllShared: add table alias in sql statementMarco Nassabain
2021-04-08add function findAllShared in returnAurélien
2021-04-08✨ Get all shared items with an userWENDLING NICOLAS
2021-04-08add root for access shared itemsAurélien
2021-04-08✨ NewsItem: add share routes + controller funcMarco Nassabain
2021-04-08✨ NewsItem: add share functions (mapper + service)Marco Nassabain
2021-04-08🗃 NewsItem: added share fields, feedId not nullMarco Nassabain
2021-04-08fix invalid 'empty' checksPaul Tirk
2021-04-08add missing type hintsPaul Tirk
2021-04-08return error if new folder name is missing on updatePaul Tirk
2021-04-08use last modified timestamp data instead of removed 'updatedAt' fieldPaul Tirk
2021-04-08return error if no folder name is providedPaul Tirk
2021-04-08add json error response without an exceptionPaul Tirk
2021-04-08remove unused service exceptions & allow equally named foldersPaul Tirk
2021-04-08fix wrong function definition & remove leftover copyright headersPaul Tirk
2021-04-08move v2 api responses into existing php traitsPaul Tirk
2021-04-08change method names to follow nextcloud conventionPaul Tirk
2021-04-08separate serialization functionsPaul Tirk
2021-04-08remove unused 'findByName' method of folder mapper/servicePaul Tirk
2021-04-08do not return existing folders when an API request error occursPaul Tirk
2021-04-08add possibility to serialize a reduced version of an entityPaul Tirk