Bernhard Posselt
b48a0308c5
check phantomjs bin
2013-08-06 10:46:35 +02:00
Bernhard Posselt
9f1ae2a545
dont install phantomjs from npm
2013-08-04 17:21:37 +02:00
Bernhard Posselt
01e7467c0b
also scroll correctly to bottom in firefox
2013-08-01 16:06:19 +02:00
Bernhard Posselt
cdf3fd3b91
scroll to bottom when you click on show all to make it easier to click the button again, fix #296
2013-08-01 11:38:44 +02:00
Bernhard Posselt
866f5e8ed8
display download link if audio file is not playable, fix #250
2013-07-18 17:06:22 +02:00
Bernhard Posselt
edbe434a2c
display 40 articles by default, autopage when 20 are left
2013-07-05 16:46:20 +02:00
Bernhard Posselt
2411424951
make it possible to turn off mark read by scrolling
2013-07-05 14:19:20 +02:00
Morris Jobke
23cf5cfe6c
fix open in new window
2013-06-07 19:15:25 +02:00
Morris Jobke
fa7553a05d
add shortcut to open current item
2013-06-07 19:02:54 +02:00
Bernhard Posselt
a19aedbec8
updated build tools, testacular is now named karma
2013-06-05 23:26:20 +02:00
Xemle
ce88338925
Issue #166 Improve RESTful urls for web backend
...
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-27 17:01:48 +02:00
Lukas Reschke
67220f815b
Fix URL
2013-05-24 22:02:14 +03:00
Alessandro Cosentino
50f42ab8e4
app.js updated
2013-05-12 20:01:58 -04:00
Alessandro Cosentino
9acb57e21e
adds shortcut to star and jump
2013-05-12 17:59:47 -04:00
Bernhard Posselt
0f56370f8c
fixed tests for delete
2013-05-10 16:15:53 +02:00
Bernhard Posselt
3843f75b49
undo queue fixes (unittests not adjusted yet: todo fix folderbusinesslayer and feedbusinesslayer specs)
2013-05-10 15:19:30 +02:00
Bernhard Posselt
347000cc2d
use a deleted flag for deleted feeds to handle undo
2013-05-10 13:30:00 +02:00
Bernhard Posselt
019b286b8e
Fix a bug that would mark the items on the right side as read regardless of feed or folder id
2013-05-09 14:03:37 +02:00
Bernhard Posselt
c894577781
fix bug that wouldnt restore deleted folders on undo
2013-05-09 13:00:21 +02:00
Bernhard Posselt
b8b4dfb496
only make one request for mark all read and mark folder read, fix #171 , fix 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-09 12:57:35 +02:00
Bernhard Posselt
030f3e2ccd
dont highlight tab title when nothing changed, fix #157
2013-05-07 10:43:54 +02:00
Bernhard Posselt
5981406dc0
dont show loading sign when updating feeds and folders, fix #153
2013-05-06 11:50:50 +02:00
Bernhard Posselt
d648b26345
use 99 as maximum unread count to display, permanently display delete button for active feed
2013-05-04 16:44:22 +02:00
Bernhard Posselt
081704721a
also update folders periodically
2013-05-03 10:41:14 +02:00
Bernhard Posselt
28c64c842f
dont mark feed read if newest item id is 0
2013-04-29 13:30:02 +02:00
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
366c1b1554
added gitignore file for js
2013-04-22 16:16:18 +02:00
Bernhard Posselt
cdcba0d007
adjusted gitignore
2013-04-22 16:07:33 +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