Commit Graph

1091 Commits

Author SHA1 Message Date
Christoph Wurst
7e24a4f566
feat(adminmanual): Add 26 upgrade docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-31 13:59:24 +02:00
Joas Schilling
44dc7b173b
fix(admin): Make double dash readable as such
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-31 09:35:33 +02:00
Christoph Wurst
e5c72b5d16
fix(adminmanual): Document SMTP+NTLM limitation in 26
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 12:25:18 +02:00
Nextcloud bot
c3e6fbb0b9
generate documentation from config.sample.php 2023-05-23 02:35:31 +00:00
Nextcloud bot
4805b35c76
generate documentation from config.sample.php 2023-05-17 02:33:17 +00:00
Nextcloud bot
f54b606dac
generate documentation from config.sample.php 2023-05-13 04:42:21 +00:00
Christoph Wurst
c6a10eaf9f
feat(adminmanual): Document system address book basics
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-12 10:56:21 +02:00
Daniel Kesselberg
2390f88bc9
docs(occ): update maintenance mode section
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-05-02 18:16:01 +02:00
Daniel Kesselberg
927d7a31ae
docs(occ): add section run commands in maintenance mode
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-04-25 20:57:35 +02:00
Daniel Kesselberg
05d1d55495
docs(occ): decrypt-all requires maintenance mode = off
The encryption:decrypt-all command was updated to require maintenance mode = off: https://github.com/nextcloud/server/pull/12114

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-04-25 18:20:53 +02:00
Anna Larch
a92a0285be Document Symfony Mailer changes
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-04-13 12:09:17 +02:00
Nextcloud bot
5ba51aee0e
generate documentation from config.sample.php 2023-04-12 04:45:21 +00:00
Nextcloud bot
3f74971627
generate documentation from config.sample.php 2023-04-04 04:41:35 +00:00
Nextcloud bot
a40198e537
generate documentation from config.sample.php 2023-04-02 04:39:14 +00:00
Nextcloud bot
a13f6b56aa
generate documentation from config.sample.php 2023-03-29 04:51:35 +00:00
John Molakvoæ
4a25e81fc6
Merge pull request #9093 from martin-rueegg/patch-3 2023-03-16 09:58:00 +01:00
Git'Fellow
a5dd39a8b8
Add note about Group Folders
Using Group Folders, files are visible in the User trash, but such files are not restored by this command.

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-02-16 15:49:52 +01:00
Nextcloud bot
d71364ffdc
generate documentation from config.sample.php 2023-02-09 03:57:27 +00:00
Louis
eecd76cfa9
Merge pull request #9618 from nextcloud/artonge/doc/35160
Add info about versions labeling and deleting
2023-02-08 14:15:36 +01:00
Camila
40efe20f4c
Fix note about occ files:transfer-ownership command.
See PR nextcloud/server/pull/30953.

Signed-off-by: Camila <hello@camila.codes>
2023-02-08 13:25:03 +01:00
Louis Chemineau
9df50ed8e8 Add info about versions labeling and deleting
https://github.com/nextcloud/server/pull/35160
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-07 18:39:15 +01:00
Camila
8d9bd892c6
Add note about the occ files:transfer-ownership command.
See issue nextcloud/server#15410.

Signed-off-by: Camila <hello@camila.codes>
2023-02-07 17:31:34 +01:00
Nextcloud bot
a0167aae1f
generate documentation from config.sample.php 2023-02-03 03:49:53 +00:00
Nextcloud bot
af22cb1759
generate documentation from config.sample.php 2023-01-25 04:04:04 +00:00
Nextcloud bot
4477dc5944
generate documentation from config.sample.php 2023-01-20 02:37:13 +00:00
Christoph Wurst
779f62f502
Merge pull request #9509 from nextcloud/repair-tree
Add file:repair-tree documentation
2023-01-18 12:02:16 +01:00
rusty-snake
590775b412
Update Service Discovery example for Caddy …
… in  reverse_proxy_configuration.rst

