Commit graph

5367 commits

Author SHA1 Message Date
Samuel Clay
4d014033b6 Adding redis backup script. 2013-04-29 14:06:42 -07:00
Samuel Clay
7c32fea650 Normalizing settings. 2013-04-28 21:39:52 -07:00
Samuel Clay
7e5172876d Merge pull request #221 from pmitros/master
Slightly simplified development install
2013-04-27 20:36:44 -07:00
Daniel
3fadddd399 Merge pull request #222 from manderson23/master
Android: Remove (via Newsblur) when sharing
2013-04-27 19:15:46 -07:00
Mark Anderson
500cc6bad5 Fixed #217. Remove (via Newsblur) when sharing 2013-04-27 22:59:09 +01:00
Piotr Mitros
7ad5693a49 Documented additional hack to get into the system without Stripe installed 2013-04-27 15:18:56 -04:00
Piotr Mitros
a5b7b85b03 Expanded requirements 2013-04-27 14:54:14 -04:00
Piotr Mitros
81fd273b15 Fixed doc. We do require a non-fake migrate as well. 2013-04-27 14:30:39 -04:00
Piotr Mitros
5fa8bde9ca Removed SES dependency for development. Fixed bug where DEVELOPMENT was used before being overridden by local_settings.py. 2013-04-27 14:26:53 -04:00
Piotr Mitros
abed85920b Added requirements.txt
This allows you to:
  pip install -r requirements.txt
2013-04-27 14:01:04 -04:00
Samuel Clay
ae3d16335a Android v1.3 (33). 2013-04-26 15:42:35 -07:00
Samuel Clay
f35b2f5f88 Merge pull request #218 from ojiikun/master
Ensure All Stories Heading Always Appears
2013-04-26 11:31:52 -07:00
ojiikun
0ad5f392a8 Extra documentation on sqlite quirks. 2013-04-26 09:04:09 +00:00
ojiikun
d38a9d5275 Clear DB on upgrade. Fix DB query for all folders. 2013-04-26 07:17:09 +00:00
Samuel Clay
4c711fd094 Merge pull request #216 from ojiikun/master
Android: Force Logout if API Indicates Not Authed
2013-04-24 12:11:36 -07:00
ojiikun
96d0e077a2 Log user out if API response claims not authed. 2013-04-24 09:54:41 +00:00
Samuel Clay
fbe5f4422e If a feed has no stories, don't choke on latest story. 2013-04-23 21:22:49 -07:00
Samuel Clay
6a3d043ced Upping to 5000 feeds per minute. 2013-04-23 21:17:03 -07:00
Samuel Clay
78d11e3123 Merge branch 'schedule'
* schedule:
  Adding metric for last story date, used to calculate next scheduled update.
  Correcting for premiums being counted twice.
  Use average stories per month in calc.
  Complete rewrite of feed update schedule.
2013-04-23 20:49:42 -07:00
Samuel Clay
571df5cdf0 Fixing overcommit_memory allocation error for new redis machines. 2013-04-23 18:21:40 -07:00
Samuel Clay
876c292cfc Merge branch 'master' into schedule
* master:
  Fixing ulimit on new machines. Upgrading celery.
2013-04-23 18:07:43 -07:00
Samuel Clay
e624fe53d9 Fixing ulimit on new machines. Upgrading celery. 2013-04-23 17:58:25 -07:00
Samuel Clay
1584208677 Adding metric for last story date, used to calculate next scheduled update. 2013-04-23 17:04:21 -07:00
Samuel Clay
9f8009632a Correcting for premiums being counted twice. 2013-04-23 16:03:45 -07:00
Samuel Clay
0b6a5bd7ce Use average stories per month in calc. 2013-04-23 15:58:02 -07:00
Samuel Clay
630029cfcb Complete rewrite of feed update schedule. 2013-04-23 15:44:31 -07:00
Samuel Clay
2b991fd031 Forcing earlier fetch if stats calc is less than scheduled fetch. 2013-04-23 13:46:07 -07:00
Samuel Clay
8f0af59604 Adding random delay to realtime feed unread counts to prevent thundering herd. 2013-04-22 16:20:14 -07:00
Samuel Clay
d209b2e905 Adding email for first share to tell users about their blurblog. 2013-04-22 15:24:38 -07:00
Samuel Clay
912c632e1d Parallelizing deploy commands. 2013-04-22 14:28:39 -07:00
Samuel Clay
cdaeeb7157 Fixing huge bug in mark_feed_read for socialsubs. 2013-04-22 13:53:29 -07:00
Samuel Clay
7b3a507dd9 Increasing logging on read social sub stories. 2013-04-22 13:42:49 -07:00
Samuel Clay
ac8676f33e Shift+a to mark as read for blurblogs. 2013-04-22 13:36:07 -07:00
Samuel Clay
929938c179 Shift+a to mark as read for blurblogs. 2013-04-22 13:34:20 -07:00
Samuel Clay
fc06797747 Marking as read covers both socialsubs and feeds. 2013-04-22 13:30:29 -07:00
Samuel Clay
7a4be4f4d4 Adding node server to db firewall. 2013-04-22 10:39:04 -07:00
Daniel
5a6c5236cc Merge pull request #206 from lance0428/master
Fix issue of 'marking read' or 'marking previous read' from feed story list not updating feed counts correctly
2013-04-22 10:07:54 -07:00
Lance Johnson
c3cb21865a Fix issue of 'marking read' or 'marking previous read' from feed story
list not updating feed counts correctly
2013-04-21 23:59:25 -05:00
Samuel Clay
6d9932d909 Moving redis servers. 2013-04-21 06:07:01 -07:00
Samuel Clay
408fb99802 Adding logging to mongo backup. 2013-04-20 15:06:32 -07:00
Samuel Clay
e24a30bbed Fixing small bug for feeds that have no feed link. 2013-04-19 11:09:31 -07:00
Samuel Clay
baa40cdc47 Falling back to a POST request on river queries that have too many feeds. 2013-04-19 10:34:48 -07:00
Samuel Clay
88aa70adff Merge pull request #205 from ojiikun/master
Android: Ensure All Stories / Root Folder Always Appears
2013-04-19 10:20:33 -07:00
Samuel Clay
bd9f992262 Fixing credit card images. Doh\! 2013-04-19 09:51:30 -07:00
ojiikun
5308abaeae Fix tabbing in previous commit. 2013-04-19 10:51:34 +00:00
ojiikun
0840ca23bb Fix folder select clauses to always include root folder. Refactor selection clauses in general. 2013-04-19 10:37:27 +00:00
Samuel Clay
7468a8e305 Upping feed fetching. 2013-04-18 17:19:27 -07:00
Samuel Clay
5db1cebecf Removing random interval in feed fetches. 2013-04-18 16:56:54 -07:00
Samuel Clay
2d1a81694a No longer random intervals for dead feeds. 2013-04-18 16:47:55 -07:00
Samuel Clay
164eed828d Merge pull request #175 from ojiikun/master
Android: Always Show All Feeds
2013-04-18 12:09:37 -07:00