Commit Graph

1177 Commits (afb875ccd704dec355b73eecb2ded23f047414d8)

Author SHA1 Message Date
Andrew Dolgov 5300354848 fix searching by date; add search help prompt 13 years ago
Andrew Dolgov 4a06f46dc7 set mouse cursor on feed link icons in headlines display 13 years ago
Andrew Dolgov 6edeede312 tweak headlines layout to prevent long date clipping 13 years ago
Andrew Dolgov 0780f4f4fd add tooltip with all article tags 13 years ago
Andrew Dolgov fcfa9ef15b rework article notes; re-add built-in XSL template for generated feeds; remove schema_version caching in session 13 years ago
Andrew Dolgov 6338b16fb5 filter_to_sql: limit results to last 30 days of articles 13 years ago
Andrew Dolgov ad95edc2db move buttonplayer to lib/ 13 years ago
Andrew Dolgov b7d1a163c6 getSearchSql -> search_to_sql 13 years ago
Andrew Dolgov 361840203b filter_test: proper implementation using queryFeedHeadlines 13 years ago
Andrew Dolgov 50aa64b3c4 squash deprecated warning of htmlpurifier serializer path 13 years ago
Andrew Dolgov ca06ed7d36 move HTMLPurifier cache inside CACHE_DIR/htmlpurifier 13 years ago
Andrew Dolgov a0e580b0ca api/getHeadlines: add include_attachments parameter 13 years ago
Andrew Dolgov 71344201b7 update_rss_feed: better purging debug 13 years ago
Andrew Dolgov 412d258d42 update_rss_feed: cleanup debugging 13 years ago
Andrew Dolgov 61e420e964 config: cleanup 13 years ago
Andrew Dolgov 1849a788cc htmlpurifier: suppress HTML.Allowed deprecation warning 13 years ago
Andrew Dolgov dbaa4e4aac config: remove option ENABLE_UPDATE_DAEMON 13 years ago
Andrew Dolgov 42315f8de8 config: add AUTO_ADD_USER (closes #294) 13 years ago
Andrew Dolgov 388c645a8b block STRIP_UNSAFE_TAGS (force enable) 13 years ago
Andrew Dolgov f4f0f80d21 update HTMLPurifier; enable embedded flash video in articles 13 years ago
Andrew Dolgov ad92c6ac62 update ttrss_entries.updated on post update 13 years ago
Andrew Dolgov bbd34ece9a tweak the way update_on_checksum_change works 13 years ago
Andrew Dolgov 78ccac0bdd sanitize_tag: block single quote symbol 13 years ago
Andrew Dolgov 364e3c859d generate_syndicated_feed: only enable pubsub hub for published feed 13 years ago
Andrew Dolgov 9b1a708165 generate_syndicated_feed: enable support for notes 13 years ago
Andrew Dolgov 20e43935fc generate template-enabled Atom feeds instead of makeshift rss 13 years ago
Andrew Dolgov 7b8931889b remove view_mode remark from generated feed url 13 years ago
Andrew Dolgov 50332a320c update_rss_feed: use proper owner_uid for pubsubhubbub update url key 13 years ago
Andrew Dolgov ed102aa083 because get_self_url_prefix() referenced information unavailable to php CLI clients, add config option SELF_URL_PATH 13 years ago
Andrew Dolgov a9ac55ea76 update_rss_feed: misc fixes 13 years ago
Andrew Dolgov 6eb8d32d96 update_rss_feed: block pubsub subscription requests when CURL is not available 13 years ago
Andrew Dolgov 2fcec4c429 add missing pubsub pings to operations changing the article published status 13 years ago
Andrew Dolgov 5ab9791f34 implement pubsubhubbub subscriber (update schema) 13 years ago
Andrew Dolgov b0f379dfff add experimental support for pubsubhubbub in published feed, bump config version (refs #251) 13 years ago
Andrew Dolgov ccdddcc251 hlClicked: allow opening originating article directly while middle-clicking on the headline title 13 years ago
Andrew Dolgov c9b63492fa allow logging in with a different user instead of one supplied by remote authentication/SSL cert 13 years ago
Andrew Dolgov 30a2fe5a2a update_rss_feed: fix proper typecasting of mark_unread_on_update/update_on_checksum_change 13 years ago
Andrew Dolgov 74b046a1c9 add ttrss_feeds.update_on_checksum_change 13 years ago
Andrew Dolgov 9382ca847f add ttrss_feeds.mark_unread_on_update, bump schema, cleanup ttrss_prefs 13 years ago
Andrew Dolgov bf9fc06072 only use autologin with SSL certificate when AUTO_LOGIN is enabled, otherwise redirect to login form as with remote auth 13 years ago
Andrew Dolgov 1dc52ae7b3 pref-prefs: blacklist HEADLINES_SMART_DATE 13 years ago
Andrew Dolgov 8de8bfb871 authenticate against a hash of identifyable information from certificate instead of only serial (refs #324) 13 years ago
Andrew Dolgov 3d72afa19a use SSL serial to bind certificate to user; implement autologin using SSL certificate; set a separate session cookie for SSL connections (refs #324) 13 years ago
Andrew Dolgov f98252f27c allow authentication using SSL client certificates (closes #324) 13 years ago
Andrew Dolgov a712429edc improve favicon detection (refs #322) 13 years ago
Andrew Dolgov 5f6804bc72 fetch_file_contents: fix CURL option setting 13 years ago
Andrew Dolgov 7b26a148b0 config: remove ENABLE_TRANSLATIONS 13 years ago
Andrew Dolgov ebb948c24e rework initial sanitycheck to use JSON 13 years ago
Andrew Dolgov bd202c3f89 backend/viewfeed: use JSON 13 years ago
Andrew Dolgov 009646d23a backend/view: use JSON instead of XML; backend: output session invalid error using JSON 13 years ago