Commit Graph

5475 Commits (9a2885da170ffd64358b99194095851a2d09c1b6)
 

Author SHA1 Message Date
Andrew Dolgov ce1cdfb6e0 db: remove qlog stuff 13 years ago
Andrew Dolgov 18e1a773d1 change ctrl-arrow bindings to always keep current article on top
(previous behavior)
replace direct active_post_id references with get/set functions
13 years ago
Andrew Dolgov 1b04a298ef store active feed id in url hash and restore on reload 13 years ago
Andrew Dolgov 271edfa6f9 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 13 years ago
Andrew Dolgov 81d5b6e9ef googleplus: update icon to be the same size/shape as other plugins 13 years ago
Andrew Dolgov 350e3944d4 fix uploadicon() returning wrong content-type (closes #543) 13 years ago
Andrew Dolgov f4c02a157a fix warning when saving plugins with 0 plugins enabled (closes #542) 13 years ago
Andrew Dolgov 67cad82e60 cdmExpandArticle: do not perform offset manipulation 13 years ago
Andrew Dolgov c2e4e8fe91 hotkey help: fix actions bound to multiple sequences not displayed correctly 13 years ago
Andrew Dolgov c22580b55f implement classic next/prev article movement behavior, bind to ctrl-arrows 13 years ago
Andrew Dolgov 104e5c6557 moveToPost: implement more natural next/prev moving in combined mode 13 years ago
Andrew Dolgov 1ebf3b979e replace getmicrotime() wrapper with microtime(true) (2) 13 years ago
Andrew Dolgov fa9e88c367 replace getmicrotime() wrapper with microtime(true) 13 years ago
Andrew Dolgov 3af9dbd350 cdmScrollToArticleId: use more natural scrolling 13 years ago
Andrew Dolgov cb0810962c enclosures player: hide html5 audio element 13 years ago
Andrew Dolgov 0a7b15207e remove previous counter hacks; force request counters when there's no
unread stuff left in current feed (e.g. finished reading)
13 years ago
Andrew Dolgov 77a3e1233f rpc/getAllCounters: include virtual counters when last_article_id is supplied and unchanged 13 years ago
Andrew Dolgov 5129d29d65 reduce counters request minimum interval 13 years ago
Andrew Dolgov bf40c12408 request_counters: force request 50% of the time to keep all counters updated 13 years ago
Andrew Dolgov 8fe3a493d4 db: replace QUERY_LOG with _DEBUG_QUERY_LOG 13 years ago
Andrew Dolgov 0a117b86b0 cache all db prefs on startup 13 years ago
Andrew Dolgov 88918ca637 remove server-side feedtree collapse implementation 13 years ago
Andrew Dolgov 65713fdf4c log queries is QUERY_LOG is defined 13 years ago
Andrew Dolgov 1b87341afa ccache: disable force overriding owner_uid on real feeds (why was this needed?) 13 years ago
Andrew Dolgov 45942238bf getLabelCounters: optimize SQL 13 years ago
Andrew Dolgov 1bad74ea7c change various catchup stuff to only affect unread articles 13 years ago
Andrew Dolgov be17885789 pluginhost: add get_debug()/set_debug() for plugins to detect if debugging is allowed 13 years ago
Andrew Dolgov 70caff4811 done collecting data debug message: remove title 13 years ago
Andrew Dolgov 8dffcd0175 css: remove postDateRTL 13 years ago
Andrew Dolgov 5321e775f9 remove update on checksum change (updated status has been removed); rtl stuff (unused) 13 years ago
Andrew Dolgov 5d56d100f1 force disable simplepie unnecessarily sanitizing data 13 years ago
Andrew Dolgov 2ea09bdef6 update_daemon_common: purge inactive/not updated feeds 13 years ago
Andrew Dolgov 4deb422655 Merge pull request #40 from nhoening/master
update Flattr plugin
13 years ago
nhoening e0abb8d768 Replace SQL query which led to problems for some, refactor a bit and document what this plugin cannot do if articles are not in the Flattr cataloge. 13 years ago
Andrew Dolgov cfe6d444a9 add workaround against shutdown() being called in child task context 13 years ago
Andrew Dolgov f421fcd7e5 daemon: die if unable to create a stampfile 13 years ago
Andrew Dolgov 2cd099f0fb daemon: better shutdown/sigint reporting 13 years ago
Andrew Dolgov 724b7942ed daemon: install master shutdown handlers without a separate forking process 13 years ago
Andrew Dolgov a44bfcfd52 make_lockfile: check if file was created successfully 13 years ago
Andrew Dolgov 1a43a68cb1 daemon: enable master lockfile 13 years ago
Andrew Dolgov 7c9f819f1e tinyfeedicon: fix vertical align 13 years ago
Andrew Dolgov cd616c4c35 nsfw: make tags list configurable 13 years ago
Andrew Dolgov 81c54e3d8d only allow clearing data of active plugins 13 years ago
Andrew Dolgov 87801bd866 hide widescreen mode toggle in cdm 13 years ago
Andrew Dolgov ada103f234 simplepie init: hide errors 13 years ago
Andrew Dolgov 48b657fce1 fetch_file_contents: fix typos 13 years ago
Andrew Dolgov 5de51df7f8 rssfuncs: show fetch done debug message in appropriate place 13 years ago
Andrew Dolgov ab457a9c96 rssfuncs: load pluginhost stuff properly 13 years ago
Andrew Dolgov 017401ddce implement HOOK_FEED_FETCHED 13 years ago
Andrew Dolgov fb850eecda fix SELF_USER_AGENT defined with blank VERSION
better error reporting in fetch_file_contents()
13 years ago