Andrew Dolgov
ad593e4393
disable headlines grouping for recently read vfeed
11 years ago
Andrew Dolgov
d1e631f301
generated feeds, add ts= (strtotime) start timestamp
11 years ago
Andrew Dolgov
5303f9a71a
rework password reset to work through temporary link
11 years ago
Andrew Dolgov
b41c5741fe
disable OTP on user password reset
11 years ago
Andrew Dolgov
f7439d69cd
comment out subtest
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
Andrew Dolgov
38e063418d
public: remove subscribe2 (unused?)
11 years ago
Andrew Dolgov
31bd6f7643
parser: trim some some feed-extracted data link titles and links
11 years ago
Andrew Dolgov
4ce778677e
Revert "parser: experimentally set preservewhitespace to false"
...
This reverts commit b69d94eeeb
.
11 years ago
Andrew Dolgov
b69d94eeeb
parser: experimentally set preservewhitespace to false
11 years ago
Andrew Dolgov
6bb051285e
opml import: remove unneeded 250 character restriction on feed urls
11 years ago
Andrew Dolgov
4a80c57c50
remove some unused code reported by phpmd
11 years ago
Andrew Dolgov
878a0083ff
revert max ui feed title length, tweak truncate_string a bit
11 years ago
Andrew Dolgov
66684d8149
subtoolbar: layout fix, shorten max feed title length
11 years ago
Andrew Dolgov
029005c49b
minor style updates to make 3panel headlines mode look closer to cdm
11 years ago
Andrew Dolgov
6214a0768a
reinstate scriptaculous controls (needed for ajax.autocomplete)
11 years ago
Andrew Dolgov
cdbcb2778a
move Zoom stylesheet to a separate file
...
update stylesheet/javascript tag helpers to return output instead of
printing it
11 years ago
Andrew Dolgov
4e2f219c16
fix selected prompt position
11 years ago
Andrew Dolgov
1bffd1068f
unify main and headlines toolbar
11 years ago
Andrew Dolgov
d44f3da4be
default theme updates
11 years ago
Dave Zaikos
a96bb3d88a
Fixed a bug in PluginHost::del_hook() where the parameters passed to array_search() were in the incorrect order.
11 years ago
Dave Zaikos
a2108ee96d
Added syslog reporting for failed API login attempts.
11 years ago
Andrew Dolgov
1d3cbe31c3
api: fix getFeeds returning some ids in string format
11 years ago
Andrew Dolgov
fd94d63122
mention username in login failed syslog message
11 years ago
Andrew Dolgov
ab85ad89b3
otp: use application name in provisioning uri
11 years ago
Andrew Dolgov
4c63934bac
increase randomness of shared url keys a bit
11 years ago
Andrew Dolgov
2ab7ccb695
parser: fix failing on empty media:group tags
11 years ago
Andrew Dolgov
76d78eb2e7
remove unnecessary wrapping from share uniqid() keys
11 years ago
Andrew Dolgov
d31d521f79
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
11 years ago
Andrew Dolgov
f6c61b2d55
rss: choose between description and content:encoded based on which one is longer because publishers are idiots and can't use tags properly
11 years ago
wltb
d71ac5d3da
implemented get_comments_url() and Atom Threading Extension
11 years ago
Andrew Dolgov
e23aedd402
parser: add basic support for media:thumbnail
11 years ago
Andrew Dolgov
429ff9afb0
api: add article language to getArticle/getHeadlines
11 years ago
Andrew Dolgov
bf5bcb8e27
queryFeedHeadlines: remove obsolete content_preview
11 years ago
Andrew Dolgov
25237aea43
api: fix getLabels never returning existing checked labels correctly
11 years ago
Andrew Dolgov
21bb3c064a
api: add note support for getHeadlines/getArticle (bump api version)
11 years ago
Andrew Dolgov
5bcb7b61b0
syndicated feeds: default to change exported guid
11 years ago
Jeffrey Tolar
ed449a9aaa
Follow the spec for <media:group>s
...
Each <media:group> section specifies multiple representations of the
same content.
11 years ago
Andrew Dolgov
43d790f054
pubsubhubbub: disable feed url checking when subscribing for the time being, expand error messages a bit
11 years ago
Andrew Dolgov
273c33e512
api: allow sorting headlines by title
11 years ago
Andrew Dolgov
4ad04ee227
report all libxml errors in updater debug output
...
force utf8 encoding if devforceupdate is on
parser: try to convert non-unicode feeds with specified encoding to utf8
before trying to remove dangling utf8 characters in case of utf8-related
libxml errors because doing so produces garbage content
11 years ago
Andrew Dolgov
29f7ec0ae3
printTagSelect: work correctly on tags with spaces
11 years ago
Andrew Dolgov
87065739cd
add context menu for cdmFeedTitle; change mark as read prompt for grouped headlines more clear
11 years ago
Andrew Dolgov
788cf0a1b1
api: fix setArticleLabel expecting wrong format for label_id
11 years ago
Andrew Dolgov
0ee126ee8f
remove a few parser warnings from generated feeds
11 years ago
Andrew Dolgov
84c53d0e1d
fix http 304 header being calculated incorrectly for published and starred feeds
11 years ago
Andrew Dolgov
8f7a020e1b
add notification to subscribe dialog when multiple feeds are detected
11 years ago
Andrew Dolgov
d0ee0f52b7
use favicon in some auxiliar dialogs
11 years ago
wltb
2c6f3c2eb3
Feedparser: Add important check for unknown feed type detection
11 years ago
wltb
54f23d38a6
Feedparser: Store libXML fatal error messages in an array, repair error reporting
11 years ago