Commit graph

88 commits

Author SHA1 Message Date
brantje
acedaf1535
Code style fixes 2017-02-22 18:02:55 +01:00
brantje
ce35286664
Fix for downloading files (Firefox and chrome). Fixes #259 2017-02-22 18:02:55 +01:00
brantje
ca4f6dfeaf
Fix selected tag filter doesn't stick after returning from sharing or editing (Fixes #255) 2017-02-22 18:02:55 +01:00
brantje
dca12aee07
Fix Call to a member function getId() on array (Fixes #252) 2017-02-22 18:02:55 +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
9c35282f89
Small fixes for 2.0.1
Fix for going back from deleted credentials

Use method
2017-02-06 12:17:37 +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
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
a7b5487465
Fix for destroying a credential 2016-12-28 01:48:52 +01:00
brantje
b1aebc4a14
Add translations to javascript files 2016-12-21 14:06:29 +01:00
brantje
f1bab7dd68
Add license header to files 2016-10-19 17:45:50 +02:00
brantje
0d0f5bc7a0
Start with a few credentialCtrl tests 2016-10-17 19:25:47 +02:00
brantje
5e1b457c14
Check if description is set before replacing newlines 2016-10-12 21:56:35 +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
d4ffb6d7ab
Remove console.logs
Better to log a warning, remove unused parameters

Add missing semicolon
2016-10-09 16:35:05 +02:00
brantje
15b32b7e5e
Add JSHint, solve all problems 2016-10-07 19:56:29 +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
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
8e80bb529a
Credentials use guids 2016-10-07 12:45:11 +02:00
brantje
c2bd9b691e
Some improvements to credential filtering 2016-10-07 12:16:44 +02:00
brantje
fc9a41d119
Fix filtering on tags 2016-10-07 11:15:51 +02:00
brantje
c0a62d8a74
Remove console.log 2016-10-06 23:11:22 +02:00
brantje
4b3d1b7450
Fix for ff downloads 2016-10-06 19:50:22 +02:00
brantje
1a924e4d2f
Move show spinner 2016-10-06 12:01:44 +02:00
brantje
2551ba4483
Fix missing acl check 2016-10-05 23:26:31 +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
241872ee79
Fix for downloading non-shared files 2016-10-05 19:42:52 +02:00
brantje
e6aef00193
Downloading shared files works 2016-10-05 16:58:19 +02:00
brantje
1a1cf3e1bc
Show editor name at revision 2016-10-03 22:06:55 +02:00
brantje
a8297b0aed
Add console.logs 2016-10-03 21:53:45 +02:00
brantje
d47f546650
Add console.logs 2016-10-03 21:52:36 +02:00
brantje
653fd9bace
Delete prop 2016-10-03 21:42:16 +02:00
brantje
ba6d089a9c
Bob can almost edit alices credential 2016-10-03 20:33:32 +02:00
brantje
ab7b2f7a4d
Revert "Unshare item. Reading shared credential broke?"
This reverts commit 86d9910f74.
2016-10-03 15:47:00 +02:00
brantje
86d9910f74
Unshare item. Reading shared credential broke? 2016-10-03 15:40:46 +02:00
brantje
111443cd81
Implement acl at showing item 2016-10-02 21:47:57 +02:00
brantje
a09b0d8250
Fix shared credential tags 2016-10-02 21:43:53 +02:00
brantje
6655c8902e
Display of shared items work! 2016-10-02 21:34:05 +02:00
brantje
7d75266dc5
Load shared credentials after complete vault decryption 2016-10-02 21:21:32 +02:00
brantje
497198371e
Dislay of shared item (if user owns it) works 2016-10-02 21:17:17 +02:00
brantje
206854a853
Try to decrypt shared credential 2016-10-02 19:43:54 +02:00
brantje
8c496d4804
Get shared items by vault id 2016-10-02 19:14:30 +02:00
brantje
211db43a12
Close dialog when there are no more sharing requests 2016-10-02 18:36:36 +02:00
brantje
93fee014b4
Remove share request when accepted 2016-10-02 18:30:53 +02:00