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
|
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
|
4a80c57c50
|
remove some unused code reported by phpmd
|
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
|
fd94d63122
|
mention username in login failed syslog message
|
11 years ago |
Andrew Dolgov
|
bf5bcb8e27
|
queryFeedHeadlines: remove obsolete content_preview
|
11 years ago |
Andrew Dolgov
|
5bcb7b61b0
|
syndicated feeds: default to change exported guid
|
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
|
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
|
d0ee0f52b7
|
use favicon in some auxiliar dialogs
|
11 years ago |
Andrew Dolgov
|
bc262b6778
|
unfuck headlines_hook for syndicated feeds
|
11 years ago |
Andrew Dolgov
|
4e5ddeafa6
|
make cache starred plugin use hook_house_keeping
|
11 years ago |
Andrew Dolgov
|
910592b49a
|
add plugin to cache images in starred articles; pass article_id to
sanitize
|
11 years ago |
Andrew Dolgov
|
113c3dec9e
|
make globalUpdateFeeds handler use simple update mechanism to prevent script timeouts
|
11 years ago |
justauser
|
3b96b0ed7c
|
Merge branch 'master' into hookhead
Conflicts:
include/functions.php
changes for conflicts with master
|
11 years ago |
Julien Tardot
|
39119f0216
|
Correct feed ID in feeds self URL.
|
11 years ago |
Andrew Dolgov
|
62e7136b74
|
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
|
11 years ago |
Andrew Dolgov
|
356e13b161
|
rename orig_guid to no_orig_guid
|
11 years ago |
Andrew Dolgov
|
fcf6bfba32
|
syndicated feeds: add orig_guid to optionally alter item id to workaround duplicate checking for syndicated content; add <link> element to <source>
|
11 years ago |
guillaume-uH57J9
|
c4cab4ecf4
|
Report failed login attemps using user_error
|
11 years ago |
shibuya246
|
ab10707fac
|
add <source><title> to feed rss output
|
12 years ago |
justauser
|
575a52874c
|
fixed a typo
|
12 years ago |
justauser
|
6763143835
|
Changed the implementation of HOOK_QUERY_HEADLINES to deal with issue Fox raised
|
12 years ago |
justauser
|
891e36f57e
|
Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided.
|
12 years ago |
Roland Angerer
|
0806d68bac
|
bugfix: list correct profile IDs on login page
|
12 years ago |
Andrew Dolgov
|
25051fb84b
|
support custom order in generated feeds (closes #709)
|
12 years ago |
Andrew Dolgov
|
67e0cf9a37
|
add startup_gettext() calls to several endpoints for unregistered users so the output would be translated based on accept-language header
|
12 years ago |
Andrew Dolgov
|
5bbc4bb4b0
|
move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
|
12 years ago |
Rasmus Lerdorf
|
6f7798b643
|
Fixing bugs found by static analysis
|
12 years ago |
Andrew Dolgov
|
b18d109f22
|
only get USER_LANGUAGE on schema 120 and up
|
12 years ago |
Andrew Dolgov
|
7b149552cb
|
remove language selector from the login form, store language in the database per-user
|
12 years ago |
Andrew Dolgov
|
e2cf81e214
|
unify houskeeping stuff, increase spawn interval
|
12 years ago |
Andrew Dolgov
|
3c200461f8
|
more notice css tweaks
|
12 years ago |
Andrew Dolgov
|
1ffe3391f9
|
make pluginhost a singleton
|
12 years ago |
Andrew Dolgov
|
52d88392da
|
move db-prefs to OO
|
12 years ago |
Andrew Dolgov
|
0630a100d5
|
revert OO-db access in dbupdater, create DbUpdater() correctly
|
12 years ago |
Andrew Dolgov
|
d9c85e0f11
|
classes: use OO DB interface
|
12 years ago |
Andrew Dolgov
|
a42c55f02b
|
fix blank character after opening bracket in function calls
|
12 years ago |
Andrew Dolgov
|
6322ac79a0
|
remove $link
|
12 years ago |
Andrew Dolgov
|
f240d26e46
|
move db-updater functionality to public, remove db-updater.php
|
12 years ago |
Andrew Dolgov
|
b4c47f7e7b
|
add command-line db schema updater
|
12 years ago |
Andrew Dolgov
|
aadd636a01
|
enable remember me
|
12 years ago |
Andrew Dolgov
|
9ce7a5546c
|
implement some tweaks to session handling; properly remove session cookie if invalid/login failed
|
12 years ago |
Andrew Dolgov
|
2faef8349c
|
generated feeds: lower default query limit
|
12 years ago |
Andrew Dolgov
|
d6ba77f3ad
|
fix 304 being returned all the time
|
12 years ago |