Commit graph

4535 commits

Author SHA1 Message Date
Samuel Clay
101fbdbda6 Consistency b/w ios and web for unsaving a story. 2012-11-16 12:59:06 -08:00
Samuel Clay
ac5eec0322 Adding unread counter to All Sites. 2012-11-16 12:49:39 -08:00
Samuel Clay
820c79909e Allowing regular users to change read_filter on socialfeeds. 2012-11-16 12:03:13 -08:00
Samuel Clay
921fb38511 Changing icons on welcome page. 2012-11-09 15:29:07 -08:00
Samuel Clay
ac05a1242e Adding pgsql recovery cronjob. 2012-11-09 09:58:48 -08:00
Samuel Clay
127d98b667 Experimental change to story diffing. Adding spaces back in. 2012-11-09 09:39:43 -08:00
Samuel Clay
032419722b Upgrading iOS version to 1.7. 2012-11-08 17:40:07 -08:00
Samuel Clay
b3fc0ea96f Updating carousel to fix broken intro. 2012-11-07 13:44:19 -08:00
Samuel Clay
7588a25f44 EC2 task servers on fabfile/hosts. 2012-11-07 12:50:38 -08:00
Samuel Clay
d660c9ec33 Updating fabfile to account for forked mongoengine + pymongo. 2012-11-06 11:28:36 -08:00
Samuel Clay
7199fb2601 Updating ipa for the correct ad hoc distribution profile. 2012-11-01 15:43:39 -07:00
Samuel Clay
33091cc351 Updating enterprise plist for version 1.7. 2012-11-01 15:31:26 -07:00
Samuel Clay
e8928c34a4 Updating ipa. 2012-11-01 15:29:39 -07:00
Samuel Clay
587456066c Updating enterprise distribution ipa. 2012-11-01 15:26:50 -07:00
Samuel Clay
217dc139ae Fixing a few exceptions. 2012-10-31 13:31:37 -07:00
Samuel Clay
e6c9a3db82 Pushing iOS version 1.7. 2012-10-31 12:56:23 -07:00
Samuel Clay
76dcecde1e Fixing NotUniqueError on read stories by making sure the corret unique index is used. 2012-10-30 18:10:49 -07:00
Samuel Clay
0143dc53de Scroll to section header if collapse causes it to scroll far off screen in iOS app. 2012-10-30 17:25:20 -07:00
Samuel Clay
07b4afaae7 Adding read filter and order options to feeds and folders on iOS app. 2012-10-30 17:05:39 -07:00
Samuel Clay
240f5e4c6e Cleaning up RSS feed header for shared stories feeds. 2012-10-30 15:06:30 -07:00
Samuel Clay
c19713eabf Adding offsets to unread count fixing. 2012-10-30 11:41:01 -07:00
Samuel Clay
fa692d746c Forcing all unread counts to be counted from primary mongo. 2012-10-30 10:57:12 -07:00
Samuel Clay
34898004d5 Recount popular authors every 50 new stories. 2012-10-30 10:40:49 -07:00
Samuel Clay
769a1e084e Manually counting can now use offsets in case of broken feeds. 2012-10-30 09:11:39 -07:00
Samuel Clay
691598aedd Fixing wonky unread counts. 2012-10-30 08:31:37 -07:00
Samuel Clay
6908ca5e13 Ad hoc provisioning profile for enterprise build for ios app. 2012-10-29 17:21:45 -07:00
Samuel Clay
f4f3ef4bb0 Fixing issue with missing feeds on iOS app. 2012-10-29 17:12:30 -07:00
Samuel Clay
a783725862 Another whack at the enterprise build. 2012-10-29 17:07:18 -07:00
Samuel Clay
5d9b91b9ea Moving to wrapped ios download. 2012-10-29 17:03:49 -07:00
Samuel Clay
8d3aacfccc New provisioning profile for ios app. 2012-10-29 17:00:11 -07:00
Samuel Clay
a02c229186 Pushing new build of iOS app with proper get-task-allow. 2012-10-29 16:54:35 -07:00
Samuel Clay
21c74b895b Fixing issue with missing feeds on iOS app. 2012-10-29 16:44:23 -07:00
Samuel Clay
b49526d87b Upgrading redis to 2.6.2. 2012-10-29 14:58:43 -07:00
Samuel Clay
e52b64aec0 Fixing bug in story_date attribute on upgdated feed fetch. 2012-10-29 12:30:34 -07:00
Samuel Clay
2ec10bcf7e Readying unread counting to incorporate the new read preference in mongoengine. 2012-10-29 12:25:28 -07:00
Samuel Clay
448b1b1932 Private blurblogs have no RSS. 2012-10-29 09:18:03 -07:00
Samuel Clay
047e738074 Merge branch 'privacy'
* privacy:
  Hiding privacy from non-staff to test in dark mode.
  Adding privacy handling to social_page (blurblog).
  Privacy controls are now premium features.
  Adding the only real different for protected accounts -- permission needed for replying.
  Fixing header counts issue when always showing folder counts and having blurblogs unintentionally collapsed.
  Adding request follow module, js endpoints for approving and ignoring follows. This may be ready to ship?
  Hiding share comments by private profiles when not being followed.
  Stubbing in new privacy options: public, protected, and private blurblog. Still needs email actions, messaging, hiding of shared stories in original feeds, and request system.
2012-10-26 18:18:16 -07:00
Samuel Clay
0cda3d67c7 Merge branch 'master' into privacy
* master:
  Fixing empty feed list bug in iOS app.
2012-10-26 18:18:11 -07:00
Samuel Clay
04b49a5c00 Hiding privacy from non-staff to test in dark mode. 2012-10-26 18:18:09 -07:00
Samuel Clay
b765c26864 Fixing empty feed list bug in iOS app. 2012-10-26 18:10:41 -07:00
Samuel Clay
6a6c32df02 Adding privacy handling to social_page (blurblog). 2012-10-26 18:10:23 -07:00
Samuel Clay
e97878a354 Privacy controls are now premium features. 2012-10-25 17:22:45 -07:00
Samuel Clay
df4fd974c1 Merge branch 'master' into privacy
* master:
  Fixing email reshare for stories with missing feeds.
  Fixing raven client on feed fetchers.
  Moving to better feed finder (in the case of dupe feeds).
  Adding timeout errors to raven/sentry error reporting.
  Fixing an uncaught exception around feeds that change ids.
  Handling broken s3 original pages.
2012-10-25 17:03:33 -07:00
Samuel Clay
437486cae9 Fixing email reshare for stories with missing feeds. 2012-10-25 17:03:29 -07:00
Samuel Clay
b543640554 Fixing raven client on feed fetchers. 2012-10-25 16:23:35 -07:00
Samuel Clay
e572b3d53f Moving to better feed finder (in the case of dupe feeds). 2012-10-25 16:14:25 -07:00
Samuel Clay
7e281e1d7b Adding timeout errors to raven/sentry error reporting. 2012-10-25 16:09:06 -07:00
Samuel Clay
c0b791a01b Fixing an uncaught exception around feeds that change ids. 2012-10-25 15:16:21 -07:00
Samuel Clay
a712e7565b Handling broken s3 original pages. 2012-10-25 15:14:12 -07:00
Samuel Clay
dfa53d3bff Merge branch 'master' into privacy
* master:
  Adding ec2 task servers to fabfile.
  Adding support for sentry.
2012-10-25 14:50:29 -07:00