brantje
0af5e1f621
Fix shared credentials not updated
2017-02-05 17:25:20 +01:00
brantje
39bd0d8b20
Fix OTP not working
...
Fix [Object object] for file fields.
Add a copy icon to share link
Signed-off-by: brantje <brantje@gmail.com>
2017-01-29 15:00:39 +01:00
brantje
5220977eaf
Don't send key to server when updating sharing keys
...
Signed-off-by: brantje <brantje@gmail.com>
2017-01-29 13:09:48 +01:00
brantje
fa13c071b0
Add setting to disable javascript console.
...
This setting is enabled by default.
Signed-off-by: brantje <brantje@gmail.com>
2017-01-18 21:01:56 +01:00
brantje
9920d8c97e
Fix input fields not changes when field type changes
2017-01-16 13:13:54 +01:00
brantje
a8ae7e0bda
Implement delete vault
2017-01-12 00:17:23 +01:00
brantje
0666d80add
Fix for vault settings not loaded
2017-01-11 21:45:14 +01:00
brantje
1e5145b53a
Fix revision details layout
2017-01-11 20:57:03 +01:00
brantje
a3788c3717
Merge remote-tracking branch 'EdOverflow/random'
2017-01-10 01:00:00 +01:00
EdOverflow
64f38eb370
Add sjcl.random.randomWords(1)
2017-01-09 18:08:13 +01:00
brantje
8c82b795e2
Add vault logout timer
2017-01-09 13:54:02 +01:00
brantje
512526c1a7
Fix reading CSV's
...
Signed-off-by: brantje <brantje@gmail.com>
2017-01-06 19:03:27 +01:00
brantje
cec7b9656d
Add copy descrioption
2017-01-06 13:28:11 +01:00
EdOverflow
563692e565
Add RandomSource.getRandomValues()
...
The RandomSource.getRandomValues() method lets you get cryptographically
random values. The array given as the parameter is filled with random
numbers (random in its cryptographic meaning).
https://developer.mozilla.org/en-US/docs/Web/API/RandomSource/getRandomValues
2017-01-04 14:13:34 +01:00
brantje
f18e4f60e9
Add rel="nofollow noopener noreferrer" by EdOverflow
2017-01-04 13:32:45 +01:00
brantje
0de232ffab
Small fixes in js files
2017-01-03 20:40:01 +01:00
brantje
5a6099632c
Catch regex errors
2017-01-03 17:33:28 +01:00
brantje
77c2efd7d0
Add regex search
2017-01-03 16:34:13 +01:00
brantje
5c213bee82
Double click on credential row to edit
2016-12-31 14:18:44 +01:00
brantje
0c9d2468df
Fix some small scrutinizer issues
2016-12-31 13:58:29 +01:00
brantje
a224ce4af9
Implement middleware for sharing
...
Check if sharing is enabled, if not return an empty array.
Signed-off-by: brantje <brantje@gmail.com>
2016-12-30 15:47:38 +01:00
brantje
7bb1839184
Refactor settings, create SettingsService
...
Fix settings not working in ownCloud
Signed-off-by: brantje <brantje@gmail.com>
2016-12-30 13:37:40 +01:00
brantje
a1f8ace5c1
Fix setting vault key strength is not saved
2016-12-29 00:04:37 +01:00
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