Commit graph

519 commits

Author SHA1 Message Date
brantje
858195834d
Add settings page, non functional
Implement disable context menu

Implemement disable http warning

Implement vault key strength setting

Implement share settings

Implement version check setting
2016-12-28 21:34:59 +01:00
brantje
9e5462da4e
Don't search in password field
Signed-off-by: brantje <brantje@gmail.com>
2016-12-28 16:41:04 +01:00
brantje
43d26aafe0
Fix custom fields always beeing added as text fields 2016-12-28 16:20:45 +01:00
brantje
585cdbaff8
Require a minimum password strength for vaults 2016-12-28 16:09:01 +01:00
brantje
daeaa8f36c
This fixes the decryption error happening when auto login is enabled and user changes vault password. 2016-12-28 15:26:26 +01:00
brantje
e30236a92a
Fix for accentuation in useSanitizeValueStrategy 2016-12-28 13:21:15 +01:00
brantje
a7b5487465
Fix for destroying a credential 2016-12-28 01:48:52 +01:00
brantje
377ae7f7f8
Fix bookmarklet tabs 2016-12-23 13:12:52 +01:00
brantje
cdc506e2cb
Add $translate as dep 2016-12-21 14:51:01 +01:00
brantje
af672f61fd
Fix public share page 2016-12-21 14:41:11 +01:00
brantje
bc2e1d08ac
Change translation key 2016-12-21 14:18:25 +01:00
brantje
8193b6d9f1
Code style changes 2016-12-21 14:16:47 +01:00
brantje
b1aebc4a14
Add translations to javascript files 2016-12-21 14:06:29 +01:00
brantje
6df14d6cba
Merge branch 'master' into translations 2016-12-20 00:39:43 +01:00
brantje
3f2702ed8a
Add sanitize strategy for translations 2016-12-20 00:03:36 +01:00
brantje
0bd169cbf5
Ignore failed passwords 2016-12-19 23:58:24 +01:00
brantje
ceed0130c3
Add angular-translate 2016-12-19 23:51:37 +01:00
brantje
be14586db5
Apply translations to html templates 2016-12-19 23:51:15 +01:00
brantje
63e089f363
Remove some unused code 2016-12-19 18:43:15 +01:00
brantje
892965e869
Fix for NC12 $container->getDb() 2016-12-19 18:04:00 +01:00
brantje
a14e38c2e0
Share links are valid for one month 2016-12-19 14:57:34 +01:00
brantje
9f145e3131
Check if description is not empty 2016-12-19 14:42:51 +01:00
brantje
8fab6a8725
Custom field types
Custom fields can have files. Order custom fields.
It's now possible to reorganise the custom fields by drag and drop.
Signed-off-by: brantje <brantje@gmail.com>
2016-10-24 19:56:04 +02:00
brantje
c0de19650a
Add test for bookmarkletCtrl
Signed-off-by: brantje <brantje@gmail.com>

Add test templates for other controllers
2016-10-23 13:10:52 +02:00
brantje
9692776d05
Save sharing keys 2016-10-22 14:40:59 +02:00
brantje
085c128cfa
Use port numbers
Signed-off-by: brantje <brantje@gmail.com>
2016-10-21 13:12:45 +02:00
brantje
f1bab7dd68
Add license header to files 2016-10-19 17:45:50 +02:00
brantje
e83bcd3242
Make scrutinizer happy 2016-10-17 19:29:05 +02:00
brantje
0d0f5bc7a0
Start with a few credentialCtrl tests 2016-10-17 19:25:47 +02:00
brantje
e84da75f05
Add required files for karma 2016-10-17 18:43:33 +02:00
brantje
1a4c1346cc
Better searchbox behaviour.
Add a clear icon.
2016-10-16 18:08:59 +02:00
brantje
7be6f8c0a1
Small fix for navigating away 2016-10-14 15:49:08 +02:00
brantje
c324f46413
Clean up 2016-10-14 15:49:08 +02:00
brantje
d5a123abf4
Use global namespace for importers 2016-10-14 15:49:08 +02:00
brantje
47d594c023
Add a warning when a reencryptCredential is running 2016-10-14 15:49:08 +02:00
brantje
9b7931d5a0
Correct passpack description 2016-10-14 15:49:08 +02:00
brantje
f3703f6991
Add description field to import 2016-10-14 15:49:08 +02:00
brantje
32816aa32d
Show a message when a user changes the "shared" with list 2016-10-14 15:49:08 +02:00
brantje
5e1b457c14
Check if description is set before replacing newlines 2016-10-12 21:56:35 +02:00
brantje
696e585444
Remove unused function 2016-10-12 20:44:31 +02:00
brantje
61d27ac1b6
Remove unused code 2016-10-12 20:33:45 +02:00
brantje
1a74def8dc
Remove unused code 2016-10-12 20:16:37 +02:00
brantje
5fb3bb3d57
Rename description labels to notes.
In the code .description property is still used.
Upon save all html tags will be stripped.
2016-10-12 19:35:36 +02:00
brantje
0d7cf6e055
Download files from link shared credential
Add missing ;
2016-10-12 19:07:46 +02:00
brantje
5714248835
Login to selected vault on enter press 2016-10-12 18:07:30 +02:00
brantje
b3352d1190
Hide http warning on localhost 2016-10-12 17:56:44 +02:00
brantje
c488b3b50c
Small cleanup
Small fix for loading vaultkey
2016-10-09 18:09:52 +02:00
brantje
d4ffb6d7ab
Remove console.logs
Better to log a warning, remove unused parameters

Add missing semicolon
2016-10-09 16:35:05 +02:00
brantje
1adfb1db96
Use .getActiveVault().vaultKey instead of stored password, which can be empty 2016-10-08 16:20:34 +02:00
brantje
b195831482
Fix for ng-dupes 2016-10-08 16:07:35 +02:00