Commit Graph

8942 Commits (8ff08f4c4976270549b34214287c2d7e73560742)
 

Author SHA1 Message Date
fox 2f3ed853d2 Merge branch 'i18n' of HenryQW/tt-rss into master 6 years ago
Henry 392989678f Update Chinese translation 6 years ago
Andrew Dolgov e60e4ac086 Merge branch 'master' of git.tt-rss.org:fox/tt-rss 6 years ago
Andrew Dolgov 717a638972 remove segoe ui web fontface 6 years ago
fox 642677d21a Merge branch 'i18n' of HenryQW/tt-rss into master 6 years ago
Henry f46e5f1bd5 Correct Chinese translation 6 years ago
Andrew Dolgov df0115fc7a shorten_expanded: also hide embedded attachments behind wrapper 6 years ago
Andrew Dolgov 1cf69d435d fix af_zz_vidmute for new chrome breaking muting via setAttribute 6 years ago
Andrew Dolgov bb84330234 Logger_SQL: use separate PDO connection 6 years ago
Andrew Dolgov 80fd79ca30 Logger->log() allow passing context (defaults to '') 6 years ago
Andrew Dolgov 4f17c3f977 Logger: add implementation for logger->log(message) 6 years ago
Andrew Dolgov 665495b94b cache_media: only touch() local file if it's writable 6 years ago
Andrew Dolgov 4bb651a656 af_redditimgur: check gfycat content type before embedding, add generic
catchall embedding for og:video metadata
6 years ago
Andrew Dolgov f43ce66e65 af_redditimgur: simplify handling of gfycat URLs 6 years ago
Andrew Dolgov 5a35b31b89 rebase translations 6 years ago
Andrew Dolgov d4fef36237 rewrite per-feed/global strip images to strip media 6 years ago
Andrew Dolgov d2e1e60ecc 1. per-feed option STRIP_IMAGES should now also affect other media tags
2. video/audio elements were not replaced with text links properly in
low bandwidth mode
6 years ago
Andrew Dolgov 62d0060aa1 update_daemon_common: do not abort entire batch if PDOException happens when processing individual feeds 6 years ago
Andrew Dolgov 01d22e255f PDO: switch error reporting to exceptions 6 years ago
Andrew Dolgov de1b9acba1 af_comics: simplify srcset attribute handling for gocomics pseudo-feeds 6 years ago
Andrew Dolgov 2ab49fec9a API: getHeadlines: return feed_id for Archived entries as 0 instead of null to be consistent with requested feed_id 6 years ago
Andrew Dolgov a291a0c00f API: oops, forgot that headlines could be requested for a tag 6 years ago
Andrew Dolgov 70e180e887 API: getHeadlines: check for feed_id correctly 6 years ago
Andrew Dolgov 803b8ead1e update previous to not die on errors 6 years ago
Andrew Dolgov f7fe28d059 fix user theme ignoring active settings profile 6 years ago
Andrew Dolgov 1da0818188 Merge branch 'master' into dojo-module-define-test 6 years ago
Andrew Dolgov f3068c6397 send_local_file: touch() sent files to reset their expiration cooldown 6 years ago
Andrew Dolgov a3e2f1a9c3 define custom dojo modules with define() instead of require(), update startup module dependencies 6 years ago
Andrew Dolgov 54727f9534 parser: move media:element handling to feeditem_common; use media:content @media attribute to generate placeholder content-type if not specified 6 years ago
fox 8ab77d19ef Merge branch 'pullreq-enclosure-content-type' of tkappe/tt-rss into master 6 years ago
Andrew Dolgov 02bb26a93f rewrite_cached_urls: support video posters 6 years ago
Andrew Dolgov a1b8651949 Revert "add (hidden) _NGINX_XACCEL_PREFIX which uses nginx X-Accel-Redirect to serve static files faster"
This reverts commit c5c3a0a2a8.
6 years ago
Andrew Dolgov 2aef804f4b split transparent rewriting of locally cached media URLs to execute after both sanitize() and HOOK_RENDER_ARTICLE to allow plugins work on original source URLs consistently 6 years ago
Andrew Dolgov c5c3a0a2a8 add (hidden) _NGINX_XACCEL_PREFIX which uses nginx X-Accel-Redirect to serve static files faster 6 years ago
Tobias Kappé ac8a0e7dc6 Differentiate enclosures based on content type.
Some RSS feeds contain multiple enclosures with the same URL. When the first of
these is not recognized as an image, later entries are not added to the
database as rows in ttrss_enclosures. This change differentiates enclosures
based on their content type, so an entry can have multiple enclosure types with
the same URL (but possibly a different content type).
6 years ago
Andrew Dolgov 04ad631a08 Merge branch 'master' of git.fakecake.org:tt-rss 6 years ago
Andrew Dolgov 3a46529a73 zoom css: limit video width 6 years ago
Andrew Dolgov 88adf3da1b send_local_file: add application/octet-stream hack
cached_url: return original requested filename to save as
6 years ago
Andrew Dolgov 163b50b15f cache_media: only show downloading debug message when actually downloading 6 years ago
Andrew Dolgov 611aeb7197 add debug stdout logger 6 years ago
Andrew Dolgov 87cb8dd45f remove more mcrypt stuff from config.php-dist 6 years ago
Andrew Dolgov c4869cd573 if PHP_VERSION check fails, show current version 6 years ago
fox 0da7415ea1 Merge branch 'php56-minimum' of wn/tt-rss into master 6 years ago
wn_ db4b6b9757 Check for PHP 5.6 minimum everywhere. 6 years ago
Andrew Dolgov e80d78d7f4 update.php: remove decrypt-feeds mention in help text 6 years ago
Andrew Dolgov 75e765aa00 bump version_static 6 years ago
Andrew Dolgov 848c6ac655 bump required php version to 5.6 6 years ago
Andrew Dolgov 069aea5989 remove FEED_CRYPT_KEY and everything related to it
always assume auth_pass_encrypted is false
6 years ago
Andrew Dolgov eb43d9f4a8 fix previous to not crash if document first child is not a DOMElement or whatever 6 years ago
fox 7418323f53 Merge branch 'pullreq-store-language' of tkappe/tt-rss into master 6 years ago