-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release' into 'develop'
PB-33917 - On some version of (presumably) .Net, the HTTP requests are made... See merge request passbolt/desktop/passbolt-windows!146
- Loading branch information
Showing
58 changed files
with
2,762 additions
and
1,165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,20 @@ | ||
We're pleased to announce the release of the Passbolt Windows Desktop Application Version 1.1. This version aligns with Passbolt v4.7 feature set and allows users to use the drap and drop feature to move their folders and resources. | ||
We're pleased to announce the release of the Passbolt Windows Desktop Application Version 1.1, marking the first stable iteration of the application. This version follows a detailed security audit conducted by Cure53, reflecting our focus on maintaining high security standards. As usual, the audit's findings are available publicly on the passbolt website. | ||
|
||
Thank you for your support and for trusting Passbolt. | ||
This version also aligns with Passbolt v4.8 feature set, ensuring that users transitioning between the web and the desktop environment have a consistent experience. If you want to know more about the current and future status of the application, checkout this blog article: https://www.passbolt.com/blog/stable-release-of-passbolt-windows-desktop-application | ||
|
||
## [1.1.0] - 2024-05-17 | ||
## Changelog | ||
### Added | ||
- PB-32931 As administrator, I see SSO and Directory Sync health checks in Passbolt API Status page | ||
- PB-33065 As an administrator I can add a fallback property to map my organisation AD user username | ||
- PB-33070 Request passphrase when exporting account kit | ||
- PB-33176 Desktop app adapt code to work with 4.7.0 | ||
- PB-33074 As a desktop app user I should be able to add a resource to a folder by drag and drop | ||
Thank you for your support and for trusting Passbolt. Stay tuned for more updates and the detailed security report. | ||
|
||
## [1.2.0] - 2024-07-01 | ||
### Improved | ||
- PB-33686 As a user I should be signed out after browser update | ||
- PB-33610 As a desktop i should inform the user about an untrusted certificate | ||
- PB-33609 as a desktop i should not accept http trusted domain | ||
|
||
### Fixed | ||
- PB-32420 Fix double calls to PwnedPassword API service | ||
- PB-32631 Fix healthCheck Entity to support air gapped instances | ||
- PB-33066 As AD, I should not see directorySync and SSO checks if they are disabled | ||
- PB-33067 After an unexpected error during setup, recover or account recovery, only the iframe reload and the port cannot reconnect | ||
- PB-33410 Fix Chrome Extension frozen and unusable after some period of inactivity | ||
- PB-33444 When dragging resources on folders, the folders keep the \"hover\" state visually | ||
- PB-33442 The keepSessionAlive seems not to trigger | ||
- PB-33323 Dragging a private folder to a shared folder seems to be blocked in \"computing changes\" state | ||
- PB-33445 Sometimes the drag and drop is broken and the \"info\" tooltip stays static on the UI | ||
- PB-33595 As a user running an instance serving an invalid certificate I should be able to sync the gpgkeyring | ||
- PB-33727 Fix session extension, service worker awaken and user instance storage not set | ||
- PB-33801 Remove active account cache in memory | ||
|
||
### Maintain | ||
- PB-22623 Start service worker in an insecure environment | ||
- PB-22640 As a signed-in user the inform call to action should remain after the port is disconnected only for MV3 | ||
- PB-22644 The passbolt icon should detect if the user is still connected after the service worker awake | ||
- PB-23928 Handle when the extension is updated, the webIntegration should be destroy and injected again | ||
- PB-29622 Simulate user keyboard input for autofill event | ||
- PB-29946 When the service worker is shutdown and a navigation is detected the service worker do not reconnect port and stay in error mode | ||
- PB-29965 Use a dedicated service to verify the server | ||
- PB-29966 Update apiClient to support form data body and custom header | ||
- PB-29967 Use a dedicated service to do the step challenge with the server | ||
- PB-29968 use a dedicated service to check the user authentication status | ||
- PB-29969 Use a dedicated service to logout the user | ||
- PB-29988 Update the alarm in the class StartLoopAuthSessionCheckService to use the property periodInMinutes | ||
- PB-29989 Put the alarm listener at the top level for the StartLoopAuthSessionCheckService to check the authentication status | ||
- PB-29990 Move PassphraseStorageService keep alive alarm listener in top level | ||
- PB-30272 Add message service in the app content script in order to reconnect the port from a message sent by the service worker | ||
- PB-30273 On the post logout event the service worker should reconnect port that needs to receive the post logout message | ||
- PB-30274 Add message service in the browser integration content script in order to reconnect the port from a message sent by the service worker | ||
- PB-30310 Improve invalid groups users sanitization strategy | ||
- PB-30335 Use timeout instead alarms for service worker | ||
- PB-30336 Use timeout instead alarms for promise timeout service | ||
- PB-30337 Put the alarm listener at the top level for the passphraseStorageService to flush passphrase after a time duration | ||
- PB-30341 Remove alarms for toolbar controller | ||
- PB-30342 Use timeout instead of alarm for the resource in progress cache service to flush the resource not consumed | ||
- PB-30374 Check if AuthService from styleguide is still used in the Bext otherwise remove it | ||
- PB-30375 Improve CI unit test performance by running them in band | ||
- PB-32291 Cleanup legacy code and unused passbolt.auth.is-authenticated related elements | ||
- PB-32335 Split PassphraseStorageService to put the KeepSessionAlive feature on its own service | ||
- PB-32345 Ensures on the desktop app during import account that the file to import is taken into account | ||
- PB-32597 Ensure ToolbarController are set on index.js | ||
- PB-32598 Ensure add listener from authentication event controller are set on index.js | ||
- PB-32599 Ensure add listener from StartLoopAuthSessionCheckService are set on index.js | ||
- PB-32604 Ensure add listener from on extension update available controller are set on index.js | ||
- PB-32602 Ensure add listener from user.js are set on index.js | ||
- PB-32603 Ensure add listener from ResourceInProgressCacheService are set on index.js | ||
- PB-32915 Update code to remove the destruction of the public web sign-in on port disconnected | ||
- PB-32916 Update code to remove the destruction of the setup on port disconnected | ||
- PB-32917 Update code to remove the destruction of the recover on port disconnected | ||
- PB-33018 Automate browser extension npm publication | ||
- PB-33024 Ensure only stable tags of the styleguide are published to npm | ||
- PB-33024 Ensure only stable tag of the browser extension are sent for review or publish to the store | ||
- PB-33061 Create account temporary storage | ||
- PB-33062 Use temporary account storage for setup process | ||
- PB-33063 Use temporary account storage for recover process | ||
- PB-33064 Use temporary account storage for account recovery process | ||
- PB-33068 Remove beta information for the windows app | ||
- PB-33235 Convert formData file into a json serializable in offscreen | ||
- PB-33225 MV3 beta rollout | ||
- PB-33297 Extension update available should store the state if user signed in | ||
- PB-33304 Fix extension update available service | ||
- PB-33307 Browser extension version bump to v4.7.5-rc.0 | ||
- PB-33307 Add debug to capture onInstall reason details | ||
- PB-33321 Fix local storage loading on extension update | ||
### Maintenance | ||
- PB-33541 Chrome Extension Manifest upgrade to version 3 | ||
- PB-33728 - Add support of 4.8 BEXT on the windows app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<root> | ||
<!-- | ||
Microsoft ResX Schema | ||
Version 2.0 | ||
The primary goals of this format is to allow a simple XML format | ||
that is mostly human readable. The generation and parsing of the | ||
various data types are done through the TypeConverter classes | ||
associated with the data types. | ||
Example: | ||
... ado.net/XML headers & schema ... | ||
<resheader name="resmimetype">text/microsoft-resx</resheader> | ||
<resheader name="version">2.0</resheader> | ||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | ||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | ||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | ||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | ||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | ||
<value>[base64 mime encoded serialized .NET Framework object]</value> | ||
</data> | ||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | ||
<comment>This is a comment</comment> | ||
</data> | ||
There are any number of "resheader" rows that contain simple | ||
name/value pairs. | ||
Each data row contains a name, and value. The row also contains a | ||
type or mimetype. Type corresponds to a .NET class that support | ||
text/value conversion through the TypeConverter architecture. | ||
Classes that don't support this are serialized and stored with the | ||
mimetype set. | ||
The mimetype is used for serialized objects, and tells the | ||
ResXResourceReader how to depersist the object. This is currently not | ||
extensible. For a given mimetype the value must be set accordingly: | ||
Note - application/x-microsoft.net.object.binary.base64 is the format | ||
that the ResXResourceWriter will generate, however the reader can | ||
read any of the formats listed below. | ||
mimetype: application/x-microsoft.net.object.binary.base64 | ||
value : The object must be serialized with | ||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter | ||
: and then encoded with base64 encoding. | ||
mimetype: application/x-microsoft.net.object.soap.base64 | ||
value : The object must be serialized with | ||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter | ||
: and then encoded with base64 encoding. | ||
mimetype: application/x-microsoft.net.object.bytearray.base64 | ||
value : The object must be serialized into a byte array | ||
: using a System.ComponentModel.TypeConverter | ||
: and then encoded with base64 encoding. | ||
--> | ||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> | ||
<xsd:element name="root" msdata:IsDataSet="true"> | ||
<xsd:complexType> | ||
<xsd:choice maxOccurs="unbounded"> | ||
<xsd:element name="metadata"> | ||
<xsd:complexType> | ||
<xsd:sequence> | ||
<xsd:element name="value" type="xsd:string" minOccurs="0" /> | ||
</xsd:sequence> | ||
<xsd:attribute name="name" use="required" type="xsd:string" /> | ||
<xsd:attribute name="type" type="xsd:string" /> | ||
<xsd:attribute name="mimetype" type="xsd:string" /> | ||
<xsd:attribute ref="xml:space" /> | ||
</xsd:complexType> | ||
</xsd:element> | ||
<xsd:element name="assembly"> | ||
<xsd:complexType> | ||
<xsd:attribute name="alias" type="xsd:string" /> | ||
<xsd:attribute name="name" type="xsd:string" /> | ||
</xsd:complexType> | ||
</xsd:element> | ||
<xsd:element name="data"> | ||
<xsd:complexType> | ||
<xsd:sequence> | ||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | ||
</xsd:sequence> | ||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> | ||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | ||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | ||
<xsd:attribute ref="xml:space" /> | ||
</xsd:complexType> | ||
</xsd:element> | ||
<xsd:element name="resheader"> | ||
<xsd:complexType> | ||
<xsd:sequence> | ||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||
</xsd:sequence> | ||
<xsd:attribute name="name" type="xsd:string" use="required" /> | ||
</xsd:complexType> | ||
</xsd:element> | ||
</xsd:choice> | ||
</xsd:complexType> | ||
</xsd:element> | ||
</xsd:schema> | ||
<resheader name="resmimetype"> | ||
<value>text/microsoft-resx</value> | ||
</resheader> | ||
<resheader name="version"> | ||
<value>2.0</value> | ||
</resheader> | ||
<resheader name="reader"> | ||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||
</resheader> | ||
<resheader name="writer"> | ||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||
</resheader> | ||
<data name="AppDisplayName" xml:space="preserve"> | ||
<value>Passbolt</value> | ||
</data> | ||
</root> |
Oops, something went wrong.