Richard Steinmetz
a311084bb9
fix(admin): command box formatting in SSE-C section
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2023-05-17 10:49:34 +02:00
Nextcloud bot
4805b35c76
generate documentation from config.sample.php
2023-05-17 02:33:17 +00:00
Marc Hefter
eeb14ed0c9
LDAP/AD user profile synchronization
...
* feature addition: [user_ldap] update user profile from LDAP
* added Fediverse field explanation
* clearification of user profile data handling
* data handling on profile update in user_ldap
* being more specific about the data corrected some misformatted parts
* better handling of user profile changes
* removed profile data from LDAP will get removed
Signed-off-by: Marc Hefter <marchefter@gmail.com >
2023-05-16 10:00:54 +02:00
Joas Schilling
9935423b4f
Merge pull request #10389 from nextcloud/admin/clarify-php-and-db-recommendation
...
fix(requirements): Clarify php and db recommendation
2023-05-15 15:52:53 +02:00
max-nextcloud
ff1f285747
Merge pull request #10388 from nextcloud/fix/occ-decrypt-all
...
fix: occ encryption:decrypt-all handles maintenance mode and disables…
2023-05-15 15:08:26 +02:00
Ferdinand Thiessen
1280705229
Merge pull request #10375 from nextcloud/fix/admin-nginx-js-mime
...
[admin] Nginx: Change mimetype for javascript
2023-05-15 14:17:30 +02:00
Joas Schilling
98a17f1361
fix(requirements): Recommend PHP 8.2
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-05-15 13:54:57 +02:00
Joas Schilling
cc3d162164
fix(requirements): Clarify recommended MariaDB version
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-05-15 13:54:27 +02:00
Max
a3e19e6217
fix: occ encryption:decrypt-all handles maintenance mode and disables encryption
...
When the command is started in maintenance mode it will even err out.
Also one should not disable encryption without decrypting all files first.
Signed-off-by: Max <max@nextcloud.com >
2023-05-15 13:05:40 +02:00
Ferdinand Thiessen
1ef2afca31
fix(admin): Nginx: Change mimetype from application/javascript to text/javascript
...
* See also https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#textjavascript
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2023-05-15 12:30:40 +02:00
Nextcloud bot
f54b606dac
generate documentation from config.sample.php
2023-05-13 04:42:21 +00:00
Christoph Wurst
4de1a10310
feat(adminmanual): Document system address book in 27
...
* Exposed for everyone now
* Property scopes
* Enumeration
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-05-12 10:56:22 +02:00
Christoph Wurst
c6a10eaf9f
feat(adminmanual): Document system address book basics
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-05-12 10:56:21 +02:00
Christoph Wurst
8ab7e7de1e
fix: Remove outdated "windows enablers"
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-05-11 09:58:52 +02:00
Christoph Wurst
c6ffc4c791
feat(usermanual): Add user manager property description
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-05-09 16:27:38 +02:00
Christoph Wurst
d81fed0301
fix(adminmanual): Remove not about automatically trusted servers
...
This setting was removed in 19+
Ref https://github.com/nextcloud/server/pull/26765
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-05-09 13:26:23 +02:00
Christoph Wurst
4fbb6aac05
feat(adminmanual): Mail account delegation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-05-05 14:02:00 +02:00
Daniel Kesselberg
2390f88bc9
docs(occ): update maintenance mode section
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2023-05-02 18:16:01 +02:00
Rello
9342735e6f
Update federated_cloud_sharing_configuration.rst
...
Signed-off-by: Rello <Rello@users.noreply.github.com >
2023-04-27 15:29:55 +02:00
Rello
f48c17309b
Update federated_cloud_sharing_configuration.rst
...
Add hint regarding the prerequisite for a green status light
Signed-off-by: Rello <Rello@users.noreply.github.com >
2023-04-27 13:51:52 +02:00
Mason Brothers
e06fa576c6
Update proxy.rst
...
Fix spelling
Signed-off-by: Mason Brothers <masonbrothers@users.noreply.github.com >
2023-04-26 11:10:26 -06:00
Daniel Kesselberg
927d7a31ae
docs(occ): add section run commands in maintenance mode
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2023-04-25 20:57:35 +02:00
Daniel Kesselberg
05d1d55495
docs(occ): decrypt-all requires maintenance mode = off
...
The encryption:decrypt-all command was updated to require maintenance mode = off: https://github.com/nextcloud/server/pull/12114
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2023-04-25 18:20:53 +02:00
Joas Schilling
ef92ad4fab
fix(syntax): Fix list syntax in system requirements
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2023-04-21 17:49:08 +02:00
Julien Veyssier
c984e4af9c
add links to pages in reference index
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-04-18 10:32:05 +02:00
Julien Veyssier
9ceef69c23
add reference management admin doc (link previews + smart picker)
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-04-14 16:46:23 +02:00
Joas Schilling
29ae83242d
Merge pull request #9966 from Fenn-CS/note-php8-deprecation
...
Note PHP8.0 deprecation
2023-04-14 10:19:10 +02:00
Anna Larch
a92a0285be
Document Symfony Mailer changes
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2023-04-13 12:09:17 +02:00
Nextcloud bot
5ba51aee0e
generate documentation from config.sample.php
2023-04-12 04:45:21 +00:00
Maxime LE HERICY
f67a150e8c
Update encryption_configuration.rst
...
typo in the documentation.
actual command is encryption:fix-encrypted-version and not encryption:fix-encrypted-versionS
Signed-off-by: Maxime LE HERICY <87175513+maximelehericy@users.noreply.github.com >
2023-04-05 09:42:45 +02:00
Nextcloud bot
3f74971627
generate documentation from config.sample.php
2023-04-04 04:41:35 +00:00
MichaIng
b0f1f4fb51
Merge pull request #9571 from nextcloud/fix/--option=value
...
Use --option=value version for occ maintenance:install
2023-04-03 13:41:26 +02:00
Nextcloud bot
a40198e537
generate documentation from config.sample.php
2023-04-02 04:39:14 +00:00
fenn-cs
5ebfca922f
Note PHP8.0 deprecation
...
PHP8.0 is now deprecated in Nextcloud 27.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2023-03-30 14:50:35 +01:00
Nextcloud bot
a13f6b56aa
generate documentation from config.sample.php
2023-03-29 04:51:35 +00:00
Ferdinand Thiessen
2ba96ad2fc
Merge pull request #9909 from nextcloud/feat/esm-scripts-nginx
...
Adjust nginx configuration to support mjs for javascript
2023-03-27 13:54:34 +02:00
Joas Schilling
994a1292e8
Fix URL syntax
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-03-24 10:19:49 +01:00
Arthur Schiwon
51f5c8a52d
update informaiton on migration from owncloud
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2023-03-23 13:33:02 +01:00
Andrey Borysenko
2a403f8017
Moved admin changes to admin_manual. Added new event to Events page
...
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com >
2023-03-21 14:18:16 +02:00
jld3103
9f4f34a306
Fix displayname property
...
Signed-off-by: jld3103 <jld3103yt@gmail.com >
2023-03-21 07:55:49 +01:00
Ferdinand Thiessen
c1c9b0a072
Adjust nginx configuration to support mjs for javascript
...
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de >
2023-03-16 15:47:37 +01:00
John Molakvoæ
4a25e81fc6
Merge pull request #9093 from martin-rueegg/patch-3
2023-03-16 09:58:00 +01:00
MichaIng
36e71e4f5b
Use --option=value version for occ maintenance:install
...
The `--option=value` version of passing options to the `occ maintenance:install` command is now used in the documentation, instead of the `--option value` variant. This solves issues with leading dashes in values, especially passwords. It also matches the `occ help maintenance:install` output.
Solves:
- https://github.com/nextcloud/server/issues/26109
- https://github.com/nextcloud/documentation/issues/8190
Furthermore values are now single quoted, which is important to avoid variable expansion and special treatment of the backlash character in random passwords, and a doubled space was removed.
Signed-off-by: MichaIng <micha@dietpi.com >
2023-03-07 23:36:43 +01:00
Simon L
6dc0a1c39f
add note why it is required
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-03-07 09:58:38 +01:00
Simon L
d2128877ee
update imaginary docs to reflect cap_add sys_nice
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-03-06 11:47:28 +01:00
Côme Chilliet
bfabdd8368
Document 32bits known limitations
...
Dates before Epoch or after 2038 cannot be represented as an integer and
throw when calling getTimestamp on the DateTime object.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-21 17:32:37 +01:00
Côme Chilliet
823e15725d
Up minimum PHP version to 8.0 and maximum to 8.2
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-21 15:59:45 +01:00
Simon L
3c1aed0002
aio-imaginary is now multiarch
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-02-17 01:12:02 +01:00
MichaIng
10d9cc6a79
Replace X-Robots-Tag header value with "noindex, nofollow"
...
For reference: https://github.com/nextcloud/server/pull/36689
Signed-off-by: MichaIng <micha@dietpi.com >
2023-02-15 17:49:55 +01:00
Simon L
6248064dac
Merge pull request #9629 from nextcloud/come-nc-patch-1
...
Clarify shares situation for disabled users
2023-02-15 09:59:09 +01:00