Vincent Petry
66ce8306f8
Add howto sections for testing S3 and email
...
Added section about how to test email sending.
Added section about how to test S3 as primary and external storage.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-05 10:15:37 +00:00
Vincent Petry
1e8e5f4360
Merge pull request #9523 from nextcloud/backport/9521/stable24
...
[stable24] Add doc for occ trashbin:restore command
2023-01-04 16:01:56 +01:00
Vincent Petry
11a8d72d6e
Add doc for occ trashbin:restore command
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-04 14:56:59 +00:00
Vincent Petry
5c8c1ffed8
Merge pull request #9520 from nextcloud/backport/9518/stable24
...
[stable24] Add share attributes documentation in OCS Share API
2023-01-04 15:13:05 +01:00
Vincent Petry
cc787de311
Add share attributes documentation in OCS Share API
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-04 13:58:51 +00:00
Joas Schilling
1a251403cf
Merge pull request #9515 from nextcloud/backport/9510/stable24
...
[stable24] Improve UTF8 manual with older DB versions
2023-01-02 18:32:25 +01:00
Joas Schilling
50c9da5eda
Improve UTF8 manual with older DB versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-02 16:26:15 +00:00
Daniel
235fa6a782
Merge pull request #9512 from nextcloud/backport/9501/stable24
...
[stable24] Adjust ROW_FORMAT note to changes in Nextcloud 24
2023-01-02 14:15:11 +01:00
Daniel Calviño Sánchez
a127ceae7b
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:56 +00:00
Daniel
846ea3b3be
Merge pull request #9504 from nextcloud/backport/9394/stable24
...
[stable24] document azure primary storage
2022-12-27 18:46:07 +01:00
Robin Appelman
c091738d1c
document azure primary storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-12-27 17:31:39 +00:00
Daniel
114dfb8e2b
Merge pull request #9477 from nextcloud/backport/9473/stable24
...
[stable24] More clear wording (and tipo remove)
2022-12-10 21:55:11 +01:00
p-bo
905f0236c3
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:35:05 +00:00
p-bo
f3eea48824
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:35:05 +00:00
Daniel
6e1652bcb3
Merge pull request #9475 from nextcloud/backport/9398/stable24
...
[stable24] Add Let’s Encrypt to SSL certificates tip
2022-12-10 20:25:06 +01:00
p-bo
ed6332bce6
Fix grammar
2022-12-10 19:20:36 +00:00
p-bo
9ddd9b04c8
Rephrased as sugested
2022-12-10 19:20:36 +00:00
p-bo
d6e47dc9b9
Add Let’s Encrypt to SSL certificates tip
...
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 19:20:36 +00:00
Daniel
e3ff744e78
Merge pull request #9471 from nextcloud/backport/9397/stable24
...
[stable24] Add NextcloudPi to automated install options
2022-12-10 20:18:25 +01:00
p-bo
80910a51b5
Add NextcloudPi script
2022-12-10 13:51:45 +00:00
p-bo
0ce2ad3eb4
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 13:51:45 +00:00
Simon L
4577510356
Merge pull request #9430 from nextcloud/backport/9373/stable24
...
[stable24] Improve documentation around Imaginary
2022-11-30 10:21:39 +01:00
Richard Steinmetz
216cf32ac2
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:17 +00:00
Nextcloud bot
5931f84a1f
generate documentation from config.sample.php
2022-11-26 03:36:31 +00:00
Daniel
d3a5f6554b
Merge pull request #9421 from nextcloud/backport/9420/stable24
...
[stable24] [stable25] Fix formating
2022-11-25 22:45:26 +01:00
p-bo
eee03682c1
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:42:59 +00:00
Daniel
cfccfdb353
Merge pull request #9418 from nextcloud/backport/9417/stable24
...
[stable24] [stable25] future-proof link to desktop client docs
2022-11-25 20:39:55 +01:00
p-bo
9935fca16c
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:37:16 +00:00
John Molakvoæ
b3d41e896e
Merge pull request #9410 from nextcloud/backport/9408/stable24
2022-11-22 15:08:23 +01:00
Joas Schilling
4ddb28c35c
Fix linting things
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-22 13:59:12 +00:00
John Molakvoæ
a238ed4e9c
Fix link syntax
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2022-11-22 13:59:12 +00:00
John Molakvoæ
ce145e2f35
Fix browsers requirements
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-11-22 13:59:12 +00:00
Joas Schilling
a3f2d29d6b
Merge pull request #9384 from nextcloud/backport/9380/stable24
...
[stable24] Update logo with fixed N
2022-11-17 21:09:44 +01:00
Joas Schilling
8af892b91f
Merge pull request #9387 from nextcloud/backport/9382/stable24
...
[stable24] Fix syntax issues and dead links
2022-11-17 21:09:03 +01:00
Joas Schilling
1aaaba25c8
Fix syntax issues
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-17 18:21:17 +00:00
Joas Schilling
7d8a0ddcc4
Update logo with fixed N
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-17 13:53:27 +00:00
Simon L
729f28beb2
Merge pull request #9378 from nextcloud/backport/9374/stable24
...
[stable24] add mariadb10.6
2022-11-17 12:06:38 +01:00
Simon L
087977cd47
add mariadb10.6
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2022-11-17 11:03:06 +00:00
Julius Härtl
7c5ff5d934
Merge pull request #9371 from nextcloud/backport/9366/stable24
2022-11-16 15:30:31 +01:00
Richard Steinmetz
be2ed0718e
Merge pull request #9368 from nextcloud/backport/9358/stable24
...
[stable24] Document versions of the PSR packages
2022-11-15 10:46:04 +01:00
Christoph Wurst
f3bdaf49db
Document that Nextcloud does not ship a Babel Polyfill anymore
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 21:25:05 +00:00
Christoph Wurst
9054c069bf
Document versions of the PSR packages
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 20:23:56 +00:00
Christoph Wurst
a42a76a1a0
Merge pull request #9361 from nextcloud/backport/9357/stable24
...
[stable24] Document that the PHP extension `fileinfo` is required
2022-11-14 18:43:03 +01:00
Christoph Wurst
cd1adc2360
Merge pull request #9364 from nextcloud/backport/9359/stable24
...
[stable24] Document when to use the NoTwoFactorRequired annotation
2022-11-14 18:38:39 +01:00
Christoph Wurst
6042689fe1
Document when to use the NoTwoFactorRequired annotation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 17:28:36 +00:00
Christoph Wurst
ce7a805a94
Document that the PHP extension fileinfo is required
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 17:27:39 +00:00
Christoph Wurst
e2223474c2
Merge pull request #9353 from nextcloud/backport/9350/stable24
...
[stable24] Use deprecated directive instead of note
2022-11-14 15:12:18 +01:00
Christoph Wurst
3732bd6185
Use deprecated directive instead of note
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 15:02:42 +01:00
Christoph Wurst
73ae52f89a
Merge pull request #9348 from nextcloud/backport/9345/stable24
...
[stable24] Document app bootstrap boot and injectFn
2022-11-14 13:14:18 +01:00
Christoph Wurst
a2cc04fdb4
Document app bootstrap boot and injectFn
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 12:04:30 +00:00