Commit Graph

141 Commits

Author SHA1 Message Date
Gregory Pike
d08649f426 Repositioned ads to make them less intrusive 2014-05-22 20:15:16 -04:00
Gregory Pike
3b2bc3a0de Added ads to the demo
Sorry guys, I need to earn a living
2014-05-22 20:04:10 -04:00
Gregory Pike
15d1fb454d Updated version 2014-05-21 02:40:47 -04:00
Gregory Pike
4389885e15 Updated dependencies 2014-05-21 01:02:42 -04:00
Gregory Pike
8cfff25b19 Uglify and update the version number 2014-05-13 00:42:20 -04:00
Gregory Pike
b398f3bad1 Merge pull request #96 from georgebonnr/master
Fix for issue #81
2014-05-13 00:33:39 -04:00
George Bonner
1c5cabf7ac Squashed commit of the following:
commit 8beff969457285fb85d10ca96205a3dc7a3d729f
Author: George Bonner <georgebonnr@gmail.com>
Date:   Mon May 12 16:31:42 2014 -0700

    typo fix

commit 8ba0a658b5e1831dfd3b8299327a2be50ecec0f2
Author: George Bonner <georgebonnr@gmail.com>
Date:   Mon May 12 16:19:35 2014 -0700

    Fix

commit 5d9c6c5afd4b9a56a03522e644c01d41c2a344eb
Author: George Bonner <georgebonnr@gmail.com>
Date:   Mon May 12 15:58:48 2014 -0700

    fix unhandled errors in chrome

    $window[storageType] would throw unhandled error in Chrome some cases as browserSupportsLocalStorage() had not yet been called.
2014-05-12 16:33:47 -07:00
Gregory Pike
2cdbb7e5ff Merge pull request #92 from jburwell/master
Expand Unit Tests and add deriveKey
2014-05-08 03:07:44 -04:00
Gregory Pike
50754b0fea Do not flush data on page load 2014-05-08 02:39:55 -04:00
John Burwell
3948d7ddfc - Checks the key list in every applicable scenario
- Clears local storage between test runs
2014-05-06 19:07:00 -04:00
John Burwell
45287e883e - Adds Vim swap files to .gitignore 2014-05-06 18:59:29 -04:00
John Burwell
9129451a27 - Adds the deriveQualifiedKey and deriveKey methods to ca;culate the key
with the prefix -- supporting deterministic internal operation and
loosely coupled white box testing
- Adds tests for remove, deriveKey, and key replacement
- Splits the add tests into 3 scenerios -- add JSON, add string, and add
  integer
- Remove the test stubs for get, set, and clearAll to properly test the
  underlying methods
2014-05-06 18:55:57 -04:00
Gregory Pike
7c1515a253 Setup for continuous integration 2014-05-01 00:48:18 -04:00
Gregory Pike
2f7860a99c Fixed browser local storage support bug
Also repaired Grunt setup
2014-05-01 00:29:10 -04:00
Gregory Pike
19532a006f Merge pull request #91 from eydreeyawn/patch-1
demo.html example update
2014-04-30 20:27:13 -04:00
Adrian Enriquez
a0fbfadb20 demo.html example update
Added example of localStorageService.remove('key'); and localStorageService.removeAll();
2014-04-30 10:38:40 +08:00
Gregory Pike
2fef8ebb6d Merge pull request #89 from Hypercubed/feature/bind
localStorageService.bind supports default set of keys
2014-04-28 23:22:23 -04:00
J. Harshbarger
37dcad1da5 localStorageService.bind supports default set of keys 2014-04-25 10:49:24 +09:00
Gregory Pike
be890da18e Merge pull request #85 from Hypercubed/patch/use-set
Changed readme and demo references to set rather than add
2014-04-20 19:07:45 -04:00
Gregory Pike
47dea28731 Merge pull request #86 from Hypercubed/feature/bind
Added localStorageService.bind
2014-04-20 19:04:11 -04:00
J. Harshbarger
bdbc6e77b3 jshint and uglify 2014-04-17 14:24:13 +09:00
J. Harshbarger
be61202e24 Added localStorageService.bind 2014-04-17 14:10:08 +09:00
J. Harshbarger
43d4fd5dd4 Changed readme and demo references to set rather than add 2014-04-17 13:43:29 +09:00
Gregory Pike
8155c3a198 Minified 2014-02-19 23:44:07 -05:00
Gregory Pike
d699266785 Updated for tests and linting 2014-02-19 23:40:06 -05:00
Gregory Pike
d236005a44 Minify latest changes 2014-02-15 16:17:09 -05:00
Gregory Pike
7884dbd8ef Fix for error in iPhone 2014-02-15 16:16:13 -05:00
Gregory Pike
0a51629685 Fix for Bower 2014-02-14 10:55:50 -05:00
Gregory Pike
c8b1bd48b0 Add Karma for testing 2014-02-14 03:57:19 -05:00
Gregory Pike
6b9c94c100 Add Karma for testing 2014-02-14 03:02:04 -05:00
Gregory Pike
2f8826f273 Add Karma for testing 2014-02-14 02:58:55 -05:00
Gregory Pike
40fb720c9c Add Karma for testing 2014-02-14 02:53:13 -05:00
Gregory Pike
bb03f12bd9 Updated badge for Travis CI 2014-02-14 02:44:45 -05:00
Gregory Pike
8470ebddfe Start using Travis CI 2014-02-14 02:40:21 -05:00
Gregory Pike
92323fa832 Return storage type, code formatting, and uglification 2014-02-14 02:11:12 -05:00
Gregory Pike
082df22dcc Merge pull request #72 from AdamQuadmon/fixCookieNotDefined
Fix Cookie not Defined issues
2014-02-12 02:07:06 -05:00
Gregory Pike
851c514005 Merge pull request #71 from paulo-neves/master
add sessionStorage
2014-02-12 01:52:40 -05:00
Gregory Pike
72b1231295 Merge pull request #70 from AdamQuadmon/cookieDomain
Added setCookieDomain option
2014-02-12 01:47:34 -05:00
Luciano Amodio
62475e2033 Fix Cookie not Defined issues 2014-02-11 00:17:48 +04:00
paulo.neves
336e71d7af add sessionstorage to localStorage provider. 2014-02-10 10:32:10 -02:00
paulo.neves
4f71583bd1 add sessionstorage to localStorage provider. 2014-02-10 10:26:14 -02:00
Luciano Amodio
717f1d1204 Added setCookieDomain option
now is possible to set a custom domain for the cookie.
2014-02-06 13:24:54 +04:00
Gregory Pike
233ef1ad08 Merge pull request #68 from grevory/use-ng-wrappers
Use AngularJS wrappers
2014-01-30 09:40:57 -08:00
Romain Sertelon
6858ddc4df Injects $window and $document 2014-01-30 08:42:48 +01:00
Romain Sertelon
91e9e0bec9 Use AngularJS wrappers
Fixes #54 by using  and
2014-01-29 11:47:58 +01:00
Romain Sertelon
7f77f461bf Merge pull request #67 from calendee/configDocFix
Fixes missing closing bracket in config example.
2014-01-29 01:27:55 -08:00
Justin Noel
391c81d49d Fixed missing closing bracket in config example.
Signed-off-by: Justin Noel <github@calendee.com>
2014-01-26 11:24:59 -06:00
Gregory Pike
9993ed43e0 Updated demo and documentation 2013-12-26 23:14:15 -05:00
Gregory Pike
31c4863bf5 Updated documentation 2013-12-26 22:52:45 -05:00
Gregory Pike
d182939877 Updated documentation 2013-12-26 22:51:47 -05:00