Commit Graph

3557 Commits

Author SHA1 Message Date
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
Matthieu Gallien
f6e598a666 adjust system requirements of desktop client
not sure about the linux requirements

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-02-14 15:04:01 +01:00
Côme Chilliet
5e9d958370 Apply Tobias suggestion
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-02-14 11:18:38 +01:00
Côme Chilliet
03dd64c469 Clarify shares situation for disabled users
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-02-13 16:19:40 +01:00
Nextcloud bot
d71364ffdc generate documentation from config.sample.php 2023-02-09 03:57:27 +00:00
J0WI
6aca4a6958 Merge pull request #9230 from pulsejet/patch-jit
Add JIT to server tuning
2023-02-08 14:46:10 +00:00
Louis
486e98a4bf Merge pull request #9617 from nextcloud/artonge/server/35355
Add entry for ldapConnectionTimeout ldap option
2023-02-08 14:15:46 +01:00
Louis
eecd76cfa9 Merge pull request #9618 from nextcloud/artonge/doc/35160
Add info about versions labeling and deleting
2023-02-08 14:15:36 +01:00
Côme Chilliet
98cb7acb4b Merge pull request #9615 from nextcloud/revert-9274-enh/noid/64-bit-26
Revert "64-bit is required for NC26"
2023-02-08 13:30:58 +01:00
Camila
40efe20f4c Fix note about occ files:transfer-ownership command.
See PR nextcloud/server/pull/30953.

Signed-off-by: Camila <hello@camila.codes>
2023-02-08 13:25:03 +01:00
Côme Chilliet
2015f28598 Fix back wording after revert
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-08 10:32:42 +01:00
Côme Chilliet
8db7f482f8 Revert "64-bit is required for NC26"
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-08 10:32:35 +01:00
Louis Chemineau
9df50ed8e8 Add info about versions labeling and deleting
https://github.com/nextcloud/server/pull/35160
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-07 18:39:15 +01:00
Louis Chemineau
9725a4ed88 Add entry for ldapConnectionTimeout ldap option
https://github.com/nextcloud/server/pull/35355
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-07 18:18:45 +01:00
Camila
8d9bd892c6 Add note about the occ files:transfer-ownership command.
See issue nextcloud/server#15410.

Signed-off-by: Camila <hello@camila.codes>
2023-02-07 17:31:34 +01:00
Nextcloud bot
a0167aae1f generate documentation from config.sample.php 2023-02-03 03:49:53 +00:00
Julius Härtl
43aecffd3c Add documentation for using SSE-C on S3 primary storage
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-31 09:33:27 +01:00
Marcel Müller
97d52aafff Update talk-android requirements
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-01-30 15:00:04 +01:00
Julius Härtl
f5a93882d4 Merge pull request #9569 from nextcloud/add-docs-for-defaultTemplateDirectory-appconfig
Add docs for defaultTemplateDirectory app config
2023-01-25 12:36:23 +01:00
Nextcloud bot
af22cb1759 generate documentation from config.sample.php 2023-01-25 04:04:04 +00:00
Xavier Brochard
957c1c7275 missing title formating
Signed-off-by: Xavier Brochard <xavier@alternatif.org>
2023-01-22 20:14:59 +01:00