Commit Graph

721 Commits

Author SHA1 Message Date
Joas Schilling
e6a725e270 Document the syslog_tag as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-14 16:35:37 +00:00
Christoph Wurst
ddf1fb2111 Fix typo in admin audit log docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 13:16:28 +00:00
Christoph Wurst
a781fdcd42 Document how to override the log level with occ
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 10:14:38 +00:00
Mattia Narducci
097ed89836 admin_manual: add occ command dav:delete-calendar
Document occ command dav:delete-calendar introduced in Nextcloud 22.

See https://github.com/nextcloud/server/pull/26421

Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com>
2021-10-13 07:20:20 +00:00
Maximilian Kratz
493a5a2e6e Updated reference to caching section
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-09-29 08:37:49 +00:00
Maximilian Kratz
e53a91a84a Added note on apc.enable_cli for system cron based configs
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-09-29 08:37:49 +00:00
Vincent Petry
0b1217938c 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 12:59:47 +00:00
Vincent Petry
dd8bfe09da Add option for incoming shares for transfer ownership
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-15 12:59:47 +00:00
Christoph Wurst
582a74a559 Document critical changes for devs and admins in Nextcloud 22
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 09:11:07 +00: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
Joas Schilling
442bc34b52
Merge pull request #5852 from nextcloud/enh/del-table-prefix
Table-Prefix is not available anymore
2021-01-04 14:27:38 +01:00
Julius Härtl
73a6692741
Add documentation about occ files:scan-app-data
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-29 09:38:05 +01:00
Daniel Kesselberg
baf5ee0e7c Table-Prefix is not available anymore
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-12-25 15:36:22 +01:00
Nextcloud bot
f88e0a964e
generate documentation from config.sample.php 2020-12-23 03:56:36 +00:00
John Molakvoæ
64b193302e
Merge pull request #5590 from nextcloud/feat/dav/move-calendar-rename 2020-12-22 08:45:05 +01:00