6248 Commits

Author SHA1 Message Date
Morris Jobke
0ff7ae1c6c Merge pull request #6068 from nextcloud/backport/6065/stable18
[stable18] Add note about app passwords for webdav
2021-01-20 15:33:17 +01:00
Morris Jobke
9e3a5f86e8 Add note about app passwords for webdav
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-20 14:32:42 +00:00
Morris Jobke
bb25f755c5 Merge pull request #6063 from nextcloud/backport/5933/stable18
[stable18] Update content.rst
2021-01-20 15:21:34 +01:00
Morris Jobke
da6db5c5cf Merge pull request #6064 from nextcloud/backport/5894/stable18
[stable18] Caddyfile reverse_proxy example
2021-01-20 15:20:30 +01:00
فارس
a26d5d2555 gaddyfile reverse_proxy example
Added a Caddy reverse_proxy example

Signed-off-by: serafdev <fares@seraf.dev>
2021-01-20 14:19:50 +00:00
Michael Hirschler
b129c5dd0d Update content.rst 2021-01-20 14:19:46 +00:00
Michael Hirschler
442bfb692c Update content.rst 2021-01-20 14:19:45 +00:00
Morris Jobke
3535d8acde Merge pull request #5951 from nextcloud/backport/5424/stable18
[stable18] Make systemd not kill child processes of a cron job when it finishes
2021-01-15 09:49:09 +01:00
Bowen Ding
be38b387cb 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:38:55 +01:00
Morris Jobke
fa6a0d7303 Merge pull request #5907 from nextcloud/backport/5904/stable18
[stable18] documented log reader's occ commands + some cleanup in logging documentation
2021-01-08 10:07:50 +01:00
Sascha Wiswedel
cad599c500 made log watching via occ more precise
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-08 09:01:59 +00:00
Sascha Wiswedel
af7a2cae30 cleaned up order of occ logging documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-08 09:01:59 +00:00
Sascha Wiswedel
c4b3e494e5 cleaned up occ logging documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-08 09:01:58 +00:00
Sascha Wiswedel
3af5f59642 added occ commands from Log Reader
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-08 09:01:58 +00:00
Morris Jobke
82df697dcb Merge pull request #5893 from nextcloud/backport/5887/stable18
[stable18] Fix another typo
2021-01-06 14:28:43 +01:00
Morris Jobke
e6249ed32b Merge pull request #5890 from nextcloud/backport/5885/stable18
[stable18] Fixed a typo in l10n docs
2021-01-06 14:28:30 +01:00
Thomas Citharel
18fa780cb9 Fix another typo
Signed-off-by: Thomas Citharel <nextcloud@tcit.fr>
2021-01-06 13:27:44 +00:00
Thomas Citharel
0346d3a02f Fixed a typo in l10n docs
Signed-off-by: Thomas Citharel <nextcloud@tcit.fr>
2021-01-06 13:25:49 +00:00
Morris Jobke
b2201870c9 Merge pull request #5688 from nextcloud/backport/5682/stable18
[stable18] Lots of fixes in "access_webgui"
2021-01-06 14:25:16 +01:00
Valdnet
e5d9b84045 Delete a photo 2020-12-11 11:56:23 +00:00
Valdnet
6e7c034f5e Lots of fixes in "access_webgui" 2020-12-11 11:56:23 +00:00
Morris Jobke
9cf7e66c66 Merge pull request #5504 from nextcloud/backport/5501/stable18
[stable18] Correction
2020-12-02 16:30:44 +01:00
Georgiy Sitnikov
150fb73135 Correction
I believe "specific users in a space-delimited list" should looks like this. Or?
2020-12-02 15:20:53 +00:00
Morris Jobke
faa119f000 Merge pull request #5496 from nextcloud/backport/5469/stable18
[stable18] documented occ sharing commands
2020-12-01 23:04:04 +01:00
Morris Jobke
de39482231 Merge pull request #5497 from nextcloud/backport/5465/stable18
[stable18] Describe step-by-step upgrading better
2020-12-01 23:03:57 +01:00
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
Sascha Wiswedel
701b5b120d documented occ sharing commands
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-12-01 13:24:12 +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
Morris Jobke
2d40b7c231 Merge pull request #5463 from nextcloud/backport/5452/stable18
[stable18] Fix wrongful description of transfer-ownership
2020-12-01 06:50:31 +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
Morris Jobke
57852667ec Merge pull request #5450 from nextcloud/backport/5440/stable18
[stable18] Add windows contact sync documentation
2020-11-23 21:53:46 +01:00
Morris Jobke
5d8c1e9354 Merge pull request #5444 from nextcloud/backport/5441/stable18
[stable18] Update desktop client link
2020-11-23 21:53:10 +01:00
Morris Jobke
4237c440ee Merge pull request #5446 from nextcloud/backport/5438/stable18
[stable18] Improve suggested command line
2020-11-23 21:52:25 +01:00
Axel Le Bot
45f207c726 Add windows contact sync documentation 2020-11-23 20:51:34 +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
Morris Jobke
4a040485a0 Update desktop client link
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-23 20:50:05 +00:00
Morris Jobke
5327aaa5ad Merge pull request #5434 from nextcloud/backport/5423/stable18
[stable18] usage of variables in external storage mount points
2020-11-20 20:31:06 +01: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
Morris Jobke
6cc81dc9f1 Merge pull request #5430 from nextcloud/backport/5278/stable18
[stable18] Adds links to end of ubuntu 20.04 example
2020-11-19 23:23:08 +01: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
Morris Jobke
fb2f6c3a85 Merge pull request #5427 from nextcloud/backport/5411/stable18
[stable18] Fix description of "Enforce expiration date" parameter
2020-11-19 22:05:06 +01: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
Morris Jobke
8bd019c8b9 Merge pull request #5404 from nextcloud/backport/5401/stable18
[stable18] document upload chunk size
2020-11-10 15:26:30 +01: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
Morris Jobke
c60d5cebda Merge pull request #5386 from nextcloud/backport/5319/stable18
[stable18] Admin manual: Fix typo in MySQL/MariaDB properties
2020-11-04 22:11:37 +01: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