Morris Jobke
f6128babdc
Merge pull request #6306 from nextcloud/backport/6304/stable21
...
[stable21] Notes on using the Redis session handler
2021-03-21 21:50:42 +01:00
Michael Griego
0ed6f72725
Notes on using the Redis session handler
...
Requested by https://github.com/nextcloud/docker/pull/1364#issuecomment-765472103
Signed-off-by: Mike Griego <mike@griegocentral.com>
2021-03-21 20:26:54 +00:00
Morris Jobke
b24bb5522c
Merge pull request #6273 from nextcloud/backport/6272/stable21
...
[stable21] Change to server
2021-03-17 10:01:55 +01:00
Valdnet
f3d082fbb0
Change to server
...
Reported by the translator from Transifex.
2021-03-17 08:50:59 +00:00
Morris Jobke
9ba5208fdd
Merge pull request #6263 from nextcloud/backport/6092/stable21
...
[stable21] Fix missing image in "federated_cloud_sharing.rst"
2021-03-17 09:26:43 +01:00
Daniel Calviño Sánchez
f70d9560fe
Replace techy term with a more human word
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-03-16 21:43:51 +00:00
Daniel Calviño Sánchez
f69ed7b03b
Fix missing image in "federated_cloud_sharing.rst"
...
This adds back the file removed in commit
8106b60025 but still used in
"federated_cloud_sharing.rst".
The remote user shown in the image is
"username@sub.example.com/nextcloud", so the example name used in the
page did not match and thus was removed (it was not replaced as it felt
redundant with the "username" already used in the previous sentence).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-03-16 21:43:51 +00:00
Morris Jobke
fe9dc27480
Merge pull request #6219 from ZeroPointMax/stable21
...
add newline in reverse proxy docs
2021-03-16 22:39:42 +01:00
Morris Jobke
9c6838ae50
Merge pull request #6258 from nextcloud/backport/6093/stable21
...
[stable21] Update tutorial.rst
2021-03-16 22:39:04 +01:00
Morris Jobke
0e6b7bf705
Merge pull request #6259 from nextcloud/backport/6236/stable21
...
[stable21] Fix typo
2021-03-16 22:38:55 +01:00
Mohamed Radhi Guennichi
a4a0b1d4c0
Fix typo
2021-03-16 21:37:34 +00:00
Morris Jobke
e3b8d33dc1
Merge pull request #6257 from nextcloud/backport/6082/stable21
...
[stable21] Add note about when to enable SSL
2021-03-16 22:36:49 +01:00
Michał
dfef099af1
Update tutorial.rst
...
Typing error (excute->execute)
2021-03-16 21:36:47 +00:00
Steve8291
c1c8bd6fea
Add note about when to enable SSL
...
As the manual currently reads it sounds like you should always enable SSL for your database. Added note explaining that is is only necessary when you connect remotely.
Since the default install for MariaDB or MySQL only allows communication on localhost through a unix socket, this will not need to be configured for most installs.
2021-03-16 21:35:24 +00:00
Morris Jobke
99bcb6d688
Merge pull request #6256 from nextcloud/backport/6207/stable21
...
[stable21] Add PostgreSQL version 12 and 13 to requirements
2021-03-16 22:19:03 +01:00
Morris Jobke
c4bdf28872
Merge pull request #6254 from nextcloud/backport/6187/stable21
...
[stable21] Small typos in user manual
2021-03-16 22:18:19 +01:00
Morris Jobke
6c7cbbe416
Merge pull request #6251 from nextcloud/backport/6223/stable21
...
[stable21] Update release_schedule.rst
2021-03-16 22:18:08 +01:00
Christian Hartmann
edba27a795
Add PostgreSQL version 12 and 13 to requirements
...
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2021-03-16 21:17:49 +00:00
nextcloud486153
cf5a83217f
Typo: note to not
...
Signed-off-by: nextcloud486153 <78801830+nextcloud486153@users.noreply.github.com>
2021-03-16 21:16:50 +00:00
nextcloud486153
121a3e7872
Inconsistent punctuation: . replaced by :
...
Signed-off-by: nextcloud486153 <78801830+nextcloud486153@users.noreply.github.com>
2021-03-16 21:16:50 +00:00
nextcloud486153
49e753bd0a
Typo: and to a
...
Signed-off-by: nextcloud486153 <78801830+nextcloud486153@users.noreply.github.com>
2021-03-16 21:16:50 +00:00
Stefan
4df8f0b547
Update release_schedule.rst
2021-03-16 21:15:28 +00:00
Morris Jobke
27a6c3b6f2
Merge pull request #6248 from nextcloud/backport/6231/stable21
...
[stable21] Update source_installation.rst
2021-03-16 22:13:26 +01:00
Morris Jobke
d43f4d5f1b
Merge pull request #6245 from nextcloud/backport/6240/stable21
...
[stable21] Remove "host to resolve" from the list of valid options for `trusted_proxies`
2021-03-16 22:11:10 +01:00
hashashin1191
5babb2d152
Update source_installation.rst
...
Signed-off-by: hashashin1191 <hashashin1191@protonmail.com>
#6224
2021-03-16 21:11:01 +00:00
Robin Appelman
44e453f524
Remove "host to resolve" from the list of valid options for trusted_proxies
...
There is no code to actually support that as far as I can tell
2021-03-16 21:10:23 +00:00
Morris Jobke
49f7fd66a3
Merge pull request #6242 from nextcloud/backport/6197/stable21
...
[stable21] Clean up Caddy proxy example
2021-03-16 19:43:47 +01:00
Francis Lavoie
d9bf4f2149
Update reverse_proxy_configuration.rst
2021-03-16 16:06:30 +00:00
Francis Lavoie
bcfa51187c
Clean up Caddy proxy example
...
It's incorrect to use `reverse_proxy` for the dav paths because Caddy does not support paths in proxy addresses. Using a rewrite is the correct solution.
Was also pointed out here: https://github.com/nextcloud/documentation/pull/5894#issuecomment-772874944
2021-03-16 16:06:30 +00:00
ZeroPointMax
2b47e73d47
add newline in reverse proxy docs
...
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org>
2021-02-19 20:48:13 +01:00
Christoph Wurst
6db5807b39
Merge pull request #6104 from nextcloud/backport/6097/stable21
...
[stable21] DI is now case sensitive: changing IDBConnection
2021-02-04 15:43:02 +01:00
Roeland Jago Douma
7c9cd48ead
Merge pull request #6101 from nextcloud/backport/6099/stable21
...
[stable21] Add note about SAML limitation to apply to all login credential based auth mechanisms
2021-02-04 13:12:50 +01:00
Tobias Kaminsky
e31221f3f2
DI is now case sensitive: changing IDBConnection
2021-02-04 12:12:02 +00:00
Julius Härtl
63ed6e6034
Add note about SAML limitation to apply to all login credential based auth mechanisms
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-02-04 11:52:05 +00:00
Nextcloud bot
2d2275cd59
generate documentation from config.sample.php
2021-01-29 04:00:06 +00:00
github-actions[bot]
694436561f
Merge pull request #6091 from nextcloud/translations_user-manual-locale-source-pim-sync-osx-pot--master_it
2021-01-25 15:49:49 +00:00
transifex-integration[bot]
bd89487f8c
Apply translations in it
...
translation completed for the source file '/user_manual/locale/source/pim/sync_osx.pot'
on the 'it' language.
2021-01-25 15:47:11 +00:00
github-actions[bot]
68420c971d
Merge pull request #6090 from nextcloud/translations_user-manual-locale-source-files-sharing-pot--master_it
2021-01-25 15:46:39 +00:00
transifex-integration[bot]
560be9b726
Apply translations in it
...
translation completed updated for the source file '/user_manual/locale/source/files/sharing.pot'
on the 'it' language.
2021-01-25 15:44:02 +00:00
github-actions[bot]
3f937dd124
Merge pull request #6088 from nextcloud/translations_user-manual-locale-source-files-access-webdav-pot--master_it
2021-01-25 15:43:52 +00:00
transifex-integration[bot]
edee85890e
Apply translations in it
...
translation completed for the source file '/user_manual/locale/source/files/access_webdav.pot'
on the 'it' language.
2021-01-25 15:41:07 +00:00
github-actions[bot]
0d837e2ecc
Merge pull request #6087 from nextcloud/translations_user-manual-locale-source-whats-new-pot--master_zh_CN
2021-01-25 06:17:26 +00:00
transifex-integration[bot]
02c1077b80
Apply translations in zh_CN
...
translation completed for the source file '/user_manual/locale/source/whats_new.pot'
on the 'zh_CN' language.
2021-01-25 06:14:52 +00:00
github-actions[bot]
dfc382b297
Merge pull request #6085 from nextcloud/translations_user-manual-locale-source-contents-pot--master_zh_CN
2021-01-24 14:50:59 +00:00
transifex-integration[bot]
9cdf0c24a8
Apply translations in zh_CN
...
translation completed for the source file '/user_manual/locale/source/contents.pot'
on the 'zh_CN' language.
2021-01-24 14:48:27 +00:00
github-actions[bot]
2e158d8b02
Merge pull request #6084 from nextcloud/translations_user-manual-locale-source-external-storage-index-pot--master_zh_CN
2021-01-24 14:14:51 +00:00
github-actions[bot]
e427ab3f1c
Merge pull request #6083 from nextcloud/translations_user-manual-locale-source-external-storage-external-storage-pot--master_zh_CN
2021-01-24 14:14:16 +00:00
transifex-integration[bot]
e98f0c663c
Apply translations in zh_CN
...
translation completed for the source file '/user_manual/locale/source/external_storage/index.pot'
on the 'zh_CN' language.
2021-01-24 14:12:16 +00:00
transifex-integration[bot]
7160cc5c13
Apply translations in zh_CN
...
translation completed for the source file '/user_manual/locale/source/external_storage/external_storage.pot'
on the 'zh_CN' language.
2021-01-24 14:11:45 +00:00
github-actions[bot]
991ea0eaaa
Merge pull request #6080 from nextcloud/translations_user-manual-locale-source-external-storage-external-storage-pot--master_es
2021-01-23 09:32:37 +00:00