Commit Graph

2863 Commits

Author SHA1 Message Date
Morris Jobke
67010d83bf Clarify on upgrade steps for long running steps
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-06 18:25:21 +02:00
Morris Jobke
ee6bd531af Merge pull request #2040 from Lars1963/patch-2
New requirements for passwordless auth
2020-05-06 12:11:04 +02:00
Ruben Barkow-Kuder
7e8c634dd6 fix app:update command 2020-05-05 01:00:24 +02:00
Lars van Ravenzwaaij
fa2b94dfac Edit Typo
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-05-04 17:08:53 +02:00
Nextcloud bot
9eb12ba47d generate documentation from config.sample.php 2020-05-04 11:55:22 +00:00
Lars van Ravenzwaaij
34998b7467 fixup! New requirements for passwordless auth 2020-05-03 19:01:59 +02:00
Lars van Ravenzwaaij
6118e77bff New requirements for passwordless auth
See https://github.com/nextcloud/server/issues/20600
2020-05-03 12:31:48 +02:00
tflidd
9ac533a8e5 Add correct syntax highlighting
Missing syntax highlighting for adding indices.
2020-05-03 11:38:06 +02:00
Eirik Smithsen
0e1634fe68 Fix reverse proxy documentation list formatting
reStructuredText requires a blank line before and after
lists to render correctly.

Signed-off-by: Eirik Smithsen <eirik.1996@hotmail.com>
2020-04-29 18:07:53 +02:00
Georgiy Sitnikov
d1afdc9520 Added Docker and Docker Compose howto
install ClamAV and expose Socket to the local Host
2020-04-29 14:02:57 +02:00
Morris Jobke
30d2060811 Clarify ownCloud migration version 2020-04-27 10:45:47 +02:00
Morris Jobke
99178ad216 Merge pull request #2021 from GAS85/patch-4
Added example rule to exclude folder
2020-04-23 14:14:58 +02:00
Georgiy Sitnikov
fc048dafa2 Small wording correction 2020-04-22 14:15:09 +02:00
Georgiy Sitnikov
2cd2939662 Added MOCK Screenshot. 2020-04-22 14:06:54 +02:00
Morris Jobke
6dacf77ff7 Merge pull request #1775 from jamesstout/occ_command_logging_options_fix
Fix formatting of occ log:manage options
2020-04-22 13:39:14 +02:00
Georgiy Sitnikov
a84602f064 Added example rule to exclude folder
Seems it was always asked about.
Picture download screenshot via https://gas85.ddns.net/index.php/s/TQ3Q9omcBRQsPFr and upload it to /images/
2020-04-22 12:53:31 +02:00
John Molakvoæ
9fcc590a34 Merge pull request #2015 from nextcloud/fix/centos-code-block
Fix code block
2020-04-22 11:00:44 +02:00
John Molakvoæ
d529a9f05c Add missing block declaration 2020-04-22 10:36:47 +02:00
John Molakvoæ
7bac9a00c7 Fix code block
Fix #2011
2020-04-22 08:57:36 +02:00
Thomas Citharel
b17d900bbb Add section on sharing and publishing calendars, and minor improvements
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-22 08:48:13 +02:00
Thomas Citharel
bb19a152ea Improve admin groupware section
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-22 08:23:14 +02:00
Thomas Citharel
da8da265fd Add Groupware section
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-22 08:23:13 +02:00
CJlano
75669ac395 Update Primary Storage doc for OpenStack Swift v3
Add scope/project with TenantName, as discussed in #11264 comment https://github.com/nextcloud/server/issues/11264#issuecomment-457525893
This is necessary for OVH Object Storage. Not sure for other providers.
2020-04-21 12:08:34 +02:00
Morris Jobke
3d30f430a0 Merge pull request #1902 from nextcloud/wiswedel/admin/sharingConfigUpdate19
updated sharing config page documentation
2020-04-21 12:05:19 +02:00
Morris Jobke
0d4b66e3e5 Merge pull request #1850 from ded7/patch-2
Add example Swift v3 scope
2020-04-21 12:03:34 +02:00
Morris Jobke
b00c1e4e6a Change array syntax from array() to []
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-04-21 12:02:06 +02:00
Morris Jobke
6aa9c182bd Fix paragraph layout after merging #1936
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-04-21 11:11:22 +02:00
Clément Duveau
16f8d0c8c0 Update documentation and readability
As my reverse proxy can change its IP address (self-healing, rolling update, etc) I resolve it only using internal DNS. I just tried and my Nextcloud install (officiel docker, no modifications) is able to resolve it.

