Commit Graph

8192 Commits (37a4a219d573dbc4d420648aab0a463138202e46)
 

Author SHA1 Message Date
Andrew Dolgov bfe1eb4e52 rssfuncs: fix warning when trying to update nonexisting feed 8 years ago
Andrew Dolgov 12ff230bc2 maybe we shouldn't escape entry_author twice 8 years ago
Andrew Dolgov f04b12d8e7 category: swap context menu items 8 years ago
Andrew Dolgov e4071d2544 feedparser: fix syntax error 8 years ago
Andrew Dolgov acfee412a3 feed tree: add category context menu entry to un/collapse it 8 years ago
Andrew Dolgov 4a5490dc58 feedparser: fix normalize_encoding() not working properly for some encodings 8 years ago
Andrew Dolgov 3bba9c396f fetch_file_contents: set timeout when not using CURL 8 years ago
Andrew Dolgov e3dceca66b get_article_filters: add unicode modifier to preg_match() 8 years ago
Andrew Dolgov 6687cb9927 shared posts: remove link to feed in externally shared articles to prevent leaking potentially private feed urls 8 years ago
Andrew Dolgov cde8272205 parser: only try to convert encoding if mbstring actually supports it 8 years ago
Andrew Dolgov 733b257d31 Merge branch 'add_feed_id_to_subscribeToFeed_response' into 'master'
Add feed id to subscribe to feed response

As described on the forum, this proposed change is to make the subscribeToFeed API response include the feed_id of the new or existing feed.

https://tt-rss.org/forum/viewtopic.php?f=8&t=3893

Thank you.

John

See merge request !35
8 years ago
John Brayton 401eb0f694 Specify feed_id as an int rather than a string. 8 years ago
John Brayton f1b3b3f330 Add feed_id to subscribeToFeed response when the code is 1 or 0.
Set the API_LEVEL to 14.
8 years ago
Andrew Dolgov 557d86fe42 better debugging for matched filter rules 8 years ago
Andrew Dolgov 4719aaca8a Merge branch 'fix-night-theme-for-ios' into 'master'
Fix themes/night.css for iOS browsers

Somehow the image filters order matters for iOS browsers (Chrome, Safari), so
grayscale filter is not applied if -webkit-filter is not the last filter in
list.

See merge request !34
8 years ago
Dmitry Potapov 14fa9ce6b3 Fix themes/night.css for iOS browsers
Somehow the image filters order matters for iOS browsers (Chrome, Safari), so
grayscale filter is not applied if -webkit-filter is not the last filter in
list.
8 years ago
Andrew Dolgov e8a94ec7e2 af_psql_trgm: do not try to render preference pane if enabled on mysql 8 years ago
Andrew Dolgov e54eb40a8c remove support for legacy mysql driver 8 years ago
Andrew Dolgov a005ebb693 remove classes/db/api.php (shouldn't be there) 8 years ago
Andrew Dolgov fa142b9642 Merge branch 'german-translation' into 'master'
German translation



See merge request !33
8 years ago
Heiko Adams 66f73f5525
Updated german translation 8 years ago
Heiko Adams 2842cf6e45 Merge branch 'master' into german-translation 8 years ago
Andrew Dolgov c565a0cc21 rebase translations 8 years ago
Andrew Dolgov 1a322ff3df import_export: better error message if upload failed 8 years ago
Andrew Dolgov a84fb943b4 pre-users: disallow renaming admin user 8 years ago
Andrew Dolgov 539f6ee6cd update schema 128 to properly set ttrss_feeds.last_updated default value to NULL 8 years ago
Andrew Dolgov 5cbd1fe8e4 perform housekeeping tasks for plugins loaded in user-context only 8 years ago
Andrew Dolgov d39a2f8005 switch modules to new dojo definition format 8 years ago
Andrew Dolgov 546b419f52 catch plugin JS errors 8 years ago
Andrew Dolgov f6d2787a8e plugins: use require() to hook into dojo 8 years ago
Andrew Dolgov fd539f2800 prefs: use dojo asynchronously 8 years ago
Andrew Dolgov 0dbc20a8d4 load dijit properly, duh 8 years ago
Andrew Dolgov ee5170424e dojo: main UI: load stuff asynchronously 8 years ago
Andrew Dolgov 25a533c432 bump static version to 16.8 8 years ago
Andrew Dolgov 6ff51c1997 Merge branch 'more-info-article-filter' into 'master'
Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER.

Adds the `$cache_images` value to the `$article['feed']` array before calling HOOK_ARTICLE_FILTER. Allows plugins to know whether images will be cached in case they want to manage them in one way or another.

See merge request !32
8 years ago
Andrew Dolgov 3b4d9619e9 Merge branch 'patch-strip-harmful-tags' into 'master'
Remove href attribute if it executes JavaScript.

Security update to prevent A tags with a `javascript:` href from actually executing the JavaScript.

See merge request !31
8 years ago
JustAMacUser babfadbfd2 Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER. 8 years ago
JustAMacUser d8b0f06705 Remove href attribute if it executes JavaScript. 8 years ago
Andrew Dolgov 4800746386 tweet embed: force utf-8 8 years ago
Andrew Dolgov 46506d3fd6 af_redditimgur: rework gfycat pages 8 years ago
Andrew Dolgov 8c395462be af_redditimgur: support .mp4 links 8 years ago
Andrew Dolgov e487e92d70 readability: increase maximum source document size, reorganize the reddit plugin code a bit 8 years ago
Andrew Dolgov 49048482d8 af_redditimgur: relax poster image url condition for imgur a bit 8 years ago
Andrew Dolgov 43db5b99eb af_redditimgur: only check embed url variants unless match is found 8 years ago
Andrew Dolgov 8788698b05 basic tweet embedding using oembed 8 years ago
Andrew Dolgov 90e45935bb af_redditimgur: try to guess images to embed using content-type 8 years ago
Andrew Dolgov e97e2ec9f3 Merge branch 'master' of git.tt-rss.org:fox/tt-rss 8 years ago
Andrew Dolgov d419aed543 trgm plugin: increase check distance to 3 days 8 years ago
Andrew Dolgov 9e38b6ca79 Merge branch 'mb4-string-only' into 'master'
Only strings need 4-byte filtering.

Things like booleans, integers, etc. can be excluded as only strings have 4-byte characters.

Keeps the data types consistent.

See merge request !30
8 years ago
Andrew Dolgov a6fde6c99f af_redditimgur: support video elements in imgur albums 8 years ago