Commit Graph

155 Commits

Author SHA1 Message Date
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
Andrew Dolgov 5161564f3d add support for adding syndicated notes to published articles 2009-03-06 13:40:59 +03:00
Andrew Dolgov 5b8444d371 offline: sync marked/unread status (performance tweak) 2009-02-17 12:30:54 +03:00
Andrew Dolgov 492a4a6ac8 offline: sync marked/unread status 2009-02-17 12:22:31 +03:00
Andrew Dolgov e6c611c5c0 offline: bump amount of additionally synced articles to 1000 2009-02-13 12:41:43 +03:00
Andrew Dolgov 79e565a975 offline: add progress indicator; tweak download intervals and amount of articles 2009-02-12 16:35:25 +03:00
Andrew Dolgov 048701937d offline: add progress indicator; tweak download intervals and amount of articles 2009-02-11 13:35:24 +03:00
Andrew Dolgov c1a0541a99 offline: do not sync hidden feeds 2009-02-07 15:12:03 +03:00
Andrew Dolgov 7f4f9f4e82 offline: try to download status of articles which were marked as read in online while offline client was disconnected 2009-02-07 15:00:03 +03:00
Andrew Dolgov badac687b0 synchronize unread status from offline to online DB 2009-02-07 13:40:43 +03:00
Andrew Dolgov c2726c9615 offline: store article labels 2009-02-06 11:47:25 +03:00
Andrew Dolgov ed22888b0d offline: store labels 2009-02-06 11:08:56 +03:00
Andrew Dolgov d6416405f1 offline: show categories in feedlist 2009-02-05 23:18:16 +03:00
Andrew Dolgov 75aa83ec61 offline: store category collapsed state 2009-02-05 22:29:34 +03:00
Andrew Dolgov d8781c912d offline: store cat_id in feeds table, backend: output category info 2009-02-05 21:59:23 +03:00
Andrew Dolgov 3ab1826661 offline: disable tags 2009-02-05 13:52:37 +03:00
Andrew Dolgov 3e52ab08db offline downloader: better detect when no more additional requests are needed 2009-02-04 23:30:05 +03:00
Andrew Dolgov e3d218f229 rpc/download: tmp disable tags output (bug) 2009-02-04 17:54:48 +03:00
Andrew Dolgov a400a562e9 offline: also download starred articles 2009-02-04 15:50:28 +03:00
Andrew Dolgov 3034277ab5 restore init params from DB in offline mode 2009-02-04 14:15:58 +03:00
Andrew Dolgov 67eb253178 offline: smarter detection of articles to download; purge old data 2009-02-03 22:54:24 +03:00
Andrew Dolgov b548354310 adjust rate limits on automatic update of offline info 2009-02-03 22:40:27 +03:00
Andrew Dolgov 51f6f91758 remove manual download dialog; make offline updates automatic 2009-02-03 21:45:31 +03:00
Andrew Dolgov 6a2034f9ff add viewfeed_offline(); misc fixes 2009-02-03 18:43:44 +03:00
Andrew Dolgov 95f0c2c5b3 only download articles which are newer than the last stored in local db 2009-02-03 18:21:39 +03:00
Andrew Dolgov 36f787976f render feedlist using local data when in offline mode 2009-02-03 17:03:35 +03:00
Andrew Dolgov fe8f2f0c0d article download fixes 2009-02-03 16:26:45 +03:00
Andrew Dolgov 6a1cd59192 implement dumb article downloader 2009-02-03 16:11:44 +03:00
Andrew Dolgov 87b16a0a61 add dialog to download articles for offline reading; start implementation 2009-02-03 15:28:37 +03:00
Andrew Dolgov 2eb9c95c97 support colored labels 2009-01-26 11:07:53 +01:00
Andrew Dolgov c2913898f1 use popup feedbrowser for main UI (2) 2009-01-24 06:01:17 +01:00
Andrew Dolgov 307d187c6c rework assigning articles to tags 2009-01-23 14:20:05 +01:00
Andrew Dolgov 1c9c602534 remove label: do not reload headlines 2009-01-18 16:29:25 +01:00
Andrew Dolgov 9bf3f101cc disable manual article rescoring 2009-01-18 16:15:38 +01:00
Andrew Dolgov f92471951b dynamically show new label markers in headlines buffer w/o reload 2009-01-18 16:07:31 +01:00
Andrew Dolgov e2549229e1 display article labels in headlines buffer 2009-01-18 14:54:40 +01:00
Andrew Dolgov 933ba4ee9c assorted labels bugfixes and UI work 2009-01-18 10:09:52 +01:00
Andrew Dolgov b8a637f3d2 implement assign-to-label in subtoolbar 2009-01-18 09:47:34 +01:00
Andrew Dolgov a06d0e5a8b rpc tweaks; viewfeed counters attachment changed 2009-01-17 16:01:09 +01:00
Andrew Dolgov 00fceabf61 rpc, updateAllFeeds: remove unnecessary modifications of ttrss_scheduled_updates 2009-01-17 15:44:01 +01:00
Andrew Dolgov d0da85c27c preliminary UI work on date checking filter (refs #225) 2008-12-13 12:57:53 +01:00
Andrew Dolgov aa0fa9df1e getNeighborIds: add scope, add automatic prefetch for articles under mouse 2008-05-18 09:51:07 +01:00
Andrew Dolgov 546499a9f3 finish initial work on scoring 2008-04-30 09:10:59 +01:00
Andrew Dolgov 06925d9e85 getArticleLink: add escaping; open_article_in_new_window: add error notifications (closes #202) 2008-04-18 06:13:00 +01:00
Andrew Dolgov 81cd6cacaa actually implement manual purge RPC call 2007-10-18 11:58:44 +01:00
Andrew Dolgov 1341ea0dbe add some async counters handling 2007-08-24 05:04:55 +01:00
Andrew Dolgov 85bd574bb0 output error message on unknown RPC subop 2007-08-20 15:07:17 +01:00
Andrew Dolgov 36e05046e0 rpc mark/pub return proper counters, rework all_counters_callback 2007-08-20 13:58:11 +01:00
Andrew Dolgov 05fcdf52b2 tag editor: autocomplete 2007-08-10 08:35:55 +01:00
Andrew Dolgov f56e308090 localization updates 2007-08-10 05:25:06 +01:00
Andrew Dolgov 2bc2147f2e optimize counter responses in markSelected, etc 2007-08-10 05:03:56 +01:00
Andrew Dolgov 9cfd409d25 get_article_tags: selection fix 2007-08-09 17:32:43 +01:00
Andrew Dolgov 49aa6de964 rpc/publ,mark: return some xml 2007-08-09 16:24:35 +01:00
Andrew Dolgov 0a8011eb75 rpc/publ: typo 2007-08-09 16:23:24 +01:00
Andrew Dolgov 945c243e35 more published feeds work 2007-08-09 14:09:34 +01:00
Andrew Dolgov e4f4b46f9d published feeds work 2007-08-09 13:45:30 +01:00
Andrew Dolgov e2ccbfab0a CDM tweaks, mark article as unread when using 'v' in CDM 2007-08-09 09:23:48 +01:00
Andrew Dolgov 298f3f783a add shortcut to open active article in new tab 2007-07-20 07:01:18 +01:00
Andrew Dolgov 14b6c54b03 fix tag quote issues 2007-05-19 14:47:51 +01:00
Andrew Dolgov a552b6f2a5 drop storeParam rpc call 2007-03-26 06:32:42 +01:00
Andrew Dolgov 01a87dff9e rework login process, drop http auth 2007-03-01 10:43:54 +01:00
Andrew Dolgov ef063748f6 fix charset-related bug, release 1.2.8-p1 2007-02-20 09:33:17 +01:00