- 10 Nov, 2014 7 commits
-
-
Gergely Ujvari authored
Many were broken because of the refactoring
-
Gergely Ujvari authored
The h.auth.local.ProfileController class (which handles account editing) has now a profile GET call which sends back all subscriptions for an uri (now a username)
-
Gergely Ujvari authored
This tab will list the user's notifications. A new tab is better (even if now it is a one element list) because works differently then the rest of the account data.
-
Nick Stenning authored
Refactor API code to use annotator-store flaskless
-
Kristof Csillag authored
Fix adder event handler in Annotator.Guest
-
Aron Carroll authored
-
Aron Carroll authored
This fixes an issue where an exception is raised when the onAdderMouseup handler tries to call preventDefault on a non-existant event object.
-
- 07 Nov, 2014 1 commit
-
-
Randall Leeds authored
Fix #1648
-
- 06 Nov, 2014 1 commit
-
-
Nick Stenning authored
Update server side templates to use Jinja
-
- 05 Nov, 2014 4 commits
-
-
Aron Carroll authored
-
Aron Carroll authored
Update selectedAnnotations at annotationUpdate event.
-
Gergely Ujvari authored
If we got annotations selected in the sidebar and delete one, the filter doesn't get updated. Alas, if we delete the last selected annotation then the sidebar will show zero annotations but the filter will still say: "Showing x annotations..." This fix gives a new listener to the annotationDeleted event and properly updates the selected annotation dict and count if needed. Fix #1591
-
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 8 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
-