Commit Graph

15012 Commits

Author SHA1 Message Date
Josh
a6bf1855a5
Merge pull request #11630 from nextcloud/backport/11627/stable27
[stable27] Document occ encryption drop legacy filekey and fix obsolete statement
2024-03-09 09:04:03 -05:00
Côme Chilliet
89703fbfda fix: Fix obsolete statement about encryption overhead
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-09 13:03:33 +00:00
Côme Chilliet
ccbe000b04 feat: Add documentation for occ encryption:drop-legacy-filekey
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-09 13:03:33 +00:00
Côme Chilliet
714d1d5a6c
Merge pull request #11611 from nextcloud/backport/11608/stable27
[stable27] Update files versions documentations
2024-03-05 16:33:51 +01:00
Louis Chemineau
2dc2404167 Add note about named versions for admins
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-05 14:07:46 +00:00
Josh
ab01eec953
Merge pull request #11594 from nextcloud/backport/11592/stable27
[stable27] Fix warning for data-directory troubleshooting
2024-03-02 11:08:53 -05:00
Josh
3b143ac7cf
Merge pull request #11562 from nextcloud/backport/11556/stable27
[stable27] docs(admin): Slightly revise`occ security` command section
2024-03-02 11:03:03 -05:00
Kate
2038e6dba1
Merge pull request #11599 from nextcloud/backport/11596/stable27 2024-02-29 09:27:14 +01:00
Dominic Giebert
6b03584c5b Added arm64 filter to nginx-root.conf
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
2024-02-29 08:20:38 +00:00
Dominic Giebert
92aa72ad8d Added support for Built-in CODE Server (ARM64)
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
2024-02-29 08:20:38 +00:00
Marcel Müller
1e3fade698 Fix warning for data-directory troubleshooting
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-02-28 05:17:57 +00:00
Christoph Wurst
a5f4999d6f
Merge pull request #11567 from nextcloud/feat/adminmanual/caldav-rate-limit-stable27
feat(adminmanual): Add section about CalDAV rate limits
2024-02-22 16:19:42 +01:00
Christoph Wurst
b1b20c363d
feat(adminmanual): Add section about CalDAV rate limits
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-02-22 10:57:25 +01:00
Josh
60a431380e Update occ_command.rst
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-21 14:45:38 +00:00
Josh
59a53eb0e7 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:38 +00:00
Dorra
e25f436316
Merge pull request #11531 from nextcloud/backport/11530/stable27
[stable27] Doc(user-manual): Add expiring messages doc
2024-02-12 07:28:23 +01:00
DorraJaouad
f369fc2398 Doc(user-manual): Add expiring messages doc
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-02-11 21:11:33 +00:00
MichaIng
9dcde98932
Merge pull request #11525 from nextcloud/backport/11472/stable27
[stable27] nginx: fix response headers for assets
2024-02-09 16:39:21 +01:00
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
cce42a74f8
Merge pull request #11483 from nextcloud/backport/11451/stable27
[stable27] Fix(email_configuration): Fix conflicting debug mode sections
2024-02-08 09:42:52 -05: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
Kate
9e539bd191
Merge pull request #11510 from nextcloud/backport/11508/stable27 2024-02-07 09:45:07 +01:00
provokateurin
9239c365af fix(dev): Remove duplicate debugging page
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-02-07 08:36:58 +00:00
Anupam Kumar
c454cdbc43
Merge pull request #11493 from nextcloud/backport/11490/stable27
[stable27] feat(adminmanual): Amend upgrade notes about mailer changes in 26
2024-02-02 13:17:15 +05:30
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
tflidd
0be66afcaf
Merge pull request #11487 from nextcloud/backport/11399/stable27
[stable27] feat(admin): document the `--showonly` flag of the app update command
2024-01-31 20:58:37 +01: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
4ce812aa03
Merge pull request #11479 from nextcloud/backport/11477/stable27
[stable27] Document 'occ security:bruteforce:attempts'
2024-01-29 20:15:04 +01: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
Dorra
5f327f9546
Merge pull request #11380 from nextcloud/backport/11020/stable27
[stable27] Update talk_basics in user manual
2024-01-26 16:37:05 +01:00
DorraJaouad
f63eadc2ce Update conversation settings and reorder starting call
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-01-26 15:22:12 +01:00
Dorra
c455f77ad7 Update the pics sizes
Signed-off-by: Dorra <dorra.jaoued7@gmail.com>
2024-01-26 15:22:12 +01:00
DorraJaouad
e099abf969 Update screenshots
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-01-26 15:22:12 +01:00
Dorra
58321eb697 Adjust the png sizes
Signed-off-by: Dorra <dorra.jaoued7@gmail.com>
2024-01-26 15:22:12 +01:00
DorraJaouad
16a46079df Update talk_basics in user manual
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-01-26 15:22:12 +01: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
ed92b13ae3
Merge pull request #11424 from nextcloud/add-warning-to-datadirectory-parameter-stable27
[stable27] Add warning to datadirectory parameter
2024-01-05 11:02:50 +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
tflidd
5cc8b5596b
Merge pull request #11416 from nextcloud/backport/11414/stable27
[stable27] Update harden_server.rst
2024-01-01 13:19:24 +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
Joas Schilling
92dfe550ed
Merge pull request #11387 from nextcloud/backport/11382/stable27
[stable27] Create block-merge-eol.yml
2023-12-11 11:50:28 +01:00
Joas Schilling
159c124ca1
Merge pull request #11384 from nextcloud/backport/11381/stable27
[stable27] Create block-merge-freeze.yml
2023-12-11 11:49:47 +01:00
Joas Schilling
5372934b73 Create block-merge-eol.yml
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-12-11 10:14:46 +00:00
Joas Schilling
d3e47c1dfa Create block-merge-freeze.yml
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-12-11 10:14:15 +00:00
Arthur Schiwon
810379e28f
Merge pull request #11365 from nextcloud/backport/11336/stable27
[stable27] doc(ldap): describe how to promote a group
2023-12-05 18:23:12 +01:00
Greta
4fc5aff9fd
Merge pull request #11363 from nextcloud/backport/11357/stable27
[stable27] feat(usermanual): Add mail body search documentation
2023-12-05 16:18:08 +01: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
Hamza
fbdc818b82
Merge pull request #11359 from nextcloud/backport/11358/stable27
[stable27] feat(usermanual): Change mailboxes sort order
2023-12-05 13:30:13 +01:00