While the rewrite rules should work I guess, they still trigger a warning
on the admin page. Using 301 redirects make the warning go away.

Signed-off-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
2023-01-07 16:55:07 +00:00
Vincent Petry
3baa8ca46e
Add troubleshooting section about NFD file encoding
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-05 10:41:26 +01:00
Nextcloud bot
8f0236071a
generate documentation from config.sample.php 2023-01-05 03:43:28 +00:00
Vincent Petry
8ce0847393
Add doc for occ trashbin:restore command
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-04 15:24:56 +01:00
Nextcloud bot
bd38b79ff5
generate documentation from config.sample.php 2023-01-04 06:23:20 +00:00
Git'Fellow
7c05b1bea7
Title underline too short
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2022-12-31 13:31:23 +01:00
Git'Fellow
a9f04467d5
Typo
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2022-12-31 13:23:22 +01:00
Git'Fellow
07220ebc49
Add file:repair-tree documentation
Fix https://github.com/nextcloud/documentation/issues/9508

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2022-12-31 13:22:15 +01:00
Daniel
023499af9e
Merge pull request #8189 from FalkenStein42/patch-2
Clarification on permisions for the Redis socket
2022-12-29 15:19:31 +01:00
Daniel
540475628f
Update admin_manual/configuration_server/caching_configuration.rst
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-29 15:13:09 +01:00
Nextcloud bot
d62473afbd
generate documentation from config.sample.php 2022-12-29 03:13:25 +00:00
Nextcloud bot
c40214c6bb
generate documentation from config.sample.php 2022-12-23 10:35:59 +00:00
Daniel
a54a5943b9
Merge pull request #7944 from FlorentPoinsaut/patch-2
Fix traefik v1 example
2022-12-17 17:27:23 +01:00
Daniel
883d4e2c91
Merge pull request #9061 from nbenedek/reverse-proxy-overwrite.cli.url
reverse proxy: add info about overwrite.cli.url
2022-12-10 20:31:42 +01:00
Daniel
a3ea707930
Update admin_manual/configuration_server/reverse_proxy_configuration.rst
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-10 20:27:46 +01:00
Nextcloud bot
a3306e018d
generate documentation from config.sample.php 2022-12-09 03:53:25 +00:00
Christoph Wurst
07b94e6ba3
doc(admin documentation): Warn about the changed errorlog message prefix
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-12-06 10:59:59 +01:00
Nextcloud bot
ea575ae12b
generate documentation from config.sample.php 2022-12-01 03:39:06 +00:00
Daniel
ca2e9e9fbc
Merge pull request #9401 from p-bo/patch-26
Point URL to internet archive
2022-11-30 15:28:36 +01:00
Nextcloud bot
2b0d1b9047
generate documentation from config.sample.php 2022-11-29 03:38:58 +00:00
Julius Härtl
eae31ad02f
Merge pull request #9321 from nextcloud/docs/add-av-disabling-background-scan 2022-11-28 08:12:29 +01:00
Luka Trovic
09664f83ed
feat: update description
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com>
2022-11-28 08:04:39 +01:00
Luka Trovic
d17ea611a4
feat: update description
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com>
2022-11-28 08:04:25 +01:00
Nextcloud bot
1f7f6b2a50
generate documentation from config.sample.php 2022-11-26 03:36:33 +00:00
Daniel
4e22b453cb
Merge pull request #9402 from p-bo/patch-27
Fix formating
2022-11-25 20:38:15 +01:00
p-bo
6ca0607d62
Fix formating
- use *italicized text* instead of _italicized text_ , because it was not rendered in used markdown flavour correctly
- remove (forgotten?) long line of dashes

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-19 23:02:16 +01:00
p-bo
a58b35b21f
Point URL to internet archive
This site is not existing any more - link updated to point to archived page

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-19 22:39:32 +01:00
p-bo
b24f71121c
Removed obsolete note regarding pending backport of NSS into RHEL & derivatives
Backport described in linked bug
https://bugzilla.redhat.com/show_bug.cgi?id=1241172
was already completed in
https://access.redhat.com/errata/RHBA-2016:2335.html

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-19 22:03:12 +01:00
Nextcloud bot
cc3931ada3
generate documentation from config.sample.php 2022-11-15 03:33:02 +00:00
Joas Schilling
b032437050
Make all internal links link to the latest (adjusted on stable-splits)
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-11 15:41:58 +01:00
Luka Trovic
dd5e202314
docs: add description to disable av background scan
Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com>
2022-11-10 20:41:45 +01:00
Daniel
429688f01f
Merge pull request #9257 from danielpclin/patch-2
update the link to available language codes
2022-11-07 21:53:50 +01:00
Nextcloud bot
16c0792140
generate documentation from config.sample.php 2022-11-06 03:28:25 +00:00
林柏臣
0a37c3feb1
update the link to available language codes
change the url of Transifex language codes from https://www.transifex.com/explore/languages/ to https://explore.transifex.com/languages/ as the previous link redirect to the home page.

