summaryrefslogtreecommitdiffstats
path: root/lib/Controller
AgeCommit message (Expand)Author
2024-03-13Fix deprecated variable referenceMartin Vuille
2023-10-24adjust dependabot, remove allowEvalScript()Benjamin Brahmer
2023-06-18allowEvalScript set to trueBenjamin Brahmer
2022-10-23Fix various keyboard navigation issuesRhys Tyers
2022-08-30Port admin settings to vue (#1880)Carl Schwan
2022-08-25Fix adding feed that was just deleted is causing an errorBenjamin Brahmer
2022-04-30rename parameter for read/unread api callPaul Tirk
2022-04-30add documentation for API v1.3 & fix parameter descriptionPaul Tirk
2022-04-30also allow starring/unstarring multiple items by idPaul Tirk
2022-04-30remove duplicate functionPaul Tirk
2022-04-30fix indentation of function descriptionPaul Tirk
2022-04-30add routes for starring/unstarring items by idPaul Tirk
2022-03-18rename maxItemId to newestItemId to match docsBenjamin Brahmer
2022-03-08Fix only one item marked as read by Feed APIBenjamin Brahmer
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