Options for the array have been updated for readability
2020-04-21 09:03:55 +00:00
gunnaraas
bd37ca574f Fixing small typo in docs
'environment' was spelled 'environmemt' on line 649
2020-04-21 10:33:54 +02:00
Morris Jobke
bd7e3174d8 Merge pull request #1962 from ptman/patch-2
Document "Invalid private key for encryption app"
2020-04-21 10:19:26 +02:00
Morris Jobke
fef343c1a8 Apply suggestions from code review
Co-Authored-By: J0WI <J0WI@users.noreply.github.com>
2020-04-21 10:11:09 +02:00
Morris Jobke
ca890fcf63 Merge pull request #1874 from nextcloud/add-activity-docs
Add more activity docs
2020-04-21 09:55:17 +02:00
Sascha Wiswedel
501dff418b Merge pull request #1969 from nextcloud/wiswedel/appstoreUpdates
Bunch of updates to the app store documentation
2020-04-20 23:21:13 +02:00
kesselb
606a38090f Merge pull request #1959 from mat-m/patch-2
Add NGINX reverse proxy code block
2020-04-20 21:43:46 +02:00
kesselb
ff12b6a877 Update admin_manual/configuration_server/reverse_proxy_configuration.rst
Co-Authored-By: Gary Kim <gary@garykim.dev>
2020-04-20 21:40:12 +02:00
kesselb
e7eec58711 Revert "Fix database file name in backup documentation" 2020-04-20 15:03:13 +02:00
Sascha Wiswedel
bf3788f020 added note about app store URL whitelisting
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:24:05 +02:00
Sascha Wiswedel
09d3d7d633 be more strict about licensing requirements
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:19:55 +02:00
Sascha Wiswedel
a0a7cb42c8 typo
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:19:19 +02:00
Sascha Wiswedel
3fe3811f6a Gallery has been replaced by Photos
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:18:34 +02:00
Sascha Wiswedel
5f30a79edc App Store: "official" is now "Featured"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:15:49 +02:00
Sascha Wiswedel
8dad03115c updated outdated docu link
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:10:01 +02:00
Sascha Wiswedel
ab88436ade paragraph about "Approved" tagged apps does no longer apply
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:09:20 +02:00
Joas Schilling
d96e903ede Add more activity docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-20 09:40:43 +02:00
Damien Regad
05a7e412ac Fix typo in migrating.rst 2020-04-17 17:35:43 +02:00
Paul Tötterman
12d3934d75 Document "Invalid private key for encryption app"
Signed-off-by: Paul Tötterman <paul.totterman@iki.fi>
2020-04-15 11:27:39 +03:00
Mat M
529ee49511 Add NGINX reverse proxy code block
Signed-off-by: Mat M <matm@gmx.fr>
2020-04-12 03:53:48 +02:00
kesselb
399c7ac4f5 Merge pull request #1868 from nextcloud/add-example-for-apps-store-url
Add example for apps store url
2020-04-11 10:11:03 +02:00
Julius Härtl
e25a370d58 Merge pull request #1913 from bkmgit/patch-2
Update example_centos.rst
2020-04-04 22:42:24 +02:00
Benson Muite
357c5a8e03 Update example_centos.rst
Remove second installation of EPEL

Signed-off-by: Benson Muite <benson_muite@emailplus.org>
2020-04-04 15:28:58 +03:00