Commit graph

3471 commits

Author SHA1 Message Date
Samuel Clay
d073971b8a Merge branch 'master' into saved_stories
* master:
  Adding cryptography dependency.
  Adding cutoff_timestamp and direction to API docs for marking a feed as read. Meant to address #542.
  Showing all feeds in feed chooser.
  Gunicorn x-forwarded-for
  Adding RealIP to nginx/gunicorn.
  Make sure all folders are visible in the feed chooser dialog
  Make single-story context actions always appear above multiple-story actions. (#541)
  fix to compatible with Python2.6
  Add support for SNI and update requests.
2014-05-22 11:28:52 -07:00
Samuel Clay
8ad2cb96e4 Merge pull request #540 from cyy5121212/master
fix to compatible with Python2.6
2014-05-22 10:58:33 -07:00
Samuel Clay
3ef7a7776d Showing saved/shared story status at bottom on ios. 2014-05-21 12:24:22 -07:00
Samuel Clay
ab12b913c3 Correcting user tag order. 2014-05-20 16:00:57 -07:00
Samuel Clay
d26b6825b7 Stubbing in saved story tags in ios feed list. 2014-05-20 12:21:17 -07:00
Samuel Clay
39d2b0ac21 Adding starred counts to flat feeds in prep for ios. 2014-05-19 17:07:42 -07:00
cyy5121212
4938b6cebf fix to compatible with Python2.6
total_seconds() method only for Python2.7 or later, so I change it to compatible with Python2.6.
2014-05-18 10:42:35 +08:00
Samuel Clay
b746dda72d Fixing massive icon problems by removing support for Windows ICO files. 2014-05-16 12:33:06 -07:00
Samuel Clay
403a4ced90 Converting from PIL to Pillow. 2014-05-16 12:18:59 -07:00
Samuel Clay
dc6f4d5419 Remvoing pdb. 2014-05-15 13:05:37 -07:00
Samuel Clay
58d2bfdd64 Don't barf if no search server available. 2014-05-15 12:24:28 -07:00
Samuel Clay
c8858bd8d4 Fixing exploding river in ifttt. 2014-05-05 14:33:54 -07:00
Samuel Clay
fd030cd6b2 Limiting feed search to 1000 feeds. 2014-05-05 13:32:44 -07:00
Samuel Clay
ccd580aac0 Fixing starred story total counts. 2014-05-05 12:17:57 -07:00
Samuel Clay
dc7cab36a4 Switching login form's form handling to NewsBlur form (from django form). 2014-04-29 15:24:33 -07:00
Samuel Clay
9173bee736 Moving to a naive story tag counter. Can schedule re-counts if necessary. 2014-04-29 12:36:42 -07:00
Samuel Clay
db2ffb0f87 Checking if stories are shared through redis before asking mongo. 2014-04-29 11:58:27 -07:00
Samuel Clay
2af4aab4b1 Fixing immediate scheduling of old feeds. 2014-04-28 12:00:34 -07:00
Samuel Clay
eac58cdc22 Indexing newly added feeds for users who need it. 2014-04-23 16:12:30 -07:00
Samuel Clay
de4e6412c9 Launching search (quietly). 2014-04-23 15:05:47 -07:00
Samuel Clay
4fe9a7d4e6 Fixing indexing of stories on fetch. 2014-04-23 14:35:56 -07:00
Samuel Clay
4287c0d567 Hiding show hidden stories button when searching. Show hidden stories when searching. 2014-04-23 14:25:07 -07:00
Samuel Clay
90876879e3 Reverting to http for original page server as it's not equipped. 2014-04-23 12:50:43 -07:00
Samuel Clay
9067a22627 Blacking out search indexing. 2014-04-23 12:29:07 -07:00
Samuel Clay
cd4a7b8693 Fixing river feed header fonts. 2014-04-23 12:28:46 -07:00
Samuel Clay
74e7bfb2c9 Forcing read pref on user search check. 2014-04-23 11:33:56 -07:00
Samuel Clay
28d51309ce Blacking out search indexing again. 2014-04-23 11:26:42 -07:00
Samuel Clay
1f299eb941 Turning indexing on. 2014-04-22 18:37:32 -07:00
Samuel Clay
0d5eb96ade Parallelizing search indexing. Adding task to handle parallelization. 2014-04-22 18:33:08 -07:00
Samuel Clay
e002cdf5d0 Adding search_indexed to canonical rep. 2014-04-22 15:48:29 -07:00
Samuel Clay
6290824422 Adding story tags to search index. 2014-04-22 15:16:00 -07:00
Samuel Clay
c75dbe0cf5 Handling deleting shared story when flipping unread counts. 2014-04-22 14:07:19 -07:00
Samuel Clay
479b587b60 Preventing large feed updates from stopping the work queue. 2014-04-22 13:37:48 -07:00
Samuel Clay
e2b94c6839 Blackout for new search, forcing non-staff to continue using old search. 2014-04-22 12:39:09 -07:00
Samuel Clay
fb9bffa8ec Adding checks for whether or not a feed is indexed before indexing new stories. Also handling story removal properly. 2014-04-22 12:00:20 -07:00
Samuel Clay
97bf655f1d Handling up to 10000 feed updates per 5 minutes. 2014-04-21 17:19:50 -07:00
Samuel Clay
6ec952b44b Merge branch 'master' into search
* master:
  Fixing issue with scheduling feeds.
2014-04-21 16:38:32 -07:00
Samuel Clay
4787f70ebb Fixing issue with scheduling feeds. 2014-04-21 16:38:27 -07:00
Samuel Clay
99ab4520b7 Merge branch 'master' into search
* master:
  Debugging tasking of feeds.
  Only fetching feeds immediately if necessary.
  Upping django_ext version.
2014-04-21 16:32:34 -07:00
Samuel Clay
1a0fe8a0c2 Debugging tasking of feeds. 2014-04-21 16:29:58 -07:00
Samuel Clay
9599cf65f2 Only fetching feeds immediately if necessary. 2014-04-21 16:26:10 -07:00
Samuel Clay
7d0ba4e829 Merge branch 'master' into search
* master:
  iOS app versin 4.0.3.
  Fixing intelligence trainer when training in folder.
  Showing user-created training tags/authors in feed trainer.
  Correctly handling drag events on folder titles.
  Showing correct Done/Next button status based on actual stories loaded. This one's for @immad.
  Moving to stricter story diff check. Using story hashes instead of grab bag by date when checking existing stories.
  Fixing digitalocean's missing 96GB size.
2014-04-18 16:40:52 -07:00
Samuel Clay
0fee7af7c6 Moving to stricter story diff check. Using story hashes instead of grab bag by date when checking existing stories. 2014-04-17 12:10:04 -07:00
Samuel Clay
13c902ad83 Adding remove search index method. Also removing source on both autocomplete and story search index to save space. 2014-04-16 18:19:59 -07:00
Samuel Clay
03ce9f6ad6 Fixing size issue with elasticsearch. 2014-04-16 17:26:44 -07:00
Samuel Clay
91741dd04d Fixing bug in paging queries. 2014-04-16 17:23:27 -07:00
Samuel Clay
5c80b15e89 Preserving order on searches. Also using elasticsearch's paging. 2014-04-16 17:21:53 -07:00
Samuel Clay
f89cf610a9 Showing correct unread status in river/unread during search. 2014-04-16 16:55:26 -07:00
Samuel Clay
af567f9796 Retrying search on search indexing completion. Hiding story content preview when too short. 2014-04-16 16:06:39 -07:00
Samuel Clay
7c85e08830 Adding migration for creating search mapping. 2014-04-16 15:32:00 -07:00