Commit Graph

3653 Commits

Author SHA1 Message Date
MichaIng
3321bf2a4d 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 16:29:38 +01:00
Josh
51572ac811 Fix(email_configuration): Fix conflicting debug mode sections
`mail_smtpdebug` was being described in two places, one of which was incomplete (it didn't note the requirement to also change `loglevel` to `0`... leading to confusion).

* Removes the inaccurate spot and moves the accurate one into its place so there are no longer two debug logging sections.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-08 09:27:25 -05:00
Côme Chilliet
ada395bba5
Merge pull request #11378 from nextcloud/backport/11374/stable27 2024-02-08 11:29:54 +01:00
Anupam Kumar
9a638695e9 update email changelog of NC 26
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-02-01 18:57:43 +00:00
Ferdinand Thiessen
cc24cbc579 fix(admin): Adjust wording
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-31 19:51:39 +00:00
Joda Stößer
2023945a8f feat(admin): document the --showonly flag of the app update command
Signed-off-by: Joda Stößer <git@simjo.st>
2024-01-31 19:51:39 +00:00
Marcel Müller
3577e02d4e Document 'occ security:bruteforce:attempts'
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-01-29 19:07:46 +00:00
Marcel Müller
95b36d4fdb Correct the version of owncloud allowing migration
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-01-26 15:21:19 +01:00
Marcel Müller
ed75abcc65 Add warning to datadirectory parameter
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-01-05 10:15:46 +01:00
Andrew McGuinness
7d1dfbf55c Update harden_server.rst
remove duplicated phrase

Signed-off-by: Andrew McGuinness <andrew@arobeia.co.uk>
2024-01-01 12:16:11 +00:00
Arthur Schiwon
acfe188b5d doc(ldap): describe how to promote a group
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-12-05 12:54:18 +00:00
LouisSung
a4ba251e0f docs: add repair-filecache when mimetype has been updated
Signed-off-by: LouisSung <37973545+LouisSung@users.noreply.github.com>
2023-12-02 20:18:26 +00:00
Jivan Pal
f8dd9820ff reverse_proxy_configuration.rst: IPv6 CIDR support has been present since v25.0.0-beta1
Signed-off-by: Jivan Pal <jivan.pal@gmail.com>
2023-11-27 18:42:43 +00:00
Maxence Lange
fb594d0431 remove hard redirect to ocm-provider 2023-11-12 19:37:45 +00:00
Joas Schilling
199f865f13 fix(workflows): Explain that autotagging does not apply when creating storages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-02 09:39:13 +00:00
Joas Schilling
dbc61aa51b Update sharing settings
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-25 05:59:17 +00:00
hamza221
f9c5eff23d [admin_manual] Add documentaion for thread summary
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
2023-10-20 08:18:17 +00:00
Rello
a8672a285c Update migrating_owncloud.rst - oC 10.13
oC 10.13

Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-19 12:27:31 +00:00
Max
d129268f2b 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:52:22 +00:00
Rello
823a5b529d 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:02 +00:00
Rello
9370824b28 Update auth_mechanisms.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-11 17:22:02 +00:00
Arthur Schiwon
800ab9726b fix(nginx): adjust config to changed ocm-provider
- Since 27.1.2 and 26.0.8 ocm-provider is not a dir anymore, but
  implemented in a usual Controller. Nginx webserver config requires
  adjustemnts.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-10-05 10:07:58 +00:00
Josh Richards
07d25e7090 (big_file_upload_configuration) Note new Apache LimitRequestBody default
Apache's default for this changed from 0 (unlimited) to 1 GiB. This impacts non-chunking client transactions.

Resolves: #35778 and #37695 and documents needed adjustments applicable to various others like https://github.com/nextcloud/docker/issues/1796

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-10-03 15:49:02 +00:00
Robin Windey
64987738b0
Backport of #11011 to stable27
Doc adjustments for occ trashbin:restore
2023-09-22 11:06:41 +00:00
Anna Larch
4b69723ff3 docs(CardDAV): allow disabling of the system address book
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-09-04 07:01:39 +00:00
Côme Chilliet
c680f5d01d Add documentation for files_sharing:hide_disabled_user_shares option
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-08-28 14:29:50 +00:00
Daniel
45ccec7f2c Update admin_manual/installation/source_installation.rst
Co-authored-by: MichaIng <micha@dietpi.com>
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-08-27 20:22:19 +00:00
Daniel Kesselberg
64108f8d2a docs: add hint for php-sodium
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-08-27 20:22:19 +00:00
jld3103
c63bea185a Clarify pcntl disable_functions
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-08-18 11:22:31 +00:00
Daniel
e7bc5ac275 Update admin_manual/office/troubleshooting.rst
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-08-10 19:24:37 +00:00
klementuel
7f8ec3d988 Update troubleshooting.rst
Add issue for Built-in CODE server

Signed-off-by: klementuel <49693391+klementuel@users.noreply.github.com>
2023-08-10 19:24:37 +00:00
Lee Garrett
a320474af3 Add heading and also fix label
Signed-off-by: Lee Garrett <lgarrett@rocketjump.eu>
2023-08-07 18:32:06 +00:00
Lee Garrett
00b87d5ab6 Document occ status and -e option
Signed-off-by: Lee Garrett <lgarrett@rocketjump.eu>
2023-08-07 18:32:05 +00:00
Christoph Wurst
7b9a6bab3d fix(adminmanual): Recommend basic auth over NTLM for Exchange
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-08-03 19:20:40 +00:00
tflidd
353151d09a Update Debian version in system_requirements.rst
If we recommend a Debian operating system, it would be better to use a version that already ships a php version that is supported by NC.

https://wiki.debian.org/PHP#Available_versions

Not sure if you do some specific tests on a Debian setup and to claim to support it, you would need to adjust the version as well.

Perhaps backport to NC26 as well.

Signed-off-by: tflidd <tflidd@aspekte.net>
2023-08-03 13:49:56 +00:00
Marcel Klehr
3246a7488f Update admin_manual/ai/index.rst
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-24 09:15:05 +00:00
Marcel Klehr
34fb955474 Update admin_manual/ai/index.rst
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-24 09:15:05 +00:00
Marcel Klehr
7bc1d800e9 Update admin_manual/ai/index.rst
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-24 09:15:05 +00:00
Marcel Klehr
305940fa77 Admin docs/AI features: Add links to apps
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-24 09:15:05 +00:00
Marcel Klehr
e960b6655a Admin docs: Add a section on AI features
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-24 09:15:05 +00:00
Marcel Müller
1d5ef4575f Add note about migrations run by background jobs
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-07-10 07:31:45 +02:00
Arthur Schiwon
e6b50f70cf fix: menu entry called differently across collabora versions
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-07-06 12:16:59 +00:00
Arthur Schiwon
6bc6b4c871 fix(reference): specify top menu entry
for it is not called "Smart Picker" it will make it easier to find the proper menu item

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-07-06 12:16:53 +00:00
Simon L
4386d40b24 address review
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-24 13:25:56 +00:00
Simon L
c1d2f7770c add a section about asset compression
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-24 13:25:56 +00:00
Simon L
c82fe1eb5d add warning to imaginary docs that it is incompatible with SSE
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-20 12:45:48 +00:00
Simon L
cbe0fc52a4 fix confusion around mail settings and improve layout a bit
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-19 09:36:02 +00:00
Christoph Wurst
e90b9e2c75 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:32 +00:00
Jakub Jelen
9b035bf7bc fixup
Co-authored-by: MichaIng <micha@dietpi.com>
Signed-off-by: Jakub Jelen <jakuje@gmail.com>
2023-06-15 22:50:19 +00:00
Jakub Jelen
ce99453f66 Fix .htaccess configuration to actually work
The `.htaccess` rules should not have the starting slash otherwise they
will never get matched. When running the mod_rewrite in .htaccess, the
path is already sanitized and leading slashes stripped.

Document also that this is not the case when the rules are used directly
from the main apache2 configuration the leading slash is present always,
which led to some edit wars of this documentation in the past as it was
not well explained (#8093, #3811).

This matches the code shipped with the .htaccess in the nextcloud server:
https://github.com/nextcloud/server/blob/master/.htaccess

Signed-off-by: Jakub Jelen <jakuje@gmail.com>
2023-06-15 22:50:19 +00:00