- 05 Nov, 2014 1 commit
-
-
gergely-ujvari authored
Style the deleted annotation message
-
- 04 Nov, 2014 5 commits
-
-
Aron Carroll authored
-
csillag authored
Kill console log messages.
-
Gergely Ujvari authored
This was only used by the old (non-unified) stream template.
-
Gergely Ujvari authored
When switching tabs on our /login route, the scope.on 'destroy' is fired in the AuthController which emits an auth event with undefined data value. Our AuthAppController was trying to check the data.userid for this undefined value. We only need to do that when data is undefined. Fixes #1627
-
Aron Carroll authored
Simplify highlight visibility toggling.
-
- 30 Oct, 2014 6 commits
-
-
Jake Hartnell authored
Sort orphan placeholders to bottom of stream
-
Aron Carroll authored
-
Randall Leeds authored
-
Nick Stenning authored
setVisibleHighlights was previously two methods disguised as one, behind the "notify" parameter. This commit moves all the code related to actually changing local state into the onSetVisibleHighlights handler, making the setVisibleHighlights function responsible solely for firing the event.
-
Nick Stenning authored
This makes it possible to call instance methods on the current plugin from event handlers, without the additional indirection through window.annotator.
-
Nick Stenning authored
-
- 29 Oct, 2014 2 commits
-
-
ujvari authored
Fix #1618
-
csillag authored
As discussed in https://github.com/hypothesis/annotator/pull/78. Fixes https://github.com/hypothesis/h/issues/1598.
-
- 28 Oct, 2014 6 commits
-
-
Randall Leeds authored
stats: Use statsd client for collecting auth metrics
-
gergely-ujvari authored
Check to see if an annotation has multiple titles
-
Aron Carroll authored
Fixes the issue where a document title appears in square brackets.
-
csillag authored
-
csillag authored
-
Aron Carroll authored
-
- 27 Oct, 2014 17 commits
-
-
Dan Whaley authored
Use the icon font for the adder
-
Aron Carroll authored
-
Randall Leeds authored
Move to using a Chrome browser action
-
Nick Stenning authored
Update the last login date for users
-
Randall Leeds authored
Post install onboarding page
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
If the firstRun option is provided to the hypothesisConfig.
-
Aron Carroll authored
This saves the implementor redefining the defaults if they only want to override one or two options.
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Randall Leeds authored
Get rid of the inAdderClick logic
-
- 25 Oct, 2014 3 commits
-
-
csillag authored
Instead of setting/resetting the inAdderClick flag, we can just override mouseUp on the adder click, and stop propagating.
-
Nick Stenning authored
Update Annotator PDF plugin to support latest PDF.js in FF34
-
Nick Stenning authored
Remove console.log statements from within the app
-