Commit Graph

3102 Commits

Author SHA1 Message Date
Vincent Petry
1adce5b495 Add encryption hit about how to fix bad signature errors
Added troubleshooting section for encryption.
Added section about the command to fix "Bad signature" errors.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-30 17:02:57 +02:00
Joas Schilling
39838e1d3b Fix link to mysql 4byte docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-17 10:30:07 +02:00
Morris Jobke
62b4402f82 Fix code block
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-06-17 10:20:07 +02:00
Jos Poortvliet
a9a4591c2b add the note about 4 byte support
So ppl don't miss it... Including me...
2021-06-17 10:17:59 +02:00
Julius Härtl
eb5bcfd87a Extend legacy encryption scan docs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-14 16:20:59 +02:00
Julius Härtl
2901259af7 Update log filed schema
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-10 10:51:19 +02:00
acsfer
b4d14a9df1 Typo 2021-05-24 19:58:27 +02:00
acsfer
3f4541b4cc Add a warning about limited support for NGINX 2021-05-24 10:58:49 +02:00
Nextcloud bot
2350b4ff36 generate documentation from config.sample.php 2021-05-22 04:14:32 +00:00
HouraisanNEET
20200912c2 Suggest Installing PHP Module Filter
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
2021-05-15 20:12:49 +08:00
Nextcloud bot
a051e3ff9f generate documentation from config.sample.php 2021-05-04 04:07:23 +00:00
Morris Jobke
5ba9346879 Merge pull request #6504 from nextcloud/revert-6393-design/image-alt-tags
Revert "Fix images and alt tags, fix #621, fix #622"
2021-05-03 15:17:12 +02:00
Morris Jobke
6c53fcae70 Merge pull request #6561 from nextcloud/updater
add info about updater
2021-05-03 15:12:26 +02:00
Jos Poortvliet
9e2b480821 add info about updater
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2021-05-03 12:48:04 +02:00
Jos Poortvliet
7a2d60d4ef Merge branch 'master' into general-improvements 2021-05-03 10:08:15 +02:00
Roeland Jago Douma
eb82b93a46 Revert "Fix images and alt tags, fix #621, fix #622" 2021-04-30 13:18:44 +02:00
Andrej Shadura
fc458d5e7c Add basic documentation for multibucket object store
This configuration sample quite sadly was lost during some
reorganisation in the past. It’s quite useful to be kept in the main
documentation.

