Commit graph

122 commits

Author SHA1 Message Date
fnuesse 730e954176
Added custom initial state to taglist
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:34:21 +01:00
brantje c2c4d613d8
Add icons to credentials 2017-10-29 13:31:18 +01:00
brantje 6767322a22
Lock vault after 3 wrong attempts (Fixes #197)
Fix share button, fix shared_key not added to storedCredential after sharing (Fixes #249)
    Add password app importer. Fixes #248
    Fix version check via proxy. Fixes #237
    Fix activity app not filtering. Fixes #246
    Add EnPass txt importer. Fixes #159
    Fix for disabled share button
    Require vault key for export. Fixes #199
    Indicate that sharing only works with users that have 1 or more vaults.
    Fixes #242
    Reset tags on logout. Fixes #245
    Ability to enter OTP secret manually. Fixes #198
    Create teampass importer. Fixes #244
2017-02-17 21:25:18 +01:00
brantje 0a386d77ce
Remove server side encryption setting at admin page.
Fix counting credentials (Fixes #235)

Fix for deleting shared credental (Fixes #232)

Fix for empty sharing keys in vaults (Fixes #230)

Fix removed shared credential leaves tags

Fix for lastpass import #233

Disable share button when link sharing is disabled.
Or when it's not shared with a user.

Add issue template

Bump version
2017-02-13 17:29:29 +01:00
brantje 0af5e1f621
Fix shared credentials not updated 2017-02-05 17:25:20 +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 a8ae7e0bda
Implement delete vault 2017-01-12 00:17:23 +01:00
brantje 0c9d2468df
Fix some small scrutinizer issues 2016-12-31 13:58:29 +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 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 63e089f363
Remove some unused code 2016-12-19 18:43:15 +01:00
brantje f1bab7dd68
Add license header to files 2016-10-19 17:45:50 +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 d4ffb6d7ab
Remove console.logs
Better to log a warning, remove unused parameters

Add missing semicolon
2016-10-09 16:35:05 +02:00
brantje b195831482
Fix for ng-dupes 2016-10-08 16:07:35 +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 59eafb2505
Add skip_revision param 2016-10-07 18:26:53 +02:00
Marcos Zuriaga e9ac236a20
Added more info to the progress return datatype 2016-10-07 17:16:02 +02:00
brantje e7bf4f8533
Delete users from share list 2016-10-07 13:41:08 +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
Marcos Zuriaga 3ccd26e75b
Fix reencryption of history data 2016-10-07 00:54:57 +02:00
Marcos Zuriaga e414c0256e
Fix empty return value on the promise response 2016-10-06 21:34:29 +02:00
Marcos Zuriaga 3270b7be4c
Now the .then of encryptcredential holds encrypted and plain text credential 2016-10-06 21:03:05 +02:00
Marcos Zuriaga de5dc22efc
Fixes on the reencrypt method, now callback is executed 2016-10-06 20:39:34 +02:00
Marcos Zuriaga a8c5d3f8c1
Fix server DDOS due to encrypted files data 2016-10-06 19:52:36 +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
Marcos Zuriaga 58e2ff7aa4
Fix misplaced ')' 2016-10-06 12:34:29 +02:00
Marcos Zuriaga ecc85d1297
Added method for asynchronous credential update
(needs testing, it's too late at the time i do this commit to try it)
2016-10-06 03:00:19 +02:00
brantje 0069844147
Change the way the credentials are loaded, load credentials every 5 min, Decline share request works 2016-10-05 23:06:29 +02:00
brantje 53c55d5fd6
Fix some bugs 2016-10-05 22:34:34 +02:00
brantje a77ae301f5
Stared to work on revisions 2016-10-05 18:24:36 +02:00
brantje e6aef00193
Downloading shared files works 2016-10-05 16:58:19 +02:00
brantje 6a38da7698
Add method to service 2016-10-05 14:36:02 +02:00
brantje c62a0a8d7c
Small start of re encrypting files on share 2016-10-05 14:21:46 +02:00
brantje 713013caa7
Catch some errors 2016-10-04 18:15:40 +02:00
brantje d058028c54
Fix updating shared credential 2016-10-04 16:20:55 +02:00