Skip to content

Commit f41fac3

Browse files
authored
Merge pull request #14646 from nextcloud/backport/14643/stable33
2 parents 0d5841b + 4887928 commit f41fac3

16 files changed

Lines changed: 21 additions & 23 deletions

File tree

admin_manual/ai/app_context_agent.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Nextcloud customers should file bugs directly with our Support system.
441441
Known Limitations
442442
-----------------
443443
* Make sure to test the language model you are using in concert with this app for whether they meet the use-case's quality requirements
444-
* Most models have difficulties with languages other than English. Some sometimes answer in another language than used by the user.
444+
* Most models have difficulties with languages other than English. Some models sometimes answer in a different language than the one used by the user.
445445
* Customer support is available upon request, however we can't solve false or problematic output, most performance issues, or other problems caused by the underlying model.
446446
Support is thus limited only to bugs directly caused by the implementation of the app (connectors, API, front-end, AppAPI). We still try to optimize this as far as possible, so if you encounter any false or problematic output, you can report it `in a dedicated Github issue <https://github.com/nextcloud/context_agent/issues/51>`_ to help us improve this app.
447447
* When multiple MCP services are configured that have tools with the same name undefined behavior will occur.

admin_manual/ai/eu_ai_act.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This section describes the measures that ensure the software is interoperable.
3535

3636
- We provide our AI features via an open API with publicly accessible `OpenAPI specs <https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/>`_ which allows developers to build on top of our features.
3737
- As our software is fully open-source, anyone can adjust the software to meet their needs. For example, anyone can adjust the core code, adjust the code of existing applications, or develop a custom application for Nextcloud.
38-
- We implement integrations for the major model hosting providers and their protocols upon request of customers. We are interoperable with OpenAI and IBMwatsonX. As Nextcloud is an open app ecosystem, anyone can develop an integration with a model hosting provider on their own.
38+
- We implement integrations for the major model hosting providers and their protocols upon request of customers. We are interoperable with OpenAI and IBM watsonx. As Nextcloud is an open app ecosystem, anyone can develop an integration with a model hosting provider on their own.
3939
- We implement the agent interoperability protocol MCP both as a client and as a server to allow users to connect the AI Agent software to existing services and connect existing AI Agents to our software.
4040
- We implement a local model hosting mechanism that can be used to host GGUF models (most open weight models can be converted using an Open Source tool called llama.cpp).
4141

admin_manual/configuration_files/external_storage/amazons3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Setting :code:`Enable Path Style` to true configures the S3 client to make reque
3939
enable it if your in-house object store or service provider requires it over the default (v4) authentication.
4040

4141
In the **Available for** field enter the users or groups who you want to give
42-
access your S3 mount.
42+
give access to your S3 mount.
4343

4444
The ``Enable SSL`` checkbox enables HTTPS connections and generally preferred. It is the default unless
4545
you disable it here.

admin_manual/configuration_files/external_storage/auth_mechanisms.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ Considerations for shared storage
8383
---------------------------------
8484

8585
Every external storage, which is using user specific authentication, is connected individually.
86-
Even if several users connect to the same folder, the files are regarded as separate files per user.
87-
Nextcloud can not recognize if two users access the very same file if they follow individual connections.
86+
Nextcloud cannot recognise shared file locks across individual connections, even when accessing the same file.
8887

8988
This has an influence on e.g. file locking as a locked individual file is not shown as locked to other users or users cannot collaboratively edit documents.
9089

admin_manual/configuration_server/logging_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ All log information will be sent to PHP ``error_log()``.
3535

3636
"log_type" => "errorlog",
3737

38-
.. warning:: Until version Nextcloud 25 log entries were prefixed with ``[owncloud]``. From 26 onwards messages start with ``[nextcloud]``.
38+
.. warning:: Until Nextcloud 25, log entries were prefixed with ``[owncloud]``. From 26 onwards, log entries start with ``[nextcloud]``.
3939

4040
file
4141
~~~~

admin_manual/configuration_server/oauth2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Nextcloud allows connecting external services (for example Moodle) to your Nextc
66
This is done via ``OAuth2``. See `RFC6749 <https://tools.ietf.org/html/rfc6749>`_ for the
77
OAuth2 specification.
88

9-
.. note:: Nextcloud does only support confidential clients.
9+
.. note:: Nextcloud supports only confidential clients.
1010

1111
Add an OAuth2 Application
1212
-------------------------

admin_manual/configuration_user/user_auth_ldap.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ Email Field:
463463

