aboutsummaryrefslogtreecommitdiffhomepage
path: root/http
Commit message (Collapse)AuthorAge
* Add the possibility to override default user agent for each feedGravatar Patrick2018-09-19
|
* Store client IP address in request contextGravatar Frédéric Guillot2018-09-09
|
* Revert cookie flag from strict to lax mode otherwise oauth2 won't workGravatar Frédéric Guillot2018-09-09
|
* Refactor HTTP context handlingGravatar Frédéric Guillot2018-09-03
|
* Set cookie attribute SameSite to strict modeGravatar Frédéric Guillot2018-08-29
|
* Simplify context keysGravatar Frédéric Guillot2018-08-25
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Update user agent with new website URLGravatar Frédéric Guillot2018-07-28
|
* Compress JSON, CSS and Javascript responsesGravatar Frédéric Guillot2018-07-19
|
* Improve themes handlingGravatar Frédéric Guillot2018-07-18
| | | | | | - Store user theme in session - Logged out users will keep their theme - Add theme background color to web manifest and meta tag
* Compress HTML responses to Gzip/Deflate if supported by browserGravatar Frédéric Guillot2018-07-06
|
* Add specific 404 and 401 error messagesGravatar Frédéric Guillot2018-06-30
|
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Disable keep-alive for HTTP clientGravatar Frédéric Guillot2018-06-19
|
* Close HTTP response body even for failed requestsGravatar Frédéric Guillot2018-06-19
|
* Add more filters for API call /entriesGravatar Frédéric Guillot2018-06-09
| | | | | | | | | | New filters: - before (unix timestamp) - before_entry_id - after - after_entry_id - starred (boolean)
* Rewrite RealIP() to avoid returning an empty stringGravatar Frédéric Guillot2018-06-01
|
* Add Pocket authorization flow in the user interfaceGravatar Frédéric Guillot2018-05-20
|
* Make sure to close request body in HTTP clientGravatar Frédéric Guillot2018-04-29
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29
|
* Move HTTP client to its own packageGravatar Frédéric Guillot2018-04-28
|
* Add middleware to read X-Forwarded-Proto headerGravatar Frédéric Guillot2018-04-27
|
* Do not use shared variable to translate templatesGravatar Frédéric Guillot2018-04-27
|
* Use Gorilla middleware (refactoring)Gravatar Frédéric Guillot2018-04-27
|
* Ignore caching headers for feeds that send "Expires: 0"Gravatar Frédéric Guillot2018-04-09
|
* Add Nunux Keeper integrationGravatar Nicolas Carlier2018-02-25
|
* Improve error handling for HTTP clientGravatar Frédéric Guillot2018-02-08
|
* Add support for HTTP Strict Transport Security headerGravatar Frédéric Guillot2018-02-03
|
* Add support for base URLs with subfoldersGravatar Frédéric Guillot2018-02-03
|
* Change user agentGravatar Frédéric Guillot2018-01-22
|
* Handle more encoding edge casesGravatar Frédéric Guillot2018-01-20
| | | | | | - 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
* Store language in session to show the login page translatedGravatar Frédéric Guillot2018-01-20
|
* Add API endpoint for OPML exportGravatar Rogier Lommers2018-01-12
|
* Add more comments (GoDoc)Gravatar Frédéric Guillot2018-01-11
|
* Add content length check when refreshing feedsGravatar Frédéric Guillot2018-01-04
|
* Refactor packages to have more idiomatic code baseGravatar Frédéric Guillot2018-01-02
|
* Rename helper packagesGravatar Frédéric Guillot2018-01-02
|
* Add body size limitGravatar Frédéric Guillot2018-01-02
|
* Add scraper rules for version2.dk and ing.dkGravatar Frédéric Guillot2017-12-27
|
* Add bookmarksGravatar Frédéric Guillot2017-12-22
|
* Add Wallabag integrationGravatar Frédéric Guillot2017-12-18
|
* Change user agent to bypass some website restrictionsGravatar Frédéric Guillot2017-12-18
|
* Add loggerGravatar Frédéric Guillot2017-12-15
|
* Rewrite importsGravatar Frédéric Guillot2017-12-12
|
* Move packages http and urlGravatar Frédéric Guillot2017-12-02