Commit graph

2820 commits

Author SHA1 Message Date
Samuel Clay
1bb442a9d0 Being much more aggressive about certain sites trying to take over the iframe. Blocking nytimes.com, twitter.com, and stackoverflow.com from even allowing an Original view. 2012-05-07 16:26:31 -07:00
Samuel Clay
f683d9bd26 Fixing keyboard dialog. 2012-05-07 15:26:33 -07:00
Samuel Clay
d17dc14a05 New preference: delay to mark a story as read. 2012-05-07 15:13:02 -07:00
Samuel Clay
8791291774 Closing #52: Adding delicious to sharing services and preferences. Thanks @palewire for the suggestion. 2012-05-06 16:26:54 -07:00
Samuel Clay
7f7887c680 db02 -> db01. 2012-05-03 19:09:36 -07:00
Samuel Clay
8f28e8e52e db01 -> db02 2012-05-03 18:51:40 -07:00
Samuel Clay
5f167251bb Adding backup restore for psql. 2012-05-03 18:33:29 -07:00
Samuel Clay
740cba1586 Adding NEWSBLUR.reader.count_unreads_across_all_sites() 2012-05-03 13:45:00 -07:00
Samuel Clay
c52e5c562b Copying server settings. 2012-05-02 16:46:00 -07:00
Samuel Clay
049d75c16d Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Truncating feed title in trainer dialog.
  Adding French review to press page.
2012-05-02 15:59:20 -07:00
Samuel Clay
b3bbdd6c5c Mongoengine difficulties again, forcing insert on feed pages. 2012-05-02 15:59:06 -07:00
Samuel Clay
48be6d798d Truncating feed title in trainer dialog. 2012-05-02 09:34:13 -07:00
Samuel Clay
a9bdc7e3ad Adding French review to press page. 2012-05-02 09:22:38 -07:00
Samuel Clay
34a413b71e Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Adding send raw email link to Email Dialog. Thanks to @tylast for the idea.
  Adding French review to press page.
  Fixing icon fetching error when the page is corrupted.
  Writing a glorious hack that forces a count of unread scores.
  Trying to fix inaccurate unread counts by forcing the dirty flag and not allowing timeouts.
  Removing unused cache.
  Upping refresh interval a bit since every 6 seconds is a bit too much when importing new feeds.
  Starred story titles, even if it kills us.
  Chucking ntpd in favor of bluntly recalibrating time on VPSs.
2012-05-02 09:18:46 -07:00
Samuel Clay
48d6633368 Adding send raw email link to Email Dialog. Thanks to @tylast for the idea. 2012-04-25 17:15:11 -07:00
Samuel Clay
121adb1cb2 Adding French review to press page. 2012-04-25 12:20:12 -07:00
Samuel Clay
c1b5aef983 Fixing icon fetching error when the page is corrupted. 2012-04-24 17:40:34 -07:00
Samuel Clay
d209aa5e25 Writing a glorious hack that forces a count of unread scores. 2012-04-24 17:02:55 -07:00
Samuel Clay
2474c987c5 Trying to fix inaccurate unread counts by forcing the dirty flag and not allowing timeouts. 2012-04-24 16:34:28 -07:00
Samuel Clay
20eeef3dc9 Removing unused cache. 2012-04-24 16:00:14 -07:00
Samuel Clay
599a9ffc82 Upping refresh interval a bit since every 6 seconds is a bit too much when importing new feeds. 2012-04-23 17:02:50 -07:00
Samuel Clay
668d913013 Starred story titles, even if it kills us. 2012-04-23 15:31:46 -07:00
Samuel Clay
dbe82883b4 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Adding Robin Good press.
2012-04-23 13:19:00 -07:00
Samuel Clay
ae41ffc7aa Chucking ntpd in favor of bluntly recalibrating time on VPSs. 2012-04-23 13:18:50 -07:00
Samuel Clay
34ed4d3efe Adding Robin Good press. 2012-04-23 10:32:05 -07:00
Samuel Clay
9448215439 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Adding dashboard date to master to apply to both social and new accounts on master.
  Firefox manifest errors continue.
  Fixing broken Firefox manifest.
  Adding firefox manifest for Mozilla App Marketplace.
  Updating bookmarklet. Showing when the bookmarklet is broken, and fixes bugs with enumerable prototype chain fucking.
