Commit graph

110 commits

Author SHA1 Message Date
Samuel Clay
abf53cca3c Adding uglify-js. 2012-01-13 21:56:15 -08:00
Samuel Clay
edb76d8c83 Adding feed update interval for non-premium users in Statistics. 2012-01-13 17:54:17 -08:00
Samuel Clay
3750fd0d10 Adding node's 8888 to app ufw. Also adding redis's 6379 to express server. 2012-01-03 08:31:04 -08:00
Samuel Clay
b32acb0daa Adding node modules. 2012-01-02 18:22:06 -08:00
Samuel Clay
f5c5afb8f9 Retooling fabfile's deploy code to support serial asset packaging with parallel code deploys. 2012-01-02 18:11:40 -08:00
Samuel Clay
1abc4e10e0 Upgrading nginx version. 2012-01-02 17:49:09 -08:00
Samuel Clay
0dbe86605b Fixing public_root in assets.yml to be readbale by old yml. 2012-01-02 17:32:12 -08:00
Samuel Clay
786a170f4c Adding my very special mongo serialization backup utility to get around the damn unrepairable mongo database. This is taking 14 hours to run. 2011-12-18 20:57:18 -08:00
Samuel Clay
fd2b778363 Simplifying ufw ports in fabfile. Adding env.user. 2011-12-13 17:50:33 -08:00
Samuel Clay
6d0b8baa83 Cleaning up mongoengine imports and settings for default MongoDB. 2011-12-11 11:41:12 -08:00
Samuel Clay
1e9517c9d3 Fixing #41: Adding REDIS to local_settings.py.template. 2011-11-26 16:40:04 -05:00
Samuel Clay
ac59ba7038 Syncing time to account for time drift on VPS. 2011-11-22 12:51:44 -05:00
Samuel Clay
596c00a281 Deprecating db02, moving redis and rabbitmq over to db01. 2011-11-18 10:13:39 -08:00
Samuel Clay
5e4cc2a944 Moving NewsBlur counts to beginning of title. 2011-11-17 22:33:00 -08:00
Samuel Clay
0380db286a Fixing cache for ratelimiting. 2011-11-08 14:46:30 -08:00
Samuel Clay
63e6b86d8e Finishing up realtime for testing on prod. 2011-11-06 16:05:42 -08:00
Samuel Clay
28795237be Merge branch 'realtime' of github.com:samuelclay/NewsBlur into realtime
* 'realtime' of github.com:samuelclay/NewsBlur:

Conflicts:
	settings.py
2011-11-06 15:31:32 -08:00
Samuel Clay
4e382e5caf Adding fabfile config for redis. 2011-11-06 15:19:58 -08:00
Samuel Clay
dcedbe1e40 Adding socket.io communication and feed updating on client-side. Ready to ship? 2011-11-06 12:21:27 -08:00
Samuel Clay
cfd1fa2946 Fixing stale unread counts on feed list in iOS app when returning from river. 2011-11-03 18:08:24 -07:00
Samuel Clay
efaa2565f3 Saving duplicate read stories correctly. 2011-11-03 10:24:53 -07:00
Samuel Clay
a13b6bc084 Simplifying the shit out of feed fetch histories. 2011-11-01 19:08:07 -07:00
Samuel Clay
84e6d1a4fb Trying to fix fetch histories with indexes. Also upating fabfile.py 2011-11-01 19:00:58 -07:00
Samuel Clay
592dd1b052 Gradients on River of News in iphone app. 2011-10-26 08:40:31 -07:00
Samuel Clay
ec1f38c720 Fixing broken starred stories (with no classifiers). 2011-10-25 00:01:35 -07:00
Samuel Clay
799a0839fe Cleaning up add folder/site dialog in iPhone app. Still needs autocomplete, but it's nearly done. 2011-10-11 09:46:13 -07:00
Samuel Clay
90d09eb94c Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur: (39 commits)
  Adding logging for emails sent. Also using history.replaceState to clear the ?next= parameter.
  Adding forgot password email with conveniences.
  Seacucumber -> Django-ses. Celery isn't playing well.
  Adding seacucumber as a dependency.
  Adding android app to email. Also finalizing cleanup.
  Finishing up new account email. Adding migration to save email sending preference.
  Further fleshing out emails.
  Adding autologin (with optout param) for use with emails.
  Templating emails -- new account and new premium.
  Changing color of logged user agent.
  Adding browser user agent to all logging.
  Fixing sizing on iphone app's original view's url.
  Only active feeds get loaded in the iPhone app. It's about time.
  Showing correct story_id in logging for bad read stories.
  Showing HUD on logout in iphone app.
  Completing the python api.
  Showing the correct logging info for mismarked read stories.
  Fixing river of new to use new user stories.
  Re-running story read migration to account fornew read stories during the migration process.
  Adding errors to API/login and API/signup. Getting rid of namespacing on login and signup form fields for api use.
  ...

