- 15 Jan, 2015 9 commits
-
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
- 13 Jan, 2015 2 commits
-
-
Gergely Ujvari authored
Previous implementation was flawed that if multiple any terms were given, every term had to be true inside one field. If couldn't handle the case when the terms can be found in different fields. Now any terms are evaluated separately and not bound together. Fix #1844
-
Gergely Ujvari authored
To set up stream filter for realtime updates Fix #1842
-
- 09 Jan, 2015 3 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
This reverts commit 3902a0ba78874861e54c3c51a6b14aca4f75019a.
-
- 08 Jan, 2015 5 commits
-
-
Randall Leeds authored
Fix jumping search icon when loading extension on stream
-
Randall Leeds authored
Remove minimum character limit on tags
-
Aron Carroll authored
Fixes #1484
-
Aron Carroll authored
We were seeing the styles being over-ridden if icomoon.css was injected after simple-search.scss. Fixes #1764
-
Aron Carroll authored
This was used before we added the h-icons namespace to our icon font.
-
- 07 Jan, 2015 2 commits
-
-
Randall Leeds authored
Rework Back End Authentication and Authorization
-
Randall Leeds authored
This fixes a situation where the search bar would not be able to clear when the last search performed was empty.
-
- 23 Dec, 2014 4 commits
-
-
Aron Carroll authored
Remove negative margin on thread reply counts.
-
Aron Carroll authored
Section, header and footer should be distinct, instead we just use the cascade in the stylesheet to override the margins.
-
Randall Leeds authored
Instead of using a negative margin to pull the reply count up in line with the annotation actions, drop the clearfix on the annotation itself so that the actions don't take up vertical layout space. Restore the assurance that the actions and reply count don't get too close to the card edge by putting the clearfix on the thread instead. Also, ensure consistent use of the annotation-section class to get regular padding rhythm on the annotation sections. Fix #1808
-
Randall Leeds authored
Improve Elasticsearch initialization
-
- 22 Dec, 2014 6 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Remove selection overrides
-
Randall Leeds authored
Email notification revisions
-
Aron Carroll authored
-
Aron Carroll authored
Having the browser text selection behaviour change when it moves over a highlight is extremely confusing. This change removes that behaviour, the highlight mixin and brings the PDFjs override file inline with common.css
-
Aron Carroll authored
Use opaque focus highlights and tweak the rules.
-
- 19 Dec, 2014 9 commits
-
-
Randall Leeds authored
Check cross site request token for WebSocket
-
Randall Leeds authored
It may or may not be possible to change, but the way the current highlighter slices the DOM when highlights overlap doesn't always produce a structure where segments of larger highlights nest outside segments of highlights that are entirely within their bounds. For instance, structures like this may result: Spans boundaries: [ ][[ ]][ ] Associated annotation: A ABA ABA A In this example, the range of A completely spans the range of B yet the inner-most A span is completely wrapped by the B span, with no A span wrapping them both. If A is the highlight with focus, it is not the case that a CSS rule can simply neutralize the background color of B. Therefore, the background color of the inner A span blends with the background color of B, making the focus highlight less prominent than it should be. In this situation, the focus highlight can be guaranteed to be shown in a clearly visible color by making it opaque. There may be colors on which this is too low contrast, but until we can investigate other options this PR makes the focus highlight color opaque to address this issue. Additionally, factor out a highlight mixin that makes it all a bit more readable and consistent. Fix #1766 Fix #1816
-
Randall Leeds authored
-
Aron Carroll authored
Chrome extension: update packaged PDF.js code to v1.0.907
-
Aron Carroll authored
Change highlight CSS for PDF.js
-
Randall Leeds authored
Put notifications behind a feature flag
-
Randall Leeds authored
Make the auth and settings sections of the app template into blocks so that they can easily be overridden in inheriting templates. That makes it possible to split the account and notifications settings into their own templates without worrying about whether they are applicable for downstream partners, who can now override the whole block rather than the account template, for instance.
-
Gergely Ujvari authored
-