Commit Graph

1173 Commits (803b8ead1e40d917424c01f5cf0f7a2dda237ed2)

Author SHA1 Message Date
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 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
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 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 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
Tobias Kappé a377d5c981 Determine language for atom entry without a loop. 6 years ago
Tobias Kappé 3bbaf902ab Sanitize language obtained for an entry. 6 years ago
Tobias Kappé 22a866edb5 Store language of entries as indicated by the feed. 6 years ago
Andrew Dolgov 32c0c07cc1 pluginhost: implement basic autoloader for classes bundled with plugins (uses vendor/ layout) 6 years ago
BtbN 2b8afd4942 Only strip utf8mb4 if mysql_charset != utf8mb4
If a user has fixed their database properly utf8mb4 works just fine allowing emoji and other 4 byte unicode characters to work.
6 years ago
Andrew Dolgov 6e6c3a878d update_rss_feed: limit maximum length of tsvector data because of pgsql limitations 6 years ago
Andrew Dolgov 310c18e6bb move OTPHP to vendor/; additionally move Base32 class to OTPHP namespace 6 years ago
Andrew Dolgov f5302247c6 share: add support for og:image, etc. metadata for shared articles 6 years ago
MatthieuS 5d95676ecc Call the subscription hook from the plugins even if fetch_file_contents returned no data
This allows a plug-in to override the fetch when the core fetch method fails for some feeds (eg. Tumblr feeds when requested from an EU IP).
6 years ago
Andrew Dolgov 66fe33e769 bump date_updated when updated article data is saved to exclude it from purging (because it is still present in the originating feed) 6 years ago
Andrew Dolgov 963c22646b pass tsvector data as a named parameter on article update, remove escaping hacks 6 years ago
Andrew Dolgov 4fa64e8446 filter dialog: remove placeholder 6 years ago
Andrew Dolgov e794e434da filter dialog: add tooltip re: filter syntax 6 years ago
tsia 551f3c2c85 fixed "reset to defaults" in preferences 6 years ago
Andrew Dolgov 0a8cdd4b9c remove firefox feed subscribe integration code (obsolete) 6 years ago
Andrew Dolgov c9a5e5aa28 feed editor: expose site_url for editing 6 years ago
Andrew Dolgov f1415df47c prefs: expand feed tree if displaying search results 6 years ago
Andrew Dolgov 5edf4b73a4 add a workaround to support numeric tags 6 years ago
Andrew Dolgov f6269d1bc4 add special class for feeds with disabled updates 6 years ago
Andrew Dolgov a340b29ba9 pref-feeds: disable tree autoexpand 6 years ago
Andrew Dolgov 67bf38afda savefeedorder, savefilterorder: do not use clean() on json payload 6 years ago
Andrew Dolgov 7f4a404566 include: convert some spaces to tabs 7 years ago
Andrew Dolgov 102a01354b strip utf8mb4 characters in enclosures on mysql 7 years ago
jsoares 26ad257de5 Fixed time stamping of new unmarked/unpublished articles 7 years ago
Colin Vidal c217de557f rpc: addfeed: gets login and pass only if need_auth is checked.
Because of browser form auto-completion, the hidden field login and
password can be automatically filled when adding a feed. It would
enable feed authentication even if the user doesn't click on need_auth
button.
7 years ago
Andrew Dolgov c30f5e1811 subscribe_to_feed: force-cast login and password to string 7 years ago
immanuelfodor 09be7cdd73 binding statement named param instead of positional replacement 7 years ago
Andrew Dolgov 8dedacf497 remove synchronous feed refreshing on ForceUpdate 7 years ago
Tianon Gravi bbc4d4bf34 treat OPML-imported feeds without a title the same as a batch import 7 years ago
Francesco Turco 1a7277570b fix two-factor authenticaton 7 years ago
Andrew Dolgov d4c05d0be2 update_rss_feed: don't try to use quoted NOW() in query 7 years ago
Andrew Dolgov 6fb5f17be6 pluginhost: always return an array in get_all() 7 years ago
Andrew Dolgov bed2d6e054 force-cast some variables used in queries to integer
do not display SQL query in headlines debug mode
7 years ago
Andrew Dolgov d0cce0c7a4 isdefaultpassword: use method_exists() to check for check_password 7 years ago
Andrew Dolgov 0f05147531 properly highlight search keywords containing forward slash 7 years ago
simonp 5f19596651 Fix typo from previous pull request 7 years ago
Benjamin Collet 44c6a04b61 Check if the auth module supports check_password() method before using it 7 years ago
Andrew Dolgov 9390ddeae2 fix single user mode login failing because of isdefaultpassword() 7 years ago
Andrew Dolgov 1bf468ba1a pref-prefs: set button classes 7 years ago
Andrew Dolgov 121ac0481f filter rule/action dialogs: set default action 7 years ago