Joas Schilling
e2bff56a17
Improve UTF8 manual with older DB versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-02 16:26:11 +00:00
Daniel Calviño Sánchez
e4f4575f83
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>
2023-01-02 09:44:41 +00:00
Robin Appelman
a6bbbd5081
document azure primary storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-12-27 17:31:25 +00:00
pravynandas
abeb1b72b1
Typo corrections
...
Signed-off-by: pravynandas <pravynandas@users.noreply.github.com>
2022-12-17 16:34:56 +00:00
pravynandas
5d10a44edd
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-17 16:34:56 +00:00
Florent Poinsaut
dc04cd1192
Remove trailing slash + add traefik v2 Docker label example + homogeneization of examples
...
Signed-off-by: Florent Poinsaut <florent@poinsaut.fr>
2022-12-17 16:28:30 +00:00
Florent Poinsaut
3ae20b3494
Fix traefik v1 example
...
We need to escape $ char in traefik v1 label otherwise this error occurs:
`ERROR: Invalid interpolation format for "labels" option in service "web": "https://$1/remote.php/dav/ "`
Signed-off-by: Florent Poinsaut <florent@poinsaut.fr>
2022-12-17 16:28:30 +00:00
Daniel
8eff8fc576
Update admin_manual/maintenance/package_upgrade.rst
...
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-14 21:57:16 +00:00
p-bo
3510d48d68
lowercase instead of uppercase, colon instead of comma
...
There was combination of comma, followed by uppercase article which is not correct. So replaced upper case article with lowercase one and tried also other variants instead of comma between sentences and colon seems to fit best (but may be only subjective perception).
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-14 21:57:16 +00:00
Hans-Peter
c71c470307
Fix Deployment recommendations link (gives 404)
...
Signed-off-by: Hans-Peter <hps@swissr.org>
2022-12-14 21:29:15 +00:00
Joas Schilling
209671b16f
Fix RST
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-13 08:31:55 +00:00
Daphne Muller
542980c65b
Update system_requirements.rst
...
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2022-12-13 08:31:55 +00:00
p-bo
bd7da0364a
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 19:42:08 +00:00
p-bo
390dbdf852
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 19:42:08 +00:00
p-bo
fa50239a59
Fix grammar
2022-12-10 19:20:31 +00:00
p-bo
a5de87f167
Rephrased as sugested
2022-12-10 19:20:31 +00:00
p-bo
f9f028a6d5
Add Let’s Encrypt to SSL certificates tip
...
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 19:20:31 +00:00
p-bo
8ac624b71c
Add NextcloudPi script
2022-12-10 16:09:15 +00:00
p-bo
b1f0b5aab5
Add NextcloudPi to automated install options
...
Because they also provide install script - see Debian tab under Supported Systems section on nextcloudpi.com
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 16:09:15 +00:00
Richard Steinmetz
93b20be360
Improve documentation around Imaginary
...
Ref https://github.com/nextcloud/previewgenerator/issues/323
Ref https://github.com/nextcloud/server/pull/35105
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-11-30 09:18:00 +00:00
Vincent Petry
88117c0e22
Update instructions for upgrading from ownCloud 10.11
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-29 08:00:50 +00:00
Luka Trovic
feabbf1bc2
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 07:12:44 +00:00
Luka Trovic
b41eaf5505
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 07:12:44 +00:00
Luka Trovic
8560a17549
docs: add description to disable av background scan
...
Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com>
2022-11-28 07:12:44 +00:00
p-bo
34b8ad1479
Fix formating
...
- use *italicized text* instead of _italicized text_ , because it was not rendered in used markdown flavour correctly
- remove (forgotten?) long line of dashes
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-25 19:38:29 +00:00
p-bo
37898cb32f
future-proof link to desktop client docs
...
latest instead version number to stay functional/current
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-25 19:33:46 +00:00
Joas Schilling
f929d31f96
Fix syntax issues
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-17 18:20:56 +00:00
Simon L
eb9f81f986
add mariadb10.6
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2022-11-16 00:49:04 +01:00
Simon L
461ef85745
Merge pull request #9344 from nextcloud/backport/9327/stable25
...
[stable25] add postgres 15
2022-11-15 00:41:22 +01:00
Christoph Wurst
df8491294a
Document that the PHP extension fileinfo is required
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 17:27:20 +00:00
Simon L
1f96ec40df
add postgres 15 back
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2022-11-14 11:17:14 +00:00
Joas Schilling
0449deb516
Fix missing 25 split linking to the wrong documentation
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-11 15:32:46 +01:00
Vincent Petry
01964fd8d0
Update Debian and openSUSE versions in sys reqs
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-08 11:34:27 +00:00
林柏臣
eb1a900f5b
update the link to available language codes
...
change the url of Transifex language codes from https://www.transifex.com/explore/languages/ to https://explore.transifex.com/languages/ as the previous link redirect to the home page.
Signed-off-by: 林柏臣 <daniel.pclin@gmail.com>
2022-11-07 20:54:04 +00:00
szaimen
1af3dbe492
64-bit is required for NC26
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-11-02 10:13:24 +00:00
Simon L
976f2c01e0
address review
...
Co-authored-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Simon L. <szaimen@e.mail.de>
2022-10-27 11:12:59 +00:00
szaimen
29e338ac01
rework postgresql docs
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-10-27 11:12:57 +00:00
Andrew Dawes
78cd7734c8
Fixed several typos and grammar errors
...
Signed-off-by: Andrew Dawes <andrewsdawes@gmail.com>
2022-10-25 08:18:16 +00:00
Louis
1f3c531777
Merge pull request #9202 from nextcloud/backport/9201/stable25
...
[stable25] Add files:scan --generate-metadata option
2022-10-20 15:25:51 +02:00
Joas Schilling
7ec4b0857c
Update file retention screenshot and description
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-19 10:18:10 +00:00
Joas Schilling
02aa7f3b59
Document Postgres 14 support
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-17 20:36:16 +00:00
Ivan Sein
ff80c8ff03
Update iOS apps requirements to iOS 14.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2022-10-17 05:16:08 +00:00
Fernando Ribeiro
0cbf025b09
Update splitting.rst
...
typo
Signed-off-by: Fernando Ribeiro <fribeiro@fribeiro.org>
2022-10-12 19:59:37 +00:00
Daniel Kesselberg
e8cb0c09e8
Add documentation for occ tag commands
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-10-12 11:20:46 +00:00
Louis Chemineau
8d162f583e
Add files:scan --generate-metadata option
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-10-11 15:03:41 +00:00
Arthur Schiwon
c4c4ca31e5
update app list in accordance wiht bundling state of NC 25
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-28 21:06:57 +00:00
Daniel
bc96bc8b7c
Merge pull request #9174 from nextcloud/backport/9172/stable25
...
[stable25] Update system requirements
2022-09-26 20:20:34 +02:00
szaimen
0269d5e23e
document Apache timeout limits
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-23 10:11:54 +00:00
Joas Schilling
28d85fe281
Update system_requirements.rst
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-09-23 09:21:17 +00:00
Vincent Petry
e36af006fb
Improve docs for transfer ownership
...
Add usage block.
Also document the ``--move``option.
Mention the target folder.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-21 11:56:45 +02:00