Commit Graph

3874 Commits

Author SHA1 Message Date
Marcel Müller
62c78f53a7 fix(docs): Fix occ example for dashboard layout
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-07-08 20:16:53 +02:00
Josh
a119c899b8 docs(security): remove db reference in bruteforce + add logs
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-07-06 08:39:40 -04:00
Josh
0c788b90a7 fix(admin): Make it real clear group admins have admin privs
Fixes nextcloud/server#46253

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-07-04 12:10:07 +00:00
Josh Richards
18a4a53e2b fix(admin): Revise opcache revalidation tuning section
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-06-26 10:12:40 +00:00
Joas Schilling
2d76bd32cc Merge pull request #11935 from nextcloud/chore/adjust-system-requirements-nc28
[stable28] fix(admin): Adjust postgres versions to all supported versions
2024-06-26 07:53:27 +02:00
Ferdinand Thiessen
1d2f6c416b fix(admin): Adjust postgres versions to all supported versions
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-26 00:05:15 +02:00
MichaIng
a5b4af6dbd fix(admin): refine .mjs related NC28 upgrade info
To cover rewrites, Cache-Control header, and give a concrete config file for MIME types, as suggested here: https://github.com/nextcloud/documentation/pull/11471#issuecomment-1912212928

Signed-off-by: MichaIng <micha@dietpi.com>
2024-06-25 16:07:52 +00:00
Ferdinand Thiessen
af8da09d2f fix(admin): Add a note about JavaScript modules to Nextcloud 28 upgrade guides
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-18 16:07:10 +00:00
Daniel Kesselberg
ad635894c1 chore: remove documentation for user_external
Users expect, because the app is mentioned in our admin documentation, that there should be a compatible release and are disappointed if not.

We do not maintain or support user_external, and therefore the mention in our documention should go.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-06-07 16:35:49 -04:00
Josh Richards
44b20f4975 fix(install): copy->move data directory during manual upgrades
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-06-07 16:28:08 -04:00
Josh Richards
52ea158f2b fix(admin): Remove "latest" archive reference to avoid accidents
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-06-07 16:28:08 -04:00
Steve8291
d12755330b Update php_configuration.rst
Add note that sodium is included with php7.2+

