Commit graph

2909 commits

Author SHA1 Message Date
Samuel Clay
b3b44d8e03 Fixing search positioning on saved stories. 2013-09-14 11:49:19 -07:00
Samuel Clay
65c5610996 Fixing positioning of popover options in All Site Stories. 2013-09-14 11:15:12 -07:00
Samuel Clay
41df8a001a Adding Split tooltip. 2013-09-13 23:44:00 -07:00
Samuel Clay
256add051e Removing extra logging. 2013-09-13 23:39:44 -07:00
Samuel Clay
8362ca716c Switching feedbar and navbar. 2013-09-13 23:35:47 -07:00
Samuel Clay
eace80d6b9 Fixing mark folder as read. 2013-09-13 19:19:11 -07:00
Samuel Clay
d1f731f1f5 Adjusting positioning on new feedbar. Also scrolling to selected feed/folder when switch story layouts. 2013-09-13 17:02:09 -07:00
Samuel Clay
cab28a845e Reloading feed list when adding, moving, and deleting feeds and folders. 2013-09-13 16:35:48 -07:00
Samuel Clay
83cdbebcd7 Reloading feeds on feed/folder add and feedchooser. 2013-09-13 15:54:52 -07:00
Samuel Clay
d8ed12f15b Backend for marking feeds/folders as read at a specific timestamp. 2013-09-13 15:02:10 -07:00
Samuel Clay
b250369312 Adding expanded mark read buttons. Needs backend support. 2013-09-13 13:51:56 -07:00
Samuel Clay
301404a65c Moving feedbar down to bottom of screen. Prep for new mark read buttons. 2013-09-12 21:26:09 -07:00
Samuel Clay
f249bce61d Fixing activities height for subscriptions on ios. Also turning river back on for third-party clients. That wasn't fair and it's hard to get users to upgrade. I'd rather give users the ability to use the product instead of crippling it, unless there is a proper workflow for upgrading, which only exists on the web today. 2013-09-12 17:03:18 -07:00
Samuel Clay
f74af282fb Removing empty saved tag in front-end. Can always remove the backend if necessary. 2013-09-10 12:19:11 -07:00
Samuel Clay
26b2b802e1 Fixing leftover search box when switching b/w saved tags. 2013-09-09 18:29:07 -07:00
Samuel Clay
a1c79a1463 Saved story tags are a premium-only feature. 2013-09-09 18:18:13 -07:00
Samuel Clay
96064a57aa Adding tag name to saved feed title. 2013-09-09 17:24:28 -07:00
Samuel Clay
e7c1b06c4f Fixing selected issues with starred feed titles when reseting feeds. 2013-09-09 17:16:26 -07:00
Samuel Clay
aa96458ae3 Refactored scrolling to selected feed to work for saved tags, starred header, and all site stories header. 2013-09-09 15:43:42 -07:00
Samuel Clay
825bb5bddf Keep starred story tags selected on refresh. 2013-09-09 15:03:46 -07:00
Samuel Clay
a05589a5b7 Permalinks for saved story tags. 2013-09-09 15:01:47 -07:00
Samuel Clay
37bb14c13b Merge branch 'master' into tagging
* master: (24 commits)
  Skipping google alerts.
  Fixing a couple exceptions and turning off google news rss feeds temporarily.
  Moving goodies images out of css. New ReadKit image.
  Adding permalink blurblog option. Also adding feed title to unmessaged shares.
  Moving from X-Real-IP to X-Forwarded-For.
  Was using ad hoc and not in house provisioning profile.
  Switching provisioning profiles again.
  Switching to enterprise provisioning profile.
  Fixing provisioning profile.
  Putting out v2.4.4 as a RC.
  Fixing friend user ids when marking stories as read.
  Fixing auto-selection of feeds in feed chooser.
  Moving to simpler read story endpoint.
  Switching provisioning profiles for the year.
  New enterprise build -> 2.4.4. Can be considered an RC1.
  New notifier progress bar.
  Adding messaging to training while offline in both trainer view controller and story detail view controller.
  Users work while offline. Also adding messaging for offline sharing/replying errors.
  Fixing mismatch when marking stories as read when offline.
  Allowing single subscriber feeds to be seen, as it prevented tryfeeds from working.
  ...
