Commit graph

2788 commits

Author SHA1 Message Date
Samuel Clay
aab1f39df1 Turning off redis dupe story id writer. 2013-08-14 14:32:50 -07:00
Samuel Clay
9c4e536b9c Stripping tags in blurblog settings. 2013-08-13 14:01:46 -07:00
Samuel Clay
3df44f8c39 Adding count of trimmed stories. 2013-08-12 16:48:16 -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
Samuel Clay
687c044b10 Adding folder search for admin only. If you're reading this commit message, don't get excited. I probably won't be launching folder search using this method. It'll be a while before I can ship it. But if for some strange reason folder search is much faster than I thought, this has a chance. 2013-08-07 15:43:25 -07:00
Samuel Clay
2394e31f89 Moving feed parsing hotspot to specific seq ratio check. 2013-08-06 13:54:06 -07:00
Samuel Clay
88f2a69a93 Fixing a dozen text and feed fetching bugs. 2013-08-06 13:18:55 -07:00
Samuel Clay
0d32ae0623 Handling canceled Stripe account. 2013-08-05 18:45:43 -07:00
Samuel Clay
36959a1b9d Fixing unstarring of saved stories using story hash. 2013-08-05 16:25:36 -07:00
Samuel Clay
6162f7026c Allowing empty in-folder in delete feed and delete folder. 2013-08-05 15:30:56 -07:00
Samuel Clay
acff62b8f6 Moving feed trim to higher counts unless the feed doesn't publish very often. 2013-08-05 10:56:24 -07:00
Samuel Clay
c75e250c4b Fixing typo. 2013-08-02 16:06:44 -07:00
Samuel Clay
fb710c870f Beginning of a long 16-day migration of feed's redis story ids into 30 day retention from 14 day retention. Once this migration is complete, can up the DAYS_OF_UNREAD to 30 day with no issues, except for updating scores. 2013-08-02 15:59:03 -07:00
Samuel Clay
b8efcd0713 Fixing redis/mongo logging accidentally duping logs on fast requests. 2013-07-31 11:17:04 -07:00
Samuel Clay
c286c0ed91 Adding haproxy exception for health check. 2013-07-30 18:24:34 -07:00
Samuel Clay
b90f02dba7 Adding haproxy check. 2013-07-30 18:13:09 -07:00
Samuel Clay
2043829a05 Adding tag search. 2013-07-30 12:01:45 -07:00
Samuel Clay
fdd4cdea25 Fixing mistakenly unread stories while searching. 2013-07-29 15:12:46 -07:00
Samuel Clay
12a7767496 Adding search logging. 2013-07-25 17:13:46 -07:00
Samuel Clay
9f30ec5da8 Adding premium-only search message, enforced API-side. Also fixing display bug around hiding the search bar when clearing out query. 2013-07-25 17:05:32 -07:00
Samuel Clay
28a1107936 Refactored the premium-only message for river in anticipation of premium-only search message. 2013-07-25 15:39:21 -07:00
Samuel Clay
41b794adf6 Adding search to shared stories, removing from folders. 2013-07-25 11:11:09 -07:00
Samuel Clay
0e9bb7993c Adding search box to all feeds/folders for staff only. 2013-07-24 17:38:05 -07:00
Samuel Clay
8e85bd9ffe Testing out perf of mongo search on starred stories. 2013-07-24 17:21:26 -07:00
Samuel Clay
292b8e7b36 Fixing timestamp on starred story hashes. 2013-07-23 11:35:33 -07:00
Samuel Clay
a54f2a2bd5 Adding new /reader/starred_story_hashes endpoint to efficient retrieval of starred stories. 2013-07-23 11:31:27 -07:00
Samuel Clay
889be221d5 Fixing broken original pages by auto-fixing the has_page field on successful page fetch. Thanks to The Verge for uncovering this one. 2013-07-23 10:43:28 -07:00
Samuel Clay
18460bd5a4 Adding which feed was deleted to deleted_feed. 2013-07-22 13:27:27 -07:00
Samuel Clay
90f6cb5930 Removing debugging. 2013-07-19 17:32:55 -07:00
Samuel Clay
4483583063 Fixing unread stories being overwritten in the inbetween time from offline to online when loading stories. 2013-07-19 12:20:51 -07:00
Samuel Clay
a965940115 Lots of offline progress: cancelling sync in the middle of one correctly, fixing bug around missing story hashes in sync, updating progress bar more often, fixing image caching bug that preventing caching from running at all. 2013-07-18 18:24:38 -07:00
Samuel Clay
dcef466bd1 Merge branch 'master' into offline
* master:
  Fixing Dilbert-specific encoding error.
  Adding logging to profile views.
  Fixing encoding on Original pages. Thanks @bruceyou for the wonderful help!
  Fixing intelligence trainer, which broke due to jQuery 2.0.
  Fixing original view's scroll view.
  Fixing infernal scroll bug where scroll events would queue up even though they weren't supposed to.
