Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move image proxy filter to template functions | Frédéric Guillot | 2018-12-02 |
| | |||
* | Update scraper rule for lemonde.fr | Frédéric Guillot | 2018-12-02 |
| | |||
* | Refactor manual entry scraper | Frédéric Guillot | 2018-12-02 |
| | |||
* | Apply rewriter rules on manual "Fetch Original Content" | djbshfbzehr | 2018-12-02 |
| | |||
* | Add Makefile target for current OS and architecture | Frédéric Guillot | 2018-12-02 |
| | |||
* | Improve Makefile | Frédéric Guillot | 2018-12-02 |
| | | | | | | - Use -mod=vendor - Use same naming convention for all platforms - Move go generate to its own target | ||
* | Remove date and time from log messages | Frédéric Guillot | 2018-12-01 |
| | | | | | | We assume that logs are sent to Syslog or similar. Syslog or systemd already adds the timetamp. | ||
* | Add Windows build target | Frédéric Guillot | 2018-12-01 |
| | |||
* | Update scraper rule for heise.de | mapl | 2018-12-01 |
| | |||
* | Update ChangeLog | Frédéric Guillot | 2018-11-25 |
| | |||
* | Add support for Systemd Socket Activation | Frédéric Guillot | 2018-11-25 |
| | |||
* | Change Unix socket permission to make it accessible from other services | Frédéric Guillot | 2018-11-25 |
| | |||
* | Archive more read entries | Frédéric Guillot | 2018-11-25 |
| | |||
* | Make sure slice is not out of range when reading XML prolog | Frédéric Guillot | 2018-11-24 |
| | |||
* | Improve overall Simplified Chinese translations. | ReVanTis | 2018-11-21 |
| | | | | | | | - Unified few keywords. - Unified all symbols to Chinese Symbols. - Remove trailing period since it's not commonly used for Chinese on websites. - Add one space between English words and Chinese words. | ||
* | Improve time since post date displays | ariddell | 2018-11-17 |
| | | | | | | | | - 15 days now is "15 days" rather than "3 weeks" ago. - 32 days is now "1 month" rather than "2 months" ago. - 366 days is now "1 year" rather than "2 years" ago. Closes #267 | ||
* | Simplify application HTTP middlewares | Frédéric Guillot | 2018-11-12 |
| | |||
* | Make sure the remote address is populated even when using unix socket | Frédéric Guillot | 2018-11-11 |
| | |||
* | Add the possiblity to listen on Unix socket | Frédéric Guillot | 2018-11-11 |
| | |||
* | Add config options to disable HTTP and scheduler services | Frédéric Guillot | 2018-11-11 |
| | |||
* | Replace daemon and scheduler package with service package | Frédéric Guillot | 2018-11-11 |
| | |||
* | Improve logging messages in ui package | Frédéric Guillot | 2018-11-11 |
| | |||
* | Move UI middlewares and routes to ui package | Frédéric Guillot | 2018-11-11 |
| | |||
* | Move API middleware and routes to api package | Frédéric Guillot | 2018-11-11 |
| | |||
* | Move Fever middleware and routes to fever package | Frédéric Guillot | 2018-11-11 |
| | |||
* | Typo in README.md | Piotr Kubisa | 2018-11-11 |
| | |||
* | Add link to HTML man page | Frédéric Guillot | 2018-11-10 |
| | |||
* | Add man page | Frédéric Guillot | 2018-11-09 |
| | |||
* | Change default database connection string | Frédéric Guillot | 2018-11-09 |
| | |||
* | Allow the scraper to parse XHTML documents | Frédéric Guillot | 2018-11-03 |
| | | | | Only "text/html" was authorized before. | ||
* | Remove charset=utf-8 from JSON responses | Frédéric Guillot | 2018-11-03 |
| | | | | See: https://www.iana.org/assignments/media-types/application/json | ||
* | Ignore hotkeys containing Control, Alt or Meta keys | Diego Agulló | 2018-10-31 |
| | | | | Fixes #260 | ||
* | Handle more encoding conversion edge cases | Frédéric Guillot | 2018-10-29 |
| | |||
* | Disable go test caching | Frédéric Guillot | 2018-10-29 |
| | |||
* | Add test case to check different feed encoding and HTTP headers | Frédéric Guillot | 2018-10-29 |
| | |||
* | Avoid duplication of ldflags in Makefile | Frédéric Guillot | 2018-10-28 |
| | |||
* | Fix wrong translation key for category pages | Frédéric Guillot | 2018-10-27 |
| | |||
* | Update ChangeLog | Frédéric Guillot | 2018-10-26 |
| | |||
* | Improve Fever middleware and handle groupID=0 | Frédéric Guillot | 2018-10-26 |
| | |||
* | Add OpenBSD build | Ashe Connor | 2018-10-23 |
| | |||
* | Improve logging for OAuth2 callback | Frédéric Guillot | 2018-10-22 |
| | |||
* | Revert "Call preventDefault() when a keyboard shortcut is executed" | Frédéric Guillot | 2018-10-22 |
| | | | | This reverts commit 9440bf47a521a61c91073425bd613710cf7dd1cb. | ||
* | Unify german translation | stratmaster | 2018-10-22 |
| | |||
* | Call preventDefault() when a keyboard shortcut is executed | Frédéric Guillot | 2018-10-21 |
| | |||
* | NavHandler: Make "g f" go to feed, or list of feeds | Carl Helmertz | 2018-10-21 |
| | | | | | | When you're reading an entry, you may want to go to the feed first, before quickly continuing to reading all of the feeds with another "g f". | ||
* | Add more details in feed storage errors to facilitate debugging | Frédéric Guillot | 2018-10-21 |
| | |||
* | Add entries storage error to feed errors count | Frédéric Guillot | 2018-10-21 |
| | |||
* | Set arbitrary maximum size for tsvector column | Frédéric Guillot | 2018-10-19 |
| | | | | | | - The max size for tsvector is 1 MiB - We index only the first million of characters, it should be enough for most feed entries. | ||
* | Use different variable names for localized errors | Frédéric Guillot | 2018-10-19 |
| | |||
* | Unsubscribe from feed through link or "#" | Carl Helmertz | 2018-10-19 |
| | | | | | | | | | | | | | | | | | | | | After importing old OPML files, you may discover that many feeds are obsolete or uninteresting. You list the feeds entries and determine that you want to unsubscribe. This needs three clicks (edit feed, delete, confirm) and requires moving the mouse to hit the different targets. This quickly becomes tiring, if you are up to possibly deleting hundreds of feeds. One mediation, introduced in this commit, is to add an unsubscribe link to each feed's entry listing view, and also adding a keyboard shortcut. The keyboard shortcut "#" is: * longer than one keystroke (requires shift) * hard to type by accident * used in Google products (thanks for the hint @fguillot) In an effort to try to reduce the number of accidental feed unsubscriptions. |