Commit graph

3471 commits

Author SHA1 Message Date
Samuel Clay
534e16fb84 Handling odd compressed stream error. 2014-03-13 16:53:20 -07:00
Samuel Clay
d703115372 Handling missing users when activating free accounts. 2014-03-13 16:47:31 -07:00
Samuel Clay
281b8a3fd3 Forcing de-duped stories to be written in the same day and share 75% of their titles. 2014-03-13 16:32:13 -07:00
Samuel Clay
28dfd96112 Better logging in content de-dupe. 2014-03-13 16:19:32 -07:00
Samuel Clay
2fa204b840 Attempting a fix to broken de-duping when a story guid that a story is going to be merged into already exists further out. 2014-03-13 16:13:53 -07:00
Samuel Clay
5ec4e627e0 Adding new story guids. 2014-03-13 16:02:27 -07:00
Samuel Clay
3930423a82 Better content difference data. 2014-03-13 15:43:51 -07:00
Samuel Clay
e388caf144 Showing story updating debugging. 2014-03-13 15:39:49 -07:00
Samuel Clay
6e09610c75 Fixing readability bug in text importer. 2014-03-10 11:55:10 -07:00
Samuel Clay
8b95849a33 Handling Paypal account cancellations better. 2014-02-18 17:34:46 -08:00
Samuel Clay
43161f7456 Fetching story when sharing a url. 2014-02-18 12:57:14 -08:00
Samuel Clay
71574a2c51 Handling missing feed in social message. 2014-02-18 12:46:48 -08: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
bb85511b44 Cleaning up IFTTT urls/slugs. 2014-02-18 11:04:03 -08:00
Samuel Clay
52d539c342 Data type for blurblog value should be a string. 2014-02-14 17:43:16 -08:00
Samuel Clay
3bd8c56e71 Adding static signup page. 2014-02-14 15:30:46 -08:00
Samuel Clay
2455bb7b15 Reversing story order for ifttt after trigger fields. 2014-02-13 11:14:07 -08:00
Samuel Clay
77b4412fd2 Normalizing all URLs that come in through IFTTT. 2014-02-10 13:03:41 -08:00
Samuel Clay
8aa50201eb Fixing add new subscription action to use correct folders. 2014-02-10 12:55:56 -08:00
Samuel Clay
312a3fc8d5 Stricter ISO8601 datetime format for IFTTT. 2014-02-10 12:42:55 -08:00
Samuel Clay
bfe8a3299b Using IFTTT standardized keys. 2014-02-10 12:01:51 -08:00
Samuel Clay
0b3e64232f Fixing starred story counts. 2014-02-07 14:15:55 -08:00
Samuel Clay
639060205d Enforcing limit at oauth source. 2014-02-07 13:53:54 -08:00
Samuel Clay
6409ae9aca Switching OAuth endpoints to return a 401 instead of a 302. Also handling mal-formed JSON in OAuth requests. 2014-02-07 12:32:44 -08:00
Samuel Clay
5afdde8661 Syncing twitter photos on user cleanup (1% of the time). 2014-02-02 19:08:01 -08:00
Samuel Clay
5e59d740e5 Handling broken twitter oauth credentials when sycning twitter photos. 2014-02-02 19:03:14 -08:00
Samuel Clay
fa831c09b6 Moving email optout link to a single page, not behind a paywall. 2014-01-30 19:29:13 -08:00
Samuel Clay
6094e28fac Merge branch 'master' into readstories
* master: (78 commits)
  Adding 401 status code for invalid token on user/info.
  Adding new preference for 24 hour clock. Moving to client-side generated dates.
  Adding IFTTT logging.
  All dates in iso 8601 format.
  Use strings for feed_id.
  Fixing unread trigger for IFTTT.
  Updating shared story ifttt entries.
  Fixing ReadKit flat folders by leaving out removed feeds.
  Adding handlers for all stories.
  Fixing ifttt timestamp.
  Adding share story action for IFTTT.
  Adding site title, website, and address to each IFTTT trigger.
  Adding share username to ifttt share trigger.
  Upping access token expiration to 10 years.
  Using TitleCase instead of snake_case.
  Fixing exception dialogs to correctly update on fixed addresses and links.
  New saved story as per IFTTT action.
  Updating IFTTT urls.
  IFTTT action for new subscriptions.
  Adding folder list for dynamic action fields.
  ...
2014-01-30 18:42:48 -08:00
Samuel Clay
a3668abea8 Adding 401 status code for invalid token on user/info. 2014-01-30 17:16:40 -08:00
Samuel Clay
8a189ef5d3 Adding IFTTT logging. 2014-01-29 16:45:19 -08:00
Samuel Clay
7fb2eddec0 All dates in iso 8601 format. 2014-01-29 16:03:17 -08:00
Samuel Clay
55ff3cb2ed Use strings for feed_id. 2014-01-29 15:24:09 -08:00
Samuel Clay
adb2a85e00 Fixing unread trigger for IFTTT. 2014-01-29 15:17:50 -08:00
Samuel Clay
0555e1fbec Updating shared story ifttt entries. 2014-01-29 15:13:36 -08:00
Samuel Clay
cd58ca4efb Fixing ReadKit flat folders by leaving out removed feeds. 2014-01-29 14:59:50 -08:00
Samuel Clay
faf8e6c1f8 Adding handlers for all stories. 2014-01-29 14:45:29 -08:00
Samuel Clay
73fab0596a Fixing ifttt timestamp. 2014-01-29 14:19:17 -08:00
Samuel Clay
966892a265 Adding share story action for IFTTT. 2014-01-29 13:16:56 -08:00
Samuel Clay
c1c5cc5a6f Adding site title, website, and address to each IFTTT trigger. 2014-01-29 12:49:05 -08:00
Samuel Clay
141b77b375 Adding share username to ifttt share trigger. 2014-01-29 12:43:57 -08:00
Samuel Clay
8b8d3f82e8 Using TitleCase instead of snake_case. 2014-01-28 18:20:38 -08:00
Samuel Clay
82e0f1b118 Fixing exception dialogs to correctly update on fixed addresses and links. 2014-01-28 17:39:58 -08:00
Samuel Clay
4b9f310220 New saved story as per IFTTT action. 2014-01-28 16:43:54 -08:00
Samuel Clay
925036a057 Updating IFTTT urls. 2014-01-28 16:01:01 -08:00
Samuel Clay
65d1b7737d IFTTT action for new subscriptions. 2014-01-28 15:53:11 -08:00
Samuel Clay
00f048de1d Adding folder list for dynamic action fields. 2014-01-28 15:41:07 -08:00
Samuel Clay
410f7c6d3c Adding logging. 2014-01-28 15:18:50 -08:00
Samuel Clay
7f05ba9a50 Adding IFTTT status page. 2014-01-28 15:14:10 -08:00
Samuel Clay
63390f627a Adding a bit of logging. 2014-01-28 12:25:12 -08:00
Samuel Clay
4df5fc78df Adding IFTTT meta data to new stories. 2014-01-28 12:22:55 -08:00