Frédéric Guillot
dda9114692
Improve error handling for HTTP client
2018-02-08 18:16:54 -08:00
stratmaster
16c2dc4a8c
Add missing German string
2018-02-08 12:41:14 -08:00
Frédéric Guillot
7b0bfd9308
Strip invalid XML characters to avoid parsing errors
2018-02-07 20:57:56 -08:00
Frédéric Guillot
c6fd9eb9b1
Remove period for feed errors
2018-02-07 19:10:36 -08:00
Frédéric Guillot
0fb87eba3f
Improve error handling when the response is empty
2018-02-07 18:47:47 -08:00
stratmaster
1e70ca1a19
Add missing French translation
2018-02-07 18:05:58 -08:00
Frédéric Guillot
ccb7306dcb
Update ChangeLog
2018-02-05 20:29:42 -08:00
Frédéric Guillot
12ff562d31
Add support for Let's Encrypt http-01 challenge
2018-02-04 18:05:45 -08:00
Frédéric Guillot
3884a33b36
Move template functions outside engine (refactoring)
2018-02-04 15:45:07 -08:00
Frédéric Guillot
b5b1930599
Take timezone into consideration when calculating relative time
2018-02-04 14:37:42 -08:00
Frédéric Guillot
61bc012a62
Add support for HTTP Strict Transport Security header
2018-02-03 15:54:02 -08:00
Frédéric Guillot
9c42997209
Add support for base URLs with subfolders
2018-02-03 15:33:17 -08:00
stratmaster
78385a351e
Update German translation
2018-02-01 20:46:53 -08:00
Frédéric Guillot
32cec5bad0
Add missing about menu in settings
2018-01-31 22:03:21 -08:00
Frédéric Guillot
b78172033f
Show API URL endpoints in user interface
2018-01-31 21:57:20 -08:00
Frédéric Guillot
b0442e0277
Do not update entry date while refreshing a feed
...
We do not update the published date because some feeds do not contains any date,
in this case it default to time.Now(), which could change the order of items on
the history page.
2018-01-29 21:07:55 -08:00
Frédéric Guillot
bca717873e
Enable debug mode for integration tests
2018-01-29 20:58:11 -08:00
Frédéric Guillot
23d2d9109f
Add the possiblity to enable debug mode with an environment variable
2018-01-29 20:54:38 -08:00
Frédéric Guillot
c8138351c9
Keep code base tidy
2018-01-29 20:47:09 -08:00
Rogier Lommers
24a2f472ec
Add flag to enable debug logging
2018-01-29 20:34:00 -08:00
Mahendra Kalkura
40eb1b10fe
Improve unread counter updates
2018-01-25 20:13:38 -08:00
Frédéric Guillot
26af3f98d2
Add ChangeLog
2018-01-22 21:03:46 -08:00
Frédéric Guillot
577bcddb2a
Change user agent
2018-01-22 20:43:03 -08:00
Frédéric Guillot
da5c8c2edb
Move environment variables to config package
2018-01-20 16:49:47 -08:00
Frédéric Guillot
ffabb009b8
Do not override existing entries when the crawler is enabled
2018-01-20 14:04:19 -08:00
Frédéric Guillot
208cf9892d
Compile all ARM architectures
2018-01-20 13:25:21 -08:00
Frédéric Guillot
713b38e34c
Handle more encoding edge cases
...
- Feeds with charset specified only in Content-Type header and not in XML document
- Feeds with charset specified in both places
- Feeds with charset specified only in XML document and not in HTTP header
2018-01-20 13:25:21 -08:00
Frédéric Guillot
3b62f904d6
Do not crawl existing entry URLs
2018-01-20 13:25:20 -08:00
stratmaster
09785df07f
Update German translation strings
2018-01-20 13:25:20 -08:00
Frédéric Guillot
bdcc4134fa
Store language in session to show the login page translated
2018-01-20 13:25:20 -08:00
Frédéric Guillot
6302c3b219
Add mark as read/unread link on list items
2018-01-20 13:25:05 -08:00
stratmaster
68508ff800
Updated Strings for Keyboard Shortcuts & added missing strings
...
- added missing String for "Pages Navigation", "Logged as" and "Unread Items"
- fixed some other strings
2018-01-17 22:05:25 -08:00
stratmaster
45f0d3bed3
Update German translation
...
Since "Next/Previous" are used for switching between single articles and whole pages, the translation has to be more universal. Furthermore unification for Star/Favorites as "Lesezeichen" and items/articels as "Artikel". Some other small fixes.
2018-01-17 11:08:57 -08:00
stratmaster
13db40f6bb
Update German translation
2018-01-16 18:01:24 -08:00
Frédéric Guillot
c2fd2e747a
Add functions to get config values
2018-01-15 18:08:30 -08:00
stratmaster
d7f66ffa5c
Add German translation
2018-01-15 17:23:47 -08:00
Frédéric Guillot
631e0a2e20
Add integration test for export API endpoint
2018-01-12 18:16:51 -08:00
Rogier Lommers
4aec2453f4
Add API endpoint for OPML export
2018-01-12 13:42:36 -08:00
Frédéric Guillot
9652dfa1fe
Add more comments (GoDoc)
2018-01-11 19:21:20 -08:00
Rogier Lommers
ce4de8aece
Fix for unstarring/unsaving bookmark with Fever API
2018-01-10 16:18:57 -08:00
Frédéric Guillot
7f8e9c9c17
Remove useless import
2018-01-08 21:56:46 -08:00
Frédéric Guillot
1d7fe892e1
Add scraper rule for darkreading.com
2018-01-06 13:25:12 -08:00
Frédéric Guillot
a52359fedb
Do not display users links on sessions page
2018-01-05 18:07:15 -08:00
Frédéric Guillot
19494742ff
Add bottom margin
2018-01-05 18:02:43 -08:00
Frédéric Guillot
9329c924d9
Update app.js path in .travis.yml
2018-01-05 18:00:11 -08:00
Frédéric Guillot
5a0598d7ad
Update project path in Makefile
2018-01-04 22:04:18 -08:00
Frédéric Guillot
48aa0d07ef
Add more scraper rules
2018-01-04 19:32:24 -08:00
Frédéric Guillot
7d278d49f1
Add content length check when refreshing feeds
2018-01-04 18:41:23 -08:00
Frédéric Guillot
c57cafbef2
Add link to mark everything as read
2018-01-04 18:11:15 -08:00
Frédéric Guillot
efac11e082
Handle more date formats
2018-01-03 18:59:29 -08:00