- 23 Mar, 2015 15 commits
-
-
csillag authored
-
Randall Leeds authored
Add an atom feed for /stream
-
Randall Leeds authored
Refresh welcome page
-
Randall Leeds authored
AppController listens to 'beforeAnnotationCreated'
-
Randall Leeds authored
-
Gergely Ujvari authored
By doing that it catches newly created annotations and clear the current selection/search result for the newly created card to be visible. Fix #1979
-
Gergely Ujvari authored
-
Kristof Csillag authored
Sync annotation state after anchoring
-
Gergely Ujvari authored
It was never called when the anchoring was finished. This code adds the missing sync. It is required for show diff to work. Fix #2041
-
gergely-ujvari authored
Separate the Host service
-
csillag authored
.. from AnnotionUISync. Earlier, the show/hide frame functionality was implemented as a background functionality of the AnnotationUISync service, and it was not directly available for the sidebar code. This commit separated that functionality into a new service, and exposes it over a public API. The test have been updated accordingly, too.
-
gergely-ujvari authored
Do angular magic differently
-
csillag authored
This commit changes how we trigger the refreshing of the markdown previews in the editor. It has to do with how angular apply / digest cycles interwene and crash in some cases. The change was suggested by @RawKStar77 here: https://github.com/hypothesis/h/pull/2038#discussion_r26867418
-
Randall Leeds authored
Explicitly disallow implicit relative imports
-
Randall Leeds authored
Add tooltips on adder buttons.
-
- 20 Mar, 2015 5 commits
-
-
Jake Hartnell authored
Change text of the toolbar button to "New Note."
-
Jake Hartnell authored
-
Jake Hartnell authored
-
Jake Hartnell authored
Use Lato as font for welcome page to make it visually consistant with our website.
-
Randall Leeds authored
Require PyJWT>=1.0.0,<2.0.0
-
- 19 Mar, 2015 5 commits
-
-
Nick Stenning authored
Replace flash service with angular-toastr
-
Randall Leeds authored
Add IE autodetect for dom-text-mapper Annotator plugin
-
csillag authored
-
Randall Leeds authored
-
Nick Stenning authored
JWT Bearer Tokens
-
- 17 Mar, 2015 15 commits
-
-
Randall Leeds authored
Fix #2051
-
Randall Leeds authored
Autocomplete feature for tags
-
Gergely Ujvari authored
Introduce tagsService which will handle the necessary filtering of tags and saving them into the local storage in an appropriate format.
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Sean Hammond authored
s/Heroku/Docker/
-
Randall Leeds authored
Refresh UX
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
After performing a search, there's already a clear search link in the view. Without a border around the search bar, the clear icon looks a little lonely and strange all the way over on the right. I offer that users have plenty of ways to clear text boxes and we needn't give them this one.
-
Randall Leeds authored
-
Randall Leeds authored
-