Conflicts:
	fabfile.py
2011-09-25 09:32:40 -07:00
Samuel Clay
eaa1377fbd Adding celery granularity to fabfile. 2011-09-25 09:31:08 -07:00
Samuel Clay
8a258f91c7 Adding seacucumber as a dependency. 2011-09-21 22:01:02 -07:00
Samuel Clay
ed7d2bd88f Finishing up new account email. Adding migration to save email sending preference. 2011-09-21 17:49:40 -07:00
Samuel Clay
2db298cd50 Handle error when pkilling pgbouncer during pgbouncer bouncing. 2011-09-09 17:43:56 -07:00
Samuel Clay
580537f4a8 Simplifying pgbouncer config. 2011-09-07 22:35:20 -07:00
Samuel Clay
d2bcce4b6f Better error handling around broken feed pages. 2011-09-04 14:47:47 -07:00
Samuel Clay
8c0906fbff Changing scroll speed. Adding authenticated info to every request. 2011-09-03 23:10:46 -07:00
Samuel Clay
5389350368 Adding starred stories import to Google Reader import. Also moving to db backed session engine (from memcache). 2011-08-29 18:43:17 -07:00
Samuel Clay
161d163d92 Moving back to stable mongoengine dev branch (no longer using forked branch). Changes to signature of map-reduce and item_frequencies. 2011-08-27 17:14:31 -07:00
Samuel Clay
9bcfa077e7 Fixing issue around decoding tag lists in feed fetching. 2011-08-27 13:22:56 -07:00
Samuel Clay
5da8bf73fb Fixing the feed chooser to show total # of feeds. Also fixing a unicode issue in normalizing urls. 2011-08-26 19:58:06 -07:00
Samuel Clay
15c5554200 Fixing issue when returning to iphone app and refreshing feeds while not on feed list page. 2011-08-26 09:34:30 -07:00
Samuel Clay
6148cbaaff Rewrote visible feed indexPath calculations to be far more graceful and less prone to stateful errors. Handled additional edge cases. 2011-08-24 21:41:44 -07:00
Samuel Clay
7cea10ecfd Updating fabfile and pushing updates back up to normal levels. 2011-08-24 12:31:47 -07:00
Samuel Clay
8fed3ae8cc Scaling back updates by a half to catch up. 2011-08-24 10:56:17 -07:00
Samuel Clay
ffe3653c37 Cleaning up reader import, subscriber expire down to 2, and adding favicon to title in iphone app feed detail. 2011-08-24 10:24:02 -07:00
Samuel Clay
f546a3f784 Updating userstories with date migration to handle broken cases. 2011-08-18 21:52:15 -07:00
Samuel Clay
bffb8a6d98 Fixing all outstanding issues with the Original view. No longer throws errors on page loads before the current page has loaded. Also attached the keyboard to the page address bar. Fixed title too. 2011-08-16 19:55:44 -07:00
Samuel Clay
806542c0dc Fixing a number of bug sin iPhone app: 1) html entitiesare now decoded in story titles. 2) the correct story is marked as read when multiple intelligence levels are used. 2011-08-08 09:58:15 -07:00
Samuel Clay
229bd75281 Went nuts and restyled a bunch of table cells. Also hooked up accounts. Need to clean up the login view, as well as finish the reading flow. 2011-07-20 21:08:57 -07:00
Samuel Clay
f90686014d Adding PIL and boostrapped feed to readme. 2011-07-17 21:29:25 -07:00
Samuel Clay
ff50d85d7d Updating a bunch of defaults to make NewsBlur installable on anybody's machine. Fleshing out README installation instructions. 2011-07-17 20:53:30 -07:00
Samuel Clay
a91d67ab63 Fixing env.paths by using the top-level dict. 2011-07-17 15:56:28 -07:00