Andrew Dolgov
8af94f1292
pluginhost: use PDO
8 years ago
Andrew Dolgov
0500e14cc2
update_rss_feed: transaction lock article processing
8 years ago
Andrew Dolgov
0567016b40
rssutils: PDO
8 years ago
Andrew Dolgov
afcb105f4e
rssutils: start PDO switch
8 years ago
Andrew Dolgov
1d92297a96
dbupdater: use PDO
8 years ago
Andrew Dolgov
c949a9282e
OPML: use PDO; minor fixes
8 years ago
Andrew Dolgov
4102eb843f
sql logger: pdo
8 years ago
Andrew Dolgov
c1c08aed39
labels: PDO
8 years ago
Andrew Dolgov
fbe7cb0a48
rpc: switch to PDO
8 years ago
Andrew Dolgov
9652fa6b66
API: small fix
8 years ago
Andrew Dolgov
3467e1fd7c
api: switch to PDO
8 years ago
Andrew Dolgov
dd90eefae1
PDO: set unicode for mysql and other connection params
8 years ago
Andrew Dolgov
aee3f0e6d9
fix typo
8 years ago
Andrew Dolgov
7fc303e6ab
query feed headlines: fix limit/offset
8 years ago
Andrew Dolgov
cb13089af1
public: use PDO headlines result (2)
8 years ago
Andrew Dolgov
dc393a580b
public: use PDO headlines result
8 years ago
Andrew Dolgov
3623ebb1a1
feeds: handle escaping
8 years ago
Andrew Dolgov
c9b6ca8b70
feeds: remove escaping
8 years ago
Andrew Dolgov
b5791f11c5
queryfeedheadlines: PDOize (1)
8 years ago
Andrew Dolgov
29f1908e03
feeds: right before queryfeedheadlines()
8 years ago
Andrew Dolgov
cc9450c309
ccache, misc: fixes
...
feeds: start PDO transition
8 years ago
Andrew Dolgov
1271407eea
public: partial conversion to PDO, misc fixes
8 years ago
Andrew Dolgov
fbde19580c
db_prefs: PDO
8 years ago
Andrew Dolgov
abf94f00b4
digest: use PDO
8 years ago
Andrew Dolgov
9ead64f6d8
dlg: PDO
8 years ago
Andrew Dolgov
933ff559e6
ccache: PDO
8 years ago
Andrew Dolgov
a25ac0d7c8
counters: PDO
8 years ago
Andrew Dolgov
c9d5c26041
auth/base: PDO
...
functions: fix small pdo-related bug
8 years ago
Andrew Dolgov
2c57df75ff
article: remove db_escape..()
8 years ago
Andrew Dolgov
d0e73ed8ae
article: switch to PDO
8 years ago
Andrew Dolgov
2e46b434da
pdo: set warnings
8 years ago
Andrew Dolgov
c39ee27235
article: start pdo
8 years ago
Andrew Dolgov
bfc54b0369
Merge branch 'pdo-experimental' of git.fakecake.org:tt-rss into pdo-experimental
8 years ago
Andrew Dolgov
d9e60c0f68
Merge branch 'master' of git.fakecake.org:tt-rss into pdo-experimental
8 years ago
Andrew Dolgov
e50c8eaa4e
enforce unconditional requests every 6 hours even if server claims data is not modified
8 years ago
Andrew Dolgov
8adb3ec472
add some WIP pdo stuff
8 years ago
Andrew Dolgov
ca82bb03c8
rm db_stmt
8 years ago
Andrew Dolgov
99bda9cc12
add some starting pdo glue
8 years ago
Andrew Dolgov
9dd336a2c3
generate base css files using lessc
8 years ago
Andrew Dolgov
2352c320c2
fix possible sql injection in public/forgotpass
8 years ago
Andrew Dolgov
9d930af9e1
fetch_file_contents: improve error handling
...
1. if request fails get error string from http response status line
2. do not override http error with possible CURL/php specific last error
3. fix silent php error generated while processing response headers to get last modified value
8 years ago
Andrew Dolgov
91f49ba17d
api, setArticleLabel: allow JSON booleans
8 years ago
fox
d320b55af9
Merge branch 'sort_title_date' of ggrandou/tt-rss into master
8 years ago
Gilles Grandou
f9ad33c2d8
allows favicons to be in Windows PC BMP format
8 years ago
Gilles Grandou
81d96c0dee
makes 'order by title' to sort by title and by ascending date
...
* this allows to chronologically browse all articles with the
same title.
8 years ago
Andrew Dolgov
8b73bd28d8
remove apache-specific x-sendfile stuff
...
implement a hook (HOOK_SEND_LOCAL_FILE) which plugins may use to send files
via httpd-specific implementation to increase performance typically on larger files
8 years ago
fox
b1d1bc901f
Merge branch 'checkbox-feed' of dxbi/tt-rss into master
8 years ago
Felix Eckhofer
cc50affb62
Add checkbox for authentication in edit feed dialog
...
This makes the UI more consistent with the "add feed" dialog and
prevents overzealous password-managers from leaking the login password.
8 years ago
Andrew Dolgov
51b521c326
fix batch feed editor using wrong SQL syntax when saving feed password
...
remove uses of auth_pass_encrypted in several other places
8 years ago
wn_
3476690cbf
Only require an array of basic info from 'HOOK_FEED_BASIC_INFO'.
...
Removes the need for the plugin to provide feed content.
Gives plugins a chance to provide 'title' and 'site_url' basic info.
Falls back to attempting retrieval+parsing of the fetch URL if needed.
8 years ago