Frédéric Guillot
5cf504745b
Add cli flag to reset all feed errors
2018-06-30 14:22:45 -07:00
Frédéric Guillot
9c0f882ba0
Add specific 404 and 401 error messages
2018-06-30 12:42:12 -07:00
Frédéric Guillot
a40f592aab
Strip binaries to reduce size
2018-06-29 20:43:03 -07:00
Frédéric Guillot
77947282e4
Make sure we always get the pagination in unread mode
2018-06-29 20:29:04 -07:00
Dave Z
0b0f4751fa
Fix incorrect data value when toggling bookmark flag on entry page
2018-06-28 18:56:04 -07:00
dzaikos
0227bb9828
Set opener to null when opening original URL with JavaScript.
2018-06-28 02:13:53 -04:00
Frédéric Guillot
9d8b5421ed
Remove unnecessary style
2018-06-26 23:03:46 -07:00
Frédéric Guillot
dd78fb4340
Do not ignore errored feeds when a user refresh feeds manually
2018-06-26 23:02:41 -07:00
dzaikos
45d7105ed1
Refactor AddImageTitle rewriter.
...
* Only processes images with `src` **and** `title` attributes (others are ignored).
* Processes **all** images in the document (not just the first one).
* Wraps the image and its title attribute in a `figure` tag with the title attribute's contents in a `figcaption` tag.
Updated xkcd rewriter unit test.
Added another xkcd rewriter unit test to check rendering of images without title tags.
2018-06-26 17:50:18 -04:00
dzaikos
c9131b0e89
Improve sanitizer to remove style tag contents.
...
See #157 .
Refactored how blacklisted tags are handled so they're easier manage in the future.
2018-06-24 19:53:23 -07:00
Dave Z
d847b10e32
Improve sanitizer to remove script and noscript contents
...
These tags where removed but the content was rendered as escaped HTML.
See #157
2018-06-23 17:50:43 -07:00
Frédéric Guillot
7039df9af1
Improve feed and user API updates with optional values
2018-06-23 16:16:54 -07:00
stratmaster
cd77ebd742
Corrected hard coded strings
2018-06-22 18:41:19 -07:00
stratmaster
eb9d23c796
Update German translation
2018-06-20 14:27:36 -07:00
Frédéric Guillot
bddca15b69
Add new fields for feed username/password
2018-06-19 22:58:29 -07:00
Frédéric Guillot
261695c14c
Improve memory usage debug log
2018-06-19 20:55:29 -07:00
Frédéric Guillot
b5c317f971
Disable keep-alive for HTTP client
2018-06-19 20:21:24 -07:00
Frédéric Guillot
7914261437
Close HTTP response body even for failed requests
2018-06-19 20:13:13 -07:00
Dave Z
be95e87e0e
Added Sans-Serif theme.
2018-06-19 00:57:30 -04:00
Frédéric Guillot
c719cf7df0
Rewrite iframe Youtube URLs to https://www.youtube-nocookie.com
2018-06-12 18:45:09 -07:00
Frédéric Guillot
36dab8b518
Add more filters for API call /entries
...
New filters:
- before (unix timestamp)
- before_entry_id
- after
- after_entry_id
- starred (boolean)
2018-06-09 19:13:41 -07:00
Frédéric Guillot
c5373ff2bf
Rewrite individual entry pagination SQL queries
2018-06-09 13:40:20 -07:00
Frédéric Guillot
bd70640794
Simplify entry query builder
2018-06-08 18:24:41 -07:00
Dave Z
2bbe21fb89
Prevent items from sticking on touchend.
2018-06-06 20:23:10 -07:00
Dave Z
084642eb0a
Extended horizontal overflow to feed and category views.
2018-06-06 20:18:33 -07:00
stratmaster
11d880087d
Update German translation
2018-06-05 18:36:03 -07:00
Frédéric Guillot
77cafe9c2c
Update ChangeLog
2018-06-04 18:48:27 -07:00
Frédéric Guillot
3b39f0883c
Rewrite RealIP() to avoid returning an empty string
2018-06-01 07:22:31 -07:00
Frédéric Guillot
cf7a7e25fb
Convert IP field from text to inet type
2018-05-21 19:58:36 -04:00
Frédéric Guillot
fb49ad24d5
Improve error handling in integration clients
2018-05-21 19:58:36 -04:00
Frédéric Guillot
b270159aae
Offer the possibility to set Pocket Consumer Key as environment variable
2018-05-21 19:58:36 -04:00
Pascal Widdershoven
44decae557
Fix unread count in menu not triggering click
...
By moving unread count into anchor.
Previously, clicking the unread count would not cause the anchor to be
invoked. This was confusing. This change includes the unread count span
in the anchor.
2018-05-21 12:51:43 +02:00
Frédéric Guillot
7f2fd1fdd8
Add Pocket authorization flow in the user interface
2018-05-20 15:29:14 -07:00
Allan Reyes
0f3f5e442f
Add Pocket integration
2018-05-20 13:31:56 -07:00
Frédéric Guillot
f19ab21b7d
Archive read entries automatically after 60 days
2018-05-19 16:45:27 -07:00
Frédéric Guillot
ff8e0c6b3d
Update readme and rebuild CSS
2018-05-19 15:47:46 -07:00
Allan Reyes
b0667e1b78
Hide horizontal overflow on hiding articles; fixes #130
2018-05-19 11:48:54 -07:00
Frédéric Guillot
9554d0bd53
Add integration test for /me endpoint
2018-05-14 18:52:12 -07:00
Leviathan Jeanis
e81e4f0ac3
Add API endpoint to get logged user
2018-05-14 18:41:41 -07:00
Abhinand
4674d559a4
Fever API: Return response with an empty list if there is no items
2018-05-08 22:08:01 -07:00
Frédéric Guillot
0c2e5ff0dc
Handle feeds with dates formatted as Unix timestamp
2018-05-08 20:41:24 -07:00
Frédéric Guillot
39c4452142
Update ChangeLog
2018-05-07 20:14:54 -07:00
Frédéric Guillot
2f4cd59ad9
Make sure to close request body in HTTP client
2018-04-29 23:11:10 -07:00
Frédéric Guillot
5cacae6cf2
Add API endpoint to import OPML file
2018-04-29 18:56:40 -07:00
Frédéric Guillot
7a1653a2e9
Make sure integrations are configured before to make any HTTP requests
2018-04-29 17:58:09 -07:00
Frédéric Guillot
31da4db14f
Do not show save link if no integration is configured
2018-04-29 17:43:40 -07:00
Frédéric Guillot
b166ceaea7
Avoid people to unlink their OAuth2 account without having a local password
2018-04-29 17:04:43 -07:00
Frédéric Guillot
f49b42f70f
Use vanilla HTTP handlers (refactoring)
2018-04-29 16:35:04 -07:00
Frédéric Guillot
1eba1730d1
Move HTTP client to its own package
2018-04-28 10:51:07 -07:00
Frédéric Guillot
04adf5fdf5
Add middleware to read X-Forwarded-Proto header
2018-04-27 22:25:00 -07:00