Commit Graph

3839 Commits

Author SHA1 Message Date
Robin Appelman
ef0d415554 Merge pull request #11472 from nextcloud/fix/nginx-config
nginx: fix response headers for assets
2024-02-09 15:40:14 +01:00
Côme Chilliet
bdf25c669b Merge pull request #11473 from nextcloud/update-database-support 2024-02-08 11:22:58 +01:00
Hamza Mahjoubi
1f17b1803b feat(adminmanual): Smart replies for mail
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-02-07 15:14:01 +01:00
Josh
3663abda4e fix(background_jobs_configuration) Add example
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-04 10:17:20 -05:00
Anupam Kumar
85c5e013a4 update email changelog of NC 26
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-02-01 20:45:52 +05:30
Nextcloud bot
86deb0ec94 generate documentation from config.sample.php 2024-01-31 02:46:32 +00:00
Josh
2180fa1c00 Merge pull request #11451 from nextcloud/fix/admin-mail-debug
Fix(email_configuration): Fix conflicting debug mode sections
2024-01-30 11:31:59 -05:00
Joas Schilling
60e63622b8 fix(admin): Update 2FA screenshots
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-30 15:38:43 +01:00
Marcel Müller
3dbb0ce224 Document 'occ security:bruteforce:attempts'
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-01-29 19:27:05 +01:00
Ferdinand Thiessen
9791035074 fix(admin): Update supported database support
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-27 13:59:10 +01:00
MichaIng
4ef607d350 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-01-26 17:10:58 +01:00
Nextcloud bot
450f2cb780 generate documentation from config.sample.php 2024-01-24 02:47:12 +00:00
Côme Chilliet
ce341846fb Merge pull request #11444 from J0WI/rm-bz2-recommend
Remove bz2 from recommend extensions
2024-01-22 10:42:51 +01:00
J0WI
72c438aab1 Remove bz2
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-19 17:25:55 +00:00
Josh
c54e92f76f 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-01-18 21:06:43 -05:00
Anna
0033bbbbf1 Merge pull request #11397 from escoand/patch-1
Add custom public calendars
2024-01-18 15:14:38 +01:00
Ferdinand Thiessen
1abc7216ff Merge pull request #11399 from nextcloud/feat(admin)-document-the---showonly-flag-of-the-update-command
feat(admin): document the `--showonly` flag of the app update command
2024-01-18 14:14:11 +01:00
Ferdinand Thiessen
192c7acbe9 fix(admin): Adjust wording
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-18 14:08:47 +01:00
austin3410
0ae03aeedd Update big_file_upload_configuration.rst
Added a note explaining chunk size has no impact on unauthenticated uploads.

Signed-off-by: austin3410 <32914667+austin3410@users.noreply.github.com>
2024-01-18 13:01:04 +00:00
austin3410
63047c535e Update file_sharing_configuration.rst
Added section to explain that public uploads aren't chunked.

Signed-off-by: austin3410 <32914667+austin3410@users.noreply.github.com>
2024-01-18 13:01:04 +00:00
escoand
626c661134 Add custom public calendars
Signed-off-by: escoand <escoand@users.noreply.github.com>
2024-01-18 13:55:36 +01:00
Christoph Wurst
d9d5f410dd Merge pull request #11446 from nextcloud/feat/adminmanual/db-replica
feat(adminmanual): Add db replica docs
2024-01-17 19:02:54 +01:00
Christoph Wurst
b44a8da8e1 feat(adminmanual): Add db replica docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-01-17 18:40:42 +01:00
J0WI
2c6ac0e1dd Remove bz2 from recommend extensions
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-16 00:38:24 +01:00
Rello
027b8b6288 Update admin_manual/configuration_server/occ_command.rst
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-01-15 15:09:19 +01:00
Rello
018e298e0d Update occ_command.rst
add sharing:delete-orphan-shares

Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-01-15 15:02:49 +01:00
Johannes Merkel
0709da4c0d fix(adminmanuel): Add note about shared items feature in contacts
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
2024-01-09 19:22:16 +01:00
Max
9de4a83e8f fix(admin): antivirus occ commands
Including feedback from PR review of #10711.

