Commit Graph

3489 Commits

Author SHA1 Message Date
Daniel
b9e0281578 Merge branch 'master' into patch-22
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-01-11 00:17:20 +01:00
Daniel
e0e7f630d6 Merge pull request #9532 from rusty-snake/patch-3
Update Service Discovery example for Caddy …
2023-01-11 00:07:32 +01:00
Daniel
97ba643d49 Merge pull request #9517 from nextcloud/tcitworld-patch-1
Add missing comma
2023-01-11 00:02:56 +01:00
rusty-snake
590775b412 Update Service Discovery example for Caddy …
… in  reverse_proxy_configuration.rst

While the rewrite rules should work I guess, they still trigger a warning
on the admin page. Using 301 redirects make the warning go away.

Signed-off-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
2023-01-07 16:55:07 +00:00
Vincent Petry
3baa8ca46e Add troubleshooting section about NFD file encoding
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-05 10:41:26 +01:00
Nextcloud bot
8f0236071a generate documentation from config.sample.php 2023-01-05 03:43:28 +00:00
Vincent Petry
8ce0847393 Add doc for occ trashbin:restore command
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-04 15:24:56 +01:00
Thomas Citharel
e8479d0caf Add missing comma
Leads to user issues https://github.com/nextcloud/server/issues/34841#issuecomment-1368470070

