dosiecki
85d46ce762
Merge remote-tracking branch 'upstream/master'
2015-12-26 14:43:14 -08:00
dosiecki
5ddd513cec
Add debug about stuck actions to the feedback info dump.
2015-12-26 14:37:33 -08:00
Samuel Clay
95e7b9c84e
Add purge_tag and purge_author to Feed.
2015-12-26 12:59:44 -08:00
Samuel Clay
ad39df5d6d
Adding purge stories to fix db corruption bug.
2015-12-26 12:53:32 -08:00
dosiecki
d7a93d1b00
Fix problems with folders containing special characters.
2015-12-25 14:33:52 -08:00
Samuel Clay
2a73bde306
Fetching title and content from stories shared without content+title. For #755 .
2015-12-23 15:24:53 -08:00
Samuel Clay
29405a370c
Adding original text fetcher to /api/share-story requests that have no content.
2015-12-23 08:41:35 -08:00
Samuel Clay
125e903040
Fixing tlnb logging viewer.
2015-12-22 19:45:50 -08:00
Samuel Clay
d845e151d0
Upgrading api/share_story to newer required_params api.
2015-12-22 19:28:31 -08:00
dosiecki
2f88a572c8
Fix crash on pre 4.4 platforms when choosing folders.
2015-12-22 13:22:33 -08:00
Samuel Clay
295fe667d1
Merge pull request #850 from mihaip/fix-mail-url
...
Fix Mail action in "Send to" from the original story view not including the URL
2015-12-21 15:48:34 -07:00
Samuel Clay
adfa524cdc
Merge pull request #852 from mihaip/fix-quirks-mode
...
Use standard mode in the story detail web view.
2015-12-21 15:48:09 -07:00
Samuel Clay
44de300579
Merge pull request #851 from mihaip/fix-target-blank-links
...
Fix tapping on target=_blank links not working in the original story view
2015-12-21 15:47:48 -07:00
Mihai Parparita
2cf5ec83da
Use standard mode in the story detail web view.
...
It missing a doc type, which was resulting in quirks mode being used. This
affects font-size inheritance in tables and other behaviors.
2015-12-21 11:39:39 -08:00
Mihai Parparita
1c0d8f956a
Fix tapping on target=_blank links not working in the original story view.
...
We need to implement the WKUIDelegate webView:createWebViewWithConfiguration:
forNavigationAction:windowFeature: method to load those requests into the same
WKWebView.
Also cleans some lingering UIWebView references.
2015-12-21 11:02:32 -08:00
Mihai Parparita
0eb7a1d357
Fix Mail action in "Send to" from the original story view not including the URL.
...
After 1bbb0fc7e0
the original URL is no longer
included as a separate activity item, so we need to include it in the mail body
directly.
Mailing from the story view directly not affected, there we include the URL in
the text (done by NewsBlurAppDelegate's showSendTo:withUrl:authorName:text:
title:feedTitle:images)
2015-12-21 10:59:04 -08:00
Samuel Clay
5fd37d2587
For #755 : adding authenticated /api/share_story/ endpoint that doens't use profile token.
2015-12-20 22:45:36 -08:00
dosiecki
0c02a9f875
Make del/ins of feedfolder data an atomic replacement transaction.
2015-12-20 22:29:32 -08:00
dosiecki
11686f8e9e
Fix backed-up followup actions on non-premium accounts.
2015-12-20 20:51:16 -08:00
dosiecki
339b3f2a5a
Fix sync status UI getting stuck on non-premium accounts.
2015-12-20 19:57:43 -08:00
dosiecki
1d913ecd67
Don't attempt to pointlessly reconcile unread counts for rivers that don't support counting.
2015-12-20 18:42:28 -08:00
dosiecki
a1fc57ef5c
Remove redundant flag toggle when locally marking-read.
2015-12-20 18:05:01 -08:00
dosiecki
5966b31187
Make saved count adjustments idempotent.
2015-12-20 17:17:05 -08:00
Samuel Clay
9cdf0cfaa2
Refactoring deployment to include non-standard web apps that need a slightly different deployment.
2015-12-20 14:11:37 -08:00
dosiecki
245f54093c
Reduce the chance that reading sessions will bleed from story list to story list.
2015-12-19 14:10:02 -08:00
dosiecki
3c9668a501
Preserve search state on ItemsList rotate.
2015-12-18 23:09:51 -08:00
Samuel Clay
5c7d39d032
Hoping that this final revert of settings will do the trick on the corrupt transactions.
2015-12-18 15:34:05 -08:00
Samuel Clay
d7d0230fd4
Whoops, not sure how celery's profile tasks werent being autodiscovered.
2015-12-18 13:34:57 -08:00
Samuel Clay
10e265d0c4
Counting stories for 1% of all fetches, regardless of new stories. Should push back feeds with no new stories for a while.
2015-12-18 12:57:11 -08:00
Samuel Clay
eaf5c72ae4
Commenting out future celery feature.
2015-12-18 11:16:21 -08:00
Samuel Clay
571c529e0b
Commenting out future raven feature.
2015-12-18 11:15:21 -08:00
Samuel Clay
2c5decb496
Reverting celery upgrades in hopes of fixing slow down.
2015-12-18 11:12:42 -08:00
dosiecki
e3af00cdcb
Fix edittext background themeing.
2015-12-17 18:56:04 -08:00
dosiecki
409a4feb51
Enable story searching for all feed/river types that support it. ( #745 )
2015-12-17 18:50:31 -08:00
dosiecki
dbc3027dfd
First pass at story searching. ( #745 )
2015-12-17 04:22:13 -08:00
Samuel Clay
d2456c4fee
Adding new task db profiling times to munin.
2015-12-16 17:34:43 -08:00
Samuel Clay
4a12c220fe
Risky business: now capturing db times (sql/mongo/redis) for 1% of all tasks. Also updating munin to recognize new db profiling times.
2015-12-16 17:31:41 -08:00
Samuel Clay
378c421d8b
Android v4.6.1.
2015-12-16 10:01:34 -08:00
dosiecki
3ca7d16dcf
Fix overflowing icons on much-liked comments.
2015-12-14 13:25:12 -08:00
Samuel Clay
cd0f6e3a98
Adding a note about OAuth to the API.
2015-12-14 10:56:57 -08:00
Samuel Clay
27cf1f1a10
Fixing issue with missing story_hash param returning an httpresponse instead of a json dict.
2015-12-11 17:11:27 -08:00
Samuel Clay
c0bff9962c
Forgot to remove extra slash from shared story URLs. Fixes c61a261634
.
2015-12-11 17:08:25 -08:00
Samuel Clay
35961363ce
Fixing bug where stories that were hidden but made temporarily visible and then hidden again would retain their visibility setting and still be accessible via keyboard (but not visible on the page).
2015-12-11 15:01:57 -08:00
Samuel Clay
f244640f02
iOS v5.0.3.
2015-12-11 15:01:57 -08:00
Samuel Clay
47f5b70eeb
Android v4.6.1b2.
2015-12-11 15:01:57 -08:00
Samuel Clay
68faaf5bf9
Merge pull request #845 from nriley/force-touch
...
iOS: Use force ratio instead of absolute force.
2015-12-10 13:48:30 -07:00
Samuel Clay
24e4bae08d
Merge pull request #839 from sv0/unicode_fixes
...
Unicode fixes
2015-12-10 13:43:47 -07:00
Samuel Clay
a8a42726e1
Merge pull request #846 from dosiecki/master
...
Android: Bugfixes
2015-12-10 13:18:42 -07:00
Samuel Clay
8fa5c412eb
Changing facebook api scope.
2015-12-10 11:41:57 -08:00
Samuel Clay
7cab8cc0e6
Using https as a scheme for all preview embeds.
2015-12-09 17:47:19 -08:00