Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-25style fixesBernhard Posselt
2014-05-31more additionsBernhard Posselt
2014-05-30order by pubdateBernhard Posselt
2014-05-15rename businesslayer to serviceBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-13move to new controller layoutBernhard Posselt
2014-05-13break all the things!Bernhard Posselt
2014-05-13remove dead codeBernhard 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-10port to internal controller, some routes are still brokenBernhard Posselt
2014-04-10migrate security annotations, please reviewBernhard Posselt
2014-04-10ported 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-08-26change email adress in copyright headersBernhard Posselt
2013-05-21When creating a feed or folder the it should purge the deletedBernhard Posselt
2013-05-10use a deleted flag for deleted feeds to handle undoBernhard Posselt
2013-05-09only make one request for mark all read and mark folder read, fix #171, fix a...Bernhard Posselt
2013-05-02force links to open in new tabs, fix #146Bernhard Posselt
2013-05-02added proper exception handling for all controllers and businesslayerBernhard Posselt
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt
2013-03-25set last viewed feed type and id and added casts to int for parametersBernhard Posselt
2013-03-22finished foldercontrollerBernhard Posselt
2013-03-22finished open and collapse in foldercontrollerBernhard Posselt
2013-03-21added all controller methods and tests for the annotationsBernhard Posselt
2013-03-21added all controllersBernhard Posselt
2013-03-21welcome in the age of newnessBernhard Posselt
2013-03-02prototype for business layer for feedAlessandro Cosentino
2013-02-10spaces to tabsBernhard Posselt
2013-02-10added another exception for collapsing foldersBernhard Posselt
2013-02-02added the collapse method for the foldercontroller + testsBernhard Posselt
2013-02-02spaces to tabsBernhard Posselt
2013-02-02added foldercontroller + testBernhard Posselt