summaryrefslogtreecommitdiffstats
path: root/js/tests
AgeCommit message (Collapse)Author
2013-04-15show real date on hover, more robust check for language support for relative ↵Bernhard Posselt
dates
2013-04-15add support for relative dates, fix #28Bernhard 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-14also check https for faviconsBernhard Posselt
2013-04-13add code to get favicons, fix #49Bernhard Posselt
2013-04-13fix import scoping issue that caused feeds not to be imported at times, set ↵Bernhard Posselt
created folders to be opened by default
2013-04-13remove debug console.log output from importBernhard Posselt
2013-04-13implement opml import, fix #23Bernhard Posselt
2013-04-13implement opml import, fix #23Bernhard Posselt
2013-04-12implement clientside update requests, fix #27Bernhard 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-11properly clear the query cacheBernhard Posselt
2013-04-11make moving feeds work, fix #22Bernhard Posselt
2013-04-11load new feed when it was addedBernhard Posselt
2013-04-11fixed folderselectionBernhard 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-11fixed feedmodelBernhard Posselt
2013-04-11fixed foldermodelBernhard Posselt
2013-04-08prework for adding foldersBernhard Posselt
2013-04-08add link to feed which gets opened when clicked on the subheading of an itemBernhard Posselt
2013-04-05dont allow setting read and unread if it doesnt change the statusBernhard Posselt
2013-04-05reload page after showall has been changedBernhard Posselt
2013-04-05reduce unreadcount instantly when marking as read, fixes #7Bernhard Posselt
2013-04-05fix collapsing of foldersBernhard Posselt
2013-04-05fixed showall toggle and added methods to set items read and starredBernhard Posselt
2013-04-05implemented bare itembl methodsBernhard Posselt
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-02split logic into business layersBernhard 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-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-25added more feedcontroller methodsBernhard Posselt