- 21 Feb, 2017 2 commits
-
-
Robert Knight 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 2 commits
-
-
Robert Knight authored
Wait for annotations to be fetched before displaying annotation counts in the frame.
-
Robert Knight authored
Update dom-anchor-text-quote to incorporate tilgovi/dom-anchor-text-quote#11 which fixes quote anchoring on pages which include JS that adds enumerable properties to `Array.prototype`. Fixes hypothesis/product-backlog#143
-
- 10 Feb, 2017 6 commits
-
-
Sheetal Umesh Kumar authored
Display 0 if there are no public annotations. Fixes https://github.com/hypothesis/client/issues/211
-
Robert Knight authored
s/but/bug s/karma-converage/karma-coverage
-
Robert Knight authored
Remove our vendored copy of KaTeX and use the package from npm. This will make it easier to update KaTeX in future. The version being used here is exactly the same (0.1.1) as the version we previously had checked into src/sidebar/vendor.
-
Sean Hammond authored
-
Robert Knight authored
Add a "main" entry to package.json so that the boot script is treated as the main URL for the package when loading it via services like unpkg.com. We are already using the "browser" field to specify how to resolve modules for Browserify, so it cannot be set to the entry point directly, although hacks [1] are possible. [1] https://gist.github.com/defunctzombie/4339901#gistcomment-1582456
-
Sean Hammond authored
-
- 09 Feb, 2017 6 commits
-
-
Nate Angell authored
correcting CC0 terminology
-
Nate Angell authored
CC0 is not a license. Licenses are applied to copyrighted works to permit certain kinds of use. CC0 is used to waive copyright and dedicate a work immediately into the public domain. Read CC0 [FAQs](https://wiki.creativecommons.org/wiki/CC0_FAQ0 or [summary](https://creativecommons.org/share-your-work/public-domain/cc0/).
-
Sean Hammond authored
Add OAuth refresh support
-
Sean Hammond authored
-
Sean Hammond authored
Just separating concerns, and also future code is going to reuse this function as well, reducing duplication.
-
Sean Hammond authored
Just separating concerns, and also future code is going to reuse this function as well, reducing duplication.
-