Skip to content

Commit 302b783

Browse files
Copilotskjnldsv
andauthored
chore: merge stable32 into backport branch and resolve conflicts
- Resolve conflict in dependency_injection.rst: accept stable32's major rewrite which already has the correct AuthorMapper::class references and also fixes new AuthorService -> AuthorMapper constructor bug - Accept backgroundjobs.rst auto-merge: incorporates stable32's fix for 'time minimum time' redundancy while keeping our semicolon fix - Also fix missing semicolon in new backgroundjobs.rst Scheduling section added by stable32 (same PHP property declaration bug) Signed-off-by: Anna Larch <anna@nextcloud.com> Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
2 parents 6bb16bf + 17befe6 commit 302b783

36 files changed

Lines changed: 273 additions & 145 deletions

admin_manual/ai/app_context_agent.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Deck tools
165165

166166
* Add a label to a card
167167

168-
* Example prompt: *"Can you add the label 'Urget' to the 'repair kitchen sink' card in my personal deck board?"*
168+
* Example prompt: *"Can you add the label 'Urgent' to the 'repair kitchen sink' card in my personal deck board?"*
169169

170170
* Assign a card to a user
171171

admin_manual/ai/app_stt_whisper2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ App: Local Whisper Speech-To-Text (stt_whisper2)
44

55
.. _ai-app-stt_whisper2:
66

7-
The *stt_whisper2* app is one of the apps that provide Speech-To-Text functionality in Nextcloud and act as a media transcription backend for the :ref:`Nextcloud Assistant app<ai-app-assistant>`, the *talk* app and :ref:`other apps making use of the core Translation API<stt-consumer-apps>`. The *stt_whisper2* app specifically runs only open source models and does so entirely on-premises. Nextcloud can provide customer support upon request, please talk to your account manager for the possibilities.
7+
The *stt_whisper2* app is one of the apps that provide Speech-To-Text functionality in Nextcloud and act as a media transcription backend for the :ref:`Nextcloud Assistant app<ai-app-assistant>`, the *talk* app and :ref:`other apps making use of the core Speech-To-Text API<stt-consumer-apps>`. The *stt_whisper2* app specifically runs only open source models and does so entirely on-premises. Nextcloud can provide customer support upon request, please talk to your account manager for the possibilities.
88

99
This app supports input and output in languages other than English if the underlying model supports the language.
1010

admin_manual/ai/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Overview
44

55

66
We strive to bring Artificial Intelligence features to Nextcloud. This section highlights these features, how they work and where to find them.
7-
All of these features are completely optional. If you want to have them on your server, you need install them via separate Nextcloud Apps.
7+
All of these features are completely optional. If you want to have them on your server, you need to install them via separate Nextcloud Apps.
88

99
Overview of AI features
1010
-----------------------

admin_manual/configuration_files/encryption_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Here is a reference table for common occ commands:
219219
* - occ encryption:enable-master-key
220220
- Enable master key mode
221221
* - occ encryption:disable-master-key
222-
- Enable user key mode
222+
- Disable master key mode
223223
* - occ encryption:fix-encrypted-version
224224
- Fix bad signature errors
225225
* - occ encryption:fix-key-location [user]

admin_manual/configuration_files/file_versioning.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ Additional options are:
4141
* ``D1, D2``
4242
Keep versions for at least D1 days and delete when they exceed D2 days.
4343

44-
* ``disabled``
45-
Disable the Versions app; no old file versions will be deleted.
44+
* `disabled`
45+
Disable automatic expiration (pruning) of file versions; file versions
46+
will continue to be created, but no old file versions will be deleted automatically.
47+
4648

4749
Background job
4850
--------------

admin_manual/configuration_server/dashboard_configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Enabling the dashboard app
1010
The Dashboard App is shipped and enabled by default. If it is not enabled
1111
simply go to your Nextcloud Apps page to enable it.
1212

13-
Configuring your Nextcloud for the activity app
14-
-----------------------------------------------
13+
Configuring your Nextcloud for the dashboard app
14+
-------------------------------------------------
1515

1616
The dashboard widgets are provided by apps and have a unique identifier. This can be used to customize the default layout of the dashboard as an administrator. The layout is stored as a comma-separated list of widget identifiers.
1717

admin_manual/configuration_server/email_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ connect Nextcloud to a remote SMTP server:
5252

5353
.. warning:: There were changes to the 3rd party mailer library in Nextcloud 26:
5454

55-
* STARTTLS cannot be enforced. It will be used automatically if the mail server supports it. The encryption type should be set to 'None/STARTTLS' in this case. See :ref:`here<TLSPeerVerification>` for an example on how to configure self signed certificates.
55+
* STARTTLS cannot be enforced; it is used automatically if the mail server supports it. Set the encryption type to **None/STARTTLS** to allow this automatic upgrade. See :ref:`here<TLSPeerVerification>` for an example on how to configure self-signed certificates.
5656
* NTLM authentication for Microsoft Exchange is not supported by the new mailer library. Try using `basic authentication <https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/authentication-and-ews-in-exchange#basic-authentication>`_ instead.
5757
* Outlook and Microsoft Exchange have discontinued support for Basic authentication. It is no longer possible to use their services as your default email handler.
5858

admin_manual/configuration_user/reset_user_password.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ after a user enters an incorrect password, and then Nextcloud automatically
77
resets their password. However, if you are using a read-only authentication
88
backend such as LDAP or Active Directory, this will not work. In this case you
99
may specify a custom URL in your ``config.php`` file to direct your user to a
10-
server than can handle an automatic reset::
10+
server that can handle an automatic reset::
1111

1212
'lost_password_link' => 'https://example.org/link/to/password/reset',
1313

admin_manual/configuration_user/two_factor-auth.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Two-factor authentication
55
=========================
66

77
Two-factor authentication adds an additional layer of security to user accounts. In order to log
8-
in on an account when two-factor authentication (2FA) enabled, you must provide both the
8+
in on an account when two-factor authentication (2FA) is enabled, you must provide both the
99
login password and another factor.
1010

1111
To use 2FA two things must happen:
@@ -36,9 +36,9 @@ types of factors. Three providers are automatically installed (but may need to b
3636

3737
**Two-Factor Backup Codes**
3838

39-
- A special 2FA factor provider enables users to generate backup codes provider.
40-
- Facilitates recovery of access if a a 2FA device is unavailable (i.e. gets stolen or is not working).
41-
- Generates ten backup codes (which can, of course, only be use once).
39+
- A special 2FA factor provider enables users to generate backup codes.
40+
- Facilitates recovery of access if a 2FA device is unavailable (i.e. gets stolen or is not working).
41+
- Generates ten backup codes (which can, of course, only be used once).
4242
- Always enabled.
4343

4444
Other 2FA providers may be found in the App Store.

admin_manual/configuration_user/user_auth_ldap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ Headline Field:
545545
The LDAP attribute holding the users headline.
546546

547547
Biography Field:
548-
The LDAP attribute holding the users about i.e. short biography.
548+
The LDAP attribute holding the user's biography (short description).
549549
Multi line value with unix LF line ending.
550550
Windows CRLF and Macintosh CR line endings will be replaced with unix LF line ending.
551551

0 commit comments

Comments
 (0)