Commit graph

109 commits

Author SHA1 Message Date
fnuesse
b43a790717
Added swipedetection
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-12-23 10:07:56 +01:00
WolFi
4f00a9dc30
Merge remote-tracking branch 'origin/fix_486' into feature/merges_v2.2.0 2018-12-16 13:01:50 +01:00
Felix Nüsse
ea23930352
Added proper returnvalue to updatemethod of credentials and add the resulting value to the list if it does not exist or replace it if it exists
Fixed Nullpointer on listadd

Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
2018-11-23 20:07:17 +01:00
Felix Nüsse
abaedc1e38
Updated main listview after new creation of credential
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
2018-11-23 20:07:04 +01:00
fnuesse
ce138267d2
Added decryption to proper credentialelement after creating a new credential
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-23 01:29:48 +01:00
fnuesse
c76378fa37
center loading spinner
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:34:50 +01:00
fnuesse
2dd6adb2b4
Refactored Searchbox to menu.js
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:34:41 +01:00
fnuesse
39bddd1e3c
fixed disappearing credentials on show-all
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:34:28 +01:00
fnuesse
062a9d198c
added further hints to ui for user convenience
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:34:24 +01:00
fnuesse
cb4def26ea
fixed trashbin-navigation behaviour
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:34:23 +01:00
fnuesse
9e88107e11
show welcome message if vault only contains deleted credentials
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:34:22 +01:00
fnuesse
0884375b1f
Added friendly reminder to create your first password
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:34:21 +01:00
fnuesse
5ef92fc1e9
Removed hidden passwords from extended filters 2018-11-21 17:34:19 +01:00
fnuesse
e092c78563
Removed console output 2018-11-21 17:34:19 +01:00
Felix Nüsse
80f1928a94
removed console-output
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
2018-11-21 17:34:16 +01:00
Felix Nüsse
e44fea71c8
Implemented special filters
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
2018-11-21 17:34:14 +01:00
fnuesse
b71970d9c9
Removed unused parameter from credentialscontroller
added nullcheck on native searchbox

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:33:58 +01:00
fnuesse
2b22daeece
Removed unsafe comparison in javascript
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:33:57 +01:00
Felix Nüsse
c7c54ad299
Fixed Missing Remove function for searchfield-reset-button
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
2018-11-21 17:33:45 +01:00
Felix Nüsse
677ae51b42
Moved Search from passman-controls to nextcloud-default-searchicon 2018-11-21 17:33:45 +01:00
brantje
34a920ec5c
Fix loading vault if it's already open. Ref #263
Signed-off-by: brantje <brantje@gmail.com>
2017-10-29 16:14:42 +01:00
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