summaryrefslogtreecommitdiffstats
path: root/js/controller/ContentController.js
AgeCommit message (Collapse)Author
2021-07-24Reimplement relative time formatting as a filter, dropping dependency on ↵Alec Kojaev
deprecated moment.js Signed-off-by: Alec Kojaev <alec@kojaev.name>
2021-04-08🩹 Fix rebase issuesMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08Add directive ClickOutside for hide dropdownAurélien
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
2021-04-08🎨 Adapt front-end to match new implementationMarco Nassabain
- remove share-specific code since new solution uses dummy feeds Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🧹 Cleanup code to match masterMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08💡 ContentController: update comments feed cacheMarco Nassabain
- shared items are still in the owners feeds - since we don't have access to those feeds, we don't cache them Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🩹 ContentController: Remove unused ShareResourceMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08added nextcloud routerMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🎨 create ShareController and moved share logicmarco.nassabain@etu.unistra.fr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🎨 rename UserResource to ShareResourcemarco.nassabain@etu.unistra.fr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🐛 Use the sharee api to get users for sharingmarco.nassabain@etu.unistra.fr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) Dynamic userlist on input changeJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✨ added searchUsers function in ContentControllerMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🔥 Remove front-end edit from back-end prMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🔥 Remove changes from front-end for back-end prMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🚑 Fix bug - other user feeds show for shared itemMarco Nassabain
- findAllFeeds doesn't return feeds of shared articles - Disable feed cache handling for shared items Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-02-22Fix incorrect article sortingTucker McKnight
Currently, an article with an ID of 1000 will show up earlier than one with ID = 900, because the IDs are being treated as strings and compared alphabetically. (1 comes before 9, and the comparison stops there.) We need to parse them as integers to ensure that 900 is less than 1000. Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
2019-03-05Cleanup JS and prolong error notificationSean Molenaar
2017-06-10Use regular promise for http callsDaniel Schaal
2016-07-23Adjust copyright headerBernhard Posselt
2016-04-18Fix #791Bernhard Posselt
2015-03-30fix #156Bernhard Posselt
2015-03-21fix autopaging in searchBernhard Posselt
2015-01-23fix #711Bernhard Posselt
2014-12-03Make expand entries in compact view after jumping to next/previous feed ↵Bernhard Posselt
optional with a setting
2014-11-20fix multiple bugsBernhard Posselt
2014-11-19fix #134Bernhard Posselt
2014-11-19show hint when no articles to read are availabeBernhard Posselt
2014-11-19first stab at recommended sitesBernhard Posselt
2014-10-04fix #624Bernhard Posselt
2014-09-13autopagingBernhard Posselt
2014-09-11fix order byBernhard Posselt
2014-09-11add collection viewBernhard Posselt
2014-09-11port to ES5, fix unread count going into minusBernhard Posselt
2014-09-11port to es5 and add es6 shims for object prototypes insteadBernhard Posselt
2014-09-10fix ordering by oldest firstBernhard Posselt
2014-09-09add todoBernhard Posselt
2014-09-09only toggle item if in compact modeBernhard Posselt
2014-09-02update depsBernhard Posselt
2014-05-30fix autopaging and marking read, render itemsBernhard Posselt
2014-05-30finish content controllerBernhard Posselt
2014-05-30add autopagingBernhard Posselt
2014-05-29dont mark read on scrollBernhard Posselt
2014-05-29order by pubdateBernhard Posselt
2014-05-26use controller as syntax for ng-viewBernhard Posselt
2014-05-26render itemsBernhard Posselt
2014-05-23more boilerplateBernhard Posselt
2014-05-23add missing controller methods bodiesBernhard Posselt
2014-05-22add autopaging directiveBernhard Posselt
2014-05-21es6 all the thingsBernhard Posselt