Alexandre Pujol
7b7bb4d9d3
feat: experimental support for bitwarden import/export with bw cli.
2022-06-26 13:43:33 +01:00
Alex
d37c962d86
Merge branch 'master' into dev
2022-06-26 12:40:06 +00:00
Artur Gomes
0c6b4fff7c
Add support for 1Password8 ( #169 )
...
Co-authored-by: Artur Gomes <artur.gomes.dos.santos.matos@autodesk.com >
2022-03-31 20:45:24 +00:00
William Nemencha
4ca307f725
Update myki.py ( #167 )
...
* Update myki.py
* Update myki.csv
* Update tests.yml
2022-03-31 20:40:48 +00:00
Artyom Yurash
71777262dd
Changed alphabetical order
2022-03-19 16:18:42 +03:00
Artyom Yurash
27e216f118
Add support for SafeInCloud
2022-03-19 15:47:06 +03:00
Alexandre Pujol
dae8810e58
tests/assets/mock -> tests/assets/db.
2022-02-04 21:41:07 +00:00
Alexandre Pujol
82cff2f1d9
Add Lastpass cli parse test.
2022-02-04 21:38:34 +00:00
Alexandre Pujol
92b0b73817
Add support for Lastpass CLI import & export.
2022-02-04 21:10:32 +00:00
Alexandre Pujol
344eb07618
Add initial structure for cloud based password manager support.
2022-02-04 20:41:20 +00:00
Alexandre Pujol
8a98f25c08
_PASSWORD_STORE_IMPORT -> _PASSWORD_STORE_EXTENSION.
2022-01-23 22:47:39 +00:00
Alexandre Pujol
5e3b576c82
Some linter fix.
...
- No arg in super,
- Enforce the use of f-string,
- Raise from,
- Other minor fix.
2022-01-21 12:38:03 +00:00
Adam Bolte
220c77e755
Increase test_numbers test complexity
...
Ensure we only adjust the trailing figure in the path.
2021-08-03 19:18:20 +10:00
Adam Bolte
62c2c646ff
Add test_duplicate tests
2021-08-03 19:18:16 +10:00
Alexandre Pujol
3bdde2fdef
Add support fot Bitwarden Organisation export in CSV & JSON.
2021-05-19 23:07:57 +01:00
Alexandre Pujol
a341a8caa5
Common argument parsing regardless of you the program is started.
...
- pass import
- pimport
- make tests
2021-05-16 15:12:17 +01:00
Alexandre Pujol
0b1139915f
Update bitwarden exported file to last structure.
2021-05-15 19:56:43 +01:00
Alexandre Pujol
54da712ae9
Update Bitwarden Json format. Fix #123
2021-05-15 18:37:21 +01:00
Daniel Woffinden
8e8f18b003
Add rudimentary support for importing TOTP secrets from KeePass
...
Support the most common fields used by:
- KeePass 2.47 itself
- KeeWeb
- KeeTrayTOTP, and Tray TOTP
Support the most common settings:
- TOTP, with 30s period and 6 digits
- Steam Guard TOTP (30s period, custom alphabet) as supported by
pass-otp and Android Password Store
2021-03-07 21:52:20 +00:00
Alexandre Pujol
9684777c9d
Add support for modern firefox import.
2021-01-25 13:12:42 +00:00
Alexandre Pujol
f1b44b41c8
Various fixes.
2020-10-25 21:45:21 +00:00
Alexandre Pujol
1fd31026fe
Add some missing tests.
2020-10-25 00:06:45 +01:00
Alexandre Pujol
d1c71357db
Update Buttercup CVS import. Fix #102 .
2020-09-27 16:23:32 +01:00
Vivian Lim
73868980b8
Bitwarden test passing.
2020-07-04 21:33:50 -07:00
Vivian Lim
5dc514c6da
WIP- test Bitwarden specific behavior
2020-07-04 21:05:14 -07:00
Quentin
2d99db1f95
Update bitwarden.json
...
Update bitwarden.json sample to include an item with custom fields as discussed in issue #110 .
2020-07-05 03:31:23 +02:00
Quentin B
2f8efa84ec
Updating Bitwarden import samples.
...
Attempt to improve Bitwarden manager.
Fixing small typo in the comments.
2020-07-01 01:52:21 +02:00
Alexandre Pujol
dc631144a1
Fix: ensure the password manager action is a capability.
2020-05-04 14:03:12 +01:00
Alexandre Pujol
a5b8d9ef84
Few late fixes.
2020-04-26 16:11:37 +01:00
Alexandre Pujol
3a2af0d307
Do not track test random seed.
2020-04-24 21:15:04 +01:00
Alexandre Pujol
b4ec5f0864
Handle field names of Revelation entry types other than Generic.
...
Pull request #82 adapted to v3 from https://github.com/elho/pass-import/tree/revelation-update
2020-04-16 00:09:25 +01:00
Alexandre Pujol
fe17978ea4
Better entry name deduplication.
...
Pull request #81 adapted to v3 from https://github.com/elho/pass-import/tree/duplicate-handling
2020-04-15 23:27:43 +01:00
Alexandre Pujol
2111f53e5f
Small fixes.
2020-04-10 22:52:51 +01:00
Alexandre Pujol
41cf8f7789
Fix typos & english mistakes.
2020-04-10 18:36:31 +01:00
Alexandre Pujol
2c7431b771
Add '\t' to the invalid list.
2020-04-10 18:24:54 +01:00
Alexandre Pujol
19a7ae2d2b
Linter fixes.
2020-04-04 21:32:39 +01:00
Alexandre Pujol
c16138957a
Better automatic decryption management.
2020-04-04 21:27:17 +01:00
Alexandre Pujol
f9ea5e8885
Rewrite the test suite to fit the changes.
2019-12-20 21:19:54 +00:00
Alexandre Pujol
6565d78fd3
Update ci, coverage & linter config.
2019-12-20 20:43:00 +00:00
Alexandre Pujol
d1bf8c358f
Update tests assets.
2019-12-19 19:44:26 +00:00
Alexandre Pujol
42f98a3914
Update test database.
2019-12-19 19:37:04 +00:00
Alexandre Pujol
c7c4d0e225
Tests: replace test from Msg to Config.
2019-12-18 18:35:13 +00:00
Alexandre Pujol
a2be2ac759
Adapt test common module to the new structure.
2019-12-18 18:34:27 +00:00
Alexandre Pujol
6a223a5f09
Remove bash tests
2019-12-17 18:33:50 +00:00
Alexandre Pujol
b4b3260eaf
Fix tests.
2019-11-16 20:47:03 +00:00
Alexandre Pujol
cddc80df2f
Linter fixes.
2019-11-16 19:33:23 +00:00
Alexandre Pujol
38cb8ddc4b
Tests: ensure size of imported data.
2019-11-16 19:31:51 +00:00
Alexandre Pujol
769647db93
Minor tests suite improvments.
2019-11-16 17:12:27 +00:00
Alexandre Pujol
a7c96962a4
Python linter fix.
2019-11-10 16:48:58 +00:00
Alexandre Pujol
a7cf390f1c
Add Config class: merge Msg and settings into config.
2019-11-03 11:30:05 +00:00