Commit graph

62 commits

Author SHA1 Message Date
3376e521b9 Always Copy User Private Key to prevent it getting wiped 2025-03-19 15:34:28 +01:00
118dd9624b store userprivatekey in clients as crypto.key instead of armor 2025-03-19 14:40:16 +01:00
c7a0de783d encryption.go improvements, Add DecryptMessageWithSessionKey 2025-03-14 14:53:52 +01:00
8d6a423d9c Update Login to gopenpgpv3, Simplify login. 2025-03-14 14:07:01 +01:00
53a858f817 verify.go update to gopenpgp v3 2025-03-14 13:40:19 +01:00
e189e2babc encryption.go update to gopenpgp v3 2025-03-14 13:40:19 +01:00
1c4ccb28ac Client update to gopenpgp v3 2025-03-14 13:40:19 +01:00
057d2e5f59 Migrate new things to DoCustomRequestV5, fix Comments 2025-03-14 13:29:07 +01:00
7bc894763c Add DoCustomRequestV5 2025-03-14 13:28:27 +01:00
2afac57e29 Fix MetadataKey Filter 2025-03-13 17:45:42 +01:00
9348a96af5 Add Basic Metadata Session Key Structs and functions 2025-03-12 18:32:12 +01:00
02e63472dd Add Missing MetadataKeys and Get Option to Users, fix User Me 2025-03-12 18:26:02 +01:00
53b7d7504a Add Foreign Model Enum for Session Keys 2025-03-12 18:21:40 +01:00
862201be89 Add Metadata Related Field to Resource and GetResourcesOptions 2025-03-12 18:16:05 +01:00
8733d8f6fc Add Metadata Key Structs, Types and Getter 2025-03-12 18:14:59 +01:00
d4132c756b
Merge pull request #41 from passbolt/v5-server-settings
Some checks failed
Go / test (push) Has been cancelled
V5 server settings
2025-03-06 14:09:38 +01:00
Nelson Isioma
9eb37766a8 feat: deprecating api-version query param in api calls 2025-03-05 19:57:43 +01:00
476eabf8fa Automatically setup Metadata Type Settings after login 2025-03-05 18:16:13 +01:00
0c5cd9152d Add MetadataTypeSettings to Client, add set function 2025-03-05 18:12:01 +01:00
b6b067c61c Add Fetching of MetadataTypeSettings and default Values 2025-03-05 17:55:22 +01:00
09e38928aa Add Fetching of basic server settings 2025-03-05 17:54:10 +01:00
390b7be866 Fix MFA detection with custom APP_BASE 2024-08-13 11:25:34 +02:00
e13f484bcb Add Workaround for inconsistent API Response 2023-11-24 13:32:47 +01:00
8dbb07720d Add totp and password-description-totp Support 2023-11-24 11:08:49 +01:00
605db2b047 Add Secret Json Schema Validation 2023-11-24 11:07:38 +01:00
lenforiee
a86ae886f2 handeld -> handled 2023-04-19 21:24:53 +02:00
lenforiee
fd895a9d46 challange -> challenge 2023-04-19 21:24:12 +02:00
lenforiee
ced16f2479 infinit -> infinite 2023-04-19 21:17:57 +02:00
Samuel Lorch
9e181e6c83 fix Resource FilterIsSharedWithGroup Type 2022-04-13 11:14:32 +02:00
Samuel Lorch
1b30521b5b fix mfa challange detection
for servers where the default language is not English
2022-04-07 16:07:08 +02:00
Samuel Lorch
a3a55e2199 fix typo 2022-02-04 16:42:04 +01:00
Samuel Lorch
bd2460467d Add missing ResourceType for ContainResourceType 2022-02-04 16:41:44 +01:00
Samuel Lorch
9cc8cc8b02 update regex 2022-01-21 14:40:06 +01:00
Samuel Lorch
f1122a019c add uuid check before insering into url 2022-01-21 13:46:26 +01:00
Samuel Lorch
d84e7e7ad7 Added New GRoup Contains and Type 2022-01-21 11:48:25 +01:00
Samuel Lorch
b0187ae821 add PHPSESSID to Session Cookie Whitelist 2021-11-18 12:20:52 +01:00
Samuel Lorch
f790467d28 fix Base url path being overwritten 2021-11-18 09:09:34 +01:00
Samuel Lorch
8e4637492d Add missing Comments 2021-09-22 13:09:11 +02:00
Samuel Lorch
6eb5734169 add comment, tidy go mod 2021-09-22 10:15:14 +02:00
Samuel Lorch
43193345fa Added ServerVerification Functions, Minor Cleanup 2021-09-22 10:11:55 +02:00
Samuel Lorch
151bd9643b add mfa Cookie to storage 2021-09-20 11:20:43 +02:00
Samuel Lorch
7fdad5269b move csrf token to custom request for mfa 2021-09-20 11:20:18 +02:00
Samuel Lorch
f01926b1c5 add MFA structs, Make Callback Public 2021-09-20 10:23:59 +02:00
Samuel Lorch
21c833b742 add support for MFA via callback 2021-09-20 09:20:41 +02:00
Samuel Lorch
f6b82dcbe9 remove non existant API function 2021-09-16 14:18:38 +02:00
Samuel Lorch
7e96b96c36 Add Folder Get Options for Get Calls 2021-09-16 14:17:03 +02:00
Samuel Lorch
f3e40caa8f adjust user get options 2021-09-08 14:41:02 +02:00
Samuel Lorch
ea631ac6a5 update resource get options 2021-09-08 11:09:23 +02:00
Samuel Lorch
00dbd90175 update folder get options 2021-09-08 11:09:01 +02:00
Samuel Lorch
28e2ccf7e4 fix lint 2021-09-06 15:55:55 +02:00