Samuel Clay
07ebbd63b5
Boosting feed fetching way up for the weekend.
2013-03-29 15:56:43 -07:00
Samuel Clay
aa4bf71b34
Upping feed fetching by quite a bit.
2013-03-29 14:14:29 -07:00
Samuel Clay
d510a407d9
Fixing double counting stripe payment bug by clearing out striep purchase history when inserting.
2013-03-29 13:39:35 -07:00
Samuel Clay
9086e93c3b
Moving from MongoDB's page_loads analytics table to Redis page loads.
2013-03-29 13:14:19 -07:00
Samuel Clay
a65236ea92
Removing unused redis keys for shared/comments. Dry-run.
2013-03-28 16:39:37 -07:00
Samuel Clay
fc53550392
Making a clearer description of slow feeds.
2013-03-28 12:17:30 -07:00
Samuel Clay
e39dee98be
Upping feed fetches, slowing down fetch interval for less active feeds, setting premium expire time to one year from most recent payment date (as opposed to borked payment gap logic), and adding logginf or tasking feeds.
2013-03-28 11:16:43 -07:00
Samuel Clay
9e17a2caed
Sync delay in mongodb and updating story hash migration.
2013-03-27 22:25:08 -07:00
Samuel Clay
c9f6012a1e
Upping feed fetches.
2013-03-27 21:12:55 -07:00
Samuel Clay
2acb9e1940
Boosting fetches.
2013-03-27 12:58:24 -07:00
Samuel Clay
2a5bd136da
Boosting feed fetches.
2013-03-25 13:15:14 -07:00
Samuel Clay
4e178b12dd
Premiums users with no active feeds should get all of their feeds activated.
2013-03-25 13:01:04 -07:00
Samuel Clay
3e8c3b7e4b
Adding X-nginx-server and X-gunicorn-server.
2013-03-25 11:53:31 -07:00
Samuel Clay
79200d7bc1
Adding RStats, necessary to remove mongodb analytics.
2013-03-25 11:10:41 -07:00
Samuel Clay
c146f17af6
Using secondary mongos for feed fetch histories.
2013-03-25 09:00:56 -07:00
Samuel Clay
f6e5f04cb5
Moving hosts to secrets.
2013-03-24 19:09:04 -07:00
Samuel Clay
4de16b77f8
Adding expires header to icons.
2013-03-22 18:29:54 -07:00
Samuel Clay
d9613bf0a8
Pushing feed history deletion to end of stats collection.
2013-03-22 16:13:14 -07:00
Samuel Clay
6f8a05111a
Logging feed fetch deletions.
2013-03-22 16:12:01 -07:00
Samuel Clay
279041249e
Fixing missing scipy import missing form PILlow.
2013-03-22 15:33:26 -07:00
Samuel Clay
acb1efd3ea
Last imports for pillow.
2013-03-22 15:27:10 -07:00
Samuel Clay
86a64fa74e
Boosting feed fetches.
2013-03-22 15:10:21 -07:00
Samuel Clay
e91d11e068
Adding cached template loader. Adding new mongodb.
2013-03-22 13:36:32 -07:00
Samuel Clay
c4b6bb6fd8
Cutting number of feeds for fetching until mongo is sharded.
2013-03-21 21:15:18 -07:00
Samuel Clay
dc0507f43f
Turning autocomplete back on.
2013-03-21 13:00:17 -07:00
Samuel Clay
036b1993a5
Merging.
2013-03-21 13:00:17 -07:00
Samuel Clay
5e6b1e5fee
Grabbing forced refresh feeds.
2013-03-21 10:57:57 -07:00
Samuel Clay
41709f0696
Fixing autologin with no next param.
2013-03-21 10:35:38 -07:00
Samuel Clay
083447a619
Using user's username on signup if no password.
2013-03-20 18:40:03 -07:00
Samuel Clay
e9a3720187
Using user's username on signup if no password.
2013-03-20 18:38:42 -07:00
Samuel Clay
ca24ca97d3
Fixing passwords if left blank.
2013-03-20 18:36:15 -07:00
Samuel Clay
0979a0c533
Merge pull request #107 from lgp171188/master
...
Fix for https://github.com/samuelclay/NewsBlur/issues/106 in the registration form
2013-03-20 17:05:11 -07:00
Samuel Clay
bff2baf067
If not active subs, turn off real-time.
2013-03-20 16:17:49 -07:00
Samuel Clay
670093e3bf
Skipping real-time fetch for non-premium active feeds.
2013-03-20 16:13:10 -07:00
Samuel Clay
d8a43d394f
Upgrade to django 1.5 script. Also handling story lookups with objectids.
2013-03-20 15:43:35 -07:00
Samuel Clay
90c2425db0
Upgrading django from 1.3 to 1.5.
2013-03-20 15:05:52 -07:00
L. Guruprasad
13e0bf5c04
Added a check for testing the email address provided during registration and throwing an error if the email address is already associated with an existing account.
2013-03-21 01:15:28 +05:30
Samuel Clay
5eebcfc546
Merge branch 'master' into story_hash_2
...
# By Samuel Clay (10) and others
* master:
Further pushing out feed updates.
Using @dcramer's excellent getsentry.com for all exceptions. Turning off exception emails.
Further pushing down feed fetches to handle load until db is scaled out.
Scrolling code blocks.
New task servers.
Turning down feed fetches.
If requests.raw won't work, sut fudge it with a StringIO for now.
Further turning down feed fetches until mongo is ready to replicate.
Fixing Facebook image calculation.
Fixing facebook posting.
Fixed API docs for /reader/river_stories
make fabfile.py use requirements.txt
Make sure to send the proper content-type with social feeds
Restore default whitespace to pre/code blocks
document keyboard shortcut to add site/folder
2013-03-20 10:22:30 -07:00
Samuel Clay
d167788f29
Further pushing out feed updates.
2013-03-20 10:04:25 -07:00
Samuel Clay
a75554374b
Using @dcramer's excellent getsentry.com for all exceptions. Turning off exception emails.
2013-03-20 08:24:11 -07:00
Samuel Clay
ca43ea8555
Further pushing down feed fetches to handle load until db is scaled out.
2013-03-20 08:13:07 -07:00
Samuel Clay
459065e80e
Merge pull request #100 from gms8994/master
...
Adds content_type header to /social/rss/ requests
2013-03-19 18:09:24 -07:00
Samuel Clay
7ad6c594a3
Turning down feed fetches.
2013-03-19 17:57:24 -07:00
Samuel Clay
61fac02304
If requests.raw won't work, sut fudge it with a StringIO for now.
2013-03-19 17:49:56 -07:00
Samuel Clay
0db41bc853
Further turning down feed fetches until mongo is ready to replicate.
2013-03-19 17:38:36 -07:00
Samuel Clay
1854f719d3
Fixing Facebook image calculation.
2013-03-19 17:27:04 -07:00
Samuel Clay
d5b7266380
Fixing facebook posting.
2013-03-19 17:00:22 -07:00
Samuel Clay
d9289bd3c8
Merge branch 'master' into story_hash_2
...
* master:
Moving shared story unread recalc to background task. Will greatly speed up sharing.
Ramping down feed fetching until they can be handled.
2013-03-19 16:21:13 -07:00
Samuel Clay
b2e52858ea
Moving shared story unread recalc to background task. Will greatly speed up sharing.
2013-03-19 16:14:19 -07:00
Samuel Clay
db92d3ca10
Ramping down feed fetching until they can be handled.
2013-03-19 15:32:25 -07:00