- 22 Dec, 2014 3 commits
-
-
Randall Leeds authored
Email notification revisions
-
Aron Carroll authored
-
Aron Carroll authored
Use opaque focus highlights and tweak the rules.
-
- 19 Dec, 2014 11 commits
-
-
Randall Leeds authored
Check cross site request token for WebSocket
-
Randall Leeds authored
It may or may not be possible to change, but the way the current highlighter slices the DOM when highlights overlap doesn't always produce a structure where segments of larger highlights nest outside segments of highlights that are entirely within their bounds. For instance, structures like this may result: Spans boundaries: [ ][[ ]][ ] Associated annotation: A ABA ABA A In this example, the range of A completely spans the range of B yet the inner-most A span is completely wrapped by the B span, with no A span wrapping them both. If A is the highlight with focus, it is not the case that a CSS rule can simply neutralize the background color of B. Therefore, the background color of the inner A span blends with the background color of B, making the focus highlight less prominent than it should be. In this situation, the focus highlight can be guaranteed to be shown in a clearly visible color by making it opaque. There may be colors on which this is too low contrast, but until we can investigate other options this PR makes the focus highlight color opaque to address this issue. Additionally, factor out a highlight mixin that makes it all a bit more readable and consistent. Fix #1766 Fix #1816
-
Randall Leeds authored
-
Aron Carroll authored
Chrome extension: update packaged PDF.js code to v1.0.907
-
Aron Carroll authored
Change highlight CSS for PDF.js
-
Randall Leeds authored
Put notifications behind a feature flag
-
Randall Leeds authored
Make the auth and settings sections of the app template into blocks so that they can easily be overridden in inheriting templates. That makes it possible to split the account and notifications settings into their own templates without worrying about whether they are applicable for downstream partners, who can now override the whole block rather than the account template, for instance.
-
Gergely Ujvari authored
-
Randall Leeds authored
Pulse annotation cards when updated
-
Randall Leeds authored
-
- 18 Dec, 2014 6 commits
-
-
Nick Stenning authored
Clean up the extension build script
-
Nick Stenning authored
In order to help the user notice updates arriving over the websocket, this commit causes cards to pulse when they're updated. If an annotation is part of a collapsed thread, then the pulse will occur on the first visible parent thread. Cards owned by the logged-in user will not pulse. This is primarily an easy way of ensuring that cards don't pulse in the same view as they are being edited (although it doesn't ensure this in all cases), but it also makes sense more generally: users don't need to be notified of changes they have made.
-
Aron Carroll authored
Fixes #1790.
-
Aron Carroll authored
This allows them to be included as a dependency without side effects.
-
Kristof Csillag authored
Update PDF plugin
-
csillag authored
... to 46274663 (typed-packaging branch)
-
- 17 Dec, 2014 6 commits
-
-
gergely-ujvari authored
Un-minify dependencies
-
Aron Carroll authored
-
Aron Carroll authored
-
Gergely Ujvari authored
And only show the notifications panel for account settings when it is turned on Fix #1762
-
Nick Stenning authored
-
Nick Stenning authored
-
- 15 Dec, 2014 14 commits
-
-
Aron Carroll authored
Default to public visibility on annotations.
-
Randall Leeds authored
Fix #1799
-
Randall Leeds authored
development.ini: Add a development-mode session secret
-
Nick Stenning authored
Clean up Streamer.onmessage
-
Aron Carroll authored
- Fix "single player mode" filtering of highlights. It was assuming that $scope.persona was an object rather than a string. - Remove multiple checks to ensure that payload is an array, the backend only sends arrays[1][2]. - Convert python style method docstrings to coffeescript comments. [1]: https://github.com/hypothesis/h/blob/master/h/streamer.py#L562 [2]: https://github.com/hypothesis/h/blob/master/h/streamer.py#L488
-
Aron Carroll authored
-
Nick Stenning authored
Simplified auth plugin
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-