1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00
Commit Graph

116 Commits

Author SHA1 Message Date
Andrew Dolgov
dd1c068056 implement ajax loading of cdm content when not in expand mode 2010-11-13 02:09:30 +03:00
Andrew Dolgov
6bb0ed42f4 rpc: fix assignToLabels, removeFromLabels 2010-11-12 12:48:14 +03:00
Andrew Dolgov
6237ea0537 implement sequence numbers for counter rpc requests 2010-11-11 22:59:01 +03:00
Andrew Dolgov
f705f20656 check regular expression before adding/saving filter 2010-11-11 14:26:44 +03:00
Andrew Dolgov
f8fb44989f js: code cleanup, disable some debugging 2010-11-10 21:56:28 +03:00
Andrew Dolgov
773adf8b42 unify backend methods updateAllFeeds and getAllCounters 2010-11-10 19:18:13 +03:00
Andrew Dolgov
905ff52a36 implement label cache; misc fixes (bump schema) 2010-11-10 19:01:14 +03:00
Andrew Dolgov
779560b7a3 fix tag caching issues 2010-11-10 11:08:33 +03:00
Andrew Dolgov
490c366d39 add tag cache for user_entries (bump schema) 2010-11-09 22:41:13 +03:00
Andrew Dolgov
c00907f2ed properly handle on-the-fly adding of categories 2010-11-09 13:28:10 +03:00
Christian Weiske
f0266f51ab add "extractfeedurls" rpc action that extracts the feed URLs from a HTML page 2010-11-08 23:10:22 +03:00
Andrew Dolgov
2e7f046f65 make published OPML use common secret key code 2010-11-08 19:36:24 +03:00
Andrew Dolgov
f29033f86c fix OPML publishing (2) 2010-11-08 19:30:00 +03:00
Andrew Dolgov
e5075c1023 fix OPML publishing 2010-11-08 19:25:06 +03:00
Andrew Dolgov
8d86f15f40 prefs: add button to clear all generated URLs 2010-11-08 14:51:58 +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
5c7c7da9e1 allow adding cats from feed editor 2010-11-07 23:30:05 +03:00
Andrew Dolgov
50eefedbfd js: code cleanup 2010-11-07 12:11:05 +03:00
Andrew Dolgov
31a53903e6 add article forwarding by email (closes #271) 2010-11-06 00:47:02 +03:00
Andrew Dolgov
d822130165 rename print_init_params() to make_init_params() 2010-11-05 16:25:33 +03:00
Andrew Dolgov
a8f447f398 fix background refresh being broken when no counter data is sent 2010-11-04 23:09:13 +03:00
Andrew Dolgov
6a7817c1ad handle counters using JSON instead of XML 2010-11-04 22:38:03 +03:00
Andrew Dolgov
e4c530dcc3 digest: add rate limit for headline requests when catching up; control OOE responses with seq numbers 2010-09-12 22:36:18 +04:00
Andrew Dolgov
d8ea9902b6 digest: ajax loading for zoom() 2010-09-12 19:52:15 +04:00
Andrew Dolgov
78ac6caf00 digest: support tags 2010-09-12 14:37:47 +04:00
Andrew Dolgov
c1b5cd23e0 digest: support feed catchup 2010-09-12 11:05:03 +04:00
Andrew Dolgov
118e9399b7 more digest page improvements 2010-09-10 13:59:21 +04:00
Andrew Dolgov
1ca8997bcc more digest page improvements 2010-09-09 21:44:04 +04:00
Andrew Dolgov
b41c254984 small digest page improvements 2010-09-09 19:02:12 +04:00
Andrew Dolgov
911d4c0836 add experimental digest thingie 2010-09-09 16:49:06 +04:00
Matt Katz
ef7b7bbd55 adding in the backend connection bits so that the dialog works 2010-04-09 20:04:57 -04:00
Andrew Dolgov
8a3e0b1aa6 add hotkey (f x) to reverse headlines order (closes #262) 2010-02-18 16:05:35 +03:00
Andrew Dolgov
c633e370ec update_rss_feed: handle multiple feeds with the same URL at once 2010-01-20 13:55:26 +03:00
Andrew Dolgov
bd3f2ade87 editTagsSave: invalidate article cache 2010-01-18 13:55:28 +03:00
Andrew Dolgov
d9084cf220 implement settings profiles (bump schema) 2010-01-13 18:31:51 +03:00
Andrew Dolgov
ef88b1cca3 feed archive and feed browser improvements 2010-01-13 13:44:20 +03:00
Andrew Dolgov
a5819bb35d code cleanup; remove unnecessary callbacks; rework subscribtion dialog 2010-01-13 12:48:49 +03:00
Andrew Dolgov
117335bfcb obsolete and disable use of ttrss_feeds.hidden 2010-01-11 15:54:14 +03:00
Andrew Dolgov
082ae95b96 feed browser: add access to archived feeds 2010-01-11 15:40:35 +03:00
Andrew Dolgov
0a6e5382cf move virt feeds counter display to getVirtCounters() 2009-12-30 10:07:00 +03:00
Andrew Dolgov
d94475164e offline: made synchronization less aggressive 2009-12-29 19:07:53 +03:00
Andrew Dolgov
b4e75b2a25 use POST parameters for frontend requests 2009-12-29 18:49:27 +03:00
Andrew Dolgov
ef83538d2e show originating feed info when viewing archived article 2009-12-28 20:25:16 +03:00
Andrew Dolgov
16fdac16c0 add archive_article() 2009-12-28 19:30:34 +03:00
Andrew Dolgov
e04c18a2c2 implement archived articles feed; bump schema 2009-12-28 17:23:01 +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
7a13338b4c fix proper escaping of label titles (closes #255) 2009-10-19 23:29:45 +04:00
Andrew Dolgov
2855ee88bd catchupSelected: pass ids in POST to prevent url size limit problems 2009-04-25 12:15:26 +04:00
Andrew Dolgov
c7e51de137 Revert "update translations"
This reverts commit 2b38f79c86.

Wrong commit from wrong branch.
2009-03-21 23:11:58 +03:00
Andrew Dolgov
2b38f79c86 update translations 2009-03-21 22:58:32 +03:00