lilia
fd470fe1fb
Rename component
...
// FREEBIE
9 years ago
lilia
4f46a164ba
Add voice notes
...
// FREEBIE
9 years ago
lilia
e5b54d9b6a
Bubble up InvalidStateErrors and log them
...
These may be indicative of a potentially fatal lack of disk space.
// FREEBIE
9 years ago
lilia
78b8fbc836
Update momentjs
...
// FREEBIE
9 years ago
lilia
6a3a724dc4
Add momentjs locales
...
// FREEBIE
9 years ago
lilia
ec6948bc32
Update twemoji to v2.0.5
...
// FREEBIE
9 years ago
Sam Lanning
7b1c06538d
Updated twemoji to v1.4.2
...
This allows us to define the "attributes" option, allowing for emoji titles.
// FREEBIE
9 years ago
lilia
d686eb4f68
Update momentjs
...
// FREEBIE
9 years ago
lilia
682a160b2c
Remove unused component
...
// FREEBIE
9 years ago
lilia
56ee950f1d
Update emojijs
...
// FREEBIE
9 years ago
lilia
4cc8e6d2ff
Remove bootstrap
...
Once upon a time, bootstrap was used to quickly style the registration
page, and then it wasn't. The end.
// FREEBIE
9 years ago
lilia
7c17c5fa54
Update chai
...
// FREEBIE
9 years ago
lilia
26df196aba
Update chai
...
Level up Chai! New ability unlocked: assert.isBelow(val, limit)
// FREEBIE
9 years ago
lilia
9d644d4037
Update libphonenumber
...
Fixes #531
// FREEBIE
9 years ago
Karel Bilek
557d33bf88
Fixing upper bounds on contact search ( fixes #545 )
9 years ago
lilia
29977beeaf
Remove cryptojs
...
This dependency is left over from libaxolotl's webcrypto polyfill.
// FREEBIE
10 years ago
lilia
abf402b8c5
Terminate cursor cleanly when using limit and index
...
Add db adapter support for clean cursor termination when passing
options.index and options.limit together. Previously this would cause a
crash because options.conditions was undefined.
// FREEBIE
10 years ago
lilia
c79a917bbe
Remove unused localStorage adapter
...
And remove various stray references to localStorage
// FREEBIE
10 years ago
adambar
07ac0ae9cc
239 Auto-expand message area when typing
10 years ago
lilia
849a407433
Add mock-socket for testing socket stuff
10 years ago
lilia
25224da12e
Fix unsafe eval warning on registration page
10 years ago
lilia
01092075ac
Add js-emoji as a component
10 years ago
lilia
99d599e008
Add twemoji as a component
10 years ago
lilia
37d20b986b
Add canvas.toBlob polyfill
10 years ago
lilia
68d68e9009
Add blueimp lib for html5's canvas-based image scaling
10 years ago
lilia
a7a44e9b99
Swap in unminified typeahead code
...
For your debugging and auditing convenience.
10 years ago
lilia
711e211e20
Remove bootstrap tagsinput
10 years ago
lilia
79cdadd816
Add backbone typeahead component
10 years ago
Emily Chao
e74cba8a92
Restyled country dropdown
...
Added jquery plugin that allows for flags and country codes to be
displayed in a user-friendly way, on top of the existing phone view
10 years ago
Matt Corallo
e7f3e52b6c
Remove NaCL!
10 years ago
lilia
14c53ff710
Support for lower-level queries on indexedDB
...
superfeedr has done a nice job with this backbone -> indexedDB adapter,
but their query interface is somewhat limited. This commit adds an
alternate interface that lets us specify the index and cursor bounds we
want. This interface requires deeper knowledge of indexedDB indices, but
is more powerful overall.
11 years ago
lilia
ced295a630
Move message and conversation storage to IndexedDB
...
Getting up and running with IndexedDB was pretty easy, thanks to
backbone. The tricky part was making reads and writes asynchronous.
In that process I did some refactoring on Whisper.Threads, which
has been renamed Conversations for consistency with the view names.
This change also adds the unlimitedStorage permission.
11 years ago
lilia
28290477f4
Nicer timestamps with momentjs
...
This dependency may be a little heavy for our current use case, but we can
roll with it for now and find something slimmer if it turns out yagni.
Closes #77
Closes #40
11 years ago
lilia
18378d8097
Fold nacl-common into components
11 years ago
lilia
0ff3d438be
Update libphonenumber
...
```
bower install
cd components/libphonenumber-api
./build.sh
grunt
```
Closes #54
11 years ago
lilia
f7d92ccb5b
Bowerize backbone.localstorage
11 years ago
lilia
51de1d46c8
Update ByteBuffer.js
...
Such update. Very versioned, wow.
11 years ago
lilia
6e86a2b7cf
Switch libphonenumber to bower
11 years ago
lilia
8e48d95cb4
Switch crypto js to bower via google code svn
...
Plus grunt task to build CryptoJS from these sources.
11 years ago
lilia
0cc0b8cc72
Switch tagsinput to bower
11 years ago
lilia
756fdd2383
Preen mocha and chai. todo: fix concat
11 years ago
lilia
508c59e05c
Rename bower_components
...
To components. Because tab-completion works better when there aren't two
things starting with bower, and shorter names are nicer to deal with in
general.
11 years ago