Signed-off-by: Thomas Citharel <nextcloud@tcit.fr>
2023-01-04 09:20:23 +01:00
Nextcloud bot
bd38b79ff5 generate documentation from config.sample.php 2023-01-04 06:23:20 +00:00
Joas Schilling
529193a694 Merge pull request #9510 from nextcloud/bugfix/noid/improve-utf8-manual 2023-01-02 17:25:53 +01:00
Vincent Petry
86730231a2 Merge pull request #9501 from nextcloud/adjust-row-format-note-to-changes-in-nextcloud-24
Adjust ROW_FORMAT note to changes in Nextcloud 24
2023-01-02 10:44:28 +01:00
Joas Schilling
fee809cb64 Improve UTF8 manual with older DB versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-02 07:23:10 +01:00
Daniel
023499af9e Merge pull request #8189 from FalkenStein42/patch-2
Clarification on permisions for the Redis socket
2022-12-29 15:19:31 +01:00
Daniel
540475628f Update admin_manual/configuration_server/caching_configuration.rst
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-29 15:13:09 +01:00
Nextcloud bot
d62473afbd generate documentation from config.sample.php 2022-12-29 03:13:25 +00:00
Robin Appelman
98391da047 document azure primary storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-12-27 18:05:00 +01:00
Daniel Calviño Sánchez
973565115c Adjust ROW_FORMAT note to changes in Nextcloud 24
Since Nextcloud 24 (nextcloud/server#e49233a79546) ROW_FORMAT is no
longer set to "COMPRESSED" when changing the character set of tables to
"utf8mb4" in the "Repair MySQL collation" repair step. However, that
repair step still sets the ROW_FORMAT to "DYNAMIC" before changing the
collation of tables, no matter the character set.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-12-23 19:15:03 +01:00
Nextcloud bot
c40214c6bb generate documentation from config.sample.php 2022-12-23 10:35:59 +00:00
Daniel
117992da60 Merge pull request #9484 from pravynandas/patch-1
Explicit path and backup instruction
2022-12-17 17:34:39 +01:00
Daniel
a54a5943b9 Merge pull request #7944 from FlorentPoinsaut/patch-2
Fix traefik v1 example
2022-12-17 17:27:23 +01:00
pravynandas
846f08b724 Typo corrections
Signed-off-by: pravynandas <pravynandas@users.noreply.github.com>
2022-12-15 09:36:03 -05:00
Daniel
fcf11639cc Merge pull request #9392 from p-bo/patch-19
lowercase instead of uppercase, colon instead of comma
2022-12-14 22:57:02 +01:00
Daniel
1a0e63975d Update admin_manual/maintenance/package_upgrade.rst
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-14 22:53:47 +01:00
Hans-Peter
62400a5f1b Fix Deployment recommendations link (gives 404)
Signed-off-by: Hans-Peter <hps@swissr.org>
2022-12-14 14:31:53 +01:00
pravynandas
d60deafcf1 Explicit path and backup instruction
For me personally, it took some time to figure out where to make these changes, I wish a line explicitly point out where and how to make those changes. I hope this commit does that.

Signed-off-by: pravynandas <pravynandas@users.noreply.github.com>
2022-12-13 10:07:00 -05:00
Daniel
8200b6c24d Merge pull request #9473 from p-bo/patch-30
More clear wording (and tipo remove)
2022-12-10 20:41:53 +01:00
Daniel
883d4e2c91 Merge pull request #9061 from nbenedek/reverse-proxy-overwrite.cli.url
reverse proxy: add info about overwrite.cli.url
2022-12-10 20:31:42 +01:00
Daniel
a3ea707930 Update admin_manual/configuration_server/reverse_proxy_configuration.rst
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-10 20:27:46 +01:00
p-bo
583675fc6c Update admin_manual/installation/source_installation.rst
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 20:21:27 +01:00
Daniel
833c7c7aad Merge pull request #9398 from p-bo/patch-24
Add Let’s Encrypt to SSL certificates tip
2022-12-10 20:20:04 +01:00
p-bo
8ec13587af More clear wording (and tipo remove)
There was (my) tipo (dtto -> ditto) and possibly the whole expression was not so clear.

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 20:11:42 +01:00
tflidd
d104dd4eae Merge pull request #9397 from p-bo/patch-23
Add NextcloudPi to automated install options
2022-12-10 14:51:29 +01:00
Nextcloud bot
a3306e018d generate documentation from config.sample.php 2022-12-09 03:53:25 +00:00
Daniel
4e31df17c5 Merge pull request #9393 from p-bo/patch-21
tweak to render structured, add warning
2022-12-06 23:32:25 +01:00
Christoph Wurst
07b94e6ba3 doc(admin documentation): Warn about the changed errorlog message prefix
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-12-06 10:59:59 +01:00
tflidd
88b890f188 Merge pull request #9405 from p-bo/patch-29
Remove link to disappeared document
2022-12-05 21:08:31 +01:00
p-bo
e35c310cbd Fix grammar 2022-12-04 21:00:33 +01:00
tflidd
cdce864d06 Merge pull request #9390 from p-bo/patch-17
Updated link to WebDAV FAQ on OwnCloud forum
2022-12-04 20:40:59 +01:00
p-bo
7980625b56 Rephrased as sugested 2022-12-04 18:30:30 +01:00
Nextcloud bot
ea575ae12b generate documentation from config.sample.php 2022-12-01 03:39:06 +00:00
Daniel
ca2e9e9fbc Merge pull request #9401 from p-bo/patch-26
Point URL to internet archive
2022-11-30 15:28:36 +01:00
Simon L
6c2e7cb7b7 Merge pull request #9373 from nextcloud/enh/noid/improve-imaginary-doc
Improve documentation around Imaginary
2022-11-30 10:17:45 +01:00
Vincent Petry
9c8ac80c6c Merge pull request #9424 from nextcloud/update-owncloud-migration-10.11
Update instructions for upgrading from ownCloud 10.11
2022-11-29 09:00:27 +01:00
Nextcloud bot
2b0d1b9047 generate documentation from config.sample.php 2022-11-29 03:38:58 +00:00
Vincent Petry
6034de3149 Update instructions for upgrading from ownCloud 10.11
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-28 22:05:05 +01:00
Julius Härtl
eae31ad02f Merge pull request #9321 from nextcloud/docs/add-av-disabling-background-scan 2022-11-28 08:12:29 +01:00
Luka Trovic
09664f83ed feat: update description
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com>
2022-11-28 08:04:39 +01:00
Luka Trovic
d17ea611a4 feat: update description
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com>
2022-11-28 08:04:25 +01:00
Daniel
a1ada68056 Merge pull request #9391 from p-bo/patch-18
Missing comma in sentence
2022-11-27 21:01:18 +01:00
Nextcloud bot
1f7f6b2a50 generate documentation from config.sample.php 2022-11-26 03:36:33 +00:00