Louis
67ffcce5b5
Merge pull request #8042 from nextcloud/redis_over_tls
...
Add doc to connect to Redis over TLS
2022-02-17 09:58:12 +01:00
Louis Chemineau
d29e232ae7
Add doc to connect to Redis over TLS
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-02-16 15:50:50 +01:00
Arthur Schiwon
c1c28eaa30
update release information
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-02-15 23:10:58 +01:00
Joas Schilling
9acb072164
Add space as allowed user id character
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-15 10:31:00 +01:00
Carl Schwan
7873bd1804
Merge pull request #8027 from nextcloud/nginx-immuatable-cache
...
Add documentation for cache control immutable
2022-02-15 09:58:41 +01:00
Carl Schwan
b30299c32d
Add documentation for cache control immutable
...
See https://github.com/nextcloud/server/pull/31141/files
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-02-14 16:02:08 +01:00
acsfer
1f882b80fe
Merge pull request #8008 from nextcloud/drop-9.6
...
Drop PostgreSQL 9.6 support (EOL)
2022-02-11 12:18:48 +01:00
Louis Chemineau
01a746a05a
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 13:12:15 +01:00
Nextcloud bot
b0d15109fa
generate documentation from config.sample.php
2022-02-09 04:04:11 +00:00
Joas Schilling
d04cbe557d
Merge pull request #7984 from nextcloud/feature/30763/syslog-for-audit
...
Document syslog option for the admin audit app
2022-02-08 14:36:13 +01:00
acsfer
54b28d28b6
Drop PostgreSQL 9.6 support (EOL)
...
As per https://github.com/nextcloud/server/pull/31011
2022-02-07 17:04:13 +01:00
Christoph Wurst
827cf4243b
Merge pull request #7979 from nextcloud/fix/uploading-big-file-nginx
...
Ensure that nginx config sample allow downloading big file
2022-01-26 13:41:43 +01:00
Joas Schilling
069b76cea2
Document syslog option for the admin audit app
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-26 13:36:36 +01:00
Carl Schwan
21db59e288
Merge pull request #7895 from Tachi107/patch-2
...
docs(email_configuration): SMTPS is not outdated
2022-01-26 09:56:31 +01:00
John Molakvoæ
1dd2f93664
Merge pull request #6333 from mashedkeyboard/patch-2
...
Document primary object storage breaking SSE
2022-01-26 09:53:24 +01:00
Nextcloud bot
11c6823f7e
generate documentation from config.sample.php
2022-01-26 04:04:34 +00:00
Carl Schwan
95ef427295
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-21 13:03:08 +01:00
Nextcloud bot
5ea1be1d03
generate documentation from config.sample.php
2022-01-21 04:01:09 +00:00
Nextcloud bot
0cd1003f58
generate documentation from config.sample.php
2022-01-20 04:02:46 +00:00
MichaIng
fc7a1c27d7
Merge pull request #7859 from nextcloud/update-opcache-tuning
...
Update OPcache documentation
2022-01-16 16:05:45 +01:00
Joas Schilling
99606da7b8
Document the syslog_tag as well
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-14 17:02:02 +01:00
Nextcloud bot
ce0c711e54
generate documentation from config.sample.php
2022-01-12 04:01:07 +00:00
Andrea Pappacoda
2e0ed52021
docs(email_configuration): SMTPS is not outdated
...
The documentation previously stated that the SMTPS protocol is outdated, while this isn't true. The "port 465 situation" is often misunderstood because its usage has changed over the years, and this caused confusion, with old documents saying one thing, newer ones saying another one, and updated ones a different thing again. Wikipedia has a short, good explanation about the situation: https://en.wikipedia.org/wiki/SMTPS
In short, as of 2018, thanks to RFC8314, port 465 should be used similarly to port 587 (i.e. for _submission_ of emails), with the difference that instead of using STARTTLS for _maybe_ securing the communication with TLS, port 465 uses implicit TLS encryption, similarly to HTTPS (hence the name `submissions`, where `s` stands for secure).
As an example, you take a quick look at the output of `grep 465 /etc/services` on your Linux/BSD system
Please not that I'm not an email expert, just a curious guy that runs his own email server :)
Signed-off-by: Andrea Pappacoda <andrea@pappacoda.it >
2022-01-08 00:33:04 +01:00
MichaIng
43c2fae775
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 13:55:34 +01:00
MichaIng
a3756108e6
Update OPcache documentation
...
Remove the settings block which matches PHP defaults anyway. The Nextcloud admin panel will now show warnings based on actual OPcache usage, when any limit is closely reached: https://github.com/nextcloud/server/pull/27403
Add info about how to enhance performance by reducing or disabling OPcache revalidation.
Remove link to outdated blog post, which contains no additional helpful information and the invalid "opcache.fast_shutdown" setting which was removed with PHP7.2 already. Instead, add a link to "opcache-gui", a web interface to monitor and control the OPcache.
Signed-off-by: MichaIng <micha@dietpi.com >
2021-12-20 02:07:15 +01:00
rakekniven
560cd94cdd
Merge pull request #6970 from hellfi/patch-2
...
occ command to reset bruteforce attempts
2021-12-18 11:12:23 +01:00
Nextcloud bot
3360c1a5d3
generate documentation from config.sample.php
2021-12-18 04:01:32 +00:00
rakekniven
ad4d81758a
Clarfication for trusted_domains section ( #7852 )
...
Input from #7762
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2021-12-17 20:18:27 +01:00
rakekniven
93e47abaa0
l10n: Adapted spelling of brute-force
...
See https://en.wikipedia.org/wiki/Brute-force_attack
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2021-12-17 18:41:13 +01:00
rakekniven
34fad2daa9
Merge pull request #7824 from nextcloud/rakekniven-patch-1
...
Documented "user:add-app-password" and "user:info"
2021-12-17 15:49:39 +01:00
rakekniven
4660d1e547
Merge pull request #7648 from nextcloud/fix-spelling-of-privilege
...
admin_delegation_configuration.rst: Fix spelling of 'privilege'
2021-12-17 14:24:25 +01:00
Christoph Wurst
9e52bd3469
Merge pull request #7826 from nextcloud/fix/issues-in-en-documentation
...
Fix some syntax issues in English documentation
2021-12-17 09:31:46 +01:00
Nextcloud bot
a6b6e2d398
generate documentation from config.sample.php
2021-12-17 04:05:59 +00:00
Christian Wolf
60b125da7d
Corrected admin text styles
...
Signed-off-by: Christian Wolf <github@christianwolf.email >
2021-12-16 18:30:43 +01:00
rakekniven
04872339e2
Merge pull request #7550 from blckassassin/patch-2
...
Update external_storage_configuration_gui
2021-12-15 07:53:36 +01:00
rakekniven
51cbadb62a
Documented "user:add-app-password" and "user:info"
...
Fixes #7805
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2021-12-15 07:19:57 +01:00
Marcel Hibbe
d4ddb9a465
update requirements for talk mobile apps
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de >
2021-12-14 13:20:58 +01:00
stephang
b9dfe6900c
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 10:44:48 +01:00
Thomas Citharel
b062c82fa5
Add admin settings for the Calendar Trash bin
...
Closes #7696
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2021-12-06 14:00:53 +01:00
rakekniven
226d7526ac
Merge pull request #7732 from nextcloud/rakekniven-patch-3
...
Maintained php version
2021-12-03 11:39:07 +01:00
John Molakvoæ
24f216591f
Merge pull request #7654 from nextcloud/release/23
2021-12-03 11:27:19 +01:00
rakekniven
5232a0df90
Maintained php version
...
Fixes #7128
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2021-12-03 07:59:15 +01:00
Nextcloud bot
8d74f8cf17
generate documentation from config.sample.php
2021-12-03 04:08:25 +00:00
Arthur Schiwon
1b1b6b5d33
update schedule
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2021-11-30 11:12:59 +01:00
Frieder Schrempf
ea18b2cd7d
admin_delegation_configuration.rst: Fix spelling of 'privilege'
...
The correct and up-to-date spelling is 'privilege' without the 'd'.
Signed-off-by: Frieder Schrempf <frieder@fris.de >
2021-11-26 14:08:50 +01:00
Immanuel Pasanec
1b76dd10cd
Added possible parameters for --transfer-incoming-shares option.
...
Signed-off-by: Immanuel Pasanec <immanuel.pasanec@compaso.de >
2021-11-23 15:35:49 +01:00
Immanuel Pasanec
d301ca6b9b
Fixed missing double colon.
...
Signed-off-by: Immanuel Pasanec <immanuel.pasanec@compaso.de >
2021-11-23 15:29:40 +01:00
Immanuel Pasanec
16f9c630ac
Added explanation for overwriting the transferIncomingShares option in config.php.
...
Signed-off-by: Immanuel Pasanec <immanuel.pasanec@compaso.de >
2021-11-23 15:24:02 +01:00
blckassassin
bd3690bdad
Update external_storage_configuration_gui
...
Added steps to instruct users to go to the Admin section under their profile
Signed-off-by: blckassassin <j.martinetti760@gmail.com >
2021-11-20 11:07:10 -06:00
Louis
71d47e6610
Add CentOS Stream to supported OS
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2021-11-18 11:25:54 +01:00