summaryrefslogtreecommitdiffstats
path: root/controller/itemcontroller.php
AgeCommit message (Expand)Author
2015-01-18first stab at intelligent containerBernhard Posselt
2014-11-20fix multiple bugsBernhard Posselt
2014-10-21first try to set indention limit at 80 characters in phpBernhard Posselt
2014-10-21use spaces for indention in itemcontroller classBernhard Posselt
2014-06-26style fixesBernhard Posselt
2014-06-25style fixesBernhard Posselt
2014-05-30add autopagingBernhard Posselt
2014-05-29order by pubdateBernhard Posselt
2014-05-22simplify star and readBernhard Posselt
2014-05-15rename businesslayer to serviceBernhard Posselt
2014-05-14add serverside possibility to order by oldest firstBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-13fix js testsBernhard Posselt
2014-05-13move to new controller layoutBernhard Posselt
2014-05-13break all the things!Bernhard Posselt
2014-04-20get rid of unneeded settings core class and inject it from the core containerBernhard Posselt
2014-04-19update headers to be compatible with phpdoc, slim down license text to make c...Bernhard Posselt
2014-04-19split up api class for easier testing and clearer codeBernhard Posselt
2014-04-09port to internal controller, some routes are still brokenBernhard Posselt
2014-04-09migrate security annotations, please reviewBernhard Posselt
2014-04-09ported to owncloud internal appframework classes, confused with how to start ...Bernhard Posselt
2014-04-06get rid of deprecated getParams and renderJSON method to ease transition to b...Bernhard Posselt
2013-09-14implement pull to refresh, fix #44Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-05-09only make one request for mark all read and mark folder read, fix #171, fix a...Bernhard Posselt
2013-05-02added proper exception handling for all controllers and businesslayerBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-26use last_modified column for finding new items (so we also see if they were u...Bernhard Posselt
2013-04-20Also load the newest feed data when you load a feedBernhard Posselt
2013-04-17always return the unreadcount when marking read to set update request as 0, d...Bernhard Posselt
2013-04-16dont show unread count when it is 0, dont bold read feeds, implemented autopa...Bernhard Posselt
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt
2013-04-12implement mark as read for feeds and folders, fix #29Bernhard Posselt
2013-03-27correctly save last viewed feedBernhard Posselt
2013-03-27adding folders worksBernhard Posselt
2013-03-27star by guid hash and feedid to also star an item if it has been updated in t...Bernhard Posselt
2013-03-27fixed mark all unread serverside (was missing highestitemid, dont use lastmod...Bernhard Posselt
2013-03-26added casting information for data objectsBernhard Posselt
2013-03-25return empty json responses when nothing has been doneBernhard Posselt
2013-03-25updated backgroundjobBernhard Posselt
2013-03-25set last viewed feed type and id and added casts to int for parametersBernhard Posselt
2013-03-23also pass in showall value to itemsBernhard Posselt
2013-03-23another todoBernhard Posselt
2013-03-23finished itemcontrollerBernhard Posselt
2013-03-22finished usersettingscontrollerBernhard Posselt
2013-03-22finished get starred countBernhard Posselt
2013-03-21finished feedcontrollerBernhard Posselt
2013-03-21added all controller methods and tests for the annotationsBernhard Posselt
2013-03-21added empty methods for controllersBernhard Posselt
2013-03-21added all controllersBernhard Posselt