summaryrefslogtreecommitdiffstats
path: root/js/app/services
AgeCommit message (Collapse)Author
2013-09-14dont do pull to refresh when loading in itemsBernhard Posselt
2013-09-14implement pull to refresh, fix #44Bernhard Posselt
2013-09-12fix #342Bernhard Posselt
2013-09-02all the firstrunpage in one commitAlessandro Cosentino
2013-09-01more whitespace for oc6Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-07also use title as folder name if text is not on the opml outline element, ↵Bernhard Posselt
fix #306
2013-05-27Issue #166 Improve RESTful urls for web backendXemle
Change create and delete urls for feeds and folders: POST /feed - Creates a feed DELETE /feed/:feedId - Deletes a feed POST /folder - Creates a folder DELETE /folder/:folderId - Deletes a feed
2013-05-10undo queue fixes (unittests not adjusted yet: todo fix folderbusinesslayer ↵Bernhard Posselt
and feedbusinesslayer specs)
2013-05-10use a deleted flag for deleted feeds to handle undoBernhard Posselt
2013-05-09Fix a bug that would mark the items on the right side as read regardless of ↵Bernhard Posselt
feed or folder id
2013-05-09fix bug that wouldnt restore deleted folders on 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-06dont show loading sign when updating feeds and folders, fix #153Bernhard Posselt
2013-05-04use 99 as maximum unread count to display, permanently display delete button ↵Bernhard Posselt
for active feed
2013-04-29dont mark feed read if newest item id is 0Bernhard 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-27delete queue after successful delete request to prevent addtional delete ↵Bernhard Posselt
when the next item is deleted
2013-04-26format unread count properlyBernhard Posselt
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-23dont show unread articles when there are no feedsBernhard Posselt
2013-04-22added import from google reader, fix #80Bernhard Posselt
2013-04-22add undo for feed and folder deletion, fix #56Bernhard Posselt
2013-04-22add a unittest for itemcontroller, fix #92Bernhard Posselt
2013-04-22add http:// to feed url if its not specified, fix #111 and fix #61Bernhard Posselt
2013-04-20update all feeds in one go and dont trigger serverside update anymore on ↵Bernhard Posselt
feedupdate, fix #90
2013-04-19added javascript for uploading google reader json filesBernhard Posselt
2013-04-18remove clientside hashing, fix #72Bernhard Posselt
2013-04-17dont kill favicons on feed updateBernhard 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-16fix bug that prevented marking read if the highestitemid was 0 also clientsideBernhard Posselt
2013-04-16unescape title to not escape html characters, this is handled by angularjsBernhard Posselt
2013-04-16dont show unread count when it is 0, dont bold read feeds, implemented ↵Bernhard Posselt
autopaging
2013-04-16move instantiation into file where object is declared, fix unittests that ↵Bernhard Posselt
overwrote services for all unittests and caused them to fail
2013-04-15fix potential errors when fetching favicon that preven feed from being ↵Bernhard Posselt
added, fix #66 by not shortening the url
2013-04-15add simple keyboard shortcuts, implemt keep unread fix #43, implement mark ↵Bernhard Posselt
as read when scrolling fix #4
2013-04-15fix unittest breakage errors in firefox and phantomjs, bump build toolsBernhard Posselt
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt
2013-04-15show real date on hover, more robust check for language support for relative ↵Bernhard Posselt
dates
2013-04-15removed useless fileBernhard Posselt
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-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-13add license headers and authors fileBernhard Posselt
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 export, needs proper unittests though, fix 31Bernhard Posselt
2013-04-12implement clientside update requests, fix #27Bernhard Posselt