Nextcloud bot
fd08eea24b
generate documentation from config.sample.php
2021-05-04 04:07:16 +00:00
Jos Poortvliet
f721230149
add info about updater
...
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com >
2021-05-03 13:13:00 +00:00
Andrej Shadura
0ffd4df6b8
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-29 14:50:21 +00:00
Nextcloud bot
f4e48499b3
generate documentation from config.sample.php
2021-04-22 19:44:32 +00:00
Morris Jobke
c163659ef5
Merge pull request #6413 from nextcloud/backport/6367/stable20
...
[stable20] Fix typos
2021-04-19 10:13:03 +02:00
Jani Uusitalo
2842c75f08
Fix "An Nextcloud" typo
...
Signed-off-by: Jani Uusitalo <jani@mummila.net >
2021-04-19 08:11:59 +00:00
Jan-Nick Kemming
f55a8d74fb
Fix typos
2021-04-19 08:11:46 +00:00
Sascha Wiswedel
7324af2768
added brute-force settings to supported apps
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2021-04-14 12:47:03 +00:00
Sascha Wiswedel
c102b89fd7
explained log fields
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2021-04-14 08:24:47 +00:00
Christian Hartmann
fe4f00d16b
Fix password policy documentation
...
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de >
2021-03-29 08:35:29 +00:00
Joas Schilling
8e2afd3ef1
Fix link to "List of editable data fields"
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-03-25 08:23:30 +00:00
Joas Schilling
58e89b0f4f
Add docs for getting the fields list
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-03-25 08:23:30 +00:00
Michael Griego
db89a04cde
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 20:51:00 +00:00
Morris Jobke
be002bdce0
Merge pull request #6275 from nextcloud/backport/6236/stable20
...
[stable20] Fix typo
2021-03-17 10:04:03 +01:00
Steve8291
b6e1120ce3
Add note about when to enable SSL
...
As the manual currently reads it sounds like you should always enable SSL for your database. Added note explaining that is is only necessary when you connect remotely.
Since the default install for MariaDB or MySQL only allows communication on localhost through a unix socket, this will not need to be configured for most installs.
2021-03-17 08:52:12 +00:00
Mohamed Radhi Guennichi
df7fd6bfd8
Fix typo
2021-03-17 08:51:19 +00:00
ZeroPointMax
cdc94f627b
add newline in reverse proxy docs
...
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org >
2021-03-16 21:39:59 +00:00
Stefan
87dff72f33
Update release_schedule.rst
2021-03-16 21:15:44 +00:00
hashashin1191
7bf47a5024
Update source_installation.rst
...
Signed-off-by: hashashin1191 <hashashin1191@protonmail.com >
#6224
2021-03-16 21:11:38 +00:00
Robin Appelman
789ca3a702
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-16 21:10:30 +00:00
Francis Lavoie
a3a02463de
Update reverse_proxy_configuration.rst
2021-03-16 18:43:43 +00:00
Francis Lavoie
79fc0f27c4
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-03-16 18:43:43 +00:00
Julius Härtl
e5c5b26af9
Add note about SAML limitation to apply to all login credential based auth mechanisms
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2021-02-04 11:52:30 +00:00
Weston Myers
a23ad9b874
Update reverse_proxy_configuration.rst
...
Tiny update, but there was a typo that would prevent redirection from occurring properly for Traefik.
2021-01-22 11:49:40 +00:00
Morris Jobke
483540af10
Combine the two Nginx reverse proxy examples
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2021-01-20 15:27:58 +01:00
Yash
3659f35aa7
Update reverse_proxy_configuration.rst
...
nginx redirect example
2021-01-20 14:14:17 +00:00
Steve8291
9991c70f17
Fixed some sentence structure
...
Adjusting grammar.
2021-01-19 07:51:53 +00:00
Morris Jobke
2f0eb43321
Merge pull request #5952 from nextcloud/backport/5853/stable20
...
[stable20] Update example_ubuntu.rst
2021-01-15 10:08:55 +01:00
Vincent Petry
e2b715d7cc
Add doc to migrate from OC 10.5 to NC 20.0
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2021-01-15 08:58:44 +00:00
Omemanti
fb5e5d9a4e
Update example_ubuntu.rst
...
tar command gave errors, (typo?)
-xfjv => -xjvf
tar -xfjv nextcloud-x.y.z.tar.bz2 => tar -xjvf nextcloud-x.y.z.tar.bz2
2021-01-15 08:52:16 +00:00
Bowen Ding
7e108051aa
Make systemd not kill child processes of a cron job when it finishes
...
Signed-off-by: Bowen Ding <dbw9580@live.com >
2021-01-15 00:32:21 +01:00
anoy
bb0456685c
remove global browser caching
...
Signed-off-by: anoy <anoymouserver@users.noreply.github.com >
2021-01-12 17:00:54 +00:00
فارس
e01305fe72
gaddyfile reverse_proxy example
...
Added a Caddy reverse_proxy example
Signed-off-by: serafdev <fares@seraf.dev >
2021-01-11 11:47:18 +00:00
Sascha Wiswedel
b9a16e447e
made log watching via occ more precise
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2021-01-08 09:01:25 +00:00
Sascha Wiswedel
aadc4dd3ff
cleaned up order of occ logging documentation
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2021-01-08 09:01:25 +00:00
Sascha Wiswedel
9ee513cd02
cleaned up occ logging documentation
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2021-01-08 09:01:25 +00:00
Sascha Wiswedel
2a5b0b848b
added occ commands from Log Reader
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2021-01-08 09:01:25 +00:00
Daniel Kesselberg
5ad3e614ed
Table-Prefix is not available anymore
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2021-01-04 13:27:50 +00:00
John Molakvoæ
9dba2f630b
New lines are nice
2020-12-22 07:45:20 +00:00
John Molakvoæ
fa72608677
No more --force-rename
2020-12-22 07:45:20 +00:00
Sascha Wiswedel
fb517ae334
minor grammar corrections
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-12-22 07:45:20 +00:00
John Molakvoæ
b6fb894c91
Add move-calendar-rename flag docs
2020-12-22 07:45:20 +00:00
Elliott Partridge
f6e3925675
Add Traefik v1 TOML example
...
It took me a little while to figure out the correct configuration for Traefik v1 using the traefik.toml for configuration. So, I figured it would be helpful to document my findings.
Signed-off-by: Elliott Partridge <elliott.partridge@gmail.com >
2020-12-04 09:08:53 +00:00
Georgiy Sitnikov
25be08bd8c
Correction
...
I believe "specific users in a space-delimited list" should looks like this. Or?
2020-12-02 15:20:48 +00:00
Morris Jobke
46d43b0aad
Merge pull request #5494 from nextcloud/backport/5469/stable20
...
[stable20] documented occ sharing commands
2020-12-01 23:04:35 +01:00
Sascha Wiswedel
1a36d81609
Describe step-by-step upgrading better
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-12-01 13:24:23 +00:00
Sascha Wiswedel
a4c503be2f
documented occ sharing commands
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-12-01 13:23:42 +00:00
Christoph Wurst
66329c50a4
List bg version expiration as limitation of session cred ext strg
...
Background version expiration doesn't work if cron can't access the
storage. This limitation wasn't documented.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-25 09:12:20 +00:00
Sascha Wiswedel
8b70830a18
replace "persons"
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-11-24 12:10:24 +00:00
Sascha Wiswedel
18a2b15552
Fix wrongful description of transfer-ownership
...
clarify share handling
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-11-24 12:10:24 +00:00