1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-09-05 20:53:11 +02:00
Commit Graph

1145 Commits

Author SHA1 Message Date
Bernhard Posselt
e00bc4b65f added unreadcounter back 2012-10-31 01:05:58 +01:00
Alessandro Cosentino
00ba1348ff [News] SimplePie library updated to 1.3.1 2012-10-30 15:16:22 -04:00
Alessandro Cosentino
a7f7f04052 sharing items in the News app 2012-10-28 10:57:35 -04:00
Jan-Christoph Borchardt
7683d55104 remove highlight of currently selected item 2012-10-26 20:30:19 +02:00
Bernhard Posselt
ee46c5c5a6 also change the menu entry when you load a feed from the from_feed link 2012-10-16 18:50:44 +02:00
Bernhard Posselt
bf83f65545 click on from_feed loads the feed 2012-10-16 18:45:49 +02:00
Bernhard Posselt
a30aebb934 abort load request if a new feed is being loaded 2012-10-15 23:05:51 +02:00
Bernhard Posselt
347a34b722 fixed bug that caused the starred items menu item to be marked as read when one starred item was unstarred 2012-10-15 22:36:28 +02:00
Bernhard Posselt
3f0ddad8ab also show additional feedtitle when using javascript to reload the page 2012-10-15 22:23:11 +02:00
Bart Visscher
1e37bc139b Whitespace cleanup 2012-10-14 21:15:47 +02:00
Bernhard Posselt
8ec06f9fc2 fixed bug that would hide starred items if they are read 2012-10-14 16:54:56 +02:00
Bernhard Posselt
e5980c8141 fixed bug that prevented creating of folders, linted menu.js, fixed weird html escaping for feed titles, removed all database queries from templates 2012-10-13 05:03:05 +02:00
Bernhard Posselt
4b5f94b435 selecting folders works 2012-10-13 04:47:35 +02:00
Bernhard Posselt
70aac9d0f9 merged index 2012-10-13 00:13:31 +02:00
Bernhard Posselt
86f8d78584 reverted js back to old state 2012-10-13 00:07:03 +02:00
Bernhard Posselt
d085a688af removed change that caused errors 2012-10-13 00:05:18 +02:00
Alessandro Cosentino
cb68f9f589 move firstrun js to an independent script 2012-10-12 16:30:47 -04:00
Bernhard Posselt
95542f96eb removed linter errors on parseInt, added the most recent timestamp and id to the load command 2012-10-12 17:54:51 +02:00
Alessandro Cosentino
d5cd794c01 split firstrun template from main template 2012-10-08 20:23:32 -04:00
Bernhard Posselt
7492639549 setting items as read has now an immediate response from the server about how many feeds are unread and the ui updates nearly immediately 2012-09-20 19:17:53 +02:00
Bernhard Posselt
5ead2af717 open all links from the feedbody in a new tab 2012-09-19 22:39:38 +02:00
Bernhard Posselt
d1583422bd If you click on a feed and then on a second feed, the first one is still loaded into the main view if the second one finished faster
: fixed
2012-09-17 17:25:14 +02:00
Bernhard Posselt
4fcd2a6d12 decreased unread timeout from 1s to .5s 2012-09-17 17:10:39 +02:00
Bernhard Posselt
683c4ab1a3 reduced update cycle to 1 minute 2012-09-14 19:17:53 +02:00
Bernhard Posselt
5a907a1a7e fixed a bug which broke updating via ajax 2012-09-14 18:10:17 +02:00
Bernhard Posselt
c2bfb2babc small mispell fix 2012-09-14 17:59:12 +02:00
Bernhard Posselt
dafb2543fd made feeds smaller, fixed some errors from js linter 2012-09-14 17:40:37 +02:00
Bernhard Posselt
9fcfdae0c2 remember collapsed folders, simplyfied css and js 2012-09-08 19:11:22 +02:00
Bart Visscher
ce2e3bd0cb Remove empty lines at end of file 2012-09-07 14:25:28 +02:00
Bernhard Posselt
d03a0608f5 put arrow keys jumping back in 2012-09-06 20:30:26 +02:00
Alessandro Cosentino
a7c2cdb0c0 removes files no longer needed 2012-09-06 13:16:37 -04:00
Bernhard Posselt
b5abac0767 removed arrow keys for jumping to next feed 2012-09-06 17:42:49 +02:00
Bernhard Posselt
1853913a9b the caption of the eye should toggle 2012-09-06 15:54:07 +02:00
Bernhard Posselt
e63ac23327 moved thumbnail code from js to css 2012-09-05 21:01:24 +02:00
Bernhard Posselt
bfd20019d5 added padding to first img child to mark it as thumbnail 2012-09-05 20:31:19 +02:00
Bernhard Posselt
7e2a952e71 removed debug console.log 2012-09-05 18:11:29 +02:00
Bernhard Posselt
86abd7b40d cleanup, moving feeds now sets the unread count correctly 2012-09-05 18:11:29 +02:00
Bernhard Posselt
747077e85e correctly adjust unreadcount for folders when moving a feed 2012-09-05 16:18:56 +02:00
Bernhard Posselt
4c8457c01e fixed bug that would prevent marking as keep_unread when directly clicking on the checkbox, fixed bug that prevented a folder being set as all read 2012-09-05 15:29:44 +02:00
Bernhard Posselt
fd16daf12d mark viewed article sooner 2012-09-05 15:29:44 +02:00
Bernhard Posselt
bb44bfedc3 enter now also commits when adding a feed on the firstrun page 2012-09-03 16:47:54 +02:00
Bernhard Posselt
8f8069022a if dialog input text elements are focused, enter commits the form 2012-09-03 16:39:36 +02:00
Bernhard Posselt
29c878f440 set a timeout for scroll event to only trigger once every 100 milisecs 2012-09-03 15:40:02 +02:00
Bernhard Posselt
843845695f dont mark feeds as read when you hit the bottom because its not needed any more 2012-09-03 03:23:22 +02:00
Bernhard Posselt
37d7ad7c5b fixed bug when feed whould not be marked as viewed 2012-09-03 03:14:17 +02:00
Bernhard Posselt
74693ed2db add padding to the bottom to be able to scroll even with one element 2012-09-03 03:00:36 +02:00
Bernhard Posselt
8f574db911 marking as viewed now works on jumping 2012-09-03 02:31:26 +02:00
Bernhard Posselt
7d1761bb48 mark currently read item 2012-09-03 02:03:58 +02:00
Bernhard Posselt
379554e1b0 fixed weird showAll post request 2012-09-03 01:16:28 +02:00
Bernhard Posselt
ff09dc5c27 bind shortcuts on keyup 2012-09-03 00:43:00 +02:00