- 27 Feb, 2017 4 commits
-
-
Robert Knight authored
-
Robert Knight authored
Upload the client to the S3 bucket behind cdn.hypothes.is after publishing to npm. The service will then redirect requests for /embed.js to cdn.hypothes.is/hypothesis
-
Robert Knight authored
-
Robert Knight authored
We decided to publish the client's assets to a Hypothesis-specific domain because publishers (eg. https://internethealthreport.org) may want to use CSP to restrict where assets are loaded from and they won't want to whitelist the whole of npm. This also gives us better control over caching headers used on assets.
-
- 24 Feb, 2017 1 commit
-
-
Robert Knight authored
Improves performance and includes a number of bug fixes. See https://github.com/showdownjs/showdown/blob/master/CHANGELOG.md for changes. Several tests required small changes because the rendering of `para1\n\npara2` changed from: `<p>para1</p>\n\n<p>para2</p>` To the visually equivalent: `<p>para1</p>\n<p>para2</p>`
-
- 22 Feb, 2017 2 commits
-
-
Sheetal Umesh Kumar authored
-
Robert Knight authored
The release notes were missing on the GitHub Releases page for the client for several recent releases. This happened because of incorrect heading levels used for subsections within a release in the CHANGELOG file.
-
- 21 Feb, 2017 8 commits
-
-
Robert Knight authored
Don't treat annotation quotes (TextQuoteSelector.exact) as HTML
-
Robert Knight authored
-
Sean Roberts authored
-
Sean Roberts authored
-
Sean Roberts authored
-
Sean Roberts authored
-
Sean Roberts authored
-
Nick Stenning authored
The annotation quote, as plucked from the TextQuoteSelector, is not HTML, and so shouldn't be rendered as such. Fixes hypothesis/h#2896.
-
- 20 Feb, 2017 4 commits
-
-
Sean Roberts authored
-
Sean Roberts authored
-
Sean Roberts authored
Add invisible threads list to allow render time saving for out of vie…
-
Sean Roberts authored
-
- 17 Feb, 2017 6 commits
-
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
-
Nick Stenning authored
Add a new entry point script for the client application
-
Robert Knight authored
Remove account settings and logout link from login control for 3rd pa…
-
Sheetal Umesh Kumar authored
For 3rd party users: Remove the 'Account settings' link from the account menu Remove the logout link from the account menu Related PR: https://github.com/hypothesis/client/pull/228 Fixes: hypothesis/product-backlog#141
-
- 16 Feb, 2017 3 commits
-
-
Robert Knight authored
Disable the link to activity pages from user profile, if the user is …
-
Robert Knight authored
correcting CC0 terminology
-
Robert Knight authored
When serving the package's contents via an npm CDN such as unpkg.com, it will be more convenient if the asset root URL provided by the service refers to the root of the package rather than the root of the `build/` dir.
-
- 15 Feb, 2017 1 commit
-
-
Sheetal Umesh Kumar authored
-
- 14 Feb, 2017 4 commits
-
-
Sean Hammond authored
Add additional preversion checks
-
Robert Knight authored
-
Robert Knight authored
Before bumping the package version and creating the tag, verify that: - Git is set up to create signed tags - GITHUB_TOKEN is set to an access token with permissions to push to the hypothesis/client repository
-
Robert Knight authored
-
- 13 Feb, 2017 6 commits
-
-
Sean Hammond authored
Fix quote anchoring in pages which add enumerable properties on Array.prototype
-
Sean Hammond authored
Update KaTeX to current version
-
Robert Knight authored
The current 'katex' npm package now contains the fonts, so we can use those instead of vendoring them into 'src/styles/vendor/fonts'. Copy the WOFF 2.0-format fonts in addition to WOFF 1.0 format fonts since modern browsers will prefer and try to fetch them first.
-
Robert Knight authored
The current version of the 'katex' package now contains the CSS, so we can consume it from the package instead of vendoring it into 'src/styles/vendor'.
-
Robert Knight authored
Update KaTeX from v0.1.1 to v0.7.1. This adds a long list of new features and fixes. See https://github.com/Khan/KaTeX/releases for details. It also enables us to remove the '\displayStyle' hack and use the documented 'displayMode' option. Fixes #165
-
Sean Hammond authored
Replace vendored KaTeX with package from npm
-
- 11 Feb, 2017 1 commit
-
-
Robert Knight authored
Wait for annotations to be fetched before displaying annotation counts in the frame.
-