Commit Graph

3952 Commits

Author SHA1 Message Date
Josh
55efb80c45 Merge pull request #11848 from nextcloud/docs-admin-remove-filelocking-toggle
fix: remove mention of legacy `filelocking.enabled` toggle
2024-05-24 10:41:52 -04:00
Josh
5f0a7bad82 Merge pull request #11838 from nextcloud/jtr/admin-manual-upgrade-not-latest
fix(admin): Remove "latest" archive reference during upgrades
2024-05-23 09:39:44 -04:00
Josh Richards
41ff00b001 fix(install): copy->move data directory during manual upgrades
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-23 09:10:10 -04:00
Rello
d8e84f8822 Update harden_server.rst
add link to detailed field list for survery server

Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-22 14:50:05 +02:00
Richard Steinmetz
851edea5aa Merge pull request #11850 from nextcloud/fix/adjust-theming-docs
fix(admin): Adjust docs for theming
2024-05-22 07:37:01 +02:00
Ferdinand Thiessen
9fcd555376 fix(admin): Adjust docs for theming
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-21 22:40:52 +02:00
Josh
094ddb7960 fix: remove mention of legacy filelocking.enabled toggle
No longer relevant today since it's not an experiment feature and is now on by default. There is no good reason to disable it.

See #45330 & https://github.com/nextcloud/server/pull/45330#discussion_r1608291623

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-21 09:18:40 -04:00
Marcel Müller
dd59014ac3 fix(docs): Fix occ example for dashboard layout
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-05-20 18:28:19 +02:00
Josh Richards
e6b19af50f fix(admin): Remove "latest" archive reference to avoid accidents
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-17 10:48:43 -04:00
Arthur Schiwon
95b2baad21 Merge pull request #11828 from nextcloud/enh/noid/remove-user-auth-external
chore: remove documentation for user_external
2024-05-17 14:42:16 +02:00
Rello
f4fd7e76cf Merge branch 'master' into Rello-server-hardening 2024-05-17 14:03:43 +02:00
Rello
0e62fbc0b4 Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-17 12:58:37 +02:00
Bastian Derigs
f926534f95 Update harden_server.rst
Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
2024-05-17 11:23:02 +02:00
Rello
af3c0ecc56 Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-17 09:55:59 +02:00
Rello
ce4a1a0af0 Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-17 09:52:02 +02:00
Nextcloud bot
9415210810 generate documentation from config.sample.php 2024-05-17 02:43:48 +00:00
Bastian Derigs
0b0cb86c7a Update harden_server.rst
Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
2024-05-16 15:17:55 +02:00
Rello
f4b2b2a251 Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-16 14:28:45 +02:00
Daniel Kesselberg
97e9895527 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-05-16 13:51:41 +02:00
Rello
19342c0b8d Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-16 10:28:40 +02:00
Rello
219867f1d0 Update harden_server.rst
add fields to be submitted to Nextcloud servers

Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-16 10:06:25 +02:00
Nextcloud bot
3c5d3a6cd4 generate documentation from config.sample.php 2024-05-16 02:44:11 +00:00
Daphne Muller
306834489b Update ai_as_a_service.rst
added Localai and plusserver mention

Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2024-05-13 13:27:16 +02:00
Syl
77a3aa27ec Add missing trailing slashes in Caddy redirects
Signed-off-by: Syl <gh@sperg.net>
2024-05-08 22:19:53 +01:00
AT-SGAI-CSIC
c3a5f060d2 Update caching_configuration.rst
Add some comma 

Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com>
2024-05-08 08:31:43 +02:00
AT-SGAI-CSIC
f2bb43a64e 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-07 13:19:43 +02:00
Maik Wegener
edfeb7a40c Add totp regex to fail2ban example on harden_server.rst
Signed-off-by: Maik Wegener <76479431+mwegnr@users.noreply.github.com>
2024-05-04 00:48:28 +02:00
Josh
2d3dee7677 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-01 11:27:29 -04:00
tflidd
45c589c012 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-29 09:47:29 +02:00
Adriano Cataluddi
04212e19ca Removed the duplicate extension "js" warning from the NGINX configuration. Fixed #1
Signed-off-by: Adriano Cataluddi <acataluddi@gmail.com>
2024-04-28 16:29:01 +02:00
Anupam Kumar
c16ccaacbe docs(admin_manual/ai): update context chat requirements and limitations
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-04-24 17:32:00 +05:30
Nextcloud bot
da9ff8b013 generate documentation from config.sample.php 2024-04-23 02:53:22 +00:00
Marcel Klehr
e5522e4906 fix(admin_manual/ai): Add notes about 5min limitation
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-04-22 12:26:16 +02:00
Varun Patil
334f6e5620 Merge pull request #11706 from nextcloud/pulsejet/imaginary
docs(tuning): add warning for Imaginary+HEIC
2024-04-21 13:10:50 -07:00
Daphne Muller
5080007430 Update app_assistant.rst
added link to user documentation

Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2024-04-17 14:50:12 +02:00
Côme Chilliet
2ef266bac6 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-15 18:00:02 +02:00
Marcel Klehr
fd0c87cd2d fix(admin_manual): Fix docs for recognize
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-04-15 10:33:31 +02:00
Marcel Klehr
c9f7f272f0 fix(admin_manual): Fix docs for recognize
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-04-14 11:16:14 +02:00
Marcel Klehr
b7524e3eba fix(admin_manual): Fix docs for recognize
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-04-14 10:08:26 +02:00
Marcel Klehr
03f78e1102 Apply suggestions from code review
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-04-12 11:36:10 +02:00
Marcel Klehr
bfc0de9332 enh(admin_manual): Add docs for recognize
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-04-12 10:51:33 +02:00
Josh
a3c0f528a1 docs(admin): Fix typo
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-09 11:24:35 -04:00
Josh
ab3e045f07 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 11:02:57 -04:00
Richard Steinmetz
2929777efc feat(admin): drop php 8.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-04-09 11:55:56 +02:00
Josh
848086dfb3 docs(admin): Document MultipartUpload for uploading chunks to s3
Add a note to the "Large file upload on object storage" section.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-08 18:47:21 -04:00
Josh
63c495bf21 docs(admin): Fix brute force disabling command
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-05 18:22:05 -04:00
Varun Patil
a7e47614e1 docs(tuning): add warning for Imaginary+HEIC
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2024-04-05 12:32:09 -07:00
Josh
e6dc9b7193 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 11:01:42 -04:00
Christoph Wurst
3296251a57 Merge pull request #11691 from nextcloud/docs/admin/configuration-chapter-toc
docs(admin): Adjust + automate ordering of Configuration chapter
2024-04-03 10:09:26 +02:00
Josh
173b2c3413 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 15:21:53 -04:00