Commit Graph

811 Commits

Author SHA1 Message Date
Nextcloud bot
2a5ffa13d7
generate documentation from config.sample.php 2025-08-09 03:05:41 +00:00
Nextcloud bot
583b138d45
generate documentation from config.sample.php 2025-08-08 03:06:45 +00:00
Git'Fellow
66385d280b 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-07-06 08:07:50 +00:00
Nextcloud bot
bba1524e6a
generate documentation from config.sample.php 2023-06-19 08:47:25 +00:00
Nextcloud bot
3ce93f0402
generate documentation from config.sample.php 2023-04-14 04:34:44 +00:00
Nextcloud bot
11368d6060
generate documentation from config.sample.php 2023-04-04 04:41:32 +00:00
Nextcloud bot
8eac91c163
generate documentation from config.sample.php 2023-03-29 04:51:32 +00:00
Daniel
155ed0597c Update admin_manual/configuration_server/caching_configuration.rst
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-01-30 10:55:15 +00:00
FalkenStein42
08d8d704b3 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
2023-01-30 10:55:15 +00:00
Nextcloud bot
58170b8150
generate documentation from config.sample.php 2023-01-26 04:05:49 +00:00
Git'Fellow
4beff83fab Title underline too short
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-01-18 11:02:54 +00:00
Git'Fellow
8f4422bbb2 Typo
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-01-18 11:02:54 +00:00
Git'Fellow
7bcb81b785 Add file:repair-tree documentation
Fix https://github.com/nextcloud/documentation/issues/9508

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-01-18 11:02:54 +00:00
rusty-snake
dd533e4405 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-10 23:14:33 +00:00
Vincent Petry
11a8d72d6e Add doc for occ trashbin:restore command
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-04 14:56:59 +00:00
Nextcloud bot
5931f84a1f
generate documentation from config.sample.php 2022-11-26 03:36:31 +00:00
p-bo
eee03682c1 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-25 19:42:59 +00:00
林柏臣
0511d79b53 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-11-08 09:05:50 +00:00
Daniel Kesselberg
eec3a09a68 Add documentation for occ tag commands
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-10-12 11:21:01 +00:00
Nextcloud bot
a24359cfce
generate documentation from config.sample.php 2022-08-04 03:56:27 +00:00
Martin Rüegg
5c9cd91355 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-15 08:02:20 +00:00
phieber
6473ddee9d Update occ_command.rst
fixed certificate commands

Signed-off-by: phieber <phieber@users.noreply.github.com>
2022-06-28 20:18:16 +00:00
Christoph Wurst
6b39d5d81b Drop links to unofficial twofactor_admin app
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-14 14:09:00 +00:00
Nextcloud bot
5abebbc874
generate documentation from config.sample.php 2022-05-17 04:21:42 +00:00
Nextcloud bot
8b688dbcb7
generate documentation from config.sample.php 2022-05-10 04:33:08 +00:00
Côme Chilliet
b777b069f0 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 08:32:41 +00:00
Côme Chilliet
2a498f042b 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 08:22:57 +00:00
Nextcloud bot
c3c98996ef
generate documentation from config.sample.php 2022-05-02 13:14:30 +00:00
Joas Schilling
635b303023 Add warnings about scaling issues with ajax and webcron
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25 11:13:20 +00:00
szaimen
94971f56e9 add domain change documentation
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-21 13:30:56 +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