summaryrefslogtreecommitdiffstats
path: root/lib/Controller
AgeCommit message (Expand)Author
2021-06-01Chore: implement removals from #935Sean Molenaar
2021-05-27controller: getRead + all_items is now unread typeSean Molenaar
2021-04-08✨ Add sharer display name into shared itemsMarco Nassabain
2021-04-08🎨 Type hint ItemController share functionmnassabain
2021-04-08🧹 Cleanup code, remove spaces, rename variablesMarco Nassabain
2021-04-08🚑 Fix ItemController::shareMarco Nassabain
2021-04-08🩹 Patch ItemController + test to use ShareServiceMarco Nassabain
2021-04-08🔥 Remove old share item logic & functionsMarco Nassabain
2021-04-08🚨 Fix linter in those classes:WENDLING NICOLAS
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🚧 ItemService, Controller: added basic sharingMarco Nassabain
2021-04-08🩹 Return starredCount in newItems response paramsMarco Nassabain
2021-04-08🐛 Added sharedCount to feedController index resp.Marco Nassabain
2021-04-08Add function for avoid duplicate item (share)Aurélien
2021-04-08✨ ItemController: return sharedCount in index reqMarco Nassabain
2021-04-08✨ NewsItem: add share routes + controller funcMarco 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-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-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-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
2021-04-08lint & add missing copyright/author informationPaul Tirk
2021-04-08add folder api v2Paul Tirk
2021-04-08add api v2 response traitPaul Tirk
2021-04-08add api version 2 & folder api routesPaul Tirk
2021-04-02Allow directly adding a feed without going through the discovery processskiingwiz
2021-03-25Make PHPstan stricterSean Molenaar
2021-02-23Feed: Fix rename moving fileSean Molenaar
2021-02-20General: Fix folder querySean Molenaar
2021-02-13Remove V1 item APISean Molenaar
2021-02-02Controllers: Export Starred or unread instead of andSean Molenaar
2021-01-26Base: Update psalm definition and dependency listSean Molenaar
2021-01-18Controllers: Fetch feed after creatingSean Molenaar
2021-01-17fix TypeError caused by type conversion in controlleranoy
2021-01-12Fix psalm issuesSean Molenaar
2021-01-08fixes done by psalmBenjamin Brahmer
2020-12-30Remove PHPunit integration testsSean Molenaar
2020-12-17Fix mapper->find and empty user sessionsSean Molenaar
2020-12-08Refactor User ID fetching and fix non-specific cleanupSean Molenaar
2020-12-08Remove usage of old Folder codeSean Molenaar
2020-11-10Unremove but deprecate User APISean Molenaar
2020-11-03Controllers: Use v2 servicesSean Molenaar