Signed-off-by: Steve8291 <hambling8@gmail.com>
2024-06-06 06:17:10 +00:00
Alexander Müller
2812a69169 update wording "Administration settings" and "Flow"
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
2024-06-05 11:36:09 +00:00
Josh
0ccff324b1 fix(Requirements): Memory constrained environments
* various apps/features/configurations require more than the minimum so let's make it clearer that only meeting the minimum does come with trade-offs
* the built-in Updater requires PHP memory_limit (and/or available RAM) equal to the current size of the downloaded Archive package (see nextcloud/updater#505). Otherwise it will always fail on step 5 (integrity check). Let's mention that so people aren't surprised. They can of course do a manual update still.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-27 12:33:12 +00:00
AT-SGAI-CSIC
efb15b1aa4 Update caching_configuration.rst
Add some comma 

Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com>
2024-05-08 06:56:02 +00:00
AT-SGAI-CSIC
2dacaedf8c Update caching_configuration.rst
Missing comma in config redis cluster

Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com>
2024-05-08 06:56:02 +00:00
tflidd
8f9f510829 Add option to db indices to occ_command.rst
An option `--dry-run` for the adding db-indices seems to be available but not documented (2c059dd606/core/Command/Db/AddMissingIndices.php (L65C17-L65C24))

Signed-off-by: tflidd <tflidd@aspekte.net>
2024-04-30 07:10:06 +00:00
Côme Chilliet
5b8884f513 feat(ldap): Update screenshots and add new option documentation
Documented "Disable users missing from LDAP"

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-16 07:58:48 +00:00
Josh
1847d7d781 docs(admin): Fix typo
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-09 18:34:02 +00:00
Josh
b12a2e13af docs(admin): Replace supported app Two-Factor U2F w/ WebAuthn
U2F was deprecated awhile ago (nextcloud/twofactor_u2f#1013) and supported dropped beyond Server v23. Migration path is https://apps.nextcloud.com/apps/twofactor_webauthn

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-09 18:34:02 +00:00
Josh
7f2edc4a42 docs(admin): Fix brute force disabling command
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-08 12:19:20 +00:00
Josh
bfe772c022 docs(admin): Bring Administration privileges chapter up-to-date
* Update to match current implementation's title in `server`
* Tidy up/expand the instructions a bit
* Split into Introduction + Usage section
* Update screenshot

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-05 18:15:32 +00:00
Josh
480e732f53 docs(admin): Update + automate ordering of Configuration chapter
Make sure the following are always first:

- "Using the occ command"
- "Configuration Parameters"
- "Warnings on admin page"
- Then include everything else left automatically (without require this index be updated for every new section any longer)
- Automatically alphabetize included sections

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-03 08:09:34 +00:00
Josh
66b2e7123f docs(admin): Update Android system requirements to 7
Fixes nextcloud/android#12758

Also already documented/requirement in the Play Store entries for both Files and Talk apps. So not a policy change; just documenting what's already reality.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-02 21:55:51 +00:00
Josh
68057d0c83 docs(admin): Rewrite the Maintenance and release schedule chapter
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-03-29 21:48:51 +00:00
Anna
50a3d77ca0 Merge pull request #11647 from nextcloud/backport/11643/stable28
[stable28] fix(admin): Add docs for occ dav:dav:fix-missing-caldav-changes
2024-03-14 10:27:36 +01:00
Christoph Wurst
432f1b7231 feat(admin): occ twofactor:cleanup/disable
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-03-13 18:51:17 +00:00
Christoph Wurst
102d52baa1 fix(admin): Add docs for occ dav:dav:fix-missing-caldav-changes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-03-13 12:48:30 +00:00
Christoph Wurst
180d41cd9d fix(admin): Fix setting CalDAV rate limits
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-03-11 11:56:30 +01:00
Christoph Wurst
00ce165f3b fix(admin): Fix caldav instructions for occ config:app:set
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-03-11 10:32:32 +01:00
Côme Chilliet
7876802382 fix: Fix obsolete statement about encryption overhead
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-09 13:03:44 +00:00
Côme Chilliet
711fed0978 feat: Add documentation for occ encryption:drop-legacy-filekey
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-09 13:03:44 +00:00
Louis Chemineau
5edd3120dc Add note about named versions for admins
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-05 14:10:41 +00:00
Josh
12fd471109 Merge pull request #11553 from nextcloud/backport/11541/stable28
[stable28] docs(admin): revise the brute force protection configuration chapter
2024-03-02 11:06:53 -05:00
backportbot[bot]
e03b9bf4d4 [stable28] docs(admin): Warn to choose custom app values carefully (#11579)
Signed-off-by: Josh <josh.t.richards@gmail.com>
Co-authored-by: Josh <josh.t.richards@gmail.com>
2024-03-02 16:06:33 +00:00
backportbot[bot]
24bb46a448 [stable28] adjust slogan for AIO (#11574)
Signed-off-by: Simon L <szaimen@e.mail.de>
Co-authored-by: Simon L <szaimen@e.mail.de>
2024-03-02 16:04:00 +00:00
backportbot[bot]
fe4b0ca90f [stable28] Fix warning for data-directory troubleshooting (#11595)
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Co-authored-by: Marcel Müller <marcel-mueller@gmx.de>
2024-03-02 16:03:34 +00:00
Josh
dec6c319f7 Merge pull request #11563 from nextcloud/backport/11556/stable28
[stable28] docs(admin): Slightly revise`occ security` command section
2024-02-29 11:04:52 -05:00
Dominic Giebert
85d4d4dfbe Added arm64 filter to nginx-root.conf
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
2024-02-29 08:20:49 +00:00
Dominic Giebert
9a5c4be04f Added support for Built-in CODE Server (ARM64)
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
2024-02-29 08:20:49 +00:00
Christoph Wurst
2913e8ab58 feat(adminmanual): Add section about CalDAV rate limits
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-02-22 08:52:46 +00:00
Josh
e35f3fbb96 Update occ_command.rst
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-21 14:45:50 +00:00
Josh
2177d9bc26 docs(admin): Reviseocc security command section
* Fix couple typos
* Tidy up overview
* Add link to BFP chapter

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-21 14:45:50 +00:00
Josh
45ca5ebda2 Update bruteforce_configuration.rst: Drop feature history
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-18 15:29:56 +00:00
Josh
771580788c docs(admin): revise the brute force protection configuration chapter
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-18 15:29:56 +00:00
Joas Schilling
a9b42a1940 Merge pull request #11517 from nextcloud/backport/11473/stable28
[stable28] fix(admin): Update supported database support
2024-02-12 12:26:01 +01:00
MichaIng
1a3c860092 nginx: fix response headers for assets
Nginx resets all response headers in a location block, if it contains any "add_header" directive. When setting the "Cache-Control" header for static assets, this was originally worked around by using the "expires" directive instead. https://github.com/nextcloud/documentation/pull/8083 however added the "immutable" flag for assets with "v=" query parameter and broke all other response headers for assets that way.

This commit fixes this by re-adding all reponse headers explicitly for those assets. Originally those doubled code was removed thanks to using "expires", but I see no way to have both: the "immutable" flag as well as avoiding doubled headers via "expires" directive.

Additionally, this commit avoids the trailing comma and space in the Cache-Control header for assets without "v=" query parameter, and adds sets the wasm MIME type in a cleaner/more consistent way together with js/mjs, and rephrases the broken comment sentence.

Signed-off-by: MichaIng <micha@dietpi.com>
2024-02-09 15:23:40 +00:00
Ferdinand Thiessen
22f3548e20 fix(admin): Update supported database support
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-08 14:16:09 +01:00
Côme Chilliet
111955b9ec Merge pull request #11468 from nextcloud/backport/11444/stable28 2024-02-08 11:19:46 +01:00
Hamza Mahjoubi
2a2d9ed551 feat(adminmanual): Smart replies for mail
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-02-07 15:49:57 +00:00