- 28 Oct, 2014 2 commits
-
-
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 8 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
-
Aron Carroll authored
Log statements do not belong in production code.
-
Kristof Csillag authored
Don't swallow exceptions when scanning the document
-
Nick Stenning authored
According to @csillag, there are no good (i.e. non-exceptional) reasons why `this._scan()` should throw an error. As such, should not be catching and swallowing the error, as this will make it much less likely that we receive bug reports about brokenness in dom-text-mapper. Inspired by conversation in #1596.
-
Nick Stenning authored
Add link to terms of service on create account form.
-
csillag authored
This update brings support for PDF.js v1.0.712, and thus FF32. Closes #1592.
-
- 24 Oct, 2014 5 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
[WIP] add support for packaging with PDF.js extension - try 4
-
csillag authored
-
csillag authored
-
csillag authored
* Don't load the Document plugin for PDF files; Annotator's PDF plugin provides the fuctionality (uri+metadata extraction) in these cases. Use async metadata extraction for PDF * Updated PDF plugin to fcdf1eac (pdf-update branch)
-
- 23 Oct, 2014 4 commits
-
-
Randall Leeds authored
Close #1586
-
Aron Carroll authored
-
Randall Leeds authored
Only add the public principal to the annotation
-
Aron Carroll authored
We now wait until the annotation has been created and apply the principal to the read array rather than overwriting the entire object.
-
- 22 Oct, 2014 4 commits
-
-
Randall Leeds authored
Make replies public by default
-
Aron Carroll authored
This fixes the annoying issue with replies defaulting to private all the time.
-
Randall Leeds authored
Is bad. And IE doesn't like "initial".
-
Aron Carroll authored
Now allows permissions rules to be provided in the beforeAnnotationCreated hook.
-