diff --git a/Web/Controls/Help/GettingStarted/Docspace/DocSpaceSettings.ascx b/Web/Controls/Help/GettingStarted/Docspace/DocSpaceSettings.ascx index 31c4bbf2a..fde9a41b5 100644 --- a/Web/Controls/Help/GettingStarted/Docspace/DocSpaceSettings.ascx +++ b/Web/Controls/Help/GettingStarted/Docspace/DocSpaceSettings.ascx @@ -355,7 +355,7 @@
Tracking login history

The Login History subsection of the Security settings is used to monitor the latest user login activity including successful logins and failed attempts with an indication of reasons. In the SaaS version, this is a Paid feature (available for the paid Business plan only).

-

This page displays only the last 20 records. Each record shows which action took place, who performed it and when the event occurred. You can also set the period during which the data is stored. By default, it is set to 180 days.

+

This page displays only the last 20 records. Each record shows which action took place, who performed it and when the event occurred.

Tracking Login History" /> Tracking Login History" /> @@ -375,7 +375,7 @@

The Audit Trail subsection of the Security settings allows you to browse through the list of the latest changes (creation, modification, deletion etc.) made by users to the entities (files, folders etc.) in your DocSpace. In the SaaS version, this is a Paid feature (available for the paid Business plan only).

-

This page displays only the last 20 records. Each record shows which action took place, who performed it and when the event occurred. You can also set the period during which the data is stored. By default, it is set to 180 days.

+

This page displays only the last 20 records. Each record shows which action took place, who performed it and when the event occurred.

Receiving Audit Trail Data" /> Receiving Audit Trail Data" /> diff --git a/Web/Controls/Help/Installation/DocSpaceChangelogDescr.ascx b/Web/Controls/Help/Installation/DocSpaceChangelogDescr.ascx index 0b6451805..b9f3f64b3 100644 --- a/Web/Controls/Help/Installation/DocSpaceChangelogDescr.ascx +++ b/Web/Controls/Help/Installation/DocSpaceChangelogDescr.ascx @@ -17,12 +17,15 @@
  • Written a new component for tabs. Added the ability to automatically scroll when clicking on a tab that is not fully visible. Added blur to the container edges.
  • Changed email messages, added new ones, reworked texts and links.
  • Localized logos and product names for China.
  • +
  • Renamed Guest to Anonymous in the Audit Trail settings.
  • Settings

    • Changed translations and page styles on the Bonus page in the Community edition. Added the Bonus page in the Space Management section in the Community edition.
    • Added the LDAP Settings section to the Integration settings. This setting allows importing users and groups via the LDAP protocol from a third-party LDAP Server.
    • Removed the BETA badge from the Plugins section.
    • +
    • Removed the 'Storage period' field in the Audit Trail, Login History settings.
    • +
    • Added the button to return back when entering a specific preset in Javascript SDK.

    Login page

      @@ -49,6 +52,9 @@
    • Implemented duplication for rooms and folders. Changed the duplication method for files. When duplicating rooms, the icon and tags are copied, users are deleted. Duplicated items have an index at the end of the name.
    • Added a limit on the number of pinned rooms - 10.
    • Added a hotkey for renaming files/folders - F2.
    • +
    • Added scrolling of the file list when selecting with the mouse while holding the left mouse button.
    • +
    • It's no longer possible to convert from docx to docxf.
    • +
    • Changed colors of badges and third-party services icons for the dark theme.

    Accounts

      diff --git a/Web/images/Help/GettingStarted/DocSpace/Big/AuditTrail.png b/Web/images/Help/GettingStarted/DocSpace/Big/AuditTrail.png index a88bcbc45..4634c77be 100644 Binary files a/Web/images/Help/GettingStarted/DocSpace/Big/AuditTrail.png and b/Web/images/Help/GettingStarted/DocSpace/Big/AuditTrail.png differ diff --git a/Web/images/Help/GettingStarted/DocSpace/Big/LoginHistory.png b/Web/images/Help/GettingStarted/DocSpace/Big/LoginHistory.png index da96ca1ca..238cb2ce9 100644 Binary files a/Web/images/Help/GettingStarted/DocSpace/Big/LoginHistory.png and b/Web/images/Help/GettingStarted/DocSpace/Big/LoginHistory.png differ diff --git a/Web/images/Help/GettingStarted/DocSpace/Small/AuditTrail.png b/Web/images/Help/GettingStarted/DocSpace/Small/AuditTrail.png index 989975ee2..5965507ae 100644 Binary files a/Web/images/Help/GettingStarted/DocSpace/Small/AuditTrail.png and b/Web/images/Help/GettingStarted/DocSpace/Small/AuditTrail.png differ diff --git a/Web/images/Help/GettingStarted/DocSpace/Small/LoginHistory.png b/Web/images/Help/GettingStarted/DocSpace/Small/LoginHistory.png index c008391c1..95a5bddda 100644 Binary files a/Web/images/Help/GettingStarted/DocSpace/Small/LoginHistory.png and b/Web/images/Help/GettingStarted/DocSpace/Small/LoginHistory.png differ