Signed-off-by: Max <max@nextcloud.com>
2024-01-02 09:30:08 +01:00
Max
5d58f43107 enh: add some more documentation for antivirus usage
Signed-off-by: Max <max@nextcloud.com>
2024-01-02 08:44:30 +01:00
Andrew McGuinness
f3f5b84a14 Update harden_server.rst
remove duplicated phrase

Signed-off-by: Andrew McGuinness <andrew@arobeia.co.uk>
2023-12-28 09:45:11 +00:00
Nextcloud bot
0b7b218b97 generate documentation from config.sample.php 2023-12-28 02:47:43 +00:00
Daniel
6150af05b7 Merge pull request #11404 from viktorix/patch-1 2023-12-23 23:13:17 +01:00
Marcel Klehr
cc2116949f enh(admin_manual/ai): Add context_chat
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-12-20 14:00:30 +01:00
Nextcloud bot
eb7a366928 generate documentation from config.sample.php 2023-12-20 02:43:14 +00:00
Viktor Nagornyy
6edff5b50c fix: Corrected mistake in initial commit
Corrected mistake in the initial commit.

Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com>
2023-12-18 13:15:38 -05:00
Viktor Nagornyy
fce01e64d6 fix: Ubuntu 22.04 installation instructions archive location
Installation instructions describe steps that do not match the updated "Install" page, making it hard for users to find archive files. This PR updates the steps, making it clear where user can find archives.

Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com>
2023-12-18 13:09:57 -05:00
Joda Stößer
3f8e2c02d3 feat(admin): document the --showonly flag of the app update command
Signed-off-by: Joda Stößer <git@simjo.st>
2023-12-14 02:03:59 +01:00
Marcel Müller
192753fc42 Correct the version of owncloud allowing migration
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-12-09 19:20:53 +01:00
Richard Steinmetz
eae95d95e6 feat(admin): document the new out-of-office feature
Co-authored-by: Anna <anna@nextcloud.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-12-07 14:44:50 +01:00
Quentin Dupont
5484c08dc1 Add whitelist configuration on bruteforce_configuration.rst
Signed-off-by: Quentin Dupont <perso@quentindupont.fr>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-12-04 16:51:39 +01:00
LouisSung
336c470a24 docs: add repair-filecache when mimetype has been updated
Signed-off-by: LouisSung <37973545+LouisSung@users.noreply.github.com>
2023-12-02 17:22:25 +01:00
Arthur Schiwon
26e9a8d23e doc(ldap): describe how to promote a group
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-30 15:26:13 +01:00
Daniel Kesselberg
1102d3f447 docs: remove to be documented
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-28 15:56:23 +01:00
hatuan195
714c693147 Update configuration.rst
The route for creating token has changed

Signed-off-by: hatuan195 <47517542+hatuan195@users.noreply.github.com>
2023-11-27 10:57:22 -05:00
Nextcloud bot
8340a191d8 generate documentation from config.sample.php 2023-11-25 03:01:57 +00:00
Ferdinand Thiessen
523ce6c7a4 fix(admin): Update files sharing documentation for new admin settings
* Update the screenshot
* Adjust config option names and add missing ones

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-22 12:06:26 +01:00
Josh Richards
371e73756f Merge pull request #11287 from nextcloud/fix/nginx-fpm
Update NGINX example to the recommended PHP version
2023-11-21 19:30:28 -05:00
Daniel
1fe7fa9e11 Merge pull request #11290 from nextcloud/zak39-patch-1 2023-11-21 21:40:48 +01:00
Daniel
3c60313f3c Merge pull request #11231 from jivanpal/patch-1 2023-11-21 21:24:08 +01:00
Daniel Kesselberg
ad4cb89d58 docs: preview provider for emf with nextcloud office
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-20 17:05:09 +01:00