Commit Graph

143 Commits (eac46afbf7d8932774369376ee7b4dc2d75c3eed)

Author SHA1 Message Date
Andrew Dolgov db42b934a1 counters for linked feeds, misc SQL optimizations 19 years ago
Andrew Dolgov 09829e2a32 fix security bug in login (only allow plaintext password 'password') 19 years ago
Andrew Dolgov 9cbca41fbd fix bugs introduced by two previous patches 19 years ago
Andrew Dolgov 6043fb7e20 proper handling of failed sanity check in parse_counters + weird getAttribute workaround 19 years ago
Andrew Dolgov 5c563acde0 update feeds by last_updated DESC 19 years ago
Andrew Dolgov 746b249f95 set title to [Unknown] for newly added feeds, instead of blank string 19 years ago
Andrew Dolgov 023fe0377d mark feeds with update errors in feedlist (closes #8) 19 years ago
Andrew Dolgov 47c6c988d9 support for feed http auth 19 years ago
Andrew Dolgov e31dca1406 fix login redirect to calling page 19 years ago
Andrew Dolgov 0ea4fb5096 prefs: rework categorized feed list, boxed feed editor instead of inline 19 years ago
Andrew Dolgov 27f089dc81 fix empty num_comments handling (take 2) 19 years ago
Andrew Dolgov e31073bd82 fix empty num_comments handling 19 years ago
Andrew Dolgov 87a79fa411 fix get_script_urlpath() when index is used as DirectoryIndex 19 years ago
Andrew Dolgov 11b0dce2a7 display slash:comments in view mode 19 years ago
Andrew Dolgov 75836f3386 option to redirect to https url for login, option ENABLE_LOGIN_SSL (fixes some non-absolute redirects) 19 years ago
Andrew Dolgov 1f2b01ed8e update_feeds.php for CLI 19 years ago
Andrew Dolgov f26450f18c smart_date_time() display fix 19 years ago
Andrew Dolgov 372ced8b95 improve tag and content detection 19 years ago
Andrew Dolgov 31483fc1ab replace + to space when detecting tags (because tags are detected from technorati urls) 19 years ago
Andrew Dolgov a654a595b8 xml-import: fix escaping issues 19 years ago
Andrew Dolgov 19c9cb1143 support for filter actions 19 years ago
Andrew Dolgov 42918a0765 show only 4 tags in article view, possibly improve tag detection 19 years ago
Andrew Dolgov a88c1f3644 update_interval < 0 disables feed updates, show only 20 subscribed feeds in user details 19 years ago
Andrew Dolgov be773442d2 option HEADLINES_SMART_DATE 19 years ago
Andrew Dolgov 832b7bfc58 one more fix for Magpie link_ weirdness 19 years ago
Andrew Dolgov 59ba2c75c7 more atom compatibility workarounds 19 years ago
Andrew Dolgov 387234f3fd import rss_utils.inc for parse_w3cdtf() 19 years ago
Andrew Dolgov ddb68b812c weird magpie Atom parse workaround, feed is always updated when added (to get title, etc.) even if DAEMON_REFRESH_ONLY is set 19 years ago
Andrew Dolgov 21cfcdf29b move DAEMON_REFRESH_ONLY check to update_rss_feed 19 years ago
Andrew Dolgov 503eb3498a generic theme support, misc compact stylesheet iframe fixes 19 years ago
Andrew Dolgov 54a60e1a00 get_user_theme_path() 19 years ago
Andrew Dolgov dd8c76a9a2 move update_rss_feed transaction lock after $rss validity check 19 years ago
Andrew Dolgov 25af8dadb4 remove transaction lock in update_all_feeds 19 years ago
Andrew Dolgov 3547842a4f feed editor improvements 19 years ago
Andrew Dolgov cce28758b2 debug request variable sets error_reporting to E_ALL 19 years ago
Andrew Dolgov 74bff337da change default feed for new users (come again) 19 years ago
Andrew Dolgov 628fcd2c67 change default feed for new users 19 years ago
Andrew Dolgov ee2c305003 fix broken tag detection due to $entry_content being escaped 19 years ago
Andrew Dolgov 3b0feb9b7f misc prefs interface cleanups 19 years ago
Andrew Dolgov f557cd78ff some http auth fixes 19 years ago
Andrew Dolgov 30a49c9227 DAEMON_REFRESH_ONLY makes a lot more sense as a global option 19 years ago
Andrew Dolgov 147f7691fc allow updates of ttrss_feeds.site_url/icon_url 19 years ago
Andrew Dolgov ead60402dd per-feed filters 19 years ago
Andrew Dolgov 3a933f22b1 filters are now actually applied separately for each user 19 years ago
Andrew Dolgov fe99ab12bb fix possible bug in tag-processing part of update_rss_feed 19 years ago
Andrew Dolgov a277007718 command globalUpdateFeeds to update feeds of all users at once 19 years ago
Andrew Dolgov c7a03b7a53 fix prefs_init for single user mode 19 years ago
Andrew Dolgov 26c5729f9d more http auth related work, logout still doesn't work 19 years ago
Andrew Dolgov b8aa49bc97 more http auth related fixes, unified login sequence function 19 years ago
Andrew Dolgov 7fed194054 make update_rss_feed() neutral to logged in user 19 years ago