Samuel Clay
7cdee3b085
Allowing multiple recipients in emailed stories.
2012-05-21 11:29:57 -07:00
Samuel Clay
541121eb83
Removing dupe unique index in prep for social.
2012-05-17 10:52:33 -07:00
Samuel Clay
05c0d95b81
Fixing OPML import for FastLadder users.
2012-05-14 15:45:25 -07:00
Samuel Clay
3b6b503718
Adding stackexchange to Original blacklist.
2012-05-14 15:01:30 -07:00
Samuel Clay
d4322148e2
Fixing bug around missing feed links being checked for broken pages.
2012-05-08 10:19:46 -07:00
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
b3bbdd6c5c
Mongoengine difficulties again, forcing insert on feed pages.
2012-05-02 15:59:06 -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
668d913013
Starred story titles, even if it kills us.
2012-04-23 15:31:46 -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
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
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
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
bb5c4f8c00
Adding logging to PuSH subscription.
2012-04-09 15:42:26 -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
Samuel Clay
2ab37d20e1
Adding MongoDB logging for debug.
2012-04-06 18:28:26 -07:00
Samuel Clay
21bd9a0c3d
Being far kinder during feed exception handling and showing users error text. Cannot believe this wasn't there.
2012-04-06 16:21:16 -07:00
Samuel Clay
4260bf6c3a
No longer unquoting (decoding) urls for stories. This shouldn't break anything, but it probably will.
2012-04-06 13:38:21 -07:00
Samuel Clay
2efb3e7160
Setting a max feed link size.
2012-04-04 22:22:24 -07:00
Samuel Clay
80088efb9c
Only checking raw parsed hub address 1 in 10 times.
2012-04-03 14:04:59 -07:00
Samuel Clay
314ff62a61
Merge branch 'master' of github.com:samuelclay/NewsBlur
...
* 'master' of github.com:samuelclay/NewsBlur:
Fixing issue with PuSH hub topic's being too long for the db.
OPML import: Using custom feed titles if they don't match what's in the feed DB.
2012-04-02 18:49:21 -07:00
Samuel Clay
61f2ced74b
Showing real-time pubsub status on user dashboards. Opening up real-time for everybody.
2012-04-02 18:48:41 -07:00
Samuel Clay
58ece7dfc2
Merge branch 'master' of github.com:samuelclay/NewsBlur
...
* 'master' of github.com:samuelclay/NewsBlur:
Wordpress PuSH errors aren't really errors, so don't log them.
2012-04-01 23:54:24 -07:00
Samuel Clay
6b202ebba5
Fixing issue with PuSH hub topic's being too long for the db.
2012-04-01 20:33:42 -07:00
Samuel Clay
57ebbb0790
OPML import: Using custom feed titles if they don't match what's in the feed DB.
2012-04-01 20:04:03 -07:00
Samuel Clay
2bdd2b587d
Wordpress PuSH errors aren't really errors, so don't log them.
2012-03-30 17:12:03 -07:00
Samuel Clay
06a11d5fb4
Dealing with broken Wordpress PuSH plugin by subscribing to its requested topic url.
2012-03-30 16:58:10 -07:00
Samuel Clay
5a60b1047f
Dealing with broken Wordpress PuSH plugin by subscribing to its requested topic url.
2012-03-30 16:57:33 -07:00
Samuel Clay
f4c65c23d5
Fixing Tumblr PuSH by sending the address instead of the link when subscribing.
2012-03-30 16:36:16 -07:00
Samuel Clay
453e773c07
Subscribing to a topic or hub sets the urls.
2012-03-30 16:17:52 -07:00
Samuel Clay
f0e9e25a1b
Launching real-time for premiums. Also fixing a few dupe feed refresh bugs.
2012-03-30 16:03:07 -07:00
Samuel Clay
f30b35acd1
Fixing Cyrillic text issue by both using encoded text from server with the help of requests, and then serving it with a defined charset encoding back to the client.
2012-03-29 14:45:19 -07:00
Samuel Clay
f49f5ebc04
Adding dev role, updating hosts, and checking for wp-cron in broken wordpress plugin PuSH pings.
2012-03-29 13:57:38 -07:00
Samuel Clay
a44189ced4
Merge pull request #48 from mdaniel/patch-1
...
Change OPML export filename to use ISO date format
2012-03-29 13:22:00 -07:00
Samuel Clay
cc3bf25237
Stupid broken Wordpress PuSH plugin tries to set wp-admin/post.php to its topic.
2012-03-29 13:13:06 -07:00
Samuel Clay
154374500e
Adding logging to PuSH push requests.
2012-03-29 13:10:34 -07:00
Matthew Daniel
99512d8ebf
Change OPML export filename to use ISO date format
...
This allows one to have multiple export files that will then sort correctly on the filesystem.
2012-03-29 23:06:23 +03:00
Samuel Clay
ae0cf0f99e
Fixing broken redirected PuSH urls. Typo on datetime.
2012-03-29 12:32:55 -07:00
Samuel Clay
0fa19b2c75
Refactoring updated urls in PuSH feeds.
2012-03-29 12:25:21 -07:00
Samuel Clay
ccd31e1fca
Feeds are OneToOne with PushSubscriptions, so remove the db inconsistency.
2012-03-28 19:22:16 -07:00
Samuel Clay
d54d373c97
Fixing hub url change subscription.
2012-03-28 18:25:57 -07:00