Louis Chemineau
eea761b0e4
Warn about disabling encryption without decrypting all the files
...
See: https://github.com/nextcloud/server/issues/31083
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-09 14:03:25 +00:00
Carl Schwan
7882e6e01c
Ensure that nginx config sample allow downloading big file
...
"fastcgi_max_temp_file_size 0;" makes it possible to download file
bigger than 1GB. See https://help.nextcloud.com/t/synchronization-impossible-on-files-larger-than-1gb/66323/2
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-26 12:42:27 +00:00
Joas Schilling
e6a725e270
Document the syslog_tag as well
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-14 16:35:37 +00:00
MichaIng
b8f0e5f8d8
Remove iconv from required PHP modules
...
The usage of iconv has been removed in: https://github.com/nextcloud/server/pull/29470
The dependency has been removed in: https://github.com/nextcloud/server/pull/29958
Signed-off-by: MichaIng <micha@dietpi.com>
2021-12-20 17:06:14 +00:00
stephang
dd1cd81183
Add rewrites for nodeinfo and webfinger services.
...
Add Apache rewrite rules for webfinger and nodeinfo in case NC is installed in a subdirectory. This fixes #6157 .
Signed-off-by: stephang <288494+stephang@users.noreply.github.com>
2021-12-08 09:47:22 +00:00
Thomas Citharel
edef018b35
Add admin settings for the Calendar Trash bin
...
Closes #7696
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-07 09:32:42 +01:00
Christoph Wurst
ddf1fb2111
Fix typo in admin audit log docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 13:16:28 +00:00
Christoph Wurst
a781fdcd42
Document how to override the log level with occ
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 10:14:38 +00:00
blizzz
685cc25405
Merge pull request #6963 from nextcloud/backport/6881/stable22
...
[stable22] Update migrating_owncloud.rst
2021-11-11 23:20:25 +01:00
Christoph Wurst
805dd1c655
Document calendar resources and rooms for admins
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-05 13:10:55 +00:00
Daniel Kesselberg
dd2fae7b9e
Documentation how to disable expire versions background job
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-10-26 08:02:41 +00:00
Christoph Wurst
a9968f9674
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 16:09:43 +00:00
Lukas Reschke
27e30860ca
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 15:17:06 +00:00
Mattia Narducci
097ed89836
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-13 07:20:20 +00:00
Maximilian Kratz
493a5a2e6e
Updated reference to caching section
...
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-09-29 08:37:49 +00:00
Maximilian Kratz
e53a91a84a
Added note on apc.enable_cli for system cron based configs
...
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-09-29 08:37:49 +00:00
kesselb
42e972166a
Merge pull request #7150 from nextcloud/backport/7139/stable22
...
[stable22] Make the example command syntactically correct
2021-09-28 15:59:28 +02:00
kesselb
3f94b41cc2
Merge pull request #7147 from nextcloud/backport/7142/stable22
...
[stable22] selinux: All directory labels should be deleted on uninstall
2021-09-28 15:57:53 +02:00
Robin Windey
ad8af1c44c
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-28 13:33:41 +00:00
Pietro Marini
8de776ede7
Update big_file_upload_configuration.rst
2021-09-28 13:33:28 +00:00
Pietro Marini
8b675c8a84
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-28 13:33:27 +00:00
Pedro
7eba4497ed
All directory labels should be deleted on uninstall
2021-09-28 13:29:32 +00:00
Christoph Wurst
23bead07ac
Fix legacy routes like ajax.php on nginx
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-09-28 06:58:37 +00:00
Vincent Petry
0b1217938c
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 12:59:47 +00:00
Vincent Petry
dd8bfe09da
Add option for incoming shares for transfer ownership
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-15 12:59:47 +00:00
Joas Schilling
2783606f6c
Update apps_supported.rst
2021-08-27 07:24:28 +00:00
Christoph Wurst
4aff72b654
Recommend php8
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-09 18:32:08 +00:00
kesselb
54bb1e2cad
Merge pull request #7025 from nextcloud/backport/7006/stable22
...
[stable22] Restore broken table
2021-07-30 14:48:42 +02:00
ferfebles
81fa841b08
Restore broken table
...
Just an space needed to bring back the supported platforms
2021-07-30 12:39:46 +00:00
Julius Härtl
aaa46c30a8
Some enhancement to large file upload docs
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-07-30 11:48:12 +00:00
Daniel Kesselberg
93085dc14b
MariaDB 10.6 is not supported
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-20 20:40:56 +00:00
Sander
d1379434c9
Update migrating_owncloud.rst
...
Typo
2021-07-14 18:11:29 +00:00
Gary Kim
be38a4b6fd
Remove IE 11 as supported browser
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-14 08:52:57 +00:00
Christoph Wurst
582a74a559
Document critical changes for devs and admins in Nextcloud 22
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 09:11:07 +00:00
Vincent Petry
9c0222e5d4
Add encryption hit about how to fix bad signature errors
...
Added troubleshooting section for encryption.
Added section about the command to fix "Bad signature" errors.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-01 06:56:58 +00:00
Joas Schilling
39838e1d3b
Fix link to mysql 4byte docs
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-17 10:30:07 +02:00
Morris Jobke
62b4402f82
Fix code block
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-06-17 10:20:07 +02:00
Jos Poortvliet
a9a4591c2b
add the note about 4 byte support
...
So ppl don't miss it... Including me...
2021-06-17 10:17:59 +02:00
Julius Härtl
eb5bcfd87a
Extend legacy encryption scan docs
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-14 16:20:59 +02:00
Julius Härtl
2901259af7
Update log filed schema
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-10 10:51:19 +02:00
acsfer
b4d14a9df1
Typo
2021-05-24 19:58:27 +02:00
acsfer
3f4541b4cc
Add a warning about limited support for NGINX
2021-05-24 10:58:49 +02:00
Nextcloud bot
2350b4ff36
generate documentation from config.sample.php
2021-05-22 04:14:32 +00:00
HouraisanNEET
20200912c2
Suggest Installing PHP Module Filter
...
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
2021-05-15 20:12:49 +08:00
Nextcloud bot
a051e3ff9f
generate documentation from config.sample.php
2021-05-04 04:07:23 +00:00
Morris Jobke
5ba9346879
Merge pull request #6504 from nextcloud/revert-6393-design/image-alt-tags
...
Revert "Fix images and alt tags, fix #621 , fix #622 "
2021-05-03 15:17:12 +02:00
Morris Jobke
6c53fcae70
Merge pull request #6561 from nextcloud/updater
...
add info about updater
2021-05-03 15:12:26 +02:00
Jos Poortvliet
9e2b480821
add info about updater
...
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2021-05-03 12:48:04 +02:00
Jos Poortvliet
7a2d60d4ef
Merge branch 'master' into general-improvements
2021-05-03 10:08:15 +02:00
Roeland Jago Douma
eb82b93a46
Revert "Fix images and alt tags, fix #621 , fix #622 "
2021-04-30 13:18:44 +02:00