Commit Graph

760 Commits (2376ad492574e1ac422efc7e91930667872863d6)

Author SHA1 Message Date
Andrew Dolgov 2376ad4925 fix redirects after schema upgrade; fix logout requiring valid schema 13 years ago
Andrew Dolgov 1ca77e0acd merge logout.php inside backend.php 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 347b467be5 backend/loading: fix content type 13 years ago
Andrew Dolgov f4f0f80d21 update HTMLPurifier; enable embedded flash video in articles 13 years ago
Andrew Dolgov 7e0943c6bc fix pubsubhubbub challenge response 13 years ago
Andrew Dolgov 5ab9791f34 implement pubsubhubbub subscriber (update schema) 13 years ago
Andrew Dolgov 7b26a148b0 config: remove ENABLE_TRANSLATIONS 13 years ago
Andrew Dolgov 565ca5653c rpc: no longer use XML 13 years ago
Andrew Dolgov ebb948c24e rework initial sanitycheck to use JSON 13 years ago
Andrew Dolgov 81f6deea47 backend/viewfeed: fix feed checking for validity 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
Andrew Dolgov 8e57cfbeb3 backend/rss: fix previous patch breaking active session id (refs #318) 14 years ago
Andrew Dolgov 19039fd07b backend/rss: better error reporting for unauthorized feeds, do not automatically fallback on active session id when key has been provided (refs #318) 14 years ago
Andrew Dolgov 6615cc366c properly handle redirecting back to requested page after logging in (closes #302) 14 years ago
Andrew Dolgov 476edbbb5f backend/rss: always use secret key to get uid when it is available instead of defaulting to session information; fix published url syntax being incorrect (closes #287) 14 years ago
Andrew Dolgov ba7e88e5a5 add tweet button to digest, misc digest fixes; rework article tweeting to use ajax loading of needed info 14 years ago
Andrew Dolgov b3009bcdde add separate update method for Twitter, select it as default when subscribing to twitter.com feeds 14 years ago
Andrew Dolgov d4dcf8e922 mention wiki in keyboard shortcuts help 14 years ago
Andrew Dolgov b509d64e96 rework headlines menu and openArticleInNewWindow() 14 years ago
Andrew Dolgov 7b8a143f1b allow onclick editing of categories and drag-reordering of feeds and categories 14 years ago
Andrew Dolgov 1985a5e0d7 rework pref-feeds dialog; update other pref panes 14 years ago
Andrew Dolgov 9c99281f20 code cleanup 14 years ago
Andrew Dolgov fcf70c5106 dijit.tree feedlist improvements 14 years ago
Andrew Dolgov 13e785e069 initial implementation of feedlist based on dijit.Tree 14 years ago
Andrew Dolgov 6e4f4ce14b remove modalbox; use dijit.Dialog; further dojo-related updates 14 years ago
Andrew Dolgov 951906dcec use Modalbox library for popup dialogs 14 years ago
Andrew Dolgov dd25b0c6cd viewfeed: only return counters when subop is present 14 years ago
Andrew Dolgov d36f560740 viewfeed: return counters when subop is present or when in CDM 14 years ago
Andrew Dolgov 8cab2eb923 backend: fix warning in zoom mode 14 years ago
Andrew Dolgov 905ff52a36 implement label cache; misc fixes (bump schema) 14 years ago
Andrew Dolgov 5225d4209e js: code cleanup; move to async counter sending mode 14 years ago
Andrew Dolgov b3990c92e7 add option to sort headlines by feed-specified date (bump schema) 14 years ago
Andrew Dolgov fb0742394a remove error_reporting() hacks; set default error reporting level in functions.php 14 years ago
Andrew Dolgov 2f2bd1b3f6 backend/rss: fix view-mode handling 14 years ago
Andrew Dolgov 135d425127 backend/rss: disable http auth 14 years ago
Andrew Dolgov 8801fb017c replace old-style published feed with universal secretkey-based approach used for all feeds; do not allow user/pass handling in generated feed urls; bump schema 14 years ago
Andrew Dolgov ffbe082dd0 headlines: use JSON instead of separate helper xml objects like headlines-unread 14 years ago
Andrew Dolgov c3fddd057f do some warning housekeeping 14 years ago
Andrew Dolgov 6a7817c1ad handle counters using JSON instead of XML 14 years ago
Andrew Dolgov fe1087fbb7 implement a simple pseudo-dashboard feed; display feeds having update errors there instead of client-based 'no feed selected' whiteBox plug (closes #189) 14 years ago
Andrew Dolgov 23d72f3999 allow generated feeds to use view_mode 14 years ago
Andrew Dolgov 338302709c override order use date_entered instead of updated 14 years ago
Andrew Dolgov 25ea280502 add ttrss_entries.date_updated; use date_updated instead of date_enered for expiry checking (bump schema) 14 years ago
Andrew Dolgov 6a69b6ad44 revert to sorting by updated instead of date_entering unless Date sorting is requested 14 years ago
Andrew Dolgov 7b20c97780 order feed output by date_entered instead of updated to properly keep new stuff topmost; support REVERSE_HEADLINES in more headline output modes 14 years ago
Andrew Dolgov 5fa173729e make sure magic quote workaround actually works 14 years ago
Andrew Dolgov c0793f64a8 use better magic quotes removal fix 14 years ago
Andrew Dolgov 78a5c296ae config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version 14 years ago