Joe Cheng
de4c7567d0
Manually bump the version numbers in shiny.js and shiny.min.js
...
Normally this would be where we grunt, but for this hotfix we
need to avoid the changes that went in at the end of 1.3.0 that
were accidentally left out of the built JS.
v1.3.1
2019-04-10 11:42:42 -07:00
Joe Cheng
aff33dd023
Bump version to 1.3.1
2019-04-10 11:35:05 -07:00
Barret Schloerke
a287ebe324
Minimize str usage in rlog$valueStr ( #2377 )
...
* return early if loggin is disabled
* do not allow str to recurse
* add news item for #2377
* change " " to " "
* Not a "world-ending performance issue"
2019-04-10 11:27:29 -07:00
Winston Chang
f6e8e645f2
Bump version to 1.3.0.9000
2019-04-08 13:19:57 -05:00
Winston Chang
b4d2f88b74
Merge tag 'v1.3.0'
...
Shiny v1.3.0 on CRAN
2019-04-08 12:01:05 -05:00
Winston Chang
c524a736bd
Re-document
v1.3.0
2019-03-29 17:25:14 -05:00
Winston Chang
cdf3bf18f0
Fix broken URL
2019-03-29 16:55:41 -05:00
Winston Chang
b21bdacb4f
Remove reactlog from Remotes
2019-03-27 13:42:25 -05:00
Winston Chang
92019b5ba3
Merge pull request #2361 from rstudio/fix-svg-foreignobject
...
Fix #2348 , #2329 , #1817 : bugs triggered by networkD3 sankey plot
2019-03-27 13:40:15 -05:00
Alan Dipert
908d635063
Fix #2349 , #2329 , #1817 : bugs triggered by networkD3 sankey plot
...
* All of these were caused by the presence of multiple body tags on the
page, which happened because networkD3's sankey plot generates SVGs
containing body tags via SVG's foreignObject tag
* In various places, the 'body' jQuery selector string is used under the
assumption there is only one 'body' tag on the page. The presence of
multiple 'body' tags breaks reliant code in strange ways.
* The fix was to use document.body or 'body:first' instead of 'body'.
2019-03-27 11:36:19 -07:00
Alan Dipert
20329feb7f
Improve bootstrap-datepicker update tools, add docs
2019-03-26 20:33:42 -07:00
Alan Dipert
4cd92a1cd9
Add 'Fix datepicker DST bug' as patch
...
- Original commit: 0683b79
2019-03-26 20:33:32 -07:00
Alan Dipert
8ca3397c5d
Improve bootstrap-datepicker update script
2019-03-26 20:33:20 -07:00
Alan Dipert
05cd79481e
Re-import bootstrap-datepicker 1.6.4
2019-03-26 17:34:47 -07:00
Winston Chang
c0f1905785
Remove httpuv and reactlog from remotes
2019-03-26 15:18:00 -05:00
Alan Dipert
9afc06028d
Restore intuitive bookmarking behavior ( #2360 )
...
* Adding flushPending() to ShinySession's flushOutput() restores intuitive bookmarking behavior
* Check that restoreContext is present
* Update NEWS
2019-03-26 15:08:34 -05:00
Barret Schloerke
7b6cc50238
Merge branch 'master' into rc-v1.3.0
...
* master:
fix shortString is NA or NULL logic
add coverage for situation where label might be na or NULL
increase default length of label to 250chars from 100chars
make sure labels are short for reactlog
2019-03-01 15:45:19 -05:00
Barret Schloerke
722b1d0258
Merge pull request #2345 from rstudio/short_reactlog_labels
...
Shorter reactlog labels
2019-03-01 14:43:59 -06:00
Barret Schloerke
93d3b78ac1
fix shortString is NA or NULL logic
2019-03-01 15:22:40 -05:00
Barret Schloerke
69e82f6e0e
add coverage for situation where label might be na or NULL
2019-03-01 14:57:05 -05:00
Barret Schloerke
1f83a6db7b
increase default length of label to 250chars from 100chars
2019-03-01 14:34:21 -05:00
Barret Schloerke
8f37951e14
make sure labels are short for reactlog
2019-03-01 14:30:23 -05:00
Joe Cheng
e1f4d43926
Merge pull request #2342 from rstudio/reactlog-cran
...
Reactlog github location removed
2019-02-27 10:31:08 -08:00
Joe Cheng
eb6139276f
Merge pull request #2343 from rstudio/fix-resource-path
...
addResourcePath: create staticPath object immediately. Fixes #2339
2019-02-27 10:27:09 -08:00
Winston Chang
f18c426151
addResourcePath: create staticPath object immediately. Fixes #2339
2019-02-27 11:12:55 -06:00
Barret Schloerke
e46debb6d1
remove github location for reactlog and clean up flow of check_suggested
2019-02-27 09:19:46 -05:00
Barret Schloerke
d8b8739cb8
use httpuv rc-v1.5.0 branch
2019-02-26 16:57:28 -05:00
Barret Schloerke
9fd8eefa59
Merge branch 'master' into rc-v1.3.0
...
* master:
Make sure the is.na() check in %AND% looks for length-1 input
2019-02-26 16:21:24 -05:00
Barret Schloerke
fd2af06a53
run grunt
2019-02-26 16:21:01 -05:00
Barret Schloerke
48f945ba7f
use reactlog rc-1.0.0 branch
2019-02-26 16:19:24 -05:00
Barret Schloerke
6d59f88a76
bump news and description versions to 1.3.0
2019-02-26 16:19:07 -05:00
Joe Cheng
8b94d4626d
Merge pull request #2338 from rstudio/fix-and
...
Make sure the is.na() check in %AND% looks for length-1 input
2019-02-26 13:11:39 -08:00
Winston Chang
d7d8e78e42
Make sure the is.na() check in %AND% looks for length-1 input
...
This is to avoid errors with R CMD check on R-devel like this:
https://travis-ci.org/rstudio/shiny/jobs/498880293
2019-02-26 14:32:41 -06:00
Joe Cheng
9755f86f53
Merge pull request #2327 from rstudio/staticpath-exclude
...
Exclude "session" from static path serving
2019-02-26 12:17:30 -08:00
Winston Chang
599a3ee82f
Simplify session placement
2019-02-26 13:02:23 -06:00
Winston Chang
c790346490
Merge pull request #2284 from chasemc/patch-1
...
Fix typo
2019-02-21 14:04:40 -06:00
Joe Cheng
68cf3a9111
Merge pull request #2311 from rstudio/bookmark-dot
...
Bookmarking: restore inputs that have a leading dot
2019-02-21 11:56:40 -08:00
Barret Schloerke
59221dfcf2
bump dev version of reactlog. remove reactlog::reactlog_add_shiny_resource_paths()
2019-02-15 15:52:05 -06:00
Winston Chang
020413a206
Always exclude /session from static paths
2019-02-15 15:08:26 -06:00
Winston Chang
a343e9ebdf
Use excludeStaticPath() function
2019-02-14 21:15:20 -06:00
Winston Chang
c304efee36
Exclude "session" from static path serving. Fixes #2325
2019-02-12 20:28:47 -06:00
Winston Chang
95173f676d
Merge pull request #2319 from rstudio/joe/misc/constant-time-check
...
Add constant time check for shared secret
2019-02-11 15:22:54 -06:00
Joe Cheng
87d1db1f2b
Fix test
2019-02-11 10:02:40 -08:00
Barret Schloerke
d445f384c7
Merge pull request #2315 from rstudio/reactlogShow
...
Add methods: reactlog, reactlogShow, and reactlogReset. Deprecate showReactLog
2019-02-07 15:05:05 -06:00
Joe Cheng
59dd4b0721
Code review feedback
...
- Rename sharedSecret variables to checkSharedSecret
- Don't perform the digest::digest(). This just means the timing could
give away the length of the secret, but that's OK, there's enough
entropy in the secret even if you know its length.
2019-02-05 14:33:04 -08:00
Joe Cheng
d73c91d4a7
Add unit tests for shared secret check
2019-02-04 14:19:02 -08:00
Joe Cheng
665a66522e
Add constant time check for shared secret
2019-02-04 13:19:47 -08:00
Barret Schloerke
ba1efa65fa
update man file name to reactlog from showReactLog in inst/staticdocs/index.r
2019-02-01 16:29:03 -05:00
Barret Schloerke
64a74692b9
document time for reactlogShow
2019-02-01 16:05:33 -05:00
Barret Schloerke
46cd285dd0
update docs by removing showReactLog/reactlogShow (to reactlog) as much as possible
2019-01-30 16:01:22 -05:00