464464
User Home Folder Naming Rule:
465465
By default, the Nextcloud server creates the user directory in your Nextcloud
466-
data directory and gives it the Nextcloud username, .e.g ``/var/www/nextcloud/data/alice``. You may want to override this setting and name it after an LDAP
466+
data directory and gives it the Nextcloud username, e.g. ``/var/www/nextcloud/data/alice``. You may want to override this setting and name it after an LDAP
467467
attribute value. The attribute can also return an absolute path, e.g.
468468
``/mnt/storage43/alice``. Leave it empty for default behavior.
469469

@@ -483,7 +483,7 @@ User Profile attributes
483483
.. figure:: ../images/ldap-advanced-4-attributes.png
484484
:alt: User Profile Attributes.
485485

486-
After configuring those attributes, the User Profile data will be overwritten with the according data from LDAP. The checksum of data from LDAP will be stored in user settings ``user_ldap``, ``lastProfileChecksum`` and profile update is skipped as long as data from LDAP doesn't change. If ``memcache.distributed`` is enabled in ``config.php`` the checksum will be cached and the checking will be skipped, as long as the cached value exists (expires after ``ldapCacheTTL`` seconds).
486+
After configuring those attributes, the User Profile data will be overwritten with the corresponding data from LDAP. The checksum of data from LDAP will be stored in user settings ``user_ldap``, ``lastProfileChecksum`` and profile update is skipped as long as data from LDAP doesn't change. If ``memcache.distributed`` is enabled in ``config.php`` the checksum will be cached and the checking will be skipped, as long as the cached value exists (expires after ``ldapCacheTTL`` seconds).
487487

488488
Please be aware:
489489
- The user can change the data in profile, but it will get overwritten if changed in LDAP
@@ -570,7 +570,7 @@ Internal Username:
570570
The internal username is the identifier in Nextcloud for LDAP users. By default
571571
it will be created from the UUID attribute. The UUID attribute ensures that
572572
the username is unique, and that characters do not need to be converted. Only
573-
these characters are allowed: [\a-\zA-\Z0-\9_.@-]. Other characters are
573+
these characters are allowed: ``[a-zA-Z0-9_.@-]``. Other characters are
574574
replaced with their ASCII equivalents, or are simply omitted.
575575

576576
The LDAP backend ensures that there are no duplicate internal usernames in

admin_manual/configuration_user/user_configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ User accounts have the following properties:
6868

6969
*Quota*
7070
The maximum disk space assigned to each user. Any user that exceeds the quota
71-
cannot upload or sync data. You have the the option to include external
71+
cannot upload or sync data. You have the option to include external
7272
storage in user quotas.
7373

7474
*Manager*
@@ -211,7 +211,7 @@ settings and files. The user can be activated any time again, without data-loss.
211211
Hover your cursor over their name on the **Users** page until the "..."-menu icon
212212
appears at the far right. After clicking on it, you will see the **Disable** option.
213213

214-
The user will not longer be able to access their Nextcloud until you enable them again.
214+
The user will no longer be able to access their Nextcloud until you enable them again.
215215
Also all external shares, via public link or email, will not be accessible.
216216
Internal shares will still be working, so that other users on Nextcloud can continue working.
217217

admin_manual/exapps_management/ManagingDeployDaemons.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Usage Examples
5151
5252
occ app_api:daemon:register harp_proxy_docker "Harp Proxy (Docker)" "docker-install" "http" "appapi-harp:8780" "http://nextcloud.local" --net nextcloud --harp --harp_frp_address "appapi-harp:8782" --harp_shared_key "some_very_secure_password" --set-default --compute_device=cuda
5353
54-
* Register a HaRP deploy daemon with the ``localhost`` as the host and the ``localhost:8782`` as the FRP server address. This can be paired with a HaRP container running in the host network mode or has exposed the ports ``8780`` and ``8782`` to the host.
54+
* Register a HaRP deploy daemon with the ``localhost`` as the host and the ``localhost:8782`` as the FRP server address. This can be paired with a HaRP container running in the host network mode or that has exposed the ports ``8780`` and ``8782`` to the host.
5555

5656
.. code-block:: bash
5757

admin_manual/installation/command_line_installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ of running the graphical Installation Wizard::
2121
$ cd /var/www/nextcloud/
2222
$ sudo -E -u www-data php occ maintenance:install \
2323
--database 'mysql' --database-name 'nextcloud' \
24-
--database-user 'root' --database-pass 'password' \
24+
--database-user 'nextcloud' --database-pass 'password' \
2525
--admin-user 'admin' --admin-pass 'password'
2626
2727
Note that you must change to the root Nextcloud directory, as in the example

0 commit comments

Comments
 (0)