- 13 Dec, 2014 1 commit
-
-
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 8 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Frontend realtime cleanup
-
Randall Leeds authored
-
Nick Stenning authored
Replaces direct use of the websocket with use of the streamer service introduced in the previous commit.
-
Nick Stenning authored
-
Nick Stenning authored
This commit adds a streamer service that abstracts interaction with the streamer websocket.
-
Nick Stenning authored
It's not clear to me why we were using this rather complicated method of generating a UUID. Suffice to say that simply calling uuid.v4() has much the same effect.
-
Nick Stenning authored
This isn't used anywhere else, so simplify the interface of Socket by inlining a call to get the client ID.
-
- 11 Dec, 2014 3 commits
- 10 Dec, 2014 1 commit
-
-
Gerben authored
Raise a error if the ICU ElasticSearch plugin is not installed
-
- 09 Dec, 2014 6 commits
-
-
Randall Leeds authored
Remove an unused event
-
Randall Leeds authored
The original commit that introduced this (by @csillag) does not at all describe why it was added. Nothing in this project listens for it.
-
Randall Leeds authored
O_O
-
Randall Leeds authored
Postpone the scanning
-
csillag authored
... to the point when the panel is already ready. Hopefully, this makes the sidebar connect and appear sooner. We can't delay in any further, because setting the visible highlights (which happens in the next line) will trigger a bucket bar (a.k.a. heatmap) refresh, and the heatmap uses information produced by the scanning.
-
Randall Leeds authored
Update PDF plugin
-
- 08 Dec, 2014 1 commit
-
-
csillag authored
... to 18d8f72a (typed-packaging branch), which brings support for the PDF.js version shiping with FF35.
-
- 05 Dec, 2014 7 commits
-
-
Randall Leeds authored
Move thread ng-show conditionals onto parent elements
-
Randall Leeds authored
Fix double loading on install
-
Aron Carroll authored
Rather than the thread-reply and thread-load-more elements having one set of conditions on the parent and one on the child we now ensure that the entire element is always shown/hidden.
-
Aron Carroll authored
Remove dynamic bucket from BucketBar
-
Randall Leeds authored
-
Aron Carroll authored
Rename Heatmap -> BucketBar.
-
Randall Leeds authored
Ref #1236
-
- 04 Dec, 2014 3 commits
-
-
Aron Carroll authored
Don't use target="_blank" for feedback email.
-
Nick Stenning authored
-
Randall Leeds authored
Consolidate code paths around deciding about PDF.js
-
- 03 Dec, 2014 10 commits
-
-
csillag authored
-
Randall Leeds authored
Rename rpc methods to be more consistent
-
csillag authored
Annotator's PDF.js plugin replaces the document plugin for PDF.js, so when we are using the PDF plugin, we don't want to load the document plugin. For this, we are removing it from the options, in presence of PDF. This commit changes how we test for PDF. Earlier, we were simply testing for the presence of the global PDF.js object, but it's better to actually use the test already implemented inside the PDF plugin. This has two benefits: * If the PDF plugin is not present, we won't mistakenly remove the document plugin. * If the PDF plugin decides that it can't deploy, for whatever reason, we won't mistakenly remove the document plugin.
-
Gergely Ujvari authored
Between guests <-> sidebar - `showViewer()` to `showAnnotations()` - `updateViewer()` to `updateAnnotations()` - `toggleViewerSelection()` to `toggleAnnotationSelection()` All these renames were to enforce encapsulation and these calls are more like APIs. To guest side really do not have to know anything what the sidebar has or does.
-
gergely-ujvari authored
Renamed a few methods to be more consistent
-
csillag authored
(As previously discussed with @tilgovi) Sidebar -> Document RPC methods: * Renamed `scrollTo()` to `scrollToAnnotation()` (to be consistent with `focusAnnotations()` Guest methods: * Renamed `showViewer()` to `showAnnotations()` (to be consistend with `focusAnnotations()`) * Renamed `updateViewer()` to `updateAnnotations()` (same reason) * Renamed `toggleVIewerSelection()` to `toggleAnnotationSelection()` (same reason)
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
This reverts commit eb3c486991d921a1f2342a289cb9755d9d76459e. I don't think this fixed anything because the permissions plugin should still have been setting the permissions to empty.
-