2013-09-09 14:18:04 -07:00
Samuel Clay
cff75077b1 Adding permalink blurblog option. Also adding feed title to unmessaged shares. 2013-09-09 12:01:21 -07:00
Samuel Clay
a21fdf39f8 Fixing auto-selection of feeds in feed chooser. 2013-09-06 12:56:18 -07:00
Samuel Clay
dec22ac776 Moving to simpler read story endpoint. 2013-09-06 12:42:39 -07:00
Samuel Clay
ee4e0d7411 Fixing small issue in scoring saved stories. 2013-09-04 14:09:35 -07:00
Samuel Clay
90c6971f3e Saved story tag feeds now work. Just the kinks left to work out. 2013-08-23 18:07:13 -07:00
Samuel Clay
0fd25441b9 Merge branch 'master' into tagging
* master: (26 commits)
  Fixing unknown host error on DO servers.
  Using All Site Stories instead of Top Level on folder chooser.
  Adding new preference for auto-opening a default folder on load.
  Unread counter overlay widget for feeds and social feeds.
  Fixing memory leak when reloading feeds (after add/remove/move), found entirely through @mihaip's hard work. Thanks!
  Disallowing single subscriber feeds to be loaded by non-subscribers.
  Fixing #383. Need a way to retrieve starred stories by hash.
  Previous story button takes you up, no longer to previous story. Should've done this a while ago.
  Adding story intelligence score tip to API.
  Adding user_profile to /reader/feeds. Has is_premium field, as well as web preferences.
  Switching feed link to point ot the feed's permalink, not a feed filter on the blurblog.
  Preventing popular from sharing stories from the same feed id in the same batch.
  Upping delay on new user queue.
  Fixing jenny holzer quote at end of blurblogs.
  Adding better error logging/messaging for marking stories as starred.
  Adding better error logging/messaging for marking stories as starred.
  Fixing broken icon bug.
  Fixing missing user_id in comment's replies and likes.
  Posting popular shared stories to twitter.
  Boosting shared stories on popular.
  ...

Conflicts:
	apps/reader/views.py
2013-08-23 17:30:24 -07:00
Samuel Clay
966c5b2d70 Using All Site Stories instead of Top Level on folder chooser. 2013-08-23 13:51:08 -07:00
Samuel Clay
37607a78ec Adding new preference for auto-opening a default folder on load. 2013-08-23 13:43:15 -07:00
Samuel Clay
1964185a54 Fixing memory leak when reloading feeds (after add/remove/move), found entirely through @mihaip's hard work. Thanks! 2013-08-22 23:25:07 -07:00
Samuel Clay
3bfa6a93b1 Previous story button takes you up, no longer to previous story. Should've done this a while ago. 2013-08-22 20:29:00 -07:00
Samuel Clay
b299453477 Updating starred tag counts on adding/removing tags. 2013-08-16 18:26:56 -07:00
Samuel Clay
3265c018b9 Saving collapse of starred tags. 2013-08-16 17:44:35 -07:00
Samuel Clay
3bf76c947e Adding tag feeds. 2013-08-16 16:02:45 -07:00
Samuel Clay
299c7f935a Stubbing in js model for starred story tags. 2013-08-15 19:04:14 -07:00
Samuel Clay
1edf74b8f1 Merge branch 'master' into tagging
* master:
  Handling stats feed count for blurblog itself.
  Showing correct feed titles in blurblog stats.
  Fixing broken social stats.
2013-08-15 17:09:19 -07:00
Samuel Clay
312880a862 Handling stats feed count for blurblog itself. 2013-08-15 16:35:23 -07:00
Samuel Clay
969d92a1d6 Showing correct feed titles in blurblog stats. 2013-08-15 16:32:44 -07:00
Samuel Clay
b206e57c92 Merge branch 'master' into tagging
* master:
  Only turn real-time feeds into lazy feeds if there is a track record of push notifications.
  Switching Email Story menu item to show email icon.
  Turning off redis dupe story id writer.
2013-08-14 18:12:45 -07:00
Samuel Clay
5683616511 Switching Email Story menu item to show email icon. 2013-08-14 17:52:50 -07:00
Samuel Clay
2010baa692 Stubbing in collapse folder icon for starred stories. 2013-08-14 14:09:09 -07:00
Samuel Clay
e326c7df25 Showing tags on load. Just need counts and tag feeds. 2013-08-13 18:26:57 -07:00
Samuel Clay
0424ec23e4 Sending user_tags on story tagging (both additions and subtractions). Upgrading Backbone to 1.0 for improved model silencing behavior. 2013-08-13 13:15:36 -07:00
Samuel Clay
e0f9faffb7 Merge branch 'master' into tagging
* master:
  Handing out free accounts a little quicker.
  Adding count of trimmed stories.
  Adding redis backup for new redis stroy server.
  Adding Buffer as a share option.
  Moving story hash db to its own server (primary).
  Adding cost to fabfile's list_do.
  Moving node server to db pubsub role.
  Moving from specific db hosts to db roles, editable through /etc/hosts.
  New ssh keys, syn_cookies setting for redis pubsub server.
  Handling socket level errors in socketio/node.
  Catching exceptions for node redis.
  Catching exceptions for node redis.
  Trying to fix issues on node redis connection.
  Handling redis connection timeouts in node.
2013-08-13 11:19:23 -07:00
Samuel Clay
41bb982779 Adding Buffer as a share option. 2013-08-12 16:01:50 -07:00
Samuel Clay
5fcb1ef8d8 Fixing inconsistency when opening both sideoptions. 2013-08-09 18:37:38 -07:00
Samuel Clay
c117035362 Trying to rewrite sideoptions resize. 2013-08-08 17:35:32 -07:00
Samuel Clay
8c3b0da1f0 Merge branch 'master' into tagging
* master:
  Showing OPML errors and fixing unicode decode error by sanitizing OPML uploads.
2013-08-07 19:51:54 -07:00
Samuel Clay
4b5fce6ce7 Showing OPML errors and fixing unicode decode error by sanitizing OPML uploads. 2013-08-07 19:46:47 -07:00