- 19 Dec, 2014 2 commits
-
-
Randall Leeds authored
Pulse annotation cards when updated
-
Randall Leeds authored
-
- 18 Dec, 2014 4 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.
-
Kristof Csillag authored
Update PDF plugin
-
csillag authored
... to 46274663 (typed-packaging branch)
-
- 17 Dec, 2014 5 commits
-
-
gergely-ujvari authored
Un-minify dependencies
-
Aron Carroll authored
-
Aron Carroll authored
-
Nick Stenning authored
-
Nick Stenning authored
-
- 15 Dec, 2014 23 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
-
Gergely Ujvari authored
- Bridge the for identity service - Handles login, logout, and exposes the current logged in user - permits function for authorizing actions
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
Privacy directive doesn't fill the permissions if the annotation has already have them and the replies permissions were not filled, only the reading permissions Before that the privacy directive detected that other way. Fix #1759
-
Nick Stenning authored
Add message about CC0 License to Editor (revision)
-
Nick Stenning authored
Switch to ws4py
-
csillag authored
... to b8c75146 (typed-packaging branch) Fixes the shortlink problem with the Document plugin for #1760. (Also brings in some dead code removal)
-
- 13 Dec, 2014 3 commits
-
-
gergely-ujvari authored
Move h.auth -> h.account on frontend
-
Randall Leeds authored
-
Randall Leeds authored
Since pyramid_sockjs seems pretty unmaintained, having fallen behind gevent-websocket quite a bit, and there don't seem to be any actively maintained pyramid websocket integration libraries, switch to using ws4py directly. This change drops support for non-native websockets. As a result, we have to do our own JSON decoding of the messages. We also switch to a `gevent.pywsgi` based worker of our own. This worker combines the gevent_pywsgi worker from Gunicorn with the gevent helpers from ws4py that cleanly shutdown sockets on server termination.
-
- 12 Dec, 2014 3 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Frontend realtime cleanup
-
Randall Leeds authored
-