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

251 Commits

Author SHA1 Message Date
Bernhard Posselt
3fc18156ae go back to order by id, fix #138, use a newest item id to prevent marking items as read that the user didnt see yet fix #141, also update the starred count periodically 2013-04-29 13:30:01 +02:00
Bernhard Posselt
ebb5a2f442 autopage by item fix #136 2013-04-27 18:23:41 +02:00
Bernhard Posselt
95ead2f0da delete queue after successful delete request to prevent addtional delete when the next item is deleted 2013-04-27 11:34:40 +02:00
Bernhard Posselt
01210ea081 format unread count properly 2013-04-26 12:08:07 +02:00
Bernhard Posselt
f987751d8c order by pubdate on the client side fix #115 2013-04-26 11:52:50 +02:00
Bernhard Posselt
025cbba00f also use l for star (9gag, like) 2013-04-25 14:05:26 +02:00
Bernhard Posselt
cca3ff47f0 add s and i for starring item, u for keeping it unread, fix #52 2013-04-25 12:55:19 +02:00
Bernhard Posselt
02436eae6d dont show unread articles when there are no feeds 2013-04-23 13:47:16 +02:00
Bernhard Posselt
61fb7b93a0 added configuration info 2013-04-23 12:25:27 +02:00
Bernhard Posselt
d72ddb277f add n and p for next and previous 2013-04-22 18:26:25 +02:00
Bernhard Posselt
df18314b32 added import from google reader, fix #80 2013-04-22 18:24:31 +02:00
Bernhard Posselt
b9099435cb add undo for feed and folder deletion, fix #56 2013-04-22 16:05:45 +02:00
Bernhard Posselt
ac5c8f5f4f add unittest for feedcontroller, fix #51, dont activate add button if input does not contain characters 2013-04-22 12:31:38 +02:00
Bernhard Posselt
6c7883d284 add a unittest for itemcontroller, fix #92 2013-04-22 11:15:51 +02:00
Bernhard Posselt
bcba311485 add http:// to feed url if its not specified, fix #111 and fix #61 2013-04-22 10:24:07 +02:00
Bernhard Posselt
177a6af3d6 update the unread count every 3 minutes 2013-04-20 19:10:18 +02:00
Bernhard Posselt
ad919b8965 added backgroundjob infos 2013-04-20 16:30:47 +02:00
Bernhard Posselt
4344888056 update all feeds in one go and dont trigger serverside update anymore on feedupdate, fix #90 2013-04-20 16:11:56 +02:00
Bernhard Posselt
67e00e798d added javascript for uploading google reader json files 2013-04-19 12:31:54 +02:00
Bernhard Posselt
402c534ee6 remove clientside hashing, fix #72 2013-04-18 17:47:03 +02:00
Bernhard Posselt
97452a5f5e also format unreadcount in the title 2013-04-18 16:39:02 +02:00
Bernhard Posselt
fd8a57477e show unread count in title, fix #64 2013-04-18 16:08:22 +02:00
Bernhard Posselt
9452c4bf7f dont kill favicons on feed update 2013-04-17 11:53:59 +02:00
Bernhard Posselt
1fbcd35ac8 always return the unreadcount when marking read to set update request as 0, dont create new feeds that only consist of unreadcount updates 2013-04-17 10:51:04 +02:00
Bernhard Posselt
e48be020ad fix bug that prevented marking read if the highestitemid was 0 also clientside 2013-04-16 17:24:15 +02:00
Bernhard Posselt
43ca6673b4 unescape title to not escape html characters, this is handled by angularjs 2013-04-16 16:59:38 +02:00
Bernhard Posselt
a412194653 implement autopaging and proper loading symbols fix #45 and #26 2013-04-16 15:43:42 +02:00
Bernhard Posselt
dee17d002d dont show unread count when it is 0, dont bold read feeds, implemented autopaging 2013-04-16 15:23:12 +02:00
Bernhard Posselt
8df6d36d49 move instantiation into file where object is declared, fix unittests that overwrote services for all unittests and caused them to fail 2013-04-16 15:23:12 +02:00
Bernhard Posselt
34342814a0 fix potential errors when fetching favicon that preven feed from being added, fix #66 by not shortening the url 2013-04-15 18:49:44 +02:00
Bernhard Posselt
0ed9131f3f add simple keyboard shortcuts, implemt keep unread fix #43, implement mark as read when scrolling fix #4 2013-04-15 18:31:30 +02:00
Bernhard Posselt
94e82411f7 fix unittest breakage errors in firefox and phantomjs, bump build tools 2013-04-15 18:11:38 +02:00
Bernhard Posselt
464ff6c4c1 renamed bl to businesslayer, handle exception in update routine, fix #69 2013-04-15 16:02:32 +02:00
Bernhard Posselt
01d6e6a3df show real date on hover, more robust check for language support for relative dates 2013-04-15 14:44:48 +02:00
Bernhard Posselt
cdbafe0555 removed useless file 2013-04-15 13:53:17 +02:00
Bernhard Posselt
506dc652ff add support for relative dates, fix #28 2013-04-15 13:52:56 +02:00
Bernhard Posselt
360966ab4b get language from server and save it in a language object, dont use a seperate file for instantiating controllers 2013-04-15 12:06:14 +02:00
Bernhard Posselt
8553c92dd9 remove opacity for feedcounter, fix #57 2013-04-15 11:11:20 +02:00
Bernhard Posselt
33342f4ea6 add code to get favicons, fix #49 2013-04-13 23:56:41 +02:00
Bernhard Posselt
ce7cd121f4 fix import scoping issue that caused feeds not to be imported at times, set created folders to be opened by default 2013-04-13 22:48:31 +02:00
Bernhard Posselt
0fa0fb22c7 add license headers and authors file 2013-04-13 18:08:52 +02:00
Bernhard Posselt
3149963853 remove debug console.log output from import 2013-04-13 17:37:19 +02:00
Bernhard Posselt
ee9e17ef17 implement opml import, fix #23 2013-04-13 17:28:38 +02:00
Bernhard Posselt
38e4b6d7e9 implement opml import, fix #23 2013-04-13 17:28:38 +02:00
Bernhard Posselt
a069add71e implement export, needs proper unittests though, fix 31 2013-04-12 14:53:02 +02:00
Bernhard Posselt
e8767f7511 implement clientside update requests, fix #27 2013-04-12 12:25:58 +02:00
Bernhard Posselt
b90fe335d2 visually show unreadcount using opacity, fix #57 2013-04-12 01:11:34 +02:00
Bernhard Posselt
eda8fec587 autoselect folder when it was created and open folder if a feed gets added to it 2013-04-11 21:38:20 +02:00
Bernhard Posselt
b06fc20ddb allow users to discard folder and feed errors 2013-04-11 20:56:23 +02:00
Bernhard Posselt
ce6b20c59e properly clear the query cache 2013-04-11 20:32:34 +02:00