summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2021-04-08🎨 Item.php: make shared_by nullableMarco Nassabain
2021-04-08🎨 Item.php: Remove shared_withMarco Nassabain
2021-04-08✨ Add FeedServiceV2 DI into ItemServiceV2Marco Nassabain
2021-04-08πŸ”₯ Remove old share item logic & functionsMarco Nassabain
2021-04-08🎨 Update item share: add items to dummy feedMarco Nassabain
2021-04-08πŸ—‘ '!=' is discouraged, replaced by '!=='WENDLING NICOLAS
2021-04-08πŸ—‘ '!=' is discouraged, replaced by '!=='WENDLING NICOLAS
2021-04-08🎨 ItemMapperV2: add new offset code (findShared)Marco Nassabain
2021-04-08🚨 Fix linter in those classes:WENDLING NICOLAS
2021-04-08πŸ₯… ItemService: catch NotFoundException + cleanupMarco Nassabain
2021-04-08πŸ—ƒ Change share migration versionMarco Nassabain
2021-04-08πŸ”₯ Remove old ItemMapper & ItemServiceMarco Nassabain
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