Commit graph

9566 commits

Author SHA1 Message Date
dosiecki
aa4d483e03 Fix story list indexing bug. 2015-05-04 12:54:24 -07:00
dosiecki
e986475efd Story list loading indicator gives context about online state. 2015-05-04 12:06:19 -07:00
Samuel Clay
9882dd9449 Adding new content security policy meta tag for upgrading insecure requests. 2015-05-04 11:16:44 -07:00
dosiecki
836fa877f7 Bump ver. 2015-05-04 00:43:11 -07:00
dosiecki
cbe4b801d6 Fix crash. 2015-05-03 23:58:55 -07:00
dosiecki
cbc66970d4 Merge remote-tracking branch 'upstream/master'
Conflicts:
	clients/android/NewsBlur/AndroidManifest.xml
2015-05-03 23:39:07 -07:00
dosiecki
8967bb4271 Fix too-high intel values for stories fetched via certain APIs. 2015-05-03 23:27:32 -07:00
dosiecki
4c2ef2cd17 Don't prefetch images when on a disallowed network, even in the foreground. 2015-05-03 22:53:35 -07:00
dosiecki
555ec171d9 Recently-read stories view. (#561) 2015-05-03 22:20:38 -07:00
Samuel Clay
5eb46a278e YouTube API doesn't always close the iframe tag. Better close it. 2015-04-29 18:07:00 -07:00
Samuel Clay
d7daf21694 Adding another youtube url style: https://www.youtube.com/feeds/videos.xml?user=SciShow 2015-04-29 17:58:44 -07:00
Samuel Clay
bb100fa0d8 Typo in youtube fetch error handler. 2015-04-29 17:50:05 -07:00
Samuel Clay
d7f6fa3928 Fixing two small bugs with youtube fetch. 2015-04-29 17:49:04 -07:00
Samuel Clay
df21449e74 Adding support for entering html page for youtube, like: https://www.youtube.com/user/CookingChannel 2015-04-29 17:26:21 -07:00
Samuel Clay
dabd81608d Fixing three youtube issues: broken usernames/urls (non-uploads), 404 pages, and over-expanding content due to fixvid. 2015-04-29 17:16:15 -07:00
Samuel Clay
bdd12cf2ee Allowing both youtube/feeds/base and youtube/feeds/api. 2015-04-29 16:59:05 -07:00
Samuel Clay
367282c934 Fixing expanding youtube iframe. 2015-04-29 16:55:51 -07:00
Samuel Clay
f78db7e17e Using YouTube's dumb permalink. 2015-04-29 16:43:48 -07:00
Samuel Clay
83c7517b35 Changing permalink for youtube videos to original rss permalink. 2015-04-29 16:40:12 -07:00
Samuel Clay
1656762299 Trying new YouTube v3 API feed fetcher. 2015-04-29 16:30:44 -07:00
Samuel Clay
84b6140faa Adding latitude to autocomplete blacklist. 2015-04-27 17:16:50 -07:00
Samuel Clay
0d73c65708 Adding check to ensure posting to twitter happens no mor ethan three times an hour. 2015-04-27 17:15:21 -07:00
Samuel Clay
d94fcf8dd7 Fixing feed detail menus for saved and read views. 2015-04-26 22:44:25 -07:00
Samuel Clay
74ece008c4 Hooking up rename feed/folder. Doesn't update current feed detail title. 2015-04-26 22:34:12 -07:00
Samuel Clay
090b0fc2b0 Adding rename site/folder to ios. Just stubbed in, but only needs a hookup. 2015-04-26 22:05:28 -07:00
Samuel Clay
51e25cf051 Fixing page bug when loading app and selecting page that's not the first story. 2015-04-26 21:22:25 -07:00
dosiecki
b6c20eccb6 Don't load unused story data in story lists. Async load story bodies as needed in Reading fragment. Greatly cut down on memory use from cursors. 2015-04-21 21:18:34 -07:00
dosiecki
438f6f8bd9 Adjust sync intervals. 2015-04-20 14:44:09 -07:00
dosiecki
54b0335672 Fix old cursor leak. 2015-04-20 14:43:55 -07:00
Samuel Clay
cf75462daf Merge pull request #683 from samford/fix-api-typo
Fix :username typo in api.yml
2015-04-17 14:22:46 -07:00
Sam Ford
aafe1e91c2 Fix :username typo 2015-04-17 13:47:11 -04:00
Samuel Clay
0da18eb986 Reformatting payment reports. 2015-04-16 22:29:36 -07:00
Samuel Clay
ab2b419aca Adding yearly totals to payment reports. 2015-04-16 21:15:30 -07:00
Samuel Clay
21ec98cc0b Typo in objects. 2015-04-16 20:42:02 -07:00
Samuel Clay
66d820e165 Adding paypal history checker. 2015-04-16 20:41:23 -07:00
Samuel Clay
660e71d392 Adding offset to history logging. 2015-04-16 20:30:16 -07:00
Samuel Clay
7990620e5d Better color in premium history logging. 2015-04-16 20:29:35 -07:00
Samuel Clay
8e1ba7ec19 Fixing multiple paypal payments. 2015-04-16 20:26:35 -07:00
Samuel Clay
e96fe1dfbe Logging stripe reimport. 2015-04-16 19:50:04 -07:00
Samuel Clay
3d072383b1 Using stripe charges instead of customers to rectify. 2015-04-16 19:47:01 -07:00
Samuel Clay
9467755349 Reimporting stripe history. 2015-04-16 19:29:11 -07:00
Samuel Clay
31d9d92b07 A better refund for paypal. 2015-04-16 19:16:20 -07:00
Samuel Clay
6dfe4a28da The one time I don't test my code I get a syntax error. 2015-04-16 19:09:08 -07:00
Samuel Clay
cd2f43810f pgbouncer no longer requires -e argument, just fails with it. 2015-04-16 19:07:37 -07:00
Samuel Clay
9cb6d1f1b9 Rejecting failed stripe payments. 2015-04-16 19:07:16 -07:00
Samuel Clay
83d18663dc No longer emailing new premiums to admin, since this is all stored in the DB anyhow. 2015-04-15 16:35:01 -07:00
Samuel Clay
2f4ef4a4d5 Attempting to suppress admin error emails, since using Sentry. 2015-04-15 16:20:27 -07:00
Samuel Clay
82b960c854 Merge pull request #682 from mortonfox/patch-1
Fix email link.
2015-04-14 11:53:58 -07:00
Morton Fox
f496f15228 Fix email link. 2015-04-14 14:01:05 -04:00
Samuel Clay
fe61780c92 Taking Google Reader starred stories import out of the intro/import dialog. Closes #678. 2015-04-13 20:41:52 -07:00