summaryrefslogtreecommitdiffstats
path: root/appinfo
AgeCommit message (Collapse)Author
2013-05-06removed useless upgrade helperBernhard Posselt
2013-05-06require 5.0.6 for api fixesBernhard Posselt
2013-05-04use 99 as maximum unread count to display, permanently display delete button ↵Bernhard Posselt
for active feed
2013-05-04version bumpBernhard Posselt
2013-05-04fix link xss vulnerabilitiesBernhard Posselt
2013-05-04bump versionBernhard Posselt
2013-05-03also set version number in xml file to fix appstore problemsBernhard Posselt
2013-05-03also provide the app versionBernhard Posselt
2013-05-02set a lower version for owncloud to enable future proper upgradesBernhard Posselt
2013-05-02require at least owncloud 5.0.5Bernhard Posselt
2013-05-02removed useless get calls to apiBernhard Posselt
2013-05-02move external api stuff to appframeworkBernhard Posselt
2013-05-02implement all routes and function bodies for api callsBernhard Posselt
2013-05-02fix result returnBernhard Posselt
2013-05-02implemented first feeds get all methodBernhard Posselt
2013-04-30mention requirements and backgroundjobs in the apps descriptionBernhard Posselt
2013-04-29fix version tagBernhard Posselt
2013-04-29set version 1.0Bernhard Posselt
2013-04-29prepare readme for beta releaseBernhard 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-22added import from google reader, fix #80Bernhard Posselt
2013-04-20error log when appframework is not enabledBernhard Posselt
2013-04-19added a way to prevent feed from being updatedBernhard Posselt
2013-04-19added javascript for uploading google reader json filesBernhard Posselt
2013-04-19added skeletons for google reader importBernhard Posselt
2013-04-15dont break if owncloud if appframework isnt enabledBernhard 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 mark as read for feeds and folders, fix #29Bernhard Posselt
2013-04-08add link to feed which gets opened when clicked on the subheading of an itemBernhard Posselt
2013-04-05remove admin pageBernhard Posselt
2013-04-03removed useless settingsBernhard Posselt
2013-03-30remove search plugin. YAGNIAlessandro Cosentino
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-27changed timestamp datatype to integer which fixes #10Bernhard Posselt
2013-03-26use container class instead of non existent functionBernhard Posselt
2013-03-25implemented feed updateBernhard Posselt
2013-03-25updated backgroundjobBernhard Posselt
2013-03-23added index templateBernhard Posselt
2013-03-21added additional controllers in the containerBernhard Posselt
2013-03-21wired routingBernhard Posselt
2013-03-21welcome in the age of newnessBernhard Posselt
2013-03-20updated docsBernhard Posselt
2013-03-19added namespaced indices for the newsappBernhard Posselt
2013-03-19devs keep forgetting the designersJan-Christoph Borchardt
2013-03-18added indices and primary keysBernhard Posselt
2013-03-08fix merge conflictAlessandro Cosentino
2013-03-07implement folder modify and delete api callsGregor Tätzner
2013-03-06api calls are anonymous functions nowAlessandro Cosentino
2013-03-03create folder api callAlessandro Cosentino
2013-03-03adds a call to create feedAlessandro Cosentino