Commit Graph

726 Commits

Author SHA1 Message Date
kesselb
18dfd5bb91 Merge pull request #7052 from maxkratz/feature/cronjob-php-fix
Added note on apc.enable_cli for system Cron based configs
2021-09-29 10:37:28 +02:00
Maximilian Kratz
65e9afeaa1 Updated reference to caching section
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-09-29 08:35:06 +02:00
kesselb
60385c3f05 Merge pull request #7127 from GAS85/patch-7
Update antivirus_configuration.rst
2021-09-18 12:35:30 +02:00
Nextcloud bot
4d50ab184f generate documentation from config.sample.php 2021-09-16 04:08:39 +00:00
Vincent Petry
2d47beaa0a Update summary of transfer ownership command
Added note about default behavior for incoming shares.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-15 14:50:09 +02:00
Vincent Petry
23777deabb Add option for incoming shares for transfer ownership
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-15 14:20:42 +02:00
Nextcloud bot
1920a21ad2 generate documentation from config.sample.php 2021-09-15 04:08:00 +00:00
Nextcloud bot
428ab59b4b generate documentation from config.sample.php 2021-09-10 04:18:42 +00:00
Georgiy Sitnikov
29df52a90b Update antivirus_configuration.rst
Move to the official docker image of clamav. Older image is not supporting anymore.
2021-09-09 15:35:55 +02:00
Nextcloud bot
c46b56b7db generate documentation from config.sample.php 2021-09-08 04:03:10 +00:00
Nextcloud bot
4086030699 generate documentation from config.sample.php 2021-08-27 04:05:48 +00:00
Maximilian Kratz
c0d2eaeb1b Added note on apc.enable_cli for system cron based configs
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-08-18 10:46:33 +02:00
Nextcloud bot
b95788c6c1 generate documentation from config.sample.php 2021-07-30 07:57:43 +00:00
Christoph Wurst
cf369cbd78 Document critical changes for devs and admins in Nextcloud 22
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 10:53:29 +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
Nextcloud bot
2350b4ff36 generate documentation from config.sample.php 2021-05-22 04:14:32 +00: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
Jos Poortvliet
9e2b480821 add info about updater
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2021-05-03 12:48:04 +02:00
Roeland Jago Douma
eb82b93a46 Revert "Fix images and alt tags, fix #621, fix #622" 2021-04-30 13:18:44 +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
3c38728880 explained log fields
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-04-14 09:14:51 +02:00
Jan-Nick Kemming
00695a34e6 Fix typos 2021-04-09 18:47:22 +00: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
J0WI
645fab4504 Update cipher defaults 2021-03-26 19:37:50 +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
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
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
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
Nextcloud bot
84a690983c generate documentation from config.sample.php 2021-03-09 04:02:02 +00:00
Nextcloud bot
6494caed62 generate documentation from config.sample.php 2021-03-02 04:08:09 +00:00
Francis Lavoie
f45a414a3c Update reverse_proxy_configuration.rst 2021-02-10 12:37:05 -05:00
Francis Lavoie
764d1234b3 Clean up Caddy proxy example
It's incorrect to use `reverse_proxy` for the dav paths because Caddy does not support paths in proxy addresses. Using a rewrite is the correct solution.

Was also pointed out here: https://github.com/nextcloud/documentation/pull/5894#issuecomment-772874944
2021-02-10 12:34:45 -05:00
Nextcloud bot
2d2275cd59 generate documentation from config.sample.php 2021-01-29 04:00:06 +00:00
Weston Myers
1350b0b86a Update reverse_proxy_configuration.rst
Tiny update, but there was a typo that would prevent redirection from occurring properly for Traefik.
2021-01-22 05:25:33 -05:00
Morris Jobke
36e687596a Combine the two Nginx reverse proxy examples
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-20 15:27:48 +01:00
Yash
c0335338ce Update reverse_proxy_configuration.rst
nginx redirect example
2021-01-20 15:13:06 +01:00
blizzz
c4a1b25c04 Merge branch 'master' into fix_systemd_cron 2021-01-14 21:55:12 +01:00
Christoph Wurst
0981cacc15 Merge pull request #5936 from nextcloud/update-migration-docs-oc-nc
Add doc to migrate from OC 10.5 to NC 20.0
2021-01-13 07:10:53 +01:00
Nextcloud bot
0488937981 generate documentation from config.sample.php 2021-01-13 04:01:37 +00:00
Vincent Petry
9f9892f333 Add doc to migrate from OC 10.5 to NC 20.0
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-12 18:09:24 +01:00
Morris Jobke
e7d295e779 Merge pull request #5894 from serafdev/patch-2
Caddyfile reverse_proxy example
2021-01-11 12:47:05 +01:00
Nextcloud bot
133fc61270 generate documentation from config.sample.php 2021-01-09 04:09:02 +00:00
Sascha Wiswedel
2e7383e709 made log watching via occ more precise
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:48:48 +01:00
Sascha Wiswedel
1e11ded034 cleaned up order of occ logging documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:47:50 +01:00
Sascha Wiswedel
b37be1ffbb cleaned up occ logging documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:47:05 +01:00
Sascha Wiswedel
b90e9b1ac1 added occ commands from Log Reader
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:29:13 +01:00
فارس
336b713724 gaddyfile reverse_proxy example
Added a Caddy reverse_proxy example

Signed-off-by: serafdev <fares@seraf.dev>
2021-01-06 14:42:13 -05:00