Andrew Dolgov
6bb96beb3a
update_rss_feed: set basic feed info if title is [Unknown] (fixes batch subscribe)
9 years ago
Andrew Dolgov
b6714c77d2
limit smart_date_time stuff to headlines only
9 years ago
Andrew Dolgov
46973af5df
smart_date_time: add special case when article date is within current hour
9 years ago
Andrew Dolgov
3318d32410
move language detection to a plugin, remove config.php constant
10 years ago
Andrew Dolgov
6c9f3d4a60
update_rss_feed: limit maximum execution time while processing articles
10 years ago
Andrew Dolgov
fe4535e6d3
bayes, filter: do not categorize already processed articles
...
rss: remove site url/title checks from update_rss_feed
10 years ago
Andrew Dolgov
6022776dac
speedup feed subscription process
10 years ago
Andrew Dolgov
59e83455f1
add some more bayes stuff
10 years ago
Andrew Dolgov
35c12dc40a
add workaround for mysql only accepting subset of unicode characters
10 years ago
Andrew Dolgov
6de3a1be7b
allow plugins modify article score
10 years ago
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
5078ebcc6f
Merge pull request #456 from andersk/disable-feed-browser
...
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
10 years ago
Anders Kaseorg
0e653f751e
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
...
The undocumented _DISABLE_FEED_BROWSER option added in commit
c39befacb2
turns off the UI for looking
at which feeds other users are subscribed to, but it did not prevent
you from manually constructing an RPC call to get the same data. This
was a privacy risk for those who consider _DISABLE_FEED_BROWSER
important.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
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
Andrew Dolgov
51faa1150c
add bg_BG entry to get_translations()
10 years ago
Andrew Dolgov
168cf351e2
add housekeeping task for orphaned counter cache entries
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
a29fe12195
add auto_assign_labels plugin; allow article filter plugins to add labels to articles
10 years ago
Andrew Dolgov
0c6f7b314a
remove image.php; put cached image endpoint to public.php
10 years ago
Andrew Dolgov
e6c826fa2f
remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results)
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
d498b60c6d
do not subscribe new users to now obsolete releases feed
10 years ago
Andrew Dolgov
ffc3a1e579
session: don't try to validate session schema version on empty sessions
10 years ago
Andrew Dolgov
ed775e4e8d
remove obsolete code related to version checking and tarball updater plugin
10 years ago
Andrew Dolgov
3192fb43bc
do not invalidate session when version_static and user agent changes
10 years ago
Andrew Dolgov
c9299c28c6
comment out old-school test trgm code
10 years ago
Anders Kaseorg
bd40827b73
Drop duplicate database indexes
...
These duplicate indexes were found by the pt-duplicate-key-checker
tool in percona-toolkit. Duplicate indexes waste space and slow down
the query planner. Closes #835 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
10 years ago
Andrew Dolgov
d8895ec679
1.15.3 to fix tag/version mismatch
10 years ago
Andrew Dolgov
21d7585a54
disable version checking for night.css
10 years ago
Andrew Dolgov
e054faa182
release 1.15.1
10 years ago
Andrew Dolgov
f6cbe9a5a0
require version information in all additional themes
10 years ago
Andrew Dolgov
9b46c8e5e7
release 1.15
10 years ago
Andrew Dolgov
584411fee6
disable libxml entity loader to prevent attacks via xml external entities ( fixes #833 )
10 years ago
Andrew Dolgov
c63850fad0
if loaded over ssl and iframe is whitelisted, set its source to https
10 years ago
Andrew Dolgov
9fd581336e
fetch_file_contents: support retarded schema-less urls
...
af_comics_dilbert: fix for new dilbert.com shenanigans
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
e44280a0bd
fix typo (refs #818 )
10 years ago
Andrew Dolgov
3cc02a5b88
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
10 years ago
Andrew Dolgov
6383c9c53a
when registering feed title, consider its maximum length ( closes #818 )
10 years ago
Grant Pannell
da7e3e91bf
Fix allow duplicate posts feature with optimizations from 1.14
10 years ago
Andrew Dolgov
edccb21df0
release 1.14
10 years ago
Andrew Dolgov
229a871be7
do not force sslversion in any cases
10 years ago