summaryrefslogtreecommitdiffstats
path: root/js/app/controllers/feedcontroller.coffee
AgeCommit message (Collapse)Author
2014-05-15use markdown, refactor jsBernhard Posselt
2014-04-03only instantiate one itemcontroller, prevent tons of requests when ↵Bernhard Posselt
autopaging, fix #498
2013-09-23always clear input for adding feedsBernhard Posselt
2013-09-16version bump1.603Bernhard Posselt
2013-09-16also translate title, fix #350Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-01scroll to bottom when you click on show all to make it easier to click the ↵Bernhard Posselt
button again, fix #296
2013-05-07dont highlight tab title when nothing changed, fix #157Bernhard Posselt
2013-04-26format unread count properlyBernhard Posselt
2013-04-22add unittest for feedcontroller, fix #51, dont activate add button if input ↵Bernhard Posselt
does not contain characters
2013-04-18also format unreadcount in the titleBernhard Posselt
2013-04-18show unread count in title, fix #64Bernhard Posselt
2013-04-16unescape title to not escape html characters, this is handled by angularjsBernhard Posselt
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-15remove opacity for feedcounter, fix #57Bernhard Posselt
2013-04-12visually show unreadcount using opacity, fix #57Bernhard Posselt
2013-04-11autoselect folder when it was created and open folder if a feed gets added to itBernhard Posselt
2013-04-11allow users to discard folder and feed errorsBernhard Posselt
2013-04-11make moving feeds work, fix #22Bernhard Posselt
2013-04-11load new feed when it was addedBernhard Posselt
2013-04-11fixed linting errorsBernhard Posselt
2013-04-11added more code for adding feeds and foldersBernhard Posselt
2013-04-11add a button for people to get out of add folder modeBernhard Posselt
2013-04-11implemented drag and drop directivesBernhard Posselt
2013-04-05bring back show all buttonBernhard Posselt
2013-04-04cleaned up feedcontrollerBernhard Posselt
2013-04-02small pixel fixesBernhard Posselt
2013-04-02split logic into business layersBernhard Posselt
2013-03-27adding dudesBernhard Posselt
2013-03-27adding folders worksBernhard 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-26fixed setting of active feedBernhard 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-25added more feedcontroller methodsBernhard Posselt
2013-03-25added feedcontroller methods and testsBernhard Posselt
2013-03-25provide feedcontroller skeleton methodsBernhard Posselt
2013-03-23fixed dicontainer and added basic controllersBernhard Posselt