1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-10-17 08:42:48 +02:00
Commit Graph

234 Commits

Author SHA1 Message Date
Bernhard Posselt
685ff350eb reduce unreadcount instantly when marking as read, fixes #7 2013-04-05 14:27:14 +02:00
Bernhard Posselt
ae42bb1c5f fix collapsing of folders 2013-04-05 14:08:12 +02:00
Bernhard Posselt
1a169b29c1 fixed showall toggle and added methods to set items read and starred 2013-04-05 13:50:30 +02:00
Bernhard Posselt
a6d1cc915a implemented bare itembl methods 2013-04-05 12:07:04 +02:00
Bernhard Posselt
54a67849bd brought back feeds and folders 2013-04-05 11:38:12 +02:00
Bernhard Posselt
f8451ca565 bring back show all button 2013-04-05 11:22:38 +02:00
Bernhard Posselt
d001da3394 cleaned up feedcontroller 2013-04-04 21:57:17 +02:00
Bernhard Posselt
76267670f3 finished feedbl methods 2013-04-04 21:18:43 +02:00
Bernhard Posselt
346346e01c added most of the bl functionality 2013-04-04 19:59:06 +02:00
Bernhard Posselt
1ffedced05 fixes mappers by using the correct status condition 2013-04-04 17:21:43 +02:00
Bernhard Posselt
b723c12e4c improved and cleaned up js unittests 2013-04-04 15:23:58 +02:00
Bernhard Posselt
635a9d7795 split logic into business layers 2013-04-02 10:38:00 +02:00
Bernhard Posselt
eb532ff318 adding dudes 2013-03-27 20:44:20 +01:00
Bernhard Posselt
d97e2b1f0e fixed bug that didnt add feeds when they were deleted once 2013-03-27 18:07:48 +01:00
Bernhard Posselt
02869fdc16 adding folders works 2013-03-27 17:19:50 +01:00
Bernhard Posselt
78674ebc36 star by guid hash and feedid to also star an item if it has been updated in 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-27 13:47:53 +01:00
Bernhard Posselt
03e4ec51b3 also update feedmodel if urlhash is the same 2013-03-27 12:49:18 +01:00
Bernhard Posselt
02ae36eba3 fixed mark all unread serverside (was missing highestitemid, dont use 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-27 12:26:04 +01:00
Bernhard Posselt
7b2a214017 show title and author below feed 2013-03-26 19:48:55 +01:00
Bernhard Posselt
f7c8199380 viewing the first 20 items is now possible 2013-03-26 19:30:27 +01:00
Bernhard Posselt
d646f33a1a deleting and adding feeds works 2013-03-26 18:21:00 +01:00
Bernhard Posselt
c8d3f8fb46 added casting information for data objects 2013-03-26 18:04:02 +01:00
Bernhard Posselt
8e1e0f5281 added logic for adding feeds 2013-03-26 14:45:39 +01:00
Bernhard Posselt
cd3b748f65 added adding of feeds logic 2013-03-26 14:22:01 +01:00
Bernhard Posselt
866f5eef01 fix bad setter usage 2013-03-25 23:24:47 +01:00
Bernhard Posselt
0430a6ca38 added more feedcontroller methods 2013-03-25 21:50:49 +01:00
Bernhard Posselt
7ade1165dd added feedcontroller methods and tests 2013-03-25 21:13:09 +01:00
Bernhard Posselt
29b4fc1552 provide feedcontroller skeleton methods 2013-03-25 17:07:12 +01:00
Bernhard Posselt
b0f35f7f7b fixed js errors on load 2013-03-25 15:05:20 +01:00
Bernhard Posselt
d65fa80904 fixed dicontainer and added basic controllers 2013-03-23 16:08:39 +01:00
Bernhard Posselt
aa4916b829 wired routing 2013-03-21 12:56:14 +01:00
Bernhard Posselt
206510d126 fixed test for init 2013-03-18 12:41:57 +01:00
Bernhard Posselt
a8c1a0dd93 ported persistence to new request interface 2013-03-18 12:32:40 +01:00
Bernhard Posselt
8c5bf6f317 added rewritten js from appframwork-js branch 2013-03-18 11:49:26 +01:00