Commit Graph

3850 Commits

Author SHA1 Message Date
Josh
ad61519424 docs(admin): Fix name of Collabora Nextcloud integration app
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-24 17:10:26 -05:00
Josh
ed7c4202fe docs(admin): Warn to choose custom app values carefully
* Add warnign to custom app directories section to make sure that the values (locations) any custom apps directories chosen do not conflict with existing directories
* Update the example to use `extra-apps` rather than `apps2` for clarity

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-23 09:54:16 -05:00
Simon L
8edf2fc79e adjust slogan for AIO
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-02-22 15:33:40 +01:00
Maksim Sukharev
fe153779dc fix(admin_manual): enhance docs for occ app commands
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-02-22 12:20:32 +01:00
Christoph Wurst
57e974809f feat(adminmanual): Add section about CalDAV rate limits
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-02-22 09:31:46 +01:00
Josh
9d03886d84 Update occ_command.rst
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-21 08:12:12 -05:00
Josh
f234789ce8 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-19 08:30:22 -05:00
Josh
1329195507 Merge pull request #11541 from nextcloud/docs/jr/bpf-2024-q1-updates
docs(admin): revise the brute force protection configuration chapter
2024-02-18 10:29:29 -05:00
Josh
7e503a2c12 Update bruteforce_configuration.rst: Drop feature history
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-17 12:33:14 -05:00
Josh
08b9d4a09b 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-16 16:52:47 +00:00
Louis Chemineau
ce1e233f51 Add documentation about new sharing settings
From the following PRs:
- https://github.com/nextcloud/server/pull/31932
- https://github.com/nextcloud/server/pull/31857
- https://github.com/nextcloud/server/pull/31857

Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-12 18:59:40 +01:00
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