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
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
brantje
21420db06a
Fix pwSettings not loading
2016-10-08 15:48:42 +02:00
brantje
06aefd2b76
Small fix
2016-10-08 14:05:42 +02:00
brantje
57756606e7
Format files
2016-10-08 14:00:07 +02:00
brantje
3208590aa5
Use for loop without keys
2016-10-08 13:56:17 +02:00
brantje
061bac9744
Indicate that PassmanExporter is a global var
2016-10-08 13:42:13 +02:00
brantje
b4870bc2f3
Indicate that C_Promise is a global var
2016-10-08 13:41:08 +02:00
brantje
517db468a1
Fix missing ;
2016-10-08 13:34:48 +02:00
brantje
5bb92a0656
Remove console.log
2016-10-08 13:27:49 +02:00
brantje
842e27d439
Add export functionality
2016-10-08 13:26:48 +02:00
brantje
1976206e2c
Revert "Replace $ with jQuery"
...
This reverts commit 62f1fffebd
.
2016-10-07 23:50:16 +02:00
brantje
62f1fffebd
Replace $ with jQuery
2016-10-07 19:57:52 +02:00
brantje
15b32b7e5e
Add JSHint, solve all problems
2016-10-07 19:56:29 +02:00
brantje
e818e40f2f
Make jshint happy
2016-10-07 18:46:45 +02:00
brantje
1cea3bb671
Remove old code
2016-10-07 18:42:16 +02:00
brantje
6081b48a01
Remove console.log
2016-10-07 18:27:26 +02:00
brantje
59eafb2505
Add skip_revision param
2016-10-07 18:26:53 +02:00
brantje
ac086845b2
Update vault keys on password change
2016-10-07 18:22:55 +02:00
brantje
2b6e9c331c
Merge branch 'master' of github.com:nextcloud/passman
2016-10-07 18:03:52 +02:00
brantje
d30400595a
More feedback during changing password
2016-10-07 18:03:39 +02:00
Marcos Zuriaga
10510f0915
Fix custom fields display
2016-10-07 17:22:58 +02:00
Marcos Zuriaga
e9ac236a20
Added more info to the progress return datatype
2016-10-07 17:16:02 +02:00
Marcos Zuriaga
469076fd51
Removed weird line
2016-10-07 17:07:06 +02:00
brantje
616a72990e
Merge branch 'master' of github.com:nextcloud/passman
2016-10-07 16:44:53 +02:00
brantje
e77734e1e9
Fix for completely empty vault
2016-10-07 16:44:28 +02:00
Marcos Zuriaga
e5481f1f9e
Code cleanup
2016-10-07 16:44:24 +02:00
brantje
4d4371818c
Add todo
2016-10-07 16:35:52 +02:00
brantje
45de598959
Fix tab theming
2016-10-07 16:34:59 +02:00
brantje
169596e965
Fix tab theming
2016-10-07 16:31:36 +02:00
brantje
73b114a3ff
Fix tab theming
2016-10-07 16:29:51 +02:00
brantje
e8c9e59419
Change icon
2016-10-07 16:15:24 +02:00
brantje
babf4113ee
Make sharing page pretty, closes #59
2016-10-07 16:13:28 +02:00
brantje
836d2f1410
Fix cancel button at share page
2016-10-07 15:57:07 +02:00
brantje
b179886ffa
Remove todo
2016-10-07 15:50:27 +02:00
brantje
69c303552b
Small fix adding users to shared list
2016-10-07 15:50:08 +02:00
brantje
ca590057b5
Change vault password, minor fixes
2016-10-07 15:38:23 +02:00
brantje
e8df9295ed
Use route param
2016-10-07 15:19:47 +02:00
brantje
ddb97721d0
Small fix
2016-10-07 13:57:26 +02:00
brantje
0326a60069
Fixed title bar
2016-10-07 13:56:17 +02:00
brantje
0304fdfd66
Fix for Firefox messes up credential row. Closes #61
2016-10-07 13:46:52 +02:00
brantje
e7bf4f8533
Delete users from share list
2016-10-07 13:41:08 +02:00
brantje
a8ce34b29b
Fix some buttons
2016-10-07 13:14:49 +02:00
brantje
3694ce7f14
Small fix for loading credentials after accepting a share request
2016-10-07 13:10:18 +02:00
brantje
cb222e36a3
Rename var
2016-10-07 13:05:09 +02:00
brantje
c94df47a9f
Vault use guids
2016-10-07 12:58:41 +02:00
brantje
8e80bb529a
Credentials use guids
2016-10-07 12:45:11 +02:00
brantje
dfef59a002
Fix for tags and buttons not showing
2016-10-07 12:31:17 +02:00
brantje
c2bd9b691e
Some improvements to credential filtering
2016-10-07 12:16:44 +02:00
brantje
75daa37155
Ditch the table, use bootstrap rows
2016-10-07 12:10:06 +02:00
brantje
5ddfd200d9
Auto detect urls
2016-10-07 12:09:54 +02:00
brantje
fc9a41d119
Fix filtering on tags
2016-10-07 11:15:51 +02:00
brantje
9a902fb446
Remove xxx of xx
2016-10-07 10:47:57 +02:00
brantje
c52984f779
Merge sharing_no_groups into master, fix conflicts
2016-10-07 10:45:03 +02:00
brantje
538a996892
Missing ;
2016-10-07 10:41:47 +02:00
Marcos Zuriaga
3ccd26e75b
Fix reencryption of history data
2016-10-07 00:54:57 +02:00
brantje
f406d61719
add/remove console.log
2016-10-06 23:47:17 +02:00
brantje
771ce949ef
fix for unsharing
2016-10-06 23:28:33 +02:00
brantje
c0a62d8a74
Remove console.log
2016-10-06 23:11:22 +02:00
brantje
27c7ed0037
Unshare almost works
2016-10-06 21:49:14 +02:00
Marcos Zuriaga
e414c0256e
Fix empty return value on the promise response
2016-10-06 21:34:29 +02:00
Marcos Zuriaga
e0ce28b720
Merge branch 'sharing_no_groups' of github.com:nextcloud/passman into sharing_no_groups
2016-10-06 21:03:41 +02:00
Marcos Zuriaga
3270b7be4c
Now the .then of encryptcredential holds encrypted and plain text credential
2016-10-06 21:03:05 +02:00
brantje
a8e54c810f
Merge branch 'sharing_no_groups' of github.com:nextcloud/passman into sharing_no_groups
2016-10-06 20:40:27 +02:00
Marcos Zuriaga
de5dc22efc
Fixes on the reencrypt method, now callback is executed
2016-10-06 20:39:34 +02:00
brantje
bf9863153c
Fix dropdown menu (remove it completely)
2016-10-06 20:38:19 +02:00
brantje
085b4e1500
Fix removing download link
2016-10-06 20:01:02 +02:00
Marcos Zuriaga
8ccae091c9
Merge branch 'sharing_no_groups' of github.com:nextcloud/passman into sharing_no_groups
2016-10-06 19:53:30 +02:00
Marcos Zuriaga
a8c5d3f8c1
Fix server DDOS due to encrypted files data
2016-10-06 19:52:36 +02:00
brantje
38371ec7ee
Fix for sidebar closing on download
2016-10-06 19:52:09 +02:00
brantje
4b3d1b7450
Fix for ff downloads
2016-10-06 19:50:22 +02:00
brantje
a413d48e5f
Fix for uploading files to a shared credential
2016-10-06 19:30:01 +02:00
brantje
342385232c
Some fixes
2016-10-06 18:00:57 +02:00
brantje
67e8cb8138
Fix missing ,
2016-10-06 17:50:16 +02:00
brantje
77888059cb
Fix CredentialService not defined
2016-10-06 17:49:45 +02:00
brantje
b1b4770943
Fix FileService not defined
2016-10-06 17:48:31 +02:00
Marcos Zuriaga
686acdc394
Fix problem with promise context
2016-10-06 17:44:51 +02:00
Marcos Zuriaga
fe77149f9f
More fixes
2016-10-06 14:52:27 +02:00
Marcos Zuriaga
87b5f76705
Fixes
2016-10-06 14:15:01 +02:00
Marcos Zuriaga
c09622571c
Some fixes and improvements, js trolling me
2016-10-06 13:55:14 +02:00
brantje
218d27fcbc
Merge branch 'sharing_no_groups' of github.com:nextcloud/passman into sharing_no_groups
2016-10-06 12:38:18 +02:00