Commit Graph

874 Commits

Author SHA1 Message Date
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 b75a9987ba Change wording in French translation 2017-12-04 21:24:30 -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 51f7775466 Add unit tests for models 2017-11-25 19:06:02 -08:00
Frédéric Guillot 4560af165e Add Content-Security-Policy header 2017-11-25 18:21:02 -08:00
Frédéric Guillot bd663b43a0 Improve HTML sanitizer 2017-11-25 18:08:59 -08:00
Frédéric Guillot 1f015d5dfe Add integration tests for feeds 2017-11-25 17:32:43 -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 f072439b79 Make sure the package locale pass golint 2017-11-25 15:56:44 -08:00
Frédéric Guillot db77e55119 Add integration test for discover endpoint 2017-11-25 15:38:43 -08:00
Frédéric Guillot f644f2580b Add integration tests for categories 2017-11-25 14:35:10 -08:00
Frédéric Guillot ec0f642d5d Add integration tests for users 2017-11-25 12:44:32 -08:00
Frédéric Guillot 142e8b3e0c Add first integration test 2017-11-25 10:44:48 -08:00
Frédéric Guillot 71bf7e4358 Improve API 2017-11-24 22:29:20 -08:00
Frédéric Guillot 747da03e4c Improve OAuth2 integration 2017-11-24 16:09:10 -08:00
Frédéric Guillot cc6d272eb7 Add OAuth2 authentication 2017-11-22 22:22:33 -08:00
Frédéric Guillot 9877051f12 Improve CSS 2017-11-22 16:00:20 -08:00
Frédéric Guillot 2b641cc224 Improve feed parsers 2017-11-22 14:52:31 -08:00
Frédéric Guillot 3b40ce4960 Add Let's Encrypt integration 2017-11-22 13:11:01 -08:00
Frédéric Guillot 199b1fd6c3 Add the possibility to use TLS 2017-11-22 11:16:48 -08:00
Frédéric Guillot 38941f58cf Improve image proxy 2017-11-21 23:09:01 -08:00
Frédéric Guillot 99dfbdbb47 Convert feed encoding only if the charset is specified 2017-11-21 22:55:19 -08:00
Frédéric Guillot 855fb06bc9 Add feature to refresh all feeds from the user interface 2017-11-21 22:36:00 -08:00
Frédéric Guillot 480b0d94e2 Use serif fonts for article contents 2017-11-21 20:52:43 -08:00
Frédéric Guillot 9ff3c4504c Set all default config values in config package 2017-11-21 20:20:20 -08:00
Frédéric Guillot 6690f6a70e Add bookmarklet 2017-11-21 19:37:47 -08:00
Frédéric Guillot 1bc43ec2bc Improve Context to be more idiomatic 2017-11-21 18:37:08 -08:00
Frédéric Guillot 02ff7b4bcf Improve Response to be more idiomatic 2017-11-21 18:30:16 -08:00
Frédéric Guillot 25cbd65777 Improve Request to be more idiomatic 2017-11-21 18:14:45 -08:00