summaryrefslogtreecommitdiffstats
path: root/js
AgeCommit message (Collapse)Author
2013-04-05brought back feeds and foldersBernhard Posselt
2013-04-05bring back show all buttonBernhard Posselt
2013-04-04cleaned up feedcontrollerBernhard Posselt
2013-04-04finished feedbl methodsBernhard Posselt
2013-04-04added most of the bl functionalityBernhard Posselt
2013-04-04fixes mappers by using the correct status conditionBernhard Posselt
2013-04-04improved and cleaned up js unittestsBernhard Posselt
2013-04-04autopurge all read items which are not starred if there are more than 1000Bernhard Posselt
2013-04-02small pixel fixesBernhard Posselt
2013-04-02split logic into business layersBernhard Posselt
2013-03-29use click focus from appframeworkBernhard Posselt
2013-03-27removed old fileBernhard Posselt
2013-03-27adding dudesBernhard Posselt
2013-03-27fixed bug that didnt add feeds when they were deleted onceBernhard 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-27also update feedmodel if urlhash is the sameBernhard Posselt
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-26show title and author below feedBernhard Posselt
2013-03-26viewing the first 20 items is now possibleBernhard Posselt
2013-03-26fixed setting of active feedBernhard Posselt
2013-03-26deleting and adding feeds worksBernhard Posselt
2013-03-26added casting information for data objectsBernhard Posselt
2013-03-26added logic for adding feedsBernhard Posselt
2013-03-26added adding of feeds logicBernhard Posselt
2013-03-25fix bad setter usageBernhard Posselt
2013-03-25setting read and unread works nowBernhard Posselt
2013-03-25added more feedcontroller methodsBernhard Posselt
2013-03-25added feedcontroller methods and testsBernhard Posselt
2013-03-25provide feedcontroller skeleton methodsBernhard Posselt
2013-03-25fixed js errors on loadBernhard Posselt
2013-03-24removed unneeded coffee grunt depBernhard Posselt
2013-03-23various bugfixesBernhard Posselt
2013-03-23use all articles if active feed is nullBernhard Posselt
2013-03-23fixed dicontainer and added basic controllersBernhard Posselt
2013-03-23readme infos on statusBernhard Posselt
2013-03-23removed old appjsBernhard Posselt
2013-03-21directive for testacular unit test with phantomjsAlessandro Cosentino
2013-03-21wired routingBernhard Posselt
2013-03-21removed unnecessary nodejs depBernhard Posselt
2013-03-20testsBernhard Posselt
2013-03-19added entity baseclass and pull deps if phpunit is runBernhard Posselt
2013-03-18fixed test for initBernhard Posselt
2013-03-18ported persistence to new request interfaceBernhard Posselt
2013-03-18added rewritten js from appframwork-js branchBernhard Posselt
2013-02-12different order for the delete icon, disable export button if there are no feedsBernhard Posselt
2013-02-12added oc notification for containerBernhard Posselt
2013-02-12also slide down other elements that have the click slide handler and ↵Bernhard Posselt
listeners on focus lost when an element wit this directive is clicked
2013-02-12slide areas with jquery and slide click directiveBernhard Posselt
2013-02-12forward import click to hidden file inputBernhard Posselt