Signed-off-by: 林柏臣 <daniel.pclin@gmail.com>
2022-10-27 18:34:13 +08:00
Nextcloud bot
e54de3734d
generate documentation from config.sample.php 2022-10-27 03:26:00 +00:00
Andrew Dawes
e1bc8c6667 Fixed several typos and grammar errors
Signed-off-by: Andrew Dawes <andrewsdawes@gmail.com>
2022-10-25 07:32:25 +02:00
Nextcloud bot
1808e32390
generate documentation from config.sample.php 2022-10-20 18:12:57 +00:00
Daniel Kesselberg
63a5700cdf
Add documentation for occ tag commands
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-10-12 12:07:08 +02:00
Louis
d0fcf553c9
Merge pull request #9201 from nextcloud/artonge/feat/add_files-scan_metadata_option
Add files:scan --generate-metadata option
2022-10-11 17:03:27 +02:00
Louis Chemineau
8f9b505006 Add files:scan --generate-metadata option
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-10-11 12:45:20 +02:00
Nextcloud bot
d80b75b2ef
generate documentation from config.sample.php 2022-10-04 03:21:43 +00:00
Vincent Petry
e36af006fb
Improve docs for transfer ownership
Add usage block.
Also document the ``--move``option.
Mention the target folder.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-21 11:56:45 +02:00
Nextcloud bot
31eea628f0
generate documentation from config.sample.php 2022-09-17 04:39:13 +00:00
rakekniven
2afa81d6a8 Update occ_command.rst
Added expire command option

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2022-09-09 20:53:59 +02:00
Nextcloud bot
93d5f7bf99
generate documentation from config.sample.php 2022-09-03 04:36:55 +00:00
Martin Rüegg
be1014ce28
Remove extra line
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-09-03 00:17:16 +02:00
Martin Rüegg
11d84a4fa7
Incorporating note from #9125
Credits:  @2fst4u in #9125

Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-09-03 00:14:46 +02:00
Martin Rüegg
5372491ecb
Incorporating review feedback
- replace "memcache" with "data cache" in the introduction to avoid confusion with "memcached"
- moving the "Recommendations" section to the top of the page (between intro and cache configuration)
- re-organize and expand the "Recommendations* section

Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-09-03 00:06:51 +02:00
Martin Rüegg
d038bab090
Update admin_manual/configuration_server/caching_configuration.rst
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-09-02 23:50:36 +02:00
Martin Rüegg
27c42ea100
Update admin_manual/configuration_server/caching_configuration.rst
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-09-02 23:05:57 +02:00
Nextcloud bot
488bab2c01
generate documentation from config.sample.php 2022-09-02 04:30:27 +00:00
Nextcloud bot
0c2c137a0c
generate documentation from config.sample.php 2022-09-01 04:37:55 +00:00
Nextcloud bot
34a87f4073
generate documentation from config.sample.php 2022-08-31 04:23:43 +00:00
Nextcloud bot
1b622aa42c
generate documentation from config.sample.php 2022-08-26 04:24:16 +00:00
Nextcloud bot
c1271d703e
generate documentation from config.sample.php 2022-08-24 04:28:56 +00:00
Martin Rüegg
b502cc7f27
Note on Redis for local cache
Explain that using Redis for local cache is possible, but not recommended

Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-07-29 11:35:02 +02:00
Julius Härtl
ad5a4bfa14
Document text app settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-19 17:13:26 +02:00
Martin Rüegg
2214d473e4
Improve readability and completedness for Redis
- give more complete examples for Redis config
- use separate sections for the different connection types (TCP, TLS, socket)

Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-07-15 14:04:54 +02:00
tflidd
d6df9fb31e
Merge pull request #9066 from martin-rueegg/patch-2
Add a section regarding the workflow log
2022-07-15 10:01:53 +02:00
Nextcloud bot
b6e695ab25
generate documentation from config.sample.php 2022-07-09 04:18:36 +00:00
Martin Rüegg
250f617cb7
Add a section regarding the workflow log
Include the information as per https://github.com/nextcloud/server/issues/20100

Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-07-08 12:13:42 +02:00
nbenedek
88d39e88c5
reverse proxy: add info about overwrite.cli.url
Signed-off-by: Benedek Nagy <contact@nbenedek.me>
2022-07-06 19:29:49 +02:00
phieber
644583f6fe
Update occ_command.rst
fixed certificate commands

