Sascha Wiswedel
456bc6e98b
Describe step-by-step upgrading better
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-12-01 13:24:20 +00:00
Morris Jobke
40d79fcd66
Merge pull request #5468 from nextcloud/backport/5464/stable18
...
[stable18] List bg version expiration as limitation of session cred ext strg
2020-12-01 10:43:18 +01:00
Christoph Wurst
d226d54cc4
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:53 +00:00
Sascha Wiswedel
9d83d70401
replace "persons"
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 12:10:59 +00:00
Sascha Wiswedel
7f7ef6c8e7
Fix wrongful description of transfer-ownership
...
clarify share handling
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 12:10:59 +00:00
Mat M
09d2440221
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-23 20:50:31 +00:00
Sascha Wiswedel
3604802f1b
documented usage of variables for external storages
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-20 18:55:35 +00:00
Sascha Wiswedel
9d783b4d41
updated external storage app store screenshot
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-20 18:55:34 +00:00
Victor Joos
2db47f4267
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-11-19 21:07:23 +00:00
Sascha Wiswedel
c10976abd5
formatting and wording retouching
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 17:09:15 +00:00
Daniel Calviño Sánchez
55004727e8
Fix description of "Enforce expiration date" parameter
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-16 17:09:14 +00:00
Sascha Wiswedel
51713ce939
document upload chunk size
...
documenting https://github.com/nextcloud/server/pull/7056
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-10 14:25:11 +00:00
Simon Westersund
036f47c2e0
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-11-04 21:06:29 +00:00
Simon Westersund
6f33a62f15
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-11-04 21:06:28 +00:00
Morris Jobke
76c93decea
Update admin_manual/configuration_database/linux_database_configuration.rst
2020-10-28 14:32:42 +00:00
AndrewwHummer
b569b7b6a7
Update admin_manual/configuration_database/linux_database_configuration.rst
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-10-28 14:32:41 +00:00
AndrewwHummer
d59a7517cd
add mysql ssl config
...
add mysql ssl config
2020-10-28 14:32:41 +00:00
Vanessa
889ff2760e
Update encryption_configuration.rst
...
Removed ownCloud link
2020-10-20 08:21:21 +00:00
Morris Jobke
54b93d90f1
Clarify on InnoDB file format
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-20 08:04:42 +00:00
Christoph Wurst
82fd32430a
Add admin occ app installation docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-14 12:26:31 +00:00
nienzu
ae31d6132f
Use GET instead of POST User Provisioning API
2020-10-09 14:05:22 +00:00
Damian Nowak
487fc0c3e0
server_tuning.rst: escape regexp properly
...
Some shells like zsh will not auto-escape an argument if no match is found on the filesystem.
2020-10-06 07:07:49 +00:00
Nextcloud bot
8ecef72d44
generate documentation from config.sample.php
2020-09-15 03:30:47 +00:00
Sascha Wiswedel
8106b60025
user documentation for sharing
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
hint on admin config
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
removed deprecated sharing documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
changed absolute links to relative links
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
changed dummy domain to example.com
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
fixed link to admin documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Change to direct doc link instead of url
2020-09-14 16:43:32 +02:00
Morris Jobke
e65aa626fb
Fix unwanted comment in output
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 19:56:41 +00:00
Keunes
a8f4afd6bd
Update caching_configuration.rst
...
Expand Redis explanation: inform user to update Redis config, and update socket name to a [more modern](https://help.nextcloud.com/t/error-redisexception-no-such-file-or-directory-at-closure/90684/2 ) one.
2020-09-09 16:29:34 +00:00
Martin
932e3a0f4d
Fix typos
2020-09-07 21:15:59 +00:00
Nextcloud bot
3bddbf0c87
generate documentation from config.sample.php
2020-08-21 03:39:39 +00:00
Morris Jobke
f3c043f434
Fix updated name
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-13 13:42:27 +02:00
Morris Jobke
1151cd3cbe
Add app config option to disable "Email was changed by admin" email
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-13 13:39:23 +02:00
Morris Jobke
e77b331844
Add info about LDAP info caching
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Update admin_manual/configuration_user/user_auth_ldap.rst
Co-authored-by: blizzz <blizzz@arthur-schiwon.de>
2020-08-12 14:41:44 +00:00
Nextcloud bot
85ed4c58c2
generate documentation from config.sample.php
2020-08-12 03:39:18 +00:00
Morris Jobke
6a0dedaba6
Update admin_manual/release_schedule.rst
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-10 14:04:00 +00:00
Stefan
1560f394d1
Update release_schedule.rst
...
Added 19 to current Versions and moved 16 to older Versions.
2020-08-10 14:04:00 +00:00
Eibe
382273b6c9
Add fail2ban hardening
...
Signed-off-by: Eibe <40539455+eibex@users.noreply.github.com>
2020-07-30 07:31:52 +00:00
Daniel Böhmer
9cabfabdd5
Escape line breaks in multiline command
2020-07-23 13:01:51 +00:00
Jacob Neplokh
7a3bb49a52
Clarify the “disable” option disables the app
...
Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
2020-07-22 18:33:46 +00:00
Morris Jobke
f93913ef81
Update admin_manual/configuration_files/previews_configuration.rst
...
Co-authored-by: kesselb <mail@danielkesselberg.de>
2020-07-20 14:05:15 +00:00
Gatak
defcf25077
Add jpeg quality documentation
...
Added a section on how to change the default jpeg quality for generated thumbnails. Default is 90, and it is worth noting that users can change this.
1e281bc616
b5a30d5cd6/tests/lib/ImageTest.php (L143)
2020-07-20 14:05:15 +00:00
Felix Stupp
324f1e4e06
admin/configuration/caching: apc.enable_cli configurable on cron job call
...
Signed-off-by: Felix Stupp <felix.stupp@outlook.com>
2020-07-05 21:12:36 +00:00
OidaTiftla
d296f6faa6
Correct typo: emoijs -> emojis
2020-07-05 15:25:36 +00:00
Morris Jobke
25e94ec20b
Merge pull request #2179 from nextcloud/backport/2170/stable18
...
[stable18] Fixed a typo
2020-07-02 23:41:59 +02:00
LCD
2917368f5a
Fixed a typo
2020-07-02 21:38:48 +00:00
Billy
230bb7eec6
Replacing 'a' with 'an'
...
Check your grammar next time!
2020-07-02 21:35:08 +00:00
Joas Schilling
086229a87d
Continue at step 3 of MySQL
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-18 07:50:25 +00:00
Roeland Jago Douma
890012dba9
Merge pull request #2135 from nextcloud/backport/2121/stable18
...
[stable18] documentation for user invoked ownership transfer
2020-06-05 10:12:06 +02:00
Sascha Wiswedel
c2df286d69
documentation for user invoked ownership transfer
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-04 20:09:14 +00:00
Sascha Wiswedel
db92147404
purge strings about explicit Nextcloud versions
...
Versions deprecate fast and aren't needed in upstream documentation branches.
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-04 11:12:04 +00:00
Sascha Wiswedel
7b087dd77f
Merge pull request #2127 from nextcloud/backport/2125/stable18
...
[stable18] fixes requested by check annotations
2020-06-03 21:25:20 +02:00
Sascha Wiswedel
c18040c85d
manual backport
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 15:27:30 +02:00