2013-07-18 15:38:06 -07:00
Samuel Clay
1936515aa0 Fixing Dilbert-specific encoding error. 2013-07-18 15:17:15 -07:00
Samuel Clay
e172bd980a Adding logging to profile views. 2013-07-18 15:13:39 -07:00
Samuel Clay
a36955ee32 Fixing encoding on Original pages. Thanks @bruceyou for the wonderful help! 2013-07-18 15:03:12 -07:00
Samuel Clay
1fe5ad9918 Merge branch 'master' into offline
* master:
  Adding logging for new mark story hash as read endpoint.
2013-07-17 15:35:44 -07:00
Samuel Clay
812500b41b Adding logging for new mark story hash as read endpoint. 2013-07-17 15:32:08 -07:00
Samuel Clay
d7a5dcd568 Merge branch 'master' into offline
# By Samuel Clay (3) and ojiikun (2)
* master:
  Dirtying user subs and social subs on new mark read with story hash endpoint.
  Adding mark_story_hash_as_read. Still needs subscription dirtying.
  Updating fabfile to use new repo'd ssh keys.
  Better detection of social stories when marking read.
  Fix crash on speedy callbacks in feed item list view.
2013-07-17 15:08:27 -07:00
Samuel Clay
94df1aa6b0 Dirtying user subs and social subs on new mark read with story hash endpoint. 2013-07-17 15:03:16 -07:00
Samuel Clay
b71c4d7b35 Adding mark_story_hash_as_read. Still needs subscription dirtying. 2013-07-17 15:03:16 -07:00
Samuel Clay
7debd48b3d Handling default preferences. 2013-07-16 18:06:36 -07:00
Samuel Clay
dbd7531ef8 Massive refactoring complete. Offline can now be canceled at any time and restarted successfully. 2013-07-16 16:38:51 -07:00
Samuel Clay
4dc499137c Merge branch 'master' into offline
* master:
  Fixing broken content from RSS feed when summary is actually longer.
  Adding auto-enable free users setting for local installs.
2013-07-16 14:17:05 -07:00
Samuel Clay
96f1de7b58 Adding auto-enable free users setting for local installs. 2013-07-16 11:18:17 -07:00
Samuel Clay
b21c466d0d Merge branch 'master' into offline
# By ojiikun (4) and others
# Via Samuel Clay (4) and ojiikun (3)
* master:
  Fixing iOS crash on empty unread stories by providing correct data structure. Thanks to @linnet for spotting the bug.
  Trimming river URL by allowing 'f' to be used as a feed id parameter.
  Changed the read later success confirmation to use the checkmark HUD instead of an alert view.
  Change save-story to use story hash.
  Switch mark-unread task to use story hash.
  More error handling improvements.  Added developer debug mode.
  More rework of feed item list to deal with missing feeds.
2013-07-15 18:25:27 -07:00
Samuel Clay
5745044927 Refactoring the living crap out of the offline network operations. Now work in order and all cancelable with a single call. Still need to fix the network operation queue for downloading images and uploading the progress bar. 2013-07-15 18:25:09 -07:00
Samuel Clay
f5223015ae Fixing iOS crash on empty unread stories by providing correct data structure. Thanks to @linnet for spotting the bug. 2013-07-15 13:35:17 -07:00
Samuel Clay
5ff9b16447 Trimming river URL by allowing 'f' to be used as a feed id parameter. 2013-07-15 12:26:21 -07:00
Samuel Clay
a46f8090d6 Typo in missing feeds adder. 2013-07-15 12:11:39 -07:00
Samuel Clay
c0b31a58a9 Adding missing folder feeds to USF. 2013-07-15 12:10:51 -07:00