1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-01 12:40:50 +02:00
Commit Graph

4300 Commits

Author SHA1 Message Date
Andrew Dolgov
50aa64b3c4 squash deprecated warning of htmlpurifier serializer path 2011-04-16 18:35:16 +04:00
Andrew Dolgov
ca06ed7d36 move HTMLPurifier cache inside CACHE_DIR/htmlpurifier 2011-04-15 14:06:27 +04:00
Andrew Dolgov
9b27cec8c0 update.php & daemon: chdir to script directory using __FILE__ magic constant 2011-04-15 12:38:11 +04:00
Andrew Dolgov
b6c1201c33 filters: cast score expression as integer on save to prevent misscoring 2011-04-15 11:42:22 +04:00
Andrew Dolgov
90e71380ba api: support passing input parameters using JSON in HTTP POST data 2011-04-14 21:22:55 +04:00
Andrew Dolgov
a0e580b0ca api/getHeadlines: add include_attachments parameter 2011-04-14 21:00:36 +04:00
Andrew Dolgov
133ab8c713 replace references to ttrss-logo.png with logo.png 2011-04-14 17:48:26 +04:00
Andrew Dolgov
9fc34a36f1 api: remove obsolete getArticles/getNewArticles previously added for tt-rss reader 2011-04-13 15:52:31 +04:00
Andrew Dolgov
84e9a8c7e6 update.php: update feedbrowser, purge orphans and cleanup cached tags in the update handler 2011-04-13 15:48:20 +04:00
Andrew Dolgov
9de6ced109 mobile: properly handle going back from article to flat category list 2011-04-13 15:09:00 +04:00
Andrew Dolgov
bdea432bbb api/login: properly return LOGIN_ERROR when passed an invalid username 2011-04-13 14:18:33 +04:00
Andrew Dolgov
347b467be5 backend/loading: fix content type 2011-04-13 08:06:20 +04:00
Andrew Dolgov
71344201b7 update_rss_feed: better purging debug 2011-04-12 20:23:55 +04:00
Andrew Dolgov
412d258d42 update_rss_feed: cleanup debugging 2011-04-12 19:52:05 +04:00
Andrew Dolgov
61e420e964 config: cleanup 2011-04-12 19:44:39 +04:00
Andrew Dolgov
1849a788cc htmlpurifier: suppress HTML.Allowed deprecation warning 2011-04-12 19:35:13 +04:00
Andrew Dolgov
dbaa4e4aac config: remove option ENABLE_UPDATE_DAEMON 2011-04-12 19:33:12 +04:00
Andrew Dolgov
f56c6cd488 sanity check: properly check for ISCONFIGURED 2011-04-12 19:29:45 +04:00
Andrew Dolgov
42315f8de8 config: add AUTO_ADD_USER (closes #294) 2011-04-12 19:28:35 +04:00
Andrew Dolgov
388c645a8b block STRIP_UNSAFE_TAGS (force enable) 2011-04-11 16:43:54 +04:00
Andrew Dolgov
f4f0f80d21 update HTMLPurifier; enable embedded flash video in articles 2011-04-11 16:41:01 +04:00
Andrew Dolgov
ad92c6ac62 update ttrss_entries.updated on post update 2011-04-11 13:23:18 +04:00
Andrew Dolgov
bbd34ece9a tweak the way update_on_checksum_change works 2011-04-11 11:59:22 +04:00
Andrew Dolgov
50b284b196 feed editor: show last update error near URL 2011-04-08 15:45:39 +04:00
Andrew Dolgov
e57e73ef29 rework feed update errors and inactive feeds dialogs 2011-04-08 15:37:50 +04:00
Andrew Dolgov
0a13e84edb remove domxml OPML import path 2011-04-05 19:07:19 +04:00
igorette
dfa7bb2f63 fixed typo, missing semicolon 2011-04-05 16:42:08 +04:00
Andrew Dolgov
76a259c20a add sanity check for DOMDocument 2011-04-05 16:25:07 +04:00
Andrew Dolgov
592f033943 subscribeToFeed: add transport information to exception handler 2011-04-05 14:49:28 +04:00
Andrew Dolgov
78ccac0bdd sanitize_tag: block single quote symbol 2011-04-04 13:46:44 +04:00
Andrew Dolgov
364e3c859d generate_syndicated_feed: only enable pubsub hub for published feed 2011-04-04 13:42:14 +04:00
Andrew Dolgov
9b1a708165 generate_syndicated_feed: enable support for notes 2011-04-04 13:36:21 +04:00
Andrew Dolgov
20e43935fc generate template-enabled Atom feeds instead of makeshift rss 2011-04-04 13:30:47 +04:00
Andrew Dolgov
5de271146b add feed editor button to reset pubsub subscription state 2011-04-02 14:39:46 +04:00
Andrew Dolgov
7b8931889b remove view_mode remark from generated feed url 2011-04-02 11:15:43 +04:00
Andrew Dolgov
6c0ba5b667 genUrlChangeKey: fix href rewriting 2011-04-02 11:09:06 +04:00
Andrew Dolgov
50332a320c update_rss_feed: use proper owner_uid for pubsubhubbub update url key 2011-04-02 10:27:26 +04:00
Andrew Dolgov
7e0943c6bc fix pubsubhubbub challenge response 2011-04-01 21:25:55 +04:00
Andrew Dolgov
ed102aa083 because get_self_url_prefix() referenced information unavailable to php CLI clients, add config option SELF_URL_PATH 2011-04-01 20:41:18 +04:00
Andrew Dolgov
a9ac55ea76 update_rss_feed: misc fixes 2011-04-01 17:23:44 +04:00
Andrew Dolgov
6eb8d32d96 update_rss_feed: block pubsub subscription requests when CURL is not available 2011-04-01 17:20:54 +04:00
Andrew Dolgov
2fcec4c429 add missing pubsub pings to operations changing the article published status 2011-04-01 16:58:34 +04:00
Andrew Dolgov
dd0345769a schema: mysql: remove foreign key to ttrss_themes before dropping theme_id from ttrss_users 2011-04-01 15:32:27 +04:00
Andrew Dolgov
9507ab7f92 schema: remove ttrss_themes 2011-04-01 15:26:02 +04:00
Andrew Dolgov
6110d44183 add lib/pubsubhubbub/subscriber.php 2011-04-01 13:58:26 +04:00
Andrew Dolgov
5ab9791f34 implement pubsubhubbub subscriber (update schema) 2011-04-01 13:55:39 +04:00
Andrew Dolgov
e2bcd11bb1 add a sanity check for CURL when using pubsubhubbub 2011-04-01 09:42:15 +04:00
Andrew Dolgov
b0f379dfff add experimental support for pubsubhubbub in published feed, bump config version (refs #251) 2011-04-01 09:36:29 +04:00
Andrew Dolgov
6f1c5d1760 fix zoomToArticle() for new JSON reply format 2011-03-31 14:27:13 +04:00
Andrew Dolgov
ccdddcc251 hlClicked: allow opening originating article directly while middle-clicking on the headline title 2011-03-30 16:39:27 +04:00