1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-26 10:36:19 +02:00
Commit Graph

952 Commits

Author SHA1 Message Date
Kyle Spearrin
17edd87ed9 version bump 2017-11-20 11:34:42 -05:00
Kyle Spearrin
cf9947e47b attachments length check 2017-11-20 11:28:06 -05:00
Kyle Spearrin
89b300f268 $$ngIsClass fix for ESR 2017-11-20 11:19:43 -05:00
Kyle Spearrin
4ceac37849 resolve shadow warning 2017-11-20 09:06:36 -05:00
Kyle Spearrin
984bd27422 initListSectionItemListeners on lock page 2017-11-20 09:01:48 -05:00
Kyle Spearrin
173ee67466 version bump 2017-11-18 13:47:31 -05:00
Kyle Spearrin
86ffd45373
New Crowdin translations (#385)
* New translations messages.json (Chinese Simplified)

* New translations copy.resx (Polish)

* New translations messages.json (Portuguese)

* New translations messages.json (Romanian)

* New translations messages.json (Russian)

* New translations messages.json (Spanish)

* New translations copy.resx (Japanese)

* New translations messages.json (Swedish)

* New translations messages.json (Turkish)

* New translations messages.json (Ukrainian)

* New translations messages.json (Vietnamese)

* New translations messages.json (Polish)

* New translations messages.json (Japanese)

* New translations messages.json (Croatian)

* New translations messages.json (Czech)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Indonesian)

* New translations copy.resx (Vietnamese)
2017-11-18 13:46:39 -05:00
Kyle Spearrin
be22ff8c64 update distFileName logic 2017-11-18 13:29:42 -05:00
Kyle Spearrin
5b4b3f5304 build number for dist files 2017-11-17 22:04:34 -05:00
Kyle Spearrin
1c9ae15409 npm run test:watch for watching 2017-11-17 21:42:25 -05:00
Oscar Hinton
4531846ff8 Add support for running unit tests (#381)
* Add test runner.

* Fix tests. Add tests for UtilsService.getDomain

* Test getHostname.

* Add two missing test cases and fix getDomain.
2017-11-17 16:33:58 -05:00
Kyle Spearrin
f9b00c6871 edge hates for of loops :( 2017-11-16 12:49:23 -05:00
Kyle Spearrin
cc5c7fb879 initListSectionItemListeners for settings features 2017-11-16 12:42:06 -05:00
Kyle Spearrin
f73e1f4399 update readme for build folder 2017-11-16 11:25:43 -05:00
Kyle Spearrin
4d3a471049 rename: dist => build, releases => dist 2017-11-16 11:23:53 -05:00
Kyle Spearrin
cd4c2d6d10 handle api error cases better 2017-11-16 11:12:41 -05:00
Kyle Spearrin
a166dc65b1 handle server errors for attachment save 2017-11-15 22:36:20 -05:00
Kyle Spearrin
d9f6607073 npm dist command 2017-11-15 21:46:02 -05:00
Kyle Spearrin
888a85e0bc gulp tweaks 2017-11-15 21:39:48 -05:00
Kyle Spearrin
96bb409ee7 version bump 2017-11-15 21:09:07 -05:00
Kyle Spearrin
7e383c68f6 only need to trim ! 2017-11-15 17:32:10 -05:00
Kyle Spearrin
1cdf7924fc trim /! from start of pages 2017-11-15 17:25:03 -05:00
Kyle Spearrin
77d2218ff9 promise fix for getLastSync 2017-11-15 17:03:16 -05:00
Kyle Spearrin
ac9509b607 delete from dev manifest for release 2017-11-15 16:40:24 -05:00
Kyle Spearrin
5fa5fbc496 edge hates for of loops 2017-11-15 16:07:38 -05:00
Kyle Spearrin
85447bb2ab clean out unused font fonts 2017-11-15 15:03:16 -05:00
Kyle Spearrin
6ab5a07c20 float left 2017-11-15 14:30:46 -05:00
Kyle Spearrin
b4ab1b74e8 popout style fix 2017-11-15 14:28:41 -05:00
Kyle Spearrin
3b6e9d7b0b int events again each time page changes 2017-11-15 14:27:30 -05:00
Kyle Spearrin
2f7b6790db fixes for edge 2017-11-15 14:27:30 -05:00
Oscar Hinton
c6c8042ecf [Typecript] Convert current (#372)
* Convert current controller to component.

* Remove unessesary $ctrl.loaded checks.

* Fix bindings for callbacks.

* Re-format html.

* Add UtilService interface to current component.

* Set sucessfully to boolean, change setTimeout to $timeout.
2017-11-14 13:44:34 -05:00
Kyle Spearrin
0c8dc0c3ec check for errors and remove scope dependency 2017-11-14 11:38:21 -05:00
Kyle Spearrin
00b8a3e7be convert export to ts component 2017-11-14 11:29:00 -05:00
Kyle Spearrin
b9139eec33 refactored out main. props to each ctrl. 2017-11-14 10:10:13 -05:00
Kyle Spearrin
947e51f3b5 pop out component 2017-11-14 10:04:23 -05:00
Kyle Spearrin
f084da6202 no devicePushToken for browser 2017-11-14 09:48:21 -05:00
Kyle Spearrin
ef0f4632ca remove unused currentYear 2017-11-13 16:40:18 -05:00
Kyle Spearrin
4664c783f2 add missing types to models 2017-11-13 16:21:45 -05:00
Kyle Spearrin
bed28aebaa interface cryptoservice 2017-11-13 16:12:23 -05:00
Kyle Spearrin
11f392b036 interfaced utilsservice for popup and dependencies 2017-11-13 15:37:38 -05:00
Kyle Spearrin
907247b3a7 allow csv field names as well 2017-11-13 14:09:45 -05:00
Kyle Spearrin
745b17fe95 support regex in custom field names 2017-11-13 13:07:59 -05:00
Kyle Spearrin
202d008cb0 only autofill viewable fields for card/identities 2017-11-11 22:25:16 -05:00
Kyle Spearrin
c6274dd1dc hasOwnProperty continue 2017-11-11 08:10:58 -05:00
Kyle Spearrin
79c2fdac48
Update README.md 2017-11-10 23:56:22 -05:00
Kyle Spearrin
b13bb49164 update autofiller to es6 syntax 2017-11-10 23:52:29 -05:00
Kyle Spearrin
12851a6e80 autofill improvements for cards and identities 2017-11-10 23:47:42 -05:00
Kyle Spearrin
8b0019ea94 fix password detection when changing 2017-11-10 22:05:10 -05:00
Kyle Spearrin
d63ae79704 no wrapping div for totp 2017-11-10 22:04:55 -05:00
Kyle Spearrin
105d21e75a formatting 2017-11-10 21:30:53 -05:00