Commit Graph

75 Commits

Author SHA1 Message Date
Frédéric Guillot
a63105e13b Improve timezone handling 2017-12-28 19:20:14 -08:00
Frédéric Guillot
519d4fcd73 Update unread counter when using keyboard to navigate 2017-12-28 18:59:17 -08:00
Frédéric Guillot
8cd58a746a Show keyboard shortcuts in modal dialog 2017-12-28 16:27:54 -08:00
Frédéric Guillot
cc0acabfe0 Avoid Javascript error if unable to download full contents 2017-12-27 19:45:59 -08:00
Frédéric Guillot
884446e7b6 Show more feed information on edit page 2017-12-26 20:58:16 -08:00
Frédéric Guillot
a475b875c5 Show feeds with errors first 2017-12-26 20:42:43 -08:00
Frédéric Guillot
c3c27e3637 Add API handler to fetch user by username 2017-12-26 12:10:48 -08:00
Frédéric Guillot
d5b8f2fb88 Improve API 2017-12-24 18:04:34 -08:00
Frédéric Guillot
3f473e4a09 Improve response methods 2017-12-22 20:17:48 -08:00
Frédéric Guillot
589aee9f89 Add web manifest file 2017-12-22 20:16:49 -08:00
Frédéric Guillot
f546552a1d Clicking on refresh feeds should refresh only user feeds 2017-12-22 18:13:14 -08:00
Frédéric Guillot
e4b4beabf0 Increase session cookies expiration 2017-12-22 16:42:17 -08:00
Frédéric Guillot
e031dad1e7 Fill login form on failed sign in 2017-12-22 16:30:17 -08:00
Frédéric Guillot
9868f900e9 Add bookmarks 2017-12-22 11:33:01 -08:00
Frédéric Guillot
b153fa8b3c Add Wallabag integration 2017-12-18 20:52:46 -08:00
Frédéric Guillot
ce75748cf2 Use base64 URL encoding instead of standard encoding 2017-12-18 18:06:53 -08:00
Frédéric Guillot
00257988ef Session management refactoring 2017-12-16 18:07:53 -08:00
Frédéric Guillot
58acd1d5e3 Rename sessions table to user_sessions 2017-12-16 12:15:33 -08:00
Frédéric Guillot
27196589fb Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
Frédéric Guillot
231ebf2daa Add application icons 2017-12-15 21:28:54 -08:00
Frédéric Guillot
1d8193b892 Add logger 2017-12-15 18:55:57 -08:00
Frédéric Guillot
c6d9eb3614 Improve content scraper 2017-12-13 21:30:40 -08:00
Frédéric Guillot
84d912c979 Rewrite imports 2017-12-12 21:48:13 -08:00
Frédéric Guillot
ef097f02fe Add the possibility to enable crawler for feeds 2017-12-12 19:19:36 -08:00
Frédéric Guillot
33445e5b68 Add the possibility to define rewrite rules for each feed 2017-12-11 22:16:32 -08:00
Frédéric Guillot
87ccad5c7f Add scraper rules 2017-12-10 20:51:04 -08:00
Frédéric Guillot
7a35c58f53 Add readability package to fetch original content 2017-12-10 19:01:38 -08:00
Frédéric Guillot
eefab601da Reinitialize offset if greater than number of unread items 2017-12-04 21:24:01 -08:00
Frédéric Guillot
56e9a2fdd6 Do not show top naviguation if the content is very short 2017-12-04 21:09:08 -08:00
Frédéric Guillot
321d7182ae Add child-src CSP directive 2017-12-04 20:46:49 -08:00
Frédéric Guillot
0e6fc2db1e Improve naviguation 2017-12-04 20:40:23 -08:00
Frédéric Guillot
5546dd99a5 Avoid text overflow when displaying attachments 2017-12-03 17:48:12 -08:00
Frédéric Guillot
bc20e0884b Add Fever API 2017-12-03 17:44:27 -08:00
Frédéric Guillot
ae62e543d3 Add Instapaper integration 2017-12-02 21:12:03 -08:00
Frédéric Guillot
6f5350a497 Move packages http and url 2017-12-02 20:26:21 -08:00
Frédéric Guillot
2356ddad28 Add Pinboard integration 2017-12-02 19:32:14 -08:00
Frédéric Guillot
2f1367a8d4 Make entries sorting configurable 2017-12-02 17:04:01 -08:00
Frédéric Guillot
453ff64f29 Handle touch events 2017-12-02 15:01:05 -08:00
Frédéric Guillot
677ba1eef3 Do not display mark page as read if there is no entry 2017-12-01 22:55:00 -08:00
Frédéric Guillot
fb2a73c91e Proxify image enclosures 2017-12-01 22:29:18 -08:00
Frédéric Guillot
1a90c059e7 Store tokens in database instead of cookie 2017-12-01 21:51:22 -08:00
Frédéric Guillot
7cecdbb856 Add charset to CSS and JS mime type 2017-11-29 21:41:16 -08:00
Frédéric Guillot
92dff28f52 Make sure entry meta doesn't break the layout on mobile 2017-11-29 21:40:38 -08:00
Frédéric Guillot
bb8e61c7c5 Make sure golint pass on the code base 2017-11-27 21:40:05 -08:00
Frédéric Guillot
8781648af9 Add integration tests for entries 2017-11-26 15:07:59 -08:00
Frédéric Guillot
4560af165e Add Content-Security-Policy header 2017-11-25 18:21:02 -08:00
Frédéric Guillot
29c5d82016 Add template helper isEmail() 2017-11-25 17:08:04 -08:00
Frédéric Guillot
39b03cc393 Add integration tests for feed creation 2017-11-25 16:53:51 -08:00
Frédéric Guillot
ec0f642d5d Add integration tests for users 2017-11-25 12:44:32 -08:00
Frédéric Guillot
71bf7e4358 Improve API 2017-11-24 22:29:20 -08:00