- 18 Nov, 2014 2 commits
-
-
Gergely Ujvari authored
Fix #1645
-
Nick Stenning authored
Normalize for diacritics
-
- 17 Nov, 2014 1 commit
-
-
Randall Leeds authored
Realtime (behind a feature flag)
-
- 16 Nov, 2014 2 commits
-
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
- 15 Nov, 2014 1 commit
-
-
Randall Leeds authored
Use jquery.min.js downloaded from jQuery.com
-
- 14 Nov, 2014 19 commits
-
-
BigBlueHat authored
-
BigBlueHat authored
Because of the jquery.min.js change
-
Gergely Ujvari authored
- Using proper regexp from xregexp - Renamed unidecode to uniFold Thanks for @nickstenning
-
Gergely Ujvari authored
We have every analyzers setup for ES to do that more precisely.
-
Gergely Ujvari authored
Old default was term query. Removed es options from client-side field definitions. Cleanup old code
-
Gergely Ujvari authored
We judge whether to normalize or not by the variable type
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Nick Stenning authored
Vagrantfile correctly starts and sets runlevels for elasticsearch.
-
Randall Leeds authored
Firefox addon + build process
-
BigBlueHat authored
-
BigBlueHat authored
-
BigBlueHat authored
-
BigBlueHat authored
-
BigBlueHat authored
-
BigBlueHat authored
Firefox does not like loading fonts out of resource:// URLs. This gets around that.
-
BigBlueHat authored
-
- 13 Nov, 2014 6 commits
-
-
gergely-ujvari authored
Remove unused functional tests
-
Nick Stenning authored
Handle login validation in colander
-
Randall Leeds authored
Close #1679
-
Randall Leeds authored
Show highlights by default in the Chrome Extension
-
Randall Leeds authored
Only login if not already authenticated
-
Randall Leeds authored
The $error key for the form will have an Array of the errors of its fields for that key. That means that a bad password response causes the entire login form to have a truthy $error.response value. That's not wrong, and we could be using it to show all the errors in a block at the top of the form, but it's not how we want to use it for this case.
-
- 12 Nov, 2014 9 commits
-
-
Aron Carroll authored
This allows the page to notify the chrome extension via an "intent" meta tag that the sidebar should launch in first run mode.
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
This allows the Chrome extension to be configured with hypothesisConfig. Also moved this file and the destroy.js file into an extension subdirectory to avoid confusion with the main app files.
-
Gergely Ujvari authored
An opening and a closing bracket was lost during the constant redesign. Fix #1675
-
Nick Stenning authored
-
Nick Stenning authored
Update annotation card timestamps regulary
-
Gergely Ujvari authored
Since we use the fuzzyString for the timestamps and momentjs for the tooltip the date filter was actually never used.
-
Gergely Ujvari authored
Code from @nickstenning, introduce the breakpoints array and search in it for the needed fuzzystring and when to update next instead of a complex else-if tree. timeHelpers service has two functions: - toFuzzyString: returns the fuzzy time string - nextFuzzyUpdate: returns the next time to update (in sec)
-