Commit Graph

264 Commits (1c2d719341197402d4cb1ba438f0183f4f3be75a)

Author SHA1 Message Date
Andrew Dolgov 9a7a7b4133 set last_error on is_array() iterator check failure 19 years ago
Andrew Dolgov c22789da91 some is_array() sanity checks for content (possible fix for #49) 19 years ago
Andrew Dolgov 7ae65adfc5 prevent setting session cookie when user not logged in and tt-rss.php/prefs.php is requested 19 years ago
Andrew Dolgov 7f16656eb7 remove support for plain-text passwords 19 years ago
Andrew Dolgov 916f788a94 make SESSION_CHECK_ADDRESS work on generic sessions 19 years ago
Andrew Dolgov 5ccc1cf5d7 remember me feature 19 years ago
Andrew Dolgov ad507f8504 change debug output in purge functions 19 years ago
Andrew Dolgov b6104dee39 fix Opera caching bug 19 years ago
Andrew Dolgov 69654950d6 remove borders on radio button elements 19 years ago
Andrew Dolgov b02111c24a fix last clause of smart_date/smart_date_time (closes #41) 19 years ago
Andrew Dolgov 27981ca30f warn if daemon process is not running on server 19 years ago
Andrew Dolgov fcb4c0c93b add make_lockfile() 19 years ago
Andrew Dolgov c1e202b79c fix negative update interval handling 19 years ago
Andrew Dolgov cbd8650dfe new option: MAX_UPDATE_TIME 19 years ago
Andrew Dolgov 7d7cbaf5f8 new option: TMP_DIRECTORY 19 years ago
Andrew Dolgov 5bc0bd2701 added compatibility layer for mb_* functions (from Typo3, patch from Guillaume Bour) 19 years ago
Andrew Dolgov 12db369ca7 truncate_string() now actually is utf-8 compatible 19 years ago
Andrew Dolgov 070d0d2a2e remove headlines overflow hack, made truncate_string() utf-8 aware 19 years ago
Andrew Dolgov e3c99f3b63 add ability to hide feeds from browser (closes #21) 19 years ago
Andrew Dolgov 8926aab826 fix expiry-generated dupes (see changeset) 19 years ago
Andrew Dolgov 798f722b01 remove subselect from theme query, expand password range 19 years ago
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
Andrew Dolgov 8cb7480484 fix http basic authentication 19 years ago
Andrew Dolgov f324892e58 handle site_url in ttrss_feeds (and display in feed details) 19 years ago
Andrew Dolgov b17fcb1a0c fix double escaping of entry data on insert/update sequence 19 years ago
Andrew Dolgov 1c73bc0c4d remove obsolete code from updateFeed() 19 years ago
Andrew Dolgov 6385315d2a rewrite post update mechanism 19 years ago
Andrew Dolgov 71604ca4e9 new option - ALLOW_DUPLICATE_POSTS 19 years ago
Andrew Dolgov 35d8cf43bc fix and enable purge_feed() 19 years ago
Andrew Dolgov 05732aa0b6 misc new schema support related work 19 years ago
Andrew Dolgov 4c193675d0 initial split ttrss_entries work 19 years ago
Andrew Dolgov 93d40f50ba respect $fetch in update_all_feeds (forceUpdateAllFeeds handling) 19 years ago
Andrew Dolgov 25da690943 fix tags crosslink bug in update_feed 19 years ago
Andrew Dolgov 4e90d6d273 fix crosslink bug in update_feed 19 years ago
Andrew Dolgov 3b0948c4ab sort tags in feedlist output, "technorati tag:" is stripped from tagname 19 years ago
Andrew Dolgov fefa6ca3af globalPurge rpc call 19 years ago
Andrew Dolgov 717f5e645b user details for user manager 19 years ago
Andrew Dolgov ab15e65ddc possible fix for possible tag bug 19 years ago
Andrew Dolgov f6f321982f handle last_login in editor/login sequence 19 years ago
Andrew Dolgov e6cb77a07a user manager 19 years ago
Andrew Dolgov 203b6d25e5 store access level in $_SESSION 19 years ago
Andrew Dolgov 273a2f6b43 schema updates, ICONS_DIR/ICONS_URL moved to config.php 19 years ago
Andrew Dolgov c8437f35c6 optional login form/http basic auth support 19 years ago
Andrew Dolgov 1c7f75ed2c http user auth, password changer in preferences 19 years ago
Andrew Dolgov ff485f1d50 per-user preferences 19 years ago
Andrew Dolgov c93f38c494 display username in header 19 years ago
Andrew Dolgov 06da450f4c further functions.php uid work 19 years ago
Andrew Dolgov f1a80dae05 functions.php is now uid-aware 19 years ago
Andrew Dolgov 9e99787465 pass $link into check_feed_favicon() 19 years ago
Andrew Dolgov 5da169d992 print_radio() fixes 19 years ago
Andrew Dolgov 77e9671919 preferences editor 19 years ago
Andrew Dolgov 4668523d7c printFeedEntry now expects $link 19 years ago
Andrew Dolgov 4769ddaf72 sql-ize backend.php 19 years ago
Andrew Dolgov b619ff1507 sql-ize functions.php 19 years ago
Andrew Dolgov 9e0f3ab123 fix typo in mysql purge query 19 years ago
Andrew Dolgov 140aae812a ugly hack to selectively disable feed purging 19 years ago
Andrew Dolgov 5d73494a18 per-feed purge intervals 19 years ago
Andrew Dolgov aa5f9f5fec set last_update even if feed failed to update properly 19 years ago
Andrew Dolgov ab3d0b9926 store last feed update error in the database (SCHEMA UPDATED), display warning box in preferences on feed update error 19 years ago
Andrew Dolgov c5142ccae7 fix DAEMON_REFRESH_ONLY handling 19 years ago
Andrew Dolgov dcee8f6125 fixed toolbar feed update button 19 years ago
Andrew Dolgov 383f1827d1 escape feed id in update_rss_feed() 19 years ago
Andrew Dolgov c70d731e23 DAEMON_REFRESH_ONLY patch from the same source 19 years ago
Andrew Dolgov 2907afa6fa fix old bug when all feeds were marked as updated every time (patch from adjuster@forum) 19 years ago
Andrew Dolgov 7f2ee7952b MIN_UPDATE_INTERVAL -> DEFAULT_UPDATE_INTERVAL 19 years ago
Andrew Dolgov 406d948993 basic profiling information in backend.php 19 years ago
Andrew Dolgov ecb14114f1 fix broken article update functionality 19 years ago
Andrew Dolgov d148926e2b per-feed update intervals 19 years ago
Andrew Dolgov 1696229f9d fixed serious bug in MySQL schema (cascade deletes were unfunctional), add yet another content: subtype workaround 19 years ago
Andrew Dolgov 3b063a95c5 fix auto expiration bug on MySQL backend 19 years ago
Andrew Dolgov e1305a97d0 escape title when auto-updated from channel 19 years ago
Andrew Dolgov 8add756ac1 hardcode minimum 30 minute rss refetch interval 19 years ago
Andrew Dolgov 8143ae1f2b more work on tag support 19 years ago
Andrew Dolgov eb36b4eb55 start work on support for technorati tags, schema uses cascade deletes for pgsql 19 years ago
Andrew Dolgov 254e0e4b82 Starred vfolder 19 years ago
Andrew Dolgov deaaa02c50 fixed viewfeed/MarkAllRead behaviour 19 years ago
Andrew Dolgov 8158c57a8e update schema, more mysql work 19 years ago
Andrew Dolgov 4b3dff6ed5 updated mysql schema 19 years ago
Andrew Dolgov b6eefba52b more db_* migration work 19 years ago
Andrew Dolgov bb7cfaceb1 further javascript cleanups 19 years ago
Andrew Dolgov f175937c78 fix typo in search, add view limiting dropbox, change default headlines height to 10% 19 years ago
Andrew Dolgov f4c10d4408 added support for marking posts 19 years ago
Andrew Dolgov e6155a0699 check filters on feed update, update NEWS, TODO and schema 19 years ago
Andrew Dolgov a0d5388913 reworked preferences dialog, start work on post filters (schema updated) 19 years ago
Andrew Dolgov f92db4f5e7 purging of old posts is actually configurable now, added comments for some configuration options, interface cleanups 19 years ago
Andrew Dolgov 2651fc4fc3 escape $entry_guid before checking in database 19 years ago
Andrew Dolgov ad3024fc77 only update database entries when really needed 19 years ago
Andrew Dolgov a116f56918 enabled support for posts with blank content, fixes del.icio.us/popular feed 19 years ago
Andrew Dolgov a1ea1e12a8 support for comments attribute (schema updated) 19 years ago
Andrew Dolgov b5daec986c mark currently selected post on headlines update, remove debug msg on content hash change 19 years ago
Andrew Dolgov b7f4bda298 support for feed-specific images (channel->url) 19 years ago
Andrew Dolgov a3ee2a382f code cleanups, show selected feed in feedlist, tell magpie to use UTF-8 19 years ago
Andrew Dolgov 2d84262b14 fixed bug in updated posts marking process 19 years ago
Andrew Dolgov 36bf74967c some searchbox focus workarouns, content hash checking is optional now 19 years ago
Andrew Dolgov c3a8d71ad4 more functional keyboard navigation, auto page flipping, updated README, auto post cleanup (PURGE_OLD_DAYS), schema updated 19 years ago
Andrew Dolgov e695fdc83e images moved to subdirectory, updated TODO 19 years ago
Andrew Dolgov 7880091293 icons in feedlist 19 years ago
Andrew Dolgov b0b4abcf37 support for web-demo mode (restricted rights) 19 years ago
Andrew Dolgov f48ba3c9e4 headline update uses transactions once again 19 years ago
Andrew Dolgov 466001c4fa cleaned up headline update process, fixed bug mentioned in previous patch 19 years ago
Andrew Dolgov cb0bd8bd0f broken a lot of feed update functionality :( 19 years ago