Nextcloud bot
f98afa8a6b
generate documentation from config.sample.php
2025-08-09 03:05:44 +00:00
Nextcloud bot
a0aa964d0e
generate documentation from config.sample.php
2025-08-08 03:06:47 +00:00
Marcel Klehr
231aa21505
docs(apps_supported): Add files_lock
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-11 13:04:17 +00:00
Joas Schilling
864f198154
Update sharing settings
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-25 05:59:30 +00:00
Rello
627fcd971a
Update migrating_owncloud.rst - oC 10.13
...
oC 10.13
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-19 12:28:02 +00:00
Max
50f7e894de
enh(admin): explain data fingerprint in more detail
...
There are downsides to changing `data-fingerprint` after recovering from a backup:
* Conflicts are shown to the user rather than automatically resolved.
* Files will be kept even if they were deleted on one side.
Explain those so the admin can make an informed decision.
Signed-off-by: Max <max@nextcloud.com>
2023-10-16 19:53:27 +00:00
Rello
ee5f3b9d95
Update admin_manual/configuration_files/external_storage/auth_mechanisms.rst
...
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-11 17:22:14 +00:00
Rello
a6bbc22279
Update auth_mechanisms.rst
...
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-11 17:22:14 +00:00
Marcel Müller
04e29ae4c7
Merge pull request #10720 from nextcloud/backport/10636/stable25
...
[stable25] Add note about migrations run by background jobs
2023-07-10 07:33:54 +02:00
Marcel Müller
f6dd9d0e80
Add note about migrations run by background jobs
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-07-06 08:08:26 +00:00
Git'Fellow
454fa7ae21
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:28 +00:00
Simon L
09d89fe3d8
address review
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-24 13:26:01 +00:00
Simon L
93c10ed0ef
add a section about asset compression
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-24 13:26:01 +00:00
Simon L
cfd39527c3
add warning to imaginary docs that it is incompatible with SSE
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-20 12:46:33 +00:00
Nextcloud bot
f127d269d0
generate documentation from config.sample.php
2023-06-19 08:47:27 +00:00
Christoph Wurst
22e6f71f00
feat(adminmanual): Document how to use occ with sudo and env vars
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-16 10:01:51 +00:00
Josh Richards
ee1d567462
(logging configuration) Rewrite of the admin_audit logging section
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-12 15:28:31 +00:00
Julius Härtl
9b7b791925
Merge pull request #10598 from nextcloud/backport/10580/stable25
2023-06-09 16:39:50 +02:00
Julius Härtl
7a06e05dee
Merge pull request #9623 from nextcloud/backport/9230/stable25
2023-06-09 16:39:11 +02:00
Josh Richards
cb6875b5fd
(server tuning) New sections: log levels, debug mode
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-09 14:34:35 +00:00
Julius Härtl
95eb86fbcc
feat(flow): Add note about disabling user flows
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-09 06:33:36 +00:00
rakekniven
57ee121a48
Merge pull request #10499 from nextcloud/backport/10426/stable25
...
[stable25] Establish an installation approaches overview
2023-06-07 18:40:19 +02:00
Joas Schilling
03f9a7e358
fix(admin): Make double dash readable as such
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-31 07:55:24 +00:00
Josh Richards
8855be3a2f
Establish an installation approaches overview
...
- Unify the different installation options available to users and presents them as a simple list
- Adds AIO link
- Adds community Docker link
Accomplishes this without changing documentation chapters/sections (so no external links break)
No changes to which approaches are "recommended"
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-05-29 18:12:35 +00:00
Christoph Wurst
bea3d0edac
fix(adminmanual): Fix github link syntax
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-25 19:39:51 +00:00
Max
f6df9c907d
fix: occ encryption:decrypt-all handles maintenance mode and disables encryption
...
When the command is started in maintenance mode it will even err out.
Also one should not disable encryption without decrypting all files first.
Signed-off-by: Max <max@nextcloud.com>
2023-05-15 13:09:05 +00:00
Christoph Wurst
0157e6b681
feat(adminmanual): Document system address book basics
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-12 11:23:02 +02:00
Christoph Wurst
11193f151a
fix: Remove outdated "windows enablers"
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-12 06:49:30 +00:00
Christoph Wurst
d259b78fcc
fix(adminmanual): Remove not about automatically trusted servers
...
This setting was removed in 19+
Ref https://github.com/nextcloud/server/pull/26765
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-09 13:39:24 +00:00
Maxime LE HERICY
51c2c0a017
Update encryption_configuration.rst
...
typo in the documentation.
actual command is encryption:fix-encrypted-version and not encryption:fix-encrypted-versionS
Signed-off-by: Maxime LE HERICY <87175513+maximelehericy@users.noreply.github.com>
2023-04-05 12:23:58 +00:00
MichaIng
f7cb232dab
Use --option=value version for occ maintenance:install
...
The `--option=value` version of passing options to the `occ maintenance:install` command is now used in the documentation, instead of the `--option value` variant. This solves issues with leading dashes in values, especially passwords. It also matches the `occ help maintenance:install` output.
Solves:
- https://github.com/nextcloud/server/issues/26109
- https://github.com/nextcloud/documentation/issues/8190
Furthermore values are now single quoted, which is important to avoid variable expansion and special treatment of the backlash character in random passwords, and a doubled space was removed.
Signed-off-by: MichaIng <micha@dietpi.com>
2023-04-03 11:42:05 +00:00
Joas Schilling
94710ba961
Fix URL syntax
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-24 09:33:15 +00:00
Arthur Schiwon
26997516a6
update informaiton on migration from owncloud
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-03-24 09:33:15 +00:00
Vincent Petry
4b3872250b
Add link to quota docs in troubleshooting
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-03-18 07:19:04 +00:00
Vincent Petry
be19eb9d70
Add section for troubleshooting quota issues
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-03-18 07:19:03 +00:00
MichaIng
b2bba0f4f8
Merge pull request #9637 from nextcloud/backport/9635/stable25
...
[stable25] Replace X-Robots-Tag header value with "noindex, nofollow"
2023-03-15 19:29:11 +01:00
Côme Chilliet
2c3f889da4
Merge pull request #9561 from nextcloud/backport/9528/stable25
...
[stable25] Add info to fix encryption key issues
2023-03-14 17:08:52 +01:00
Simon L
84ed678402
add note why it is required
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-07 13:32:16 +00:00
Simon L
259788afa5
update imaginary docs to reflect cap_add sys_nice
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-07 13:32:16 +00:00
Simon L
5ccc2b5631
aio-imaginary is now multiarch
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-17 15:05:53 +00:00
MichaIng
5686922ac2
Replace X-Robots-Tag header value with "noindex, nofollow"
...
For reference: https://github.com/nextcloud/server/pull/36689
Signed-off-by: MichaIng <micha@dietpi.com>
2023-02-16 09:57:04 +00:00
Côme Chilliet
cb17f95630
Apply Tobias suggestion
...
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-02-15 08:59:51 +00:00
Côme Chilliet
6e64e5e718
Clarify shares situation for disabled users
...
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-02-15 08:59:51 +00:00
Louis
2776b0ec35
Merge pull request #9622 from nextcloud/backport/9617/stable25
...
[stable25] Add entry for ldapConnectionTimeout ldap option
2023-02-08 15:51:41 +01:00
Varun Patil
8388d4930c
Add JIT to server tuning
...
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2023-02-08 14:51:10 +00:00
Louis Chemineau
af53c1ee68
Add entry for ldapConnectionTimeout ldap option
...
https://github.com/nextcloud/server/pull/35355
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-08 13:17:41 +00:00
Côme Chilliet
832f5d0b0a
Fix back wording after revert
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-08 13:07:35 +00:00
Côme Chilliet
251061d1f6
Revert "64-bit is required for NC26"
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-08 13:07:34 +00:00
Daniel
95098c7bcc
Update admin_manual/configuration_server/caching_configuration.rst
...
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-01-30 10:55:08 +00:00
FalkenStein42
4b88b6637f
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:07 +00:00