Commit graph

91 commits

Author SHA1 Message Date
Samuel Lorch
6d4879e8b4
Merge pull request #21 from passbolt/update-deps
update deps
2022-12-30 17:20:55 +01:00
Samuel Lorch
6f59446349 update deps 2022-12-30 17:20:02 +01:00
Samuel Lorch
9a2944c6fb
Merge pull request #20 from passbolt/feature-json-output
Json Output Support
2022-12-30 16:29:25 +01:00
Samuel Lorch
05dd936fbc Add Readme Section 2022-12-30 16:22:52 +01:00
Samuel Lorch
4dcb528f70 Add Group Json Output 2022-12-30 16:18:11 +01:00
Samuel Lorch
269e117fbf Add Resource Json Output 2022-12-30 16:08:46 +01:00
Samuel Lorch
e8bb791686 Add Folder Json Output 2022-12-30 16:08:29 +01:00
Samuel Lorch
c8dc067697 Add User Json Output 2022-12-30 16:08:14 +01:00
Samuel Lorch
a2257bc011 Add Json Output to Create Commands 2022-12-30 13:35:26 +01:00
Samuel Lorch
46ceb8176d Add Output Json Flag 2022-12-30 13:28:18 +01:00
Samuel Lorch
45fe21119b
Merge pull request #19 from passbolt/feature-add-created-modified-timestamp-columns
Add CreatedTimestamp and ModifiedTimestamp Columns to list commands
2022-12-30 11:50:02 +01:00
Samuel Lorch
d142f14ccc Add CreatedTimestamp and ModifiedTimestamp Columns to list commands 2022-12-30 11:39:59 +01:00
Samuel Lorch
423dfb020c
Merge pull request #18 from passbolt/fix-minor-issues
Fix minor issues
2022-12-30 11:36:27 +01:00
Samuel Lorch
cbf2771935 fix Double Prompting Issue when Reading Secret Input 2022-12-30 11:12:52 +01:00
Samuel Lorch
94165a0f3d Properly Name Groups in Code 2022-12-30 11:08:51 +01:00
Samuel Lorch
2b52c420c4
fix go install 2022-09-11 17:35:36 +02:00
Samuel Lorch
0804a1d9b1
Merge pull request #13 from bersace/patch-1
Lint and fix typos in README
2022-08-21 13:24:07 +02:00
Étienne BERSAC
3ee8f88bbb
Lint and fix typos in README 2022-08-20 12:06:41 +02:00
Samuel Lorch
89abb4f5a3 update deps 2022-05-30 20:00:29 +02:00
Samuel Lorch
6d5327cd95 use string instead of []byte 2022-05-30 19:50:43 +02:00
Samuel Lorch
fe7e6b2a22 fix windows build failing due to syscall 2022-05-30 19:49:02 +02:00
Samuel Lorch
e5c267da42
Merge pull request #12 from Tchoupinax/main
feat: allow password to be taken from pipe
2022-05-30 17:58:41 +02:00
Samuel Lorch
440f41a2af Replace usages of term.ReadPassword with util.ReadPassword 2022-05-30 17:52:17 +02:00
Samuel Lorch
bfbc15bd0d Make util ReadPassword Public 2022-05-30 17:51:54 +02:00
Samuel Lorch
a8b14c959f use golang.org/x/term instead of depricated golang.org/x/crypto/ssh/terminal 2022-05-30 17:51:10 +02:00
Tchoupinax
df187e8a5f feat: allow password to be taken from pipe 2022-05-25 19:00:09 +02:00
Samuel Lorch
4768cd1333
Merge pull request #11 from passbolt/fix-FilterIsSharedWithGroup-type
Fix filter-is-shared-with-group type
2022-04-13 11:36:53 +02:00
Samuel Lorch
14f189261a fix bad usage of type 2022-04-13 11:29:46 +02:00
Samuel Lorch
5989fa2998 update deps 2022-04-13 11:29:30 +02:00
Samuel Lorch
95644e205e
Merge pull request #9 from passbolt/speatzle-issue_template-1
Add Bug Report issue template
2022-04-07 16:35:02 +02:00
Samuel Lorch
f49471e31e
Merge pull request #10 from passbolt/fix-#8
update deps to include bugfix for #8
2022-04-07 16:34:32 +02:00
Samuel Lorch
7b35d8dac7 update deps to include bugfix for #8 2022-04-07 16:29:56 +02:00
Samuel Lorch
c8c7203ef0
Add Bug Report issue template 2022-04-07 11:40:32 +02:00
Samuel Lorch
f4dedc8726 update to new import paths for repository transfer 2022-02-22 17:18:34 +01:00
Samuel Lorch
ab3e63835a add keepass export support 2022-02-04 17:20:02 +01:00
Samuel Lorch
f7aa2b232b
Add Note about Passwordless PrivateKeys #2 2022-01-26 15:04:55 +01:00
Samuel Lorch
0e991f33be Adjust Group Get Default Columns 2022-01-21 15:00:06 +01:00
Samuel Lorch
138c8ae152 Update Deps for Bugfixes 2022-01-21 14:59:44 +01:00
Samuel Lorch
fa4d395a02 fix #3 userprivatekeyfile flag not always working 2022-01-19 14:58:51 +01:00
Samuel Lorch
0449e9983c Add Flag to Read Privatekey From File 2022-01-12 16:06:15 +01:00
Samuel Lorch
f373792c06 add shellescapse, update deps 2021-12-20 11:53:50 +01:00
Samuel Lorch
bf4a0c8d4a automatically update config file permissions 2021-12-17 16:42:55 +01:00
Samuel Lorch
7f3059db95 fix Config file Permissions being to Open 2021-12-17 15:59:34 +01:00
Samuel Lorch
2c20350be4 disable output styling to ease parsing 2021-11-26 09:48:20 +01:00
Samuel Lorch
8044fbbe19 fix totp retry count, adjust newline printing 2021-11-26 09:42:36 +01:00
Samuel Lorch
99d2706af8 Update Deps for Session cookie Bugfix 2021-11-18 12:24:52 +01:00
Samuel Lorch
dab5f0125f Update Deps for bugfixes 2021-11-18 09:17:52 +01:00
Samuel Lorch
27d452ce9d Update README 2021-09-22 13:42:44 +02:00
Samuel Lorch
97ef59ff2c add the Verify command 2021-09-22 13:09:41 +02:00
Samuel Lorch
07c02c6dba add MFA support, update deps 2021-09-22 11:28:56 +02:00