summaryrefslogtreecommitdiffstats
path: root/controller
AgeCommit message (Collapse)Author
2014-05-10version bumpBernhard Posselt
2014-05-01fix updater urlBernhard 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 ↵Bernhard Posselt
code more visible
2014-04-19split up api class for easier testing and clearer codeBernhard Posselt
2014-04-11fix page controller argumentsBernhard Posselt
2014-04-11fix api routes for itemsBernhard Posselt
2014-04-09fix api updated requestBernhard Posselt
2014-04-09only set passed settingsBernhard Posselt
2014-04-09remove usersettingscontroller in favor of pagecontroller, simplify settings ↵Bernhard Posselt
requests
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
the app and define deps
2014-04-06get rid of deprecated getParams and renderJSON method to ease transition to ↵Bernhard Posselt
built in appframework
2013-12-19add serverside infrastructure for setting and remembering compact viewBernhard Posselt
2013-11-12Make feed title editable (FIX #242)Davide Saurino
2013-09-14implement pull to refresh, fix #44Bernhard Posselt
2013-09-12removed google importer on the serverside, add importer for articlesBernhard Posselt
2013-09-12#342 implement exportBernhard 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
Edit fix #176
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 ↵Bernhard Posselt
a bug that prevented readding of feeds when its folder was deleted, fix a bug that would not allow mark read for feeds when the app was started for the first time
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-29go back to order by id, fix #138, use a newest item id to prevent marking ↵Bernhard Posselt
items as read that the user didnt see yet fix #141, also update the starred count periodically
2013-04-26use last_modified column for finding new items (so we also see if they were ↵Bernhard Posselt
updated or starred), use offset to paginate rather than item id
2013-04-20Also load the newest feed data when you load a feedBernhard Posselt
Edit fix #102
2013-04-19added skeletons for google reader importBernhard Posselt
2013-04-17always return the unreadcount when marking read to set update request as 0, ↵Bernhard Posselt
dont create new feeds that only consist of unreadcount updates
2013-04-16dont show unread count when it is 0, dont bold read feeds, implemented ↵Bernhard Posselt
autopaging
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt
2013-04-15get language from server and save it in a language object, dont use a ↵Bernhard Posselt
seperate file for instantiating controllers
2013-04-12implement export, needs proper unittests though, fix 31Bernhard Posselt
2013-04-12added return value tests for controllersBernhard Posselt
2013-04-12implement mark as read for feeds and folders, fix #29Bernhard Posselt
2013-04-03removed useless settingsBernhard Posselt
2013-04-02added simple twitter fetcher implementationBernhard 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 ↵Bernhard Posselt
the meantime. read still only works on the current version of the item, that means if an item is updated on the server side and an older version is being read on the server it will not be marked as read
2013-03-27fixed mark all unread serverside (was missing highestitemid, dont use ↵Bernhard Posselt
lastmodified to compare for new versions but use the highest item id. if items are updated and the guidHash and feedId are the same then it will be deleted and newly inserted to make the lastmodified feasable
2013-03-26added casting information for data objectsBernhard Posselt
2013-03-25fix bad setter usageBernhard 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-23added commentBernhard Posselt
2013-03-23use all articles if active feed is nullBernhard Posselt
2013-03-23added index templateBernhard Posselt