Signed-off-by: Andrej Shadura <andrew@shadura.me>
2021-04-28 12:38:35 +02:00
Jan C. Borchardt
444d91253e Fix images and alt tags, fix #621, fix #622
- Change all `.. figure::` elements to `.. image::`
- Add empty `:alt:` so it is clear to screen readers that the images are decorative and don’t duplicate content
- Update styleguide with that info

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-15 20:18:42 +02:00
Sascha Wiswedel
d70a2d8016 added brute-force settings to supported apps
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-04-14 14:17:28 +02:00
Sascha Wiswedel
3c38728880 explained log fields
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-04-14 09:14:51 +02:00
Morris Jobke
56bc64e362 Merge pull request #6367 from jkemming/patch-2
Fix typos
2021-04-09 21:34:13 +02:00
Jan-Nick Kemming
00695a34e6 Fix typos 2021-04-09 18:47:22 +00:00
Jani Uusitalo
37dcac99eb Fix "An Nextcloud" typo
Signed-off-by: Jani Uusitalo <jani@mummila.net>
2021-04-09 14:41:51 +03:00
Joas Schilling
f95848b07c Add docs for patching an instance
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-09 11:50:31 +02:00
MichaIng
9178d3b898 Fix Nginx .well-known redirects (#6221)
- Follow the .htaccess and exclude .well-known redirects for ACME challenges and PKI validation, which are not handled by Nextcloud, and handle requests for `/remote`
- Preserve the query string when redirecting .well-known URIs.
- Separate the example config files from nginx.rst

Signed-off-by: MichaIng <micha@dietpi.com>
2021-04-07 23:21:21 +01:00
Jani Uusitalo
0fcfbf99d8 Fix typo (successfull -> successful)
Signed-off-by: Jani Uusitalo <jani@mummila.net>
2021-04-05 14:42:45 +03:00
Nextcloud bot
c8c0c2d2e3 generate documentation from config.sample.php 2021-03-30 04:01:41 +00:00
Morris Jobke
c4afd0dd00 Merge pull request #6325 from J0WI/crypt-defaults
Update cipher defaults
2021-03-29 13:30:13 +02:00
Christian Hartmann
2843dd81cd Fix password policy documentation
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2021-03-28 00:02:31 +01:00
J0WI
645fab4504 Update cipher defaults 2021-03-26 19:37:50 +01:00
Joas Schilling
304baa3bdf Fix link to "List of editable data fields"
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-24 09:37:08 +01:00
Joas Schilling
0ff91b66cb Add docs for getting the fields list
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-23 08:52:30 +01:00
Michael Griego
e1e1487f86 Notes on using the Redis session handler
Requested by https://github.com/nextcloud/docker/pull/1364#issuecomment-765472103

Signed-off-by: Mike Griego <mike@griegocentral.com>
2021-03-21 12:31:02 -05:00
Morris Jobke
419a126f33 Fix underline
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-03-17 14:23:17 +01:00
ZeroPointMax
9b6ebc8998 add newline in reverse proxy docs
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org>
2021-03-17 08:51:51 +00:00
Morris Jobke
ba1f758091 Merge pull request #6236 from mradhi/patch-2
Fix typo
2021-03-16 22:37:20 +01:00
Morris Jobke
ae995b2e6a Merge pull request #6082 from Steve8291/patch-4
Add note about when to enable SSL
2021-03-16 22:35:15 +01:00
Morris Jobke
6fd483d08d Merge pull request #6207 from Chartman123/add-postgres-versions
Add PostgreSQL version 12 and 13 to requirements
2021-03-16 22:17:35 +01:00
Morris Jobke
8d67702d05 Merge pull request #6223 from StefanZGit/patch-3
Update release_schedule.rst
2021-03-16 22:15:18 +01:00
Morris Jobke
27ffdc8ed7 Merge pull request #6238 from nextcloud/nc-doc-6046
Remove configuration examples
2021-03-16 22:11:59 +01:00
Morris Jobke
22fbd531f8 Merge pull request #6231 from HouraisanNEET/php-phar
Update source_installation.rst
2021-03-16 22:10:48 +01:00
Morris Jobke
e21789bbe7 Merge pull request #6240 from nextcloud/trusted-proxies-host
Remove "host to resolve" from the list of valid options for `trusted_proxies`
2021-03-16 22:10:05 +01:00
kesselb
570a2960c3 Merge pull request #6218 from gonzalo-/master
Add support to OpenBSD
2021-03-16 20:54:10 +01:00
gonzalo-
b6d8f1b9fd Update example_openbsd.rst
fix warning

Signed-off-by: gonzalo- <gonzalo@x61.com.ar>
2021-03-16 21:44:02 +01:00
Morris Jobke
1a85b35587 Merge pull request #6197 from francislavoie/patch-2
Clean up Caddy proxy example
2021-03-16 17:06:20 +01:00
Robin Appelman
cfd4c494f7 Remove "host to resolve" from the list of valid options for trusted_proxies
There is no code to actually support that as far as I can tell
2021-03-12 11:54:44 +00:00
acsfer
35fa146062 Remove configuration examples
Values are very specific for each system.
Fix https://github.com/nextcloud/documentation/issues/6046
2021-03-09 19:23:05 +01:00
Mohamed Radhi Guennichi
0defa1bf7e Fix typo 2021-03-09 14:26:28 +01:00
Nextcloud bot
84a690983c generate documentation from config.sample.php 2021-03-09 04:02:02 +00:00
hashashin1191
99a253b50d Update source_installation.rst
Signed-off-by: hashashin1191 <hashashin1191@protonmail.com>

#6224
2021-03-07 01:54:02 +08:00