1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
Commit Graph

747 Commits

Author SHA1 Message Date
Andrew Dolgov
8e57cfbeb3 backend/rss: fix previous patch breaking active session id (refs #318) 2011-02-09 12:41:35 +03:00
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) 2011-02-09 12:37:50 +03:00
Andrew Dolgov
6615cc366c properly handle redirecting back to requested page after logging in (closes #302) 2011-01-18 16:47:52 +03:00
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) 2010-12-27 16:47:33 +03:00
Andrew Dolgov
ba7e88e5a5 add tweet button to digest, misc digest fixes; rework article tweeting to use ajax loading of needed info 2010-11-25 12:58:29 +03:00
Andrew Dolgov
b3009bcdde add separate update method for Twitter, select it as default when subscribing to twitter.com feeds 2010-11-22 17:03:31 +03:00
Andrew Dolgov
d4dcf8e922 mention wiki in keyboard shortcuts help 2010-11-21 21:47:38 +03:00
Andrew Dolgov
b509d64e96 rework headlines menu and openArticleInNewWindow() 2010-11-19 21:05:28 +03:00
Andrew Dolgov
7b8a143f1b allow onclick editing of categories and drag-reordering of feeds and categories 2010-11-18 13:46:11 +03:00
Andrew Dolgov
1985a5e0d7 rework pref-feeds dialog; update other pref panes 2010-11-17 21:13:41 +03:00
Andrew Dolgov
9c99281f20 code cleanup 2010-11-16 12:23:06 +03:00
Andrew Dolgov
fcf70c5106 dijit.tree feedlist improvements 2010-11-15 21:49:00 +03:00
Andrew Dolgov
13e785e069 initial implementation of feedlist based on dijit.Tree 2010-11-15 16:52:56 +03:00
Andrew Dolgov
6e4f4ce14b remove modalbox; use dijit.Dialog; further dojo-related updates 2010-11-15 13:12:02 +03:00
Andrew Dolgov
951906dcec use Modalbox library for popup dialogs 2010-11-14 23:46:49 +03:00
Andrew Dolgov
dd25b0c6cd viewfeed: only return counters when subop is present 2010-11-11 13:38:29 +03:00
Andrew Dolgov
d36f560740 viewfeed: return counters when subop is present or when in CDM 2010-11-11 09:56:07 +03:00
Andrew Dolgov
8cab2eb923 backend: fix warning in zoom mode 2010-11-10 19:04:16 +03:00
Andrew Dolgov
905ff52a36 implement label cache; misc fixes (bump schema) 2010-11-10 19:01:14 +03:00
Andrew Dolgov
5225d4209e js: code cleanup; move to async counter sending mode 2010-11-10 14:48:35 +03:00
Andrew Dolgov
b3990c92e7 add option to sort headlines by feed-specified date (bump schema) 2010-11-10 13:56:42 +03:00
Andrew Dolgov
fb0742394a remove error_reporting() hacks; set default error reporting level in functions.php 2010-11-10 13:14:44 +03:00
Andrew Dolgov
2f2bd1b3f6 backend/rss: fix view-mode handling 2010-11-08 13:34:46 +03:00
Andrew Dolgov
135d425127 backend/rss: disable http auth 2010-11-08 13:26:32 +03:00
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 2010-11-08 13:15:00 +03:00
Andrew Dolgov
ffbe082dd0 headlines: use JSON instead of separate helper xml objects like headlines-unread 2010-11-06 22:19:08 +03:00
Andrew Dolgov
c3fddd057f do some warning housekeeping 2010-11-05 17:16:29 +03:00
Andrew Dolgov
6a7817c1ad handle counters using JSON instead of XML 2010-11-04 22:38:03 +03:00
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) 2010-11-04 19:11:54 +03:00
Andrew Dolgov
23d72f3999 allow generated feeds to use view_mode 2010-11-04 00:24:18 +03:00
Andrew Dolgov
338302709c override order use date_entered instead of updated 2010-10-27 12:06:26 +04:00
Andrew Dolgov
25ea280502 add ttrss_entries.date_updated; use date_updated instead of date_enered for expiry checking (bump schema) 2010-10-27 12:05:20 +04:00
Andrew Dolgov
6a69b6ad44 revert to sorting by updated instead of date_entering unless Date sorting is requested 2010-10-19 09:36:16 +04:00
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 2010-10-18 18:32:26 +04:00
Andrew Dolgov
5fa173729e make sure magic quote workaround actually works 2010-09-07 13:22:10 +04:00
Andrew Dolgov
c0793f64a8 use better magic quotes removal fix 2010-09-04 11:59:33 +04:00
Andrew Dolgov
78a5c296ae config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version 2010-06-30 12:57:11 +04:00
Andrew Dolgov
1f7b77d168 backend: if fresh=1 parameter to getUnread is present, append output of fresh feed 2010-02-17 16:22:36 +03:00
Andrew Dolgov
f885ff6e4b do not strip magicquote stuff twice from 2010-02-02 22:54:40 +03:00
Andrew Dolgov
0456176a44 enable translations by default; misc fixes 2010-01-25 23:12:08 +03:00
Andrew Dolgov
505f2f0e6c pref-prefs: show default update interval as a dropdown 2010-01-20 13:20:20 +03:00
Andrew Dolgov
d9084cf220 implement settings profiles (bump schema) 2010-01-13 18:31:51 +03:00
Andrew Dolgov
6f068202d7 rework the way DEFAULT_ARTICLE_LIMIT works, remove limit toolbar dropdown (bump schema) 2010-01-04 12:12:31 +03:00
Andrew Dolgov
a491a7f103 view: do not pass feed_id 2009-12-29 22:38:22 +03:00
Andrew Dolgov
b4e75b2a25 use POST parameters for frontend requests 2009-12-29 18:49:27 +03:00
Andrew Dolgov
ab197ae1de update ccache in catchupArticleById(); misc counter-related tweaks; add getArticleFeed() 2009-12-29 16:10:40 +03:00
Andrew Dolgov
e04c18a2c2 implement archived articles feed; bump schema 2009-12-28 17:23:01 +03:00
Andrew Dolgov
7f969260c1 add toggle_collapse_cat() 2009-12-24 15:36:02 +03:00
Andrew Dolgov
57937c42b9 obsolete cookie storage for collapsed status of feedlist and special categories (bump schema) 2009-12-24 15:25:06 +03:00
Andrew Dolgov
9c88320833 backend: force login on init when in single user mode 2009-10-27 15:27:09 +03:00