Roeland Jago Douma
6d67dd545a
Revert "[stable21] Fix images and alt tags"
2021-04-30 13:13:40 +02:00
Andrej Shadura
0fb8807ab8
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:39:39 +00:00
Nextcloud bot
15a022d9c8
generate documentation from config.sample.php
2021-04-22 19:44:37 +00:00
Jan C. Borchardt
02521b6242
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-20 11:37:48 +02:00
Morris Jobke
f88742a44e
Merge pull request #6388 from nextcloud/backport/6387/stable21
...
[stable21] added brute-force settings to supported apps
2021-04-19 10:09:49 +02:00
tflidd
856c622a83
Merge pull request #6369 from nextcloud/backport/6367/stable21
...
[stable21] Fix typos
2021-04-18 12:16:08 +02:00
Sascha Wiswedel
fee3807bf9
added brute-force settings to supported apps
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-04-14 12:46:54 +00:00
Sascha Wiswedel
bf616f9e27
explained log fields
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-04-14 08:24:20 +00:00
Jan-Nick Kemming
1c01a601d6
Fix typos
2021-04-09 19:34:23 +00:00
Jani Uusitalo
8e2797f5d0
Fix "An Nextcloud" typo
...
Signed-off-by: Jani Uusitalo <jani@mummila.net>
2021-04-09 19:33:40 +00:00
Christian Hartmann
0c9eb45482
Fix password policy documentation
...
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2021-03-29 08:35:23 +00:00
Joas Schilling
e98b163ca6
Fix link to "List of editable data fields"
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-25 08:23:16 +00:00
Joas Schilling
e5037f4e15
Add docs for getting the fields list
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-25 08:23:16 +00:00
Michael Griego
0ed6f72725
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:26:54 +00:00
Morris Jobke
fe9dc27480
Merge pull request #6219 from ZeroPointMax/stable21
...
add newline in reverse proxy docs
2021-03-16 22:39:42 +01:00
Mohamed Radhi Guennichi
a4a0b1d4c0
Fix typo
2021-03-16 21:37:34 +00:00
Steve8291
c1c8bd6fea
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-16 21:35:24 +00:00
Morris Jobke
99bcb6d688
Merge pull request #6256 from nextcloud/backport/6207/stable21
...
[stable21] Add PostgreSQL version 12 and 13 to requirements
2021-03-16 22:19:03 +01:00
Christian Hartmann
edba27a795
Add PostgreSQL version 12 and 13 to requirements
...
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2021-03-16 21:17:49 +00:00
Stefan
4df8f0b547
Update release_schedule.rst
2021-03-16 21:15:28 +00:00
Morris Jobke
27a6c3b6f2
Merge pull request #6248 from nextcloud/backport/6231/stable21
...
[stable21] Update source_installation.rst
2021-03-16 22:13:26 +01:00
hashashin1191
5babb2d152
Update source_installation.rst
...
Signed-off-by: hashashin1191 <hashashin1191@protonmail.com>
#6224
2021-03-16 21:11:01 +00:00
Robin Appelman
44e453f524
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:23 +00:00
Francis Lavoie
d9bf4f2149
Update reverse_proxy_configuration.rst
2021-03-16 16:06:30 +00:00
Francis Lavoie
bcfa51187c
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 16:06:30 +00:00
ZeroPointMax
2b47e73d47
add newline in reverse proxy docs
...
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org>
2021-02-19 20:48:13 +01:00
Julius Härtl
63ed6e6034
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:05 +00: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
Steve8291
c6ad56441c
Fixed some sentence structure
...
Adjusting grammar.
2021-01-18 19:26:39 -05:00
Joas Schilling
fda64d48c9
Adjust more php versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-15 11:53:10 +01:00
Joas Schilling
dfe90ce2e8
Adjust the manual to MySQL 8 required
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-15 11:47:28 +01:00
Morris Jobke
73dfc413c2
Merge pull request #5853 from Omemanti/patch-2
...
Update example_ubuntu.rst
2021-01-15 09:52:04 +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
aeb00d8f23
Merge pull request #5857 from nextcloud/anoymouserver/remove-global-browser-caching
...
remove global browser caching
2021-01-12 18:00:32 +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
Morris Jobke
e26ad35ab5
Update admin_manual/installation/system_requirements.rst
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-07 08:43:32 +01:00
Roeland Jago Douma
241de74228
Update system requirements
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-06 21:29:11 +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
anoy
3e32818aa7
remove global browser caching
...
Signed-off-by: anoy <anoymouserver@users.noreply.github.com>
2021-01-03 19:41:25 +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
tflidd
cf8d6b44e4
Merge pull request #5831 from anirudhdggl/master
...
Updated the docs for ease
2020-12-29 00:51:33 +01:00
Omemanti
87c1ddf398
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
2020-12-27 10:32:58 +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
John Molakvoæ
b42ce60299
New lines are nice
2020-12-22 08:42:24 +01:00
John Molakvoæ
54daf5d82a
No more --force-rename
2020-12-22 08:41:38 +01:00
Nextcloud bot
122f0e6ace
generate documentation from config.sample.php
2020-12-22 03:57:31 +00:00
Julius Härtl
4f454bf5ff
Merge pull request #5825 from nextcloud/fix/admin-webserver-well-known-handling
...
Update admin webserver config recommendations for well known handlers
2020-12-21 07:41:31 +01:00
Anirudh Duggal
ba34d2c256
Since cron will be executed via PHP, cron.php does not need executable permissions
...
Signed-off-by: Anirudh Duggal <anirudhdggl@gmail.com>
2020-12-20 16:48:34 +05:30
Anirudh Duggal
9d3360c264
Modified server tuning docs to ensure that a person can find out if they already have HTTP2 enabled or not before going about reading how to do it. Also this would prevent the additional effort he has to do to find out a way to see if HTTP2 is already enabled or not
...
Signed-off-by: Anirudh Duggal <anirudhdggl@gmail.com>
2020-12-19 12:27:11 +05:30
Anirudh Duggal
e977d3da77
Modified cron job docs so that user does not end up searching for a solution and later find out that it was a chmod chown issue
...
Signed-off-by: Anirudh Duggal <anirudhdggl@gmail.com>
2020-12-19 12:24:47 +05:30
Nextcloud bot
29cd4a3e2b
generate documentation from config.sample.php
2020-12-18 03:57:07 +00:00
Nextcloud bot
add63869e2
generate documentation from config.sample.php
2020-12-17 03:55:17 +00:00
Christoph Wurst
c9918d47c2
Update admin webserver config recommendations for well known handlers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-16 10:36:10 +01:00
Nextcloud bot
6e30ea8853
generate documentation from config.sample.php
2020-12-09 03:53:16 +00:00
Sascha Wiswedel
16bc20a7c3
minor grammar corrections
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-12-08 10:42:03 +01:00
John Molakvoæ
a33ac2ff2a
Add move-calendar-rename flag docs
2020-12-08 10:37:46 +01:00
Elliott Partridge
876021c5ca
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-03 12:15:15 -05:00
Christoph Wurst
ce5134fb87
Deprecate the app code checker
...
* Remove from app publishing guide
* Add to app upgrade guide
* Drop from admin manual (kind of inappropriate anyway)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-03 10:44:09 +01:00
Georgiy Sitnikov
f22f40b57b
Correction
...
I believe "specific users in a space-delimited list" should looks like this. Or?
2020-12-02 10:40:37 +01:00
Morris Jobke
a846e7a20d
Merge pull request #5465 from nextcloud/wiswedel/admin_documentation/upgrading/558_upgradePath
...
Describe step-by-step upgrading better
2020-12-01 10:54:54 +01:00
Sascha Wiswedel
a48e49e918
documented occ sharing commands
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-25 10:23:46 +01:00
Sascha Wiswedel
0944962916
Describe step-by-step upgrading better
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-25 09:56:32 +01:00
Christoph Wurst
c6b7f5a59c
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:37:00 +01:00
Sascha Wiswedel
b4ba21d874
replace "persons"
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 12:17:14 +01:00
Sascha Wiswedel
0a2174eb1f
Fix wrongful description of transfer-ownership
...
clarify share handling
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 09:16:08 +01:00
Mat M
20aadeef29
Improve suggested command line
...
Since mostly the www-data user has no shell, you cannot easily cd and the sudo locally.
Signed-off-by: Mat M <matm@gmx.fr>
2020-11-22 23:59:07 +01:00
kesselb
588d8caeb1
Merge pull request #5423 from nextcloud/wiswedel/admin_manual/external_files__userVariables
...
usage of variables in external storage mount points
2020-11-20 19:54:41 +01:00
Morris Jobke
64405a98ee
Merge pull request #5278 from victorjoos/master
...
Adds links to end of ubuntu 20.04 example
2020-11-19 22:06:39 +01:00
Sascha Wiswedel
db68298315
formatting and wording retouching
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 17:52:51 +01:00
Bowen Ding
25584ed13d
Make systemd not kill child processes of a cron job when it finishes
...
Signed-off-by: Bowen Ding <dbw9580@live.com>
2020-11-16 19:39:22 +08:00
Sascha Wiswedel
bb393f38eb
documented usage of variables for external storages
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 11:43:57 +01:00
Sascha Wiswedel
854c0f5c47
updated external storage app store screenshot
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 11:43:28 +01:00
Daniel Calviño Sánchez
f46fc733b0
Fix description of "Enforce expiration date" parameter
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-13 08:56:13 +01:00
Sascha Wiswedel
c972cd69b6
document upload chunk size
...
documenting https://github.com/nextcloud/server/pull/7056
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-10 15:17:46 +01:00
Simon Westersund
dcec6d6582
Admin manual: Fix another typo and missing value
...
- "skip_server_name" with underscores.
- Add "= 1" which was missing. Assuming that the previous author meant
to enable this, since the default is 0.
Signed-off-by: Simon Westersund <swestersund@users.noreply.github.com>
2020-10-30 15:16:21 +02:00
Simon Westersund
f08de1c7b0
Admin manual: Fix typo in MySQL/MariaDB properties
...
- Change dashes to underscores in the property names. Verified the names
via the following documentation pages:
- MySQL: https://dev.mysql.com/doc/refman/8.0/en/server-option-variable-reference.html
- MariaDB: https://mariadb.com/kb/en/server-system-variables/
Signed-off-by: Simon Westersund <swestersund@users.noreply.github.com>
2020-10-30 15:05:19 +02:00
Morris Jobke
e90372eb4b
Update admin_manual/configuration_database/linux_database_configuration.rst
2020-10-28 15:30:49 +01:00
AndrewwHummer
66d13f2d44
Update admin_manual/configuration_database/linux_database_configuration.rst
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-10-28 14:07:15 +01:00
AndrewwHummer
b071977647
add mysql ssl config
...
add mysql ssl config
2020-10-28 12:54:58 +01:00
Victor Joos
8eddc06b54
Adds links to ubuntu 20.04 example
...
The current documentation ends abruptly when only reading the "example
installation on ubuntu 20.04" document. This commit adds some links for the
next (potential) steps.
Signed-off-by: Victor Joos <victor.joos@uclouvain.be>
2020-10-20 15:06:16 +02:00
Vanessa
d5e97616bc
Update encryption_configuration.rst
...
Removed ownCloud link
2020-10-20 10:08:24 +02:00
Morris Jobke
db8dcedaf2
Clarify on InnoDB file format
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-20 09:40:57 +02:00
Christoph Wurst
a326726214
Add admin occ app installation docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-14 14:23:32 +02:00
nienzu
9577b87f58
Use GET instead of POST User Provisioning API
2020-10-08 16:15:46 +08:00
Morris Jobke
3b03d75fc3
Merge pull request #5038 from srbaker/master
...
Clarify the virtual host and directory installation methods.
2020-10-06 22:28:16 +02:00
Morris Jobke
75ec4ada00
Recommend Ubuntu 20.04 instead of 18.04
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-06 09:06:24 +02:00