Signed-off-by: phieber <phieber@users.noreply.github.com>
2022-06-26 14:03:31 +02:00
Christoph Wurst
8662269b2b
Drop links to unofficial twofactor_admin app
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-14 15:46:31 +02:00
Florent Poinsaut
a141b590b3 Remove trailing slash + add traefik v2 Docker label example + homogeneization of examples
Signed-off-by: Florent Poinsaut <florent@poinsaut.fr>
2022-06-14 09:47:41 +02:00
Florent Poinsaut
71a92062eb Fix traefik v1 example
We need to escape $ char in traefik v1 label otherwise this error occurs:
`ERROR: Invalid interpolation format for "labels" option in service "web": "https://$1/remote.php/dav/"`

Signed-off-by: Florent Poinsaut <florent@poinsaut.fr>
2022-06-14 09:47:41 +02:00
Nextcloud bot
9cd34baf90
generate documentation from config.sample.php 2022-06-14 04:27:12 +00:00
Nextcloud bot
0802682cd2
generate documentation from config.sample.php 2022-06-11 04:25:58 +00:00
JMoVS
b860e6badf
fix documentation: words falling out of note box 2022-06-06 13:18:29 +02:00
Nextcloud bot
15ead546d3
generate documentation from config.sample.php 2022-05-18 04:25:29 +00:00
Nextcloud bot
939b1118ed
generate documentation from config.sample.php 2022-05-17 04:21:44 +00:00
Nextcloud bot
29e2fcdfb6
generate documentation from config.sample.php 2022-05-10 04:33:10 +00:00
Côme Chilliet
b10816d489
Merge pull request #8286 from nextcloud/fix/ldap-config-id-starts-at-s01
Fix LDAP first configId information
2022-05-09 10:32:28 +02:00
Côme Chilliet
3e2a2bf603
Fix LDAP first configId information
It starts at s01, no more empty configId for the first one.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-09 10:15:33 +02:00
Côme Chilliet
8fbc383ed7
Fix command options formatting
Avoids double-dash being turned into a single one by rendering.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-09 10:09:37 +02:00
Nextcloud bot
ade2085087
generate documentation from config.sample.php 2022-05-06 04:19:48 +00:00
Git'Fellow
d8a70a5937
Add note about IPv6 CIDR
From https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1921
Ref https://github.com/nextcloud/server/issues/32253
2022-05-04 11:22:26 +02:00
Nextcloud bot
63b7765e05
generate documentation from config.sample.php 2022-05-01 04:18:47 +00:00
Nextcloud bot
53bd6ac752
generate documentation from config.sample.php 2022-04-28 04:21:08 +00:00
Valdnet
d67e6a8769
Correct spelling (#8213)
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-04-25 14:33:56 +02:00
Joas Schilling
54ac021a1f
Add warnings about scaling issues with ajax and webcron
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25 12:24:31 +02:00
szaimen
cb9a032737 add domain change documentation
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-21 15:18:21 +02:00
FalkenStein42
85932d4cce
Clarification on permisions for the Redis socket
After running into the problem myself and searching online for a solution i think a clarification on how to ensure proper permissions on the redis socket would be helpful to novice administrators
2022-04-15 08:20:08 +02:00
Nextcloud bot
7fba510c02
generate documentation from config.sample.php 2022-04-15 04:13:13 +00:00
Nextcloud bot
4084bcf030
generate documentation from config.sample.php 2022-04-07 04:15:00 +00:00
Nextcloud bot
035004e047
generate documentation from config.sample.php 2022-04-05 04:13:36 +00:00
max-nextcloud
a25a147828
remove invalid type=boolean in config:app:set
App settings do not allow the type option. `config:system:set` on the other hand expects `true` not `yes` as the value of a boolean.
2022-03-23 20:59:24 +01:00
Nextcloud bot
a0560d5812
generate documentation from config.sample.php 2022-03-19 04:10:06 +00:00
Nextcloud bot
f57a86b5e5
generate documentation from config.sample.php 2022-03-08 04:07:41 +00:00
Nextcloud bot
d5f3599c15
generate documentation from config.sample.php 2022-03-03 04:04:53 +00:00
Vincent Petry
d7806e09b8
Combine activity ext storage with group folder section
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-02-25 17:27:20 +01:00
Vincent Petry
ab256faa75
Add section about activities in external storages
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-02-25 16:45:49 +01:00
Frieder Schrempf
8a0af8663e
Merge pull request #8047 from nextcloud/extend-warning-gf-activities
Extend warning about activities in groupfolders
2022-02-24 14:18:27 +01:00
Joas Schilling
d3b6b74210
Merge pull request #7878 from blckassassin/master
Update email_configuration.rst
2022-02-24 12:12:33 +01:00
Joas Schilling
5713a36a96
Apply suggestions from code review 2022-02-24 12:09:41 +01:00
Joas Schilling
07aedb47fc
Document admin config for maintenance_window_start
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-22 13:49:28 +01:00
Nextcloud bot
963ff252ce
generate documentation from config.sample.php 2022-02-22 04:05:23 +00:00
Julius Härtl
c1885613e4
Add docs for occ theming:config
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Co-authored-by: Simon L. <szaimen@e.mail.de>
2022-02-21 10:35:05 +01:00
Frieder Schrempf
2727ba2f70
Extend warning about activities in groupfolders
This extends the warning about activities in groufolders to mention the potential of
leaking sensitive data if "Advanced Permissions" are used.
See https://github.com/nextcloud/groupfolders/issues/1057 for more information.

Signed-off-by: Frieder Schrempf <frieder@fris.de>
2022-02-18 11:55: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
Nextcloud bot
b0d15109fa
generate documentation from config.sample.php 2022-02-09 04:04:11 +00: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
Nextcloud bot
11c6823f7e
generate documentation from config.sample.php 2022-01-26 04:04:34 +00: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
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
blckassassin
de86928bbd
Update email_configuration.rst
Added details so users coming to the documentation will know how to access Email server settings.
2021-12-28 00:43:04 -06: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
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
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
Nextcloud bot
8d74f8cf17
generate documentation from config.sample.php 2021-12-03 04:08:25 +00: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
Christoph Wurst
0e2133150c
Merge pull request #7577 from nextcloud/fix/admin-audit-log-typo
Fix typo in admin audit log docs
2021-11-15 14:15:23 +01:00
Christoph Wurst
6c49af3a72
Fix typo in admin audit log docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 10:38:25 +01:00
Christoph Wurst
88b45672dc
Document how to override the log level with occ
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 10:34:20 +01:00
Nextcloud bot
33e042142e
generate documentation from config.sample.php 2021-10-28 04:00:35 +00:00
Carl Schwan
a9ac1b003a
Merge pull request #7029 from nextcloud/CarlSchwan-patch-1
Add information about possible reason for broken passwords
2021-10-27 15:43:15 +02:00
Juan Carlos Tello
0753d4595d
Fix nextcloud.org urls (#7164)
* Fixed help.nextcloud.org that would result in a page with a certificate issue

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken URL

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken link to bugtracker documentation

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken link to how to get your app signed

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Updated stable installation URL

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Updated URL to Contacts & Calendar troubleshooting

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed many URLs that pointed to nextcloud.org instead of nextcloud.com

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Update admin_manual/issues/general_troubleshooting.rst

Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Apply suggestions from code review

Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Reverted changes on .pot files

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

Co-authored-by: Daniel <mail@danielkesselberg.de>
2021-10-25 14:32:19 +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
Carl Schwan
e2a0142689
Add information about possible reason for broken passwords
This commit adds some additional information about one of the reasons why
passwords might be broken after updating to PHP 7.4. This principally targets
centos/rhel but that might also happen on other systems.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-14 11:42:31 +02: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
3c5aa0edd6
Merge pull request #6973 from Chouffy/master
Remove a copy-paste mistake
2021-10-08 18:35:52 +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
60385c3f05
Merge pull request #7127 from GAS85/patch-7
Update antivirus_configuration.rst
2021-09-18 12:35:30 +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
Nextcloud bot
c46b56b7db
generate documentation from config.sample.php 2021-09-08 04:03:10 +00: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
Nextcloud bot
b95788c6c1
generate documentation from config.sample.php 2021-07-30 07:57:43 +00:00
Chouffy
9adc6d2bb6
Remove a copy-paste mistake
Signed-off-by: Chouffy <git@chouffy.net>
2021-07-16 11:28:21 +02:00
hellfi
4531e5e666
occ command to reset bruteforce attempts
adding documentation regarding #20005 Implement occ command to reset bruteforce attemps from a given IP address 
functionality is already implemented
2021-07-15 18:59:41 +02:00
Christoph Wurst
cf369cbd78
Document critical changes for devs and admins in Nextcloud 22
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 10:53:29 +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
Nextcloud bot
2350b4ff36
generate documentation from config.sample.php 2021-05-22 04:14:32 +00: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
Jos Poortvliet
9e2b480821
add info about updater
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2021-05-03 12:48:04 +02:00
Roeland Jago Douma
eb82b93a46
Revert "Fix images and alt tags, fix #621, fix #622" 2021-04-30 13:18:44 +02:00
Jan C. Borchardt
444d91253e
Fix images and alt tags, fix #621, fix #622
- Change all `.. figure::` elements to `.. image::`
- Add empty `:alt:` so it is clear to screen readers that the images are decorative and don’t duplicate content
- Update styleguide with that info

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-15 20:18:42 +02:00
Sascha Wiswedel
3c38728880 explained log fields
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-04-14 09:14:51 +02:00
Jan-Nick Kemming
00695a34e6
Fix typos 2021-04-09 18:47:22 +00:00
Jani Uusitalo
0fcfbf99d8 Fix typo (successfull -> successful)
Signed-off-by: Jani Uusitalo <jani@mummila.net>
2021-04-05 14:42:45 +03:00
Nextcloud bot
c8c0c2d2e3
generate documentation from config.sample.php 2021-03-30 04:01:41 +00:00
J0WI
645fab4504 Update cipher defaults 2021-03-26 19:37:50 +01:00
Michael Griego
e1e1487f86 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 12:31:02 -05:00
ZeroPointMax
9b6ebc8998 add newline in reverse proxy docs
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org>
2021-03-17 08:51:51 +00:00
Morris Jobke
e21789bbe7
Merge pull request #6240 from nextcloud/trusted-proxies-host
Remove "host to resolve" from the list of valid options for `trusted_proxies`
2021-03-16 22:10:05 +01:00
Morris Jobke
1a85b35587
Merge pull request #6197 from francislavoie/patch-2
Clean up Caddy proxy example
2021-03-16 17:06:20 +01:00
Robin Appelman
cfd4c494f7
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-12 11:54:44 +00:00
Nextcloud bot
84a690983c
generate documentation from config.sample.php 2021-03-09 04:02:02 +00:00
Nextcloud bot
6494caed62
generate documentation from config.sample.php 2021-03-02 04:08:09 +00:00
Francis Lavoie
f45a414a3c
Update reverse_proxy_configuration.rst 2021-02-10 12:37:05 -05:00
Francis Lavoie
764d1234b3
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-02-10 12:34:45 -05:00
Nextcloud bot
2d2275cd59
generate documentation from config.sample.php 2021-01-29 04:00:06 +00:00
Weston Myers
1350b0b86a
Update reverse_proxy_configuration.rst
Tiny update, but there was a typo that would prevent redirection from occurring properly for Traefik.
2021-01-22 05:25:33 -05:00
Morris Jobke
36e687596a
Combine the two Nginx reverse proxy examples
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-20 15:27:48 +01:00
Yash
c0335338ce
Update reverse_proxy_configuration.rst
nginx redirect example
2021-01-20 15:13:06 +01:00
blizzz
c4a1b25c04
Merge branch 'master' into fix_systemd_cron 2021-01-14 21:55:12 +01:00
Christoph Wurst
0981cacc15
Merge pull request #5936 from nextcloud/update-migration-docs-oc-nc
Add doc to migrate from OC 10.5 to NC 20.0
2021-01-13 07:10:53 +01:00
Nextcloud bot
0488937981
generate documentation from config.sample.php 2021-01-13 04:01:37 +00:00
Vincent Petry
9f9892f333
Add doc to migrate from OC 10.5 to NC 20.0
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-12 18:09:24 +01:00
Morris Jobke
e7d295e779
Merge pull request #5894 from serafdev/patch-2
Caddyfile reverse_proxy example
2021-01-11 12:47:05 +01:00
Nextcloud bot
133fc61270
generate documentation from config.sample.php 2021-01-09 04:09:02 +00:00
Sascha Wiswedel
2e7383e709 made log watching via occ more precise
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:48:48 +01:00
Sascha Wiswedel
1e11ded034 cleaned up order of occ logging documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:47:50 +01:00
Sascha Wiswedel
b37be1ffbb cleaned up occ logging documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:47:05 +01:00
Sascha Wiswedel
b90e9b1ac1 added occ commands from Log Reader
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:29:13 +01:00
فارس
336b713724 gaddyfile reverse_proxy example
Added a Caddy reverse_proxy example

Signed-off-by: serafdev <fares@seraf.dev>
2021-01-06 14:42:13 -05:00
Joas Schilling
442bc34b52
Merge pull request #5852 from nextcloud/enh/del-table-prefix
Table-Prefix is not available anymore
2021-01-04 14:27:38 +01:00
Julius Härtl
73a6692741
Add documentation about occ files:scan-app-data
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-29 09:38:05 +01:00
Daniel Kesselberg
baf5ee0e7c Table-Prefix is not available anymore
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-12-25 15:36:22 +01:00
Nextcloud bot
f88e0a964e
generate documentation from config.sample.php 2020-12-23 03:56:36 +00:00
John Molakvoæ
64b193302e
Merge pull request #5590 from nextcloud/feat/dav/move-calendar-rename 2020-12-22 08:45:05 +01:00
John Molakvoæ
b42ce60299
New lines are nice 2020-12-22 08:42:24 +01:00
John Molakvoæ
54daf5d82a
No more --force-rename 2020-12-22 08:41:38 +01:00
Nextcloud bot
122f0e6ace
generate documentation from config.sample.php 2020-12-22 03:57:31 +00:00
Nextcloud bot
29cd4a3e2b
generate documentation from config.sample.php 2020-12-18 03:57:07 +00:00
Nextcloud bot
add63869e2
generate documentation from config.sample.php 2020-12-17 03:55:17 +00:00
Nextcloud bot
6e30ea8853
generate documentation from config.sample.php 2020-12-09 03:53:16 +00:00
Sascha Wiswedel
16bc20a7c3 minor grammar corrections
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-12-08 10:42:03 +01:00
John Molakvoæ
a33ac2ff2a
Add move-calendar-rename flag docs 2020-12-08 10:37:46 +01:00
Elliott Partridge
876021c5ca Add Traefik v1 TOML example
It took me a little while to figure out the correct configuration for Traefik v1 using the traefik.toml for configuration.  So, I figured it would be helpful to document my findings.

Signed-off-by: Elliott Partridge <elliott.partridge@gmail.com>
2020-12-03 12:15:15 -05:00
Christoph Wurst
ce5134fb87
Deprecate the app code checker
* Remove from app publishing guide
* Add to app upgrade guide
* Drop from admin manual (kind of inappropriate anyway)

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-03 10:44:09 +01:00
Georgiy Sitnikov
f22f40b57b
Correction
I believe "specific users in a space-delimited list" should looks like this. Or?
2020-12-02 10:40:37 +01:00
Sascha Wiswedel
a48e49e918 documented occ sharing commands
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-25 10:23:46 +01:00
Sascha Wiswedel
b4ba21d874 replace "persons"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 12:17:14 +01:00
Sascha Wiswedel
0a2174eb1f Fix wrongful description of transfer-ownership
clarify share handling

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 09:16:08 +01:00
Bowen Ding
25584ed13d Make systemd not kill child processes of a cron job when it finishes
Signed-off-by: Bowen Ding <dbw9580@live.com>
2020-11-16 19:39:22 +08:00
Christoph Wurst
a326726214
Add admin occ app installation docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-14 14:23:32 +02:00
Nextcloud bot
a25a363592
generate documentation from config.sample.php 2020-10-05 03:48:21 +00:00
Nextcloud bot
012e83f150
generate documentation from config.sample.php 2020-09-18 03:39:37 +00:00
J0WI
122ed88e53 Update urls to HTTPS
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-17 20:33:30 +02:00
Morris Jobke
ad1a606b3b
Fix unwanted comment in output
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:55:58 +02:00
Morris Jobke
5146a352e1
Fix user manual links
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:38:25 +02:00
Keunes
e4f08b5af7
Update caching_configuration.rst
Expand Redis explanation: inform user to update Redis config, and update socket name to a [more modern](https://help.nextcloud.com/t/error-redisexception-no-such-file-or-directory-at-closure/90684/2) one.
2020-08-27 10:20:25 +02:00
Nextcloud bot
3bfc5d456a
generate documentation from config.sample.php 2020-08-20 03:41:52 +00:00
Morris Jobke
af95766501
Fix updated name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-13 13:41:44 +02:00
Morris Jobke
f42d8a5a4d
Add app config option to disable "Email was changed by admin" email
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-12 12:29:14 +02:00
Nextcloud bot
5502711cc4
generate documentation from config.sample.php 2020-08-12 03:39:27 +00:00
Nextcloud bot
4783e28ee5
generate documentation from config.sample.php 2020-08-08 03:40:43 +00:00
Nextcloud bot
79bb4a837b
generate documentation from config.sample.php 2020-07-29 03:42:56 +00:00
John Molakvoæ
9d070372df
Merge branch 'master' into wiswedel/sharing 2020-07-27 20:35:03 +02:00
Aleksandar Todorović
ca446dc72a Mentions app:remove
Just stumbled upon #2054, which mentions removing and installing the app again as a solution. Checked this page, which didn't mention anything about app removal.

I basically winged it with `app:remove` and it worked:

```bash
$ php occ app:remove calendar
calendar disabled
calendar removed
$ php occ app:install calendar
calendar installed
calendar enabled
```

This PR just adds app:remove under app commands list.

Signed-off-by: Aleksandar Todorović <aleksandar@sigurnost.online>
2020-07-17 15:21:41 +02:00