Commit Graph

3159 Commits

Author SHA1 Message Date
Christoph Wurst
c63d4ac7c7 Drop all references of IRC
We don't use this anymore, so let's also not send people there. The
forum is our main place to get help.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-20 17:42:19 +02:00
Christoph Wurst
a9484236a8 Merge pull request #7175 from nextcloud/enh/noid/background-job-expire-trashbin
Documentation how to disable expire trashbin background job
2021-10-20 09:57:47 +02:00
Lukas Reschke
9d458affee Document that access tokens shouldn't be stored
Access tokens are sensitive key materials and shouldn't be stored, especially not on backup systems that also store the Nextcloud database and configuration backup.
2021-10-18 12:59:50 +02:00
Nextcloud bot
38ec2b0522 generate documentation from config.sample.php 2021-10-16 03:59:53 +00:00
Nextcloud bot
fe62894df6 generate documentation from config.sample.php 2021-10-15 04:05:43 +00:00
Nextcloud bot
f4d069d0ed generate documentation from config.sample.php 2021-10-14 04:00:00 +00:00
Mattia Narducci
20b5a78547 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-12 22:53:10 +02:00
Daniel
3052f07ddc Merge pull request #6746 from simonspa/nginx-timeout
nginx: increase client_body_timeout
2021-10-10 11:12:09 +02:00
Daniel
3c5aa0edd6 Merge pull request #6973 from Chouffy/master
Remove a copy-paste mistake
2021-10-08 18:35:52 +02:00
Daniel Kesselberg
913b027b36 Documentation how to disable expire trashbin background job
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-10-07 22:08:10 +02:00
Jos Poortvliet
a2e761c71d Link to TrueNAS install docs 2021-10-06 19:10:41 +02:00
allexzander
9ee21e6838 Update the 'Migrating' page to include optional 'maintenance:data-fingerprint' command step. (#7170)
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-05 13:19:01 +02:00
Carl Schwan
af4740cc48 Add documentation for admin right privilege setting
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-09-30 11:28:13 +02:00
kesselb
18dfd5bb91 Merge pull request #7052 from maxkratz/feature/cronjob-php-fix
Added note on apc.enable_cli for system Cron based configs
2021-09-29 10:37:28 +02:00
Maximilian Kratz
65e9afeaa1 Updated reference to caching section
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-09-29 08:35:06 +02:00
kesselb
76e7429395 Merge pull request #7142 from pedrxd/forgotten-command
selinux: All directory labels should be deleted on uninstall
2021-09-28 08:45:46 +02:00
kesselb
30d1b95be4 Merge pull request #7141 from nextcloud/fix/nginx-legacy-routes
Fix legacy routes like ajax.php on nginx
2021-09-28 08:43:51 +02:00
Pedro
fc4da0cbf6 All directory labels should be deleted on uninstall 2021-09-25 13:46:25 +02:00
Christoph Wurst
87fab7a8df Fix legacy routes like ajax.php on nginx
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-09-24 15:59:54 +02:00
Pietro Marini
356f2e7707 Update big_file_upload_configuration.rst 2021-09-22 11:31:27 +02:00
Pietro Marini
a7cdd842f4 Update big_file_upload_configuration.rst
The example instruction should be complete, so including all the necessary tokens for a valid execution of the command.
2021-09-22 11:11:20 +02:00
kesselb
404ee8af6d Merge pull request #7124 from SethFalco/typos
typo: update formatting and correct capitalization
2021-09-18 16:13:36 +02:00
kesselb
8fbceffe9c Merge pull request #7126 from gmalinowski/patch-2
Fix Bytes unit MB to MiB
2021-09-18 16:10:49 +02:00
Robin Windey
0ac4dc2025 Merge pull request #7136 from nextcloud/nc-docs-apcu-cmdupdater
Add php APCu hint to command line based updater
2021-09-18 12:37:51 +02:00
kesselb
60385c3f05 Merge pull request #7127 from GAS85/patch-7
Update antivirus_configuration.rst
2021-09-18 12:35:30 +02:00
Robin Windey
aae701ba6e Add php APCu hint to command line based updater
With respect to https://github.com/nextcloud/server/issues/27781 we should add a hint regarding the PHP CLI parameters for APCu like we did in  c5fa1b6859 (diff-48dc187eeb03371b5ad6886b33043bf060884809c1d51a3568c5d29e40e3bf13) and 38a0a33e4e (diff-48dc187eeb03371b5ad6886b33043bf060884809c1d51a3568c5d29e40e3bf13) for the cronjob.
2021-09-18 11:55:52 +02:00
Nextcloud bot
4d50ab184f generate documentation from config.sample.php 2021-09-16 04:08:39 +00:00
Vincent Petry
2d47beaa0a 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 14:50:09 +02:00
Vincent Petry
23777deabb Add option for incoming shares for transfer ownership
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-15 14:20:42 +02:00
Nextcloud bot
1920a21ad2 generate documentation from config.sample.php 2021-09-15 04:08:00 +00:00
Nextcloud bot
428ab59b4b generate documentation from config.sample.php 2021-09-10 04:18:42 +00:00
Georgiy Sitnikov
29df52a90b Update antivirus_configuration.rst
Move to the official docker image of clamav. Older image is not supporting anymore.
2021-09-09 15:35:55 +02:00
gmalinowski
f896160abb Fix Bytes unit MB to MiB
10485760 B == 10 MiB not 10 MB
2021-09-08 18:30:15 +02:00
Nextcloud bot
c46b56b7db generate documentation from config.sample.php 2021-09-08 04:03:10 +00:00
Seth Falco
3c9b9487ac typo: update formatting and correct capitalization
Signed-off-by: Seth Falco <seth@falco.fun>
2021-09-02 13:31:26 +02:00
Joas Schilling
0cdf0fa2d6 Update apps_supported.rst 2021-08-27 09:21:57 +02:00
Nextcloud bot
4086030699 generate documentation from config.sample.php 2021-08-27 04:05:48 +00:00
Maximilian Kratz
c0d2eaeb1b Added note on apc.enable_cli for system cron based configs
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-08-18 10:46:33 +02:00
Christoph Wurst
19657f931e Recommend php8
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-09 16:18:15 +02:00
Nextcloud bot
b95788c6c1 generate documentation from config.sample.php 2021-07-30 07:57:43 +00:00
Christoph Wurst
a4b1945b01 Merge pull request #7006 from ferfebles/patch-2
Restore broken table
2021-07-29 14:24:22 +02:00
Julius Härtl
88d17b3dc1 Some enhancement to large file upload docs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-07-29 09:02:44 +02:00
ferfebles
e67dfc015d Restore broken table
Just an space needed to bring back the supported platforms
2021-07-29 00:16:58 +01:00
Daniel Kesselberg
c157ab85bc MariaDB 10.6 is not supported
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-20 22:22:22 +02:00
Chouffy
9adc6d2bb6 Remove a copy-paste mistake
Signed-off-by: Chouffy <git@chouffy.net>
2021-07-16 11:28:21 +02:00
allexzander
5f5d42bb28 Desktop client minimum supported Windows version is 8.1+.
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-07-15 09:26:45 +03:00
Carl Schwan
cdeb9e67c7 Merge pull request #6881 from scebbers/patch-2
Update migrating_owncloud.rst
2021-07-14 20:11:13 +02:00
Julius Härtl
3b3bda5dd5 Merge pull request #6954 from nextcloud/align-with-htaccess
Align Nginx configuration with Apache2 .htaccess
2021-07-14 15:59:48 +02:00
Julius Härtl
51db916af2 Merge pull request #6953 from nextcloud/nginx-cache
Cache images on browser
2021-07-14 15:58:16 +02:00
Gary Kim
01e40db1f9 Remove IE 11 as supported browser
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-14 00:31:24 -04:00