brantje
|
096d97e7a9
|
Small bug fixes
|
2016-09-26 20:12:14 +02:00 |
|
brantje
|
46b82a5b1d
|
Hide current user from user search
|
2016-09-26 19:20:48 +02:00 |
|
brantje
|
e789ad4926
|
Show spinner during vault decryption
|
2016-09-26 19:15:39 +02:00 |
|
Sander
|
994c9839fa
|
Merge pull request #26 from nextcloud/usePromises
Use promise class
|
2016-09-26 18:33:33 +02:00 |
|
brantje
|
d3cccd1f1a
|
Set progress when done reading file
|
2016-09-26 18:31:30 +02:00 |
|
brantje
|
ae990e2b4b
|
All importers return progress object
|
2016-09-26 18:23:35 +02:00 |
|
brantje
|
0a39cdc582
|
Importers now have to return a object
|
2016-09-26 18:17:42 +02:00 |
|
brantje
|
1a86c1b664
|
Use promise
|
2016-09-26 17:42:41 +02:00 |
|
Marcos Zuriaga
|
08fc3ae7b6
|
More importers migration
|
2016-09-26 17:32:13 +02:00 |
|
brantje
|
1c91c038c8
|
Merge branch 'master' of github.com:nextcloud/passman
|
2016-09-26 17:30:55 +02:00 |
|
Marcos Zuriaga
|
8db3f31367
|
Changes on promises
keepass importer ready and using promises
|
2016-09-26 17:05:47 +02:00 |
|
Sander
|
47f9af3cb9
|
Update README.md (#28)
Update README.md
|
2016-09-26 15:53:12 +02:00 |
|
Marcos Zuriaga
|
349043c2c3
|
Rename var so sander likes it
|
2016-09-26 14:29:36 +02:00 |
|
Marcos Zuriaga
|
3230d1e952
|
Merge branch 'master' into usePromises
|
2016-09-26 14:27:46 +02:00 |
|
Marcos Zuriaga
|
966efcf4a5
|
Added promise class
Refactored crypto services to use promises
Fixed issues with the sharing settings page
|
2016-09-26 14:23:31 +02:00 |
|
brantje
|
39375acbb8
|
Add select on click
|
2016-09-26 10:37:43 +02:00 |
|
brantje
|
52709971ca
|
Order tag list alphabetically
|
2016-09-26 00:30:38 +02:00 |
|
brantje
|
07cc22817a
|
Add random data importer, change return to callbacks
|
2016-09-26 00:27:02 +02:00 |
|
brantje
|
9fbce124c8
|
Support passpack tags at import
|
2016-09-25 23:22:41 +02:00 |
|
brantje
|
68c9ab18ab
|
Add passpack importer
|
2016-09-25 23:05:12 +02:00 |
|
brantje
|
46c36c3143
|
Check if label exists
|
2016-09-25 23:04:52 +02:00 |
|
brantje
|
92cabbb243
|
Remove unneeded string
|
2016-09-25 22:34:05 +02:00 |
|
brantje
|
0201f049fb
|
Create sharing keys on vault creation
|
2016-09-25 22:29:27 +02:00 |
|
brantje
|
b1728da8e2
|
Add function to get sharing keys
|
2016-09-25 22:02:58 +02:00 |
|
brantje
|
1aae11b6bf
|
Fix sharing keys not returned from api
|
2016-09-25 21:40:18 +02:00 |
|
brantje
|
d54fc74321
|
Encrypt sharing keys
|
2016-09-25 21:33:04 +02:00 |
|
brantje
|
135090bb8d
|
Fix
|
2016-09-25 21:25:37 +02:00 |
|
brantje
|
3126cf865f
|
Include sharing keys in response
|
2016-09-25 21:18:58 +02:00 |
|
brantje
|
52c3f0cbd6
|
Merge branch 'master' of github.com:nextcloud/passman
|
2016-09-25 21:02:03 +02:00 |
|
Marcos Zuriaga
|
dd0518a2ff
|
Code cleanup
|
2016-09-25 21:01:53 +02:00 |
|
Marcos Zuriaga
|
be48cd77b8
|
Asynchronous key generation and status indication
|
2016-09-25 21:01:53 +02:00 |
|
brantje
|
60b7da4f8b
|
Add clipperz importer
|
2016-09-25 21:01:26 +02:00 |
|
Marcos Zuriaga
|
c52cf5ee75
|
Code cleanup
|
2016-09-25 20:31:01 +02:00 |
|
Marcos Zuriaga
|
085e4cc7f3
|
Asynchronous key generation and status indication
|
2016-09-25 20:19:58 +02:00 |
|
Marcos Zuriaga
|
e60ed02621
|
Merge branch 'master' of github.com:nextcloud/passman
|
2016-09-25 18:48:31 +02:00 |
|
Marcos Zuriaga
|
910005893d
|
RSA generation in a non-blocking way
|
2016-09-25 18:42:41 +02:00 |
|
brantje
|
2d19e38e8a
|
Save sharing keys to db
|
2016-09-25 18:34:33 +02:00 |
|
brantje
|
fd80367808
|
fix default settings tab
|
2016-09-25 18:21:28 +02:00 |
|
brantje
|
5823b34dcf
|
Small fixes to menu
|
2016-09-25 18:19:55 +02:00 |
|
brantje
|
514abefb84
|
Dump stupid NextCloud #control div
|
2016-09-25 17:55:29 +02:00 |
|
Marcos Zuriaga
|
d4088e8fbe
|
Merge branch 'master' of github.com:nextcloud/passman
|
2016-09-25 17:47:29 +02:00 |
|
Marcos Zuriaga
|
19bcdd91c0
|
Sharing RSA key generation and settings page
Included Forge lib
|
2016-09-25 17:46:55 +02:00 |
|
brantje
|
52072e23ce
|
Added small caching system, encrypted with vault key
|
2016-09-25 17:36:03 +02:00 |
|
brantje
|
0714bddb3b
|
Fix active vault bug in settings
|
2016-09-25 17:19:05 +02:00 |
|
brantje
|
c132ab6c6c
|
Fix tag fck up
|
2016-09-25 17:15:59 +02:00 |
|
brantje
|
903338d672
|
Search through all Credential properties
|
2016-09-25 17:13:48 +02:00 |
|
brantje
|
dc29e65883
|
Initial filter rework
|
2016-09-25 16:32:19 +02:00 |
|
brantje
|
1dce06381d
|
Merge branch 'master' of github.com:nextcloud/passman
|
2016-09-25 16:18:32 +02:00 |
|
brantje
|
a991302777
|
Working passman import
|
2016-09-25 16:18:18 +02:00 |
|
Marcos Zuriaga
|
a45cc45f5a
|
Add missing files from last sharing commit
Aadded npm-debug.log to the gitignore
|
2016-09-25 15:23:46 +02:00 |
|