2012-04-23 10:26:38 -07:00
Samuel Clay
690849df82 Adding dashboard date to master to apply to both social and new accounts on master. 2012-04-21 18:44:47 -07:00
Samuel Clay
299c416267 Firefox manifest errors continue. 2012-04-21 18:35:22 -07:00
Samuel Clay
5769efbca8 Fixing broken Firefox manifest. 2012-04-21 18:33:54 -07:00
Samuel Clay
1db5f67304 Adding firefox manifest for Mozilla App Marketplace. 2012-04-21 18:31:22 -07:00
Samuel Clay
4ef7bf9827 Updating bookmarklet. Showing when the bookmarklet is broken, and fixes bugs with enumerable prototype chain fucking. 2012-04-21 17:15:45 -07:00
Samuel Clay
13b2e40c8c Adding index to feed address. This will speed up imports. 2012-04-19 12:13:35 -07:00
Samuel Clay
15f3d4a376 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Changing the color of sql duration times in debug logging. Yeah, nobody but me will see this, but boy is it pretty. Ask me sometime and I'd love to show you my insanely colorful logs.
  Correctly handling story that lack titles but have content. Using a parsed and shucked truncation of content in place of missing titles.
  Sanity check on deleted feeds.
  Read it Later -> Pocket
  Read it Later -> Pocket
  Forcing a feed refresh now allows it to re-enable PuSH.
  Handling LookupError in requests.
  Adding locals to feed fetch errors.
2012-04-19 12:12:24 -07:00
Samuel Clay
e281e1ee91 Changing the color of sql duration times in debug logging. Yeah, nobody but me will see this, but boy is it pretty. Ask me sometime and I'd love to show you my insanely colorful logs. 2012-04-17 12:12:05 -07:00
Samuel Clay
34ce57ca6d Correctly handling story that lack titles but have content. Using a parsed and shucked truncation of content in place of missing titles. 2012-04-17 11:48:28 -07:00
Samuel Clay
4baa6b68db Sanity check on deleted feeds. 2012-04-17 11:18:34 -07:00
Samuel Clay
ab6e57b227 Read it Later -> Pocket 2012-04-17 11:01:52 -07:00
Samuel Clay
ca5b7cffd8 Read it Later -> Pocket 2012-04-17 10:58:32 -07:00
Samuel Clay
7e5931134b Forcing a feed refresh now allows it to re-enable PuSH. 2012-04-16 14:44:39 -07:00
Samuel Clay
226ea80d53 Handling LookupError in requests. 2012-04-12 15:45:35 -07:00
Samuel Clay
fa558f6157 Adding locals to feed fetch errors. 2012-04-12 15:41:19 -07:00
Samuel Clay
ed49f6c241 Fixing username logging for unread counts. 2012-04-10 10:09:46 -07:00
Samuel Clay
7e7d02189a Reducing logging in unread counts node server. 2012-04-10 09:54:43 -07:00
Samuel Clay
1e45b3f5ac Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Adding logging to PuSH subscription.
  Showing feed pushes in statistics.
  Instrumentation to count feed pushes.
  Migration to fix starred stories with incorrectly double-encoded url strings.
  Adding MongoDB logging for debug.
2012-04-10 09:49:32 -07:00
Samuel Clay
bb5c4f8c00 Adding logging to PuSH subscription. 2012-04-09 15:42:26 -07:00
Samuel Clay
4b10003ac5 Showing feed pushes in statistics. 2012-04-09 15:09:29 -07:00
Samuel Clay
110cbd9e06 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Fixing bug around missing feed links being checked for length.
2012-04-09 14:59:11 -07:00
Samuel Clay
ee76081cda Instrumentation to count feed pushes. 2012-04-09 14:58:53 -07:00
Samuel Clay
23280a86aa Migration to fix starred stories with incorrectly double-encoded url strings. 2012-04-09 14:32:57 -07:00
Samuel Clay
320ceb87fd Fixing bug around missing feed links being checked for length. 2012-04-06 21:40:18 -07:00