Commit graph

819 commits

Author SHA1 Message Date
Samuel Clay
db2ffb0f87 Checking if stories are shared through redis before asking mongo. 2014-04-29 11:58:27 -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
90876879e3 Reverting to http for original page server as it's not equipped. 2014-04-23 12:50:43 -07:00
Samuel Clay
cd4a7b8693 Fixing river feed header fonts. 2014-04-23 12:28:46 -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
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
9599cf65f2 Only fetching feeds immediately if necessary. 2014-04-21 16:26:10 -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
428fba705b Updating search indexing progress in real-time. 2014-04-16 15:31:44 -07:00
Samuel Clay
fa8694122b Trying to fix the socket issues. 2014-03-29 16:05:14 -07:00
Samuel Clay
9b5dbc1822 Added new save/unsave stories by story_hash endpoint for @jaredsinclair. Also cleaned up API docs to show deprecated vs new story hash urls. 2014-03-28 15:11:58 -07:00
Samuel Clay
921f17ed98 Fixing broken mark unread after marking feed read. 2014-03-28 13:49:03 -07:00
Samuel Clay
768bfdf5fc Adding a bit of logging to mark feed as read. 2014-03-28 13:25:40 -07:00
Samuel Clay
7a4eb8c1b1 Fixing bone-headed mistake on old mark unread endpoint. 2014-03-26 16:13:01 -07:00
Samuel Clay
bf96da10b3 New endpoint: /reader/mark_story_hash_as_unread. Needs saved story story_hash endpoints too. 2014-03-24 14:44:21 -07:00
Samuel Clay
dc9cb08070 Fixing feeds in saved stories. Adding ability to save only a URL with IFTTT and have it fetch content and title. 2014-02-18 12:39:57 -08:00
Samuel Clay
cd58ca4efb Fixing ReadKit flat folders by leaving out removed feeds. 2014-01-29 14:59:50 -08:00
Samuel Clay
18060713b9 Adding dynamic options for IFTTT trigger field feed_or_folder. 2014-01-27 15:29:55 -08:00
Samuel Clay
b4963945f8 Merge branch 'master' into oauth
* master:
  Updating tweepy to v2.2.
  Switching starring story unique index parameter.
  Android v3.6.1 has new font sizes.
  Fixing race condition on starring stories.
  Typo on exception.
  Typo on exception.
  Fixing the unstarring bugs.
  Discrete text sizes rather than linear, new XXL size. (#474, #392)
  Fixing log.
  Cutting trim log in half.
  Turning off chance for cleanup. Everybody gets a cleanup.
  No need for progress on trim.
  Handling users who only read feeds to which they are subscribed.
  Fixing inaccurate counts.
  Sending a max of 1,000 read stories at a time.
  Adding logging and correcting logic error in auto trim.
  Cleaning up user read stories.

Conflicts:
	apps/reader/views.py
2014-01-21 16:38:57 -08:00
Samuel Clay
bd441ed7c2 Switching starring story unique index parameter. 2014-01-21 16:23:34 -08:00
Samuel Clay
b5488e7509 Fixing race condition on starring stories. 2014-01-21 16:03:34 -08:00
Samuel Clay
91a61fd1ca Typo on exception. 2014-01-21 15:41:21 -08:00
Samuel Clay
f00d88625f Typo on exception. 2014-01-21 15:40:37 -08:00
Samuel Clay
68294f6489 Fixing the unstarring bugs. 2014-01-21 15:37:59 -08:00
Samuel Clay
f5e8826ba8 Styling login and authorize oauth templates. 2014-01-15 17:12:24 -08:00
Samuel Clay
c7d158a654 Adding login view and integrating oauth middleware and authentication backend. Wow that was easy. 2014-01-15 15:41:18 -08:00
Samuel Clay
dfdbc6e398 Preventing multiple saved stories from being deleted. Also removing activities when removing saved stories. 2014-01-15 11:53:38 -08:00
Samuel Clay
65d172ebf3 RSS feed for saved stories. 2013-12-19 11:57:58 -08:00
Samuel Clay
feb398a2d4 Adding RSS feeds for saved tags. Still needs the actual rss feed. 2013-12-19 11:08:22 -08:00
Samuel Clay
c6840b1cf4 Merge branch 'master' into tagging
* master: (40 commits)
  Version 3.6 of the iOS app.
  Fixing tolerance on drag bar.
  Fixing switch between story titles on left and on bottom.
  Cleaning up after failed backup.
  Fixing disappearing righttoolbarmenu icons. Adding preferences for urls to use in-app browser, safari, or chrome.
  Fixing transition cancelation on interactive swipe on ipad.
  Fixing rotation issues, as well as premature hiding of dashboard on animation on ipad.
  Fixing interactive transitions.
  Fixing many issues with transitions on the ipad. Still need to fix the interactive transition completion.
  Fix #441 - changing text size needs to call evaluateJavascript instead of loadUrl when targeting SDK >= 19
  Fixing swipe-back on ipad for transitioning b/w feed list and feed detail.
  Fixing paddings on story titles.
  Resizing user avatar.
  Adding option for side swipe in story detail.
  Android v3.0.1.
  Fixing cutoff date when retrieving stories.
  Mark older/newer stories as read.
  Fixing issue with autocomplete.
  Fixing infinite loop.
  Trying out better autocomplete search with parts.
  ...
2013-12-13 15:16:51 -08:00
Samuel Clay
6040e1d97e Fixing cutoff date when retrieving stories. 2013-12-05 15:10:09 -08:00
Samuel Clay
904e908b61 Mark older/newer stories as read. 2013-12-05 14:25:15 -08:00
Samuel Clay
0a827a91fe Updating starred tag counts on adding/removing tags. 2013-11-22 11:13:27 -08:00
Samuel Clay
582364c64d Adding tag feeds. 2013-11-22 11:12:47 -08:00
Samuel Clay
eea0e29dda Updating counts for tagged stories. 2013-11-22 11:10:23 -08:00
Samuel Clay
698358c761 Storing user tags and retrieving in all views. 2013-11-22 11:08:38 -08:00
Samuel Clay
f6bd217eb3 Using timezone-aware relative dates (Today, Yesterdays). 2013-11-22 11:07:14 -08:00
Samuel Clay
0d41890bc5 Fixing reader tests and fixing broken delete where multiple feeds would be deleted. 2013-11-22 11:07:14 -08:00
Samuel Clay
1e4f4fb19b Turning off upgrade message in iOS. 2013-11-22 11:07:13 -08:00
Samuel Clay
a88ba4508e Fixing sharing message when posting to ADN (now truncates at 256). 2013-11-22 11:07:07 -08:00
Samuel Clay
a56f44cdef Rewriting short and long date formatting, both for server and ios. Also loading offline stories when server fails half-way through. 2013-11-22 11:06:24 -08:00
Samuel Clay
a40931fd06 Fixing unread hashes on single feeds. 2013-11-22 11:06:20 -08:00
Samuel Clay
06cec48c68 Showing unread icon in ios when marking as unread. 2013-11-22 11:06:19 -08:00
Samuel Clay
2e4b851d0c Fixing spacing and position of toolbars on all ios views. 2013-11-22 11:06:18 -08:00
Samuel Clay
5c4cab2888 Fixing massive river bug where stories would abruptly end while paging. 2013-11-22 11:06:17 -08:00
Samuel Clay
ac9aecc84a Beginning ios7 transition. Still lots of views to go. 2013-11-22 11:06:11 -08:00
Samuel Clay
db74119842 Using timezone-aware relative dates (Today, Yesterdays). 2013-11-06 23:39:28 -08:00