Commit graph

2998 commits

Author SHA1 Message Date
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
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
Samuel Clay
3cebe4024a Final trigger for IFTTT - new shared stories (both individual blurblogs and all shared stories). 2014-01-28 12:15:42 -08:00
Samuel Clay
9b87ac039f Adding trigger dynamic options for shared stories and blurblog usernames. 2014-01-27 18:18:32 -08:00
Samuel Clay
cf88ce0a41 Adding trigger for new saved stories (sorted by tag). 2014-01-27 18:07:05 -08:00
Samuel Clay
570ff89f37 Adding saved story dynamic tag list. 2014-01-27 17:56:54 -08:00
Samuel Clay
ce434018fe Adding unread and focus API endpoints for IFTTT. Includes both feeds and folders. 2014-01-27 17:16:34 -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
63445dbe77 Fixing user info api endpoint url. 2014-01-27 13:09:24 -08:00
Samuel Clay
84ac077a9d Adding IFTTT user info api endpoint. 2014-01-27 13:07:58 -08:00
Samuel Clay
4cb75f782d Allowing oauth users to not bother having a user agent. 2014-01-27 13:00:41 -08:00
Samuel Clay
e468919c27 Adding ifttt specific urls. 2014-01-24 16:52:12 -08:00
Samuel Clay
9110649677 Sync all twitter photos for past 14 days. 2014-01-21 22:42:38 -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