Andrew Dolgov
dd6e2386fd
fix_url: support schema-less urls
10 years ago
Andrew Dolgov
b9634eb8b8
support loading themes from themes.local
10 years ago
Andrew Dolgov
7c0a2ab202
pluginhost: allow loading user plugins from plugins.local
10 years ago
Andrew Dolgov
945346cbff
add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin
10 years ago
Andrew Dolgov
27f7b59353
add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible
10 years ago
Andrew Dolgov
755869ffbc
remove unread first sorting: has issues, is pretty much adaptive anyway
10 years ago
SkyREgit
95a95b0a40
Add unread category to build-in Search
...
unread:{true,false} - match only unread or read articles
10 years ago
Andrew Dolgov
0c6f7b314a
remove image.php; put cached image endpoint to public.php
10 years ago
Andrew Dolgov
4ca621a360
add config option CHECK_FOR_UPDATES
10 years ago
Andrew Dolgov
480b2de3b1
minor fixes for previous (2)
10 years ago
Andrew Dolgov
119ba03bd4
minor fixes for previous
10 years ago
Andrew Dolgov
efcc5d365d
add placeholder update checker using git changesets
10 years ago
Andrew Dolgov
ed775e4e8d
remove obsolete code related to version checking and tarball updater plugin
10 years ago
Andrew Dolgov
21d7585a54
disable version checking for night.css
10 years ago
Andrew Dolgov
f6cbe9a5a0
require version information in all additional themes
10 years ago
Andrew Dolgov
c63850fad0
if loaded over ssl and iframe is whitelisted, set its source to https
10 years ago
tmo-github
8458a312ae
Modify query to avoid a full table scan on MySQL
10 years ago
Andrew Dolgov
59b5d5f3e6
allow embedding videos from youtube and vimeo natively
10 years ago
Andrew Dolgov
229a871be7
do not force sslversion in any cases
10 years ago
Andrew Dolgov
8ef0ca2fa6
remove unused format_libxml_error
10 years ago
Andrew Dolgov
ae962a96fd
fix typo
10 years ago
Andrew Dolgov
fafac207c5
geturl: if head request is denied because host is still living in 20th century, try requesting body (thanks to incompetent admins of arxiv.org)
10 years ago
Andrew Dolgov
aa9f7d4447
get_minified_js: store and check tt-rss version in cached files
10 years ago
Felix Eckhofer
1e87193815
Add width/height attribute to image enclosures
10 years ago
Dave Zaikos
0c019b4436
Added curl CURLOPT_NOBODY option in geturl function to ensure the HEAD method is used when resolving permanent/temporary URL moves.
11 years ago
Andrew Dolgov
3e0f2090bf
mail plugin: cleanup disabled completion, add configurable destination email list
10 years ago
Bram Schoenmakers
7b3110c9c9
Fix for testing filters getting stuck sometimes.
...
Sometimes when testing a filter the database becomes unresponsive, stuck
in a long query.
Solution: properly join ttrss_entries and ttrss_user_entries instead of
working with their carthesian product.
11 years ago
Dave Zaikos
c6ce584dd5
Changed how the enclosures array is checked for content so an empty array is not processed. Fixes a change from the previous branch commit.
11 years ago
Dave Zaikos
2bb11658a8
Added HOOK_FORMAT_ENCLOSURES plugin hook.
...
Runs HTML and enclosures array through a plugin hook when rendering an article's enclosures in format_article_enclosures(). Allows plugins to override handling of how enclosures are presented by either filtering the array of enclosures, or generating the HTML to add to the article content.
11 years ago
Rob Hoelz
9a6456fa12
Stop after first search plugin
...
The sanity check should have caught any extra ones, but it doesn't
hurt to be careful
11 years ago
Rob Hoelz
baaf4c3043
Make search mechanism pluggable
...
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine
for searching. It would be nice if other search engines (such as
Xapian) could be used, or if features of the underlying SQL engine
(such as MySQL's FULLTEXT indexes) could be leveraged. This commit
makes searching into a plugin hook, falling back to the builtin behavior
if no search plugin is active. The Sphinx search behavior has been
broken out into a plugin.
11 years ago
Andrew Dolgov
84e36b61a3
make_init_params: add plugins
11 years ago
Andrew Dolgov
3e8a79be6d
make_init_params: add theme
11 years ago
Andrew Dolgov
31460f84fe
make_init_params: add some additional information useful for reporting
11 years ago
Andrew Dolgov
ad593e4393
disable headlines grouping for recently read vfeed
11 years ago
Andrew Dolgov
99c19e1dcb
start_ts for feeds: use date_entered for consistency
11 years ago
Andrew Dolgov
d1e631f301
generated feeds, add ts= (strtotime) start timestamp
11 years ago
Andrew Dolgov
16c4803251
Revert "get_feeds_from_html: add rel='alternate feed'"
...
This reverts commit 526e1d80be
.
11 years ago
Andrew Dolgov
526e1d80be
get_feeds_from_html: add rel='alternate feed'
11 years ago
Andrew Dolgov
97b7d5c038
split functions php into two parts because syntastic is too slow
...
get_feeds_from_html: stricter feed detection based on whatwg guidelines
11 years ago