summaryrefslogtreecommitdiffstats
path: root/js/app/services/persistence.coffee
AgeCommit message (Collapse)Author
2014-05-15use markdown, refactor jsBernhard Posselt
2014-05-14first commit, nothing working yetBernhard Posselt
2014-04-09fix user settings requestBernhard Posselt
2014-04-09fix user settings requestBernhard Posselt
2014-04-08fix bug that would prevent you from creating foldersBernhard Posselt
2014-04-08Merge pull request #502 from owncloud/routingBernhard Posselt
Update requests to use the full route. Refs. #496
2014-04-06get rid of deprecated getParams and renderJSON method to ease transition to ↵Bernhard Posselt
built in appframework
2014-03-26Update requests to use the full route. Refs. #496Thomas Tanghus
2013-12-20debugBernhard Posselt
2013-12-20debugBernhard Posselt
2013-12-20debugBernhard Posselt
2013-12-20debugBernhard Posselt
2013-12-20debugBernhard Posselt
2013-12-20debugBernhard Posselt
2013-12-20debugBernhard Posselt
2013-12-20debugBernhard Posselt
2013-12-20debugBernhard Posselt
2013-12-20debugBernhard Posselt
2013-12-20Revert "prevent multiple autopage requests, fix #201"Bernhard Posselt
This reverts commit 67daf1074702f8ee8e0720c6f864bc4b8eb3780c.
2013-12-20prevent multiple autopage requests, fix #201Bernhard Posselt
2013-12-19add compact view, fix #267, merry christmas ;DBernhard Posselt
2013-12-19add persistent option for compact viewBernhard Posselt
2013-12-19lint coffeeBernhard Posselt
2013-11-12Make feed title editable (FIX #242)Davide Saurino
2013-09-14implement pull to refresh, fix #44Bernhard Posselt
2013-09-12fix #342Bernhard Posselt
2013-09-02all the firstrunpage in one commitAlessandro Cosentino
2013-08-26change email adress in copyright headersBernhard Posselt
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-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-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-26format unread count properlyBernhard Posselt
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-22added import from google reader, fix #80Bernhard 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-16unescape title to not escape html characters, this is handled by angularjsBernhard Posselt
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-15get language from server and save it in a language object, dont use a ↵Bernhard Posselt
seperate file for instantiating controllers
2013-04-11make moving feeds work, fix #22Bernhard Posselt
2013-04-05reload page after showall has been changedBernhard Posselt
2013-04-05fixed showall toggle and added methods to set items read and starredBernhard 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-26deleting and adding feeds worksBernhard Posselt
2013-03-26added logic for adding feedsBernhard Posselt
2013-03-25setting read and unread works nowBernhard Posselt
2013-03-25fixed js errors on loadBernhard Posselt
2013-03-23various bugfixesBernhard Posselt