John Molakvoæ
fa3dd9c58d
Merge pull request #11566 from nextcloud/backport/11565/stable28
2024-02-22 10:32:10 +01:00
Christoph Wurst
2913e8ab58
feat(adminmanual): Add section about CalDAV rate limits
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-02-22 08:52:46 +00:00
Joas Schilling
a9b42a1940
Merge pull request #11517 from nextcloud/backport/11473/stable28
...
[stable28] fix(admin): Update supported database support
2024-02-12 12:26:01 +01:00
Dorra
55630c1f68
Merge pull request #11532 from nextcloud/backport/11530/stable28
...
[stable28] Doc(user-manual): Add expiring messages doc
2024-02-12 07:28:51 +01:00
DorraJaouad
764a0896c0
Doc(user-manual): Add expiring messages doc
...
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-02-11 21:11:42 +00:00
MichaIng
055873a012
Merge pull request #11524 from nextcloud/backport/11472/stable28
...
[stable28] nginx: fix response headers for assets
2024-02-09 16:38:51 +01:00
MichaIng
1a3c860092
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 15:23:40 +00:00
Ferdinand Thiessen
22f3548e20
fix(admin): Update supported database support
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-08 14:16:09 +01:00
Côme Chilliet
9d3b316d46
Merge pull request #11452 from nextcloud/backport/11183/stable28
2024-02-08 11:20:02 +01:00
Côme Chilliet
111955b9ec
Merge pull request #11468 from nextcloud/backport/11444/stable28
2024-02-08 11:19:46 +01:00
Hamza
a3ba1ae6ea
Merge pull request #11516 from nextcloud/backport/11507/stable28
...
[stable28] feat(adminmanual): Smart replies for mail
2024-02-07 17:46:07 +01:00
Christoph Wurst
81ba32defa
Merge pull request #11514 from nextcloud/backport/11512/stable28
...
[stable28] feat(usermanual): smart replies for Mail
2024-02-07 17:28:22 +01:00
Hamza Mahjoubi
2a2d9ed551
feat(adminmanual): Smart replies for mail
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-02-07 15:49:57 +00:00
Ferdinand Thiessen
72ca55e588
Merge pull request #11478 from nextcloud/backport/11477/stable28
...
[stable28] Document 'occ security:bruteforce:attempts'
2024-02-07 15:47:40 +01:00
Hamza Mahjoubi
3f3390ed1c
feat(usermanual): smart replies for Mail
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-02-07 14:16:50 +00:00
Kate
d5a6070aef
Merge pull request #11511 from nextcloud/backport/11508/stable28
2024-02-07 09:45:05 +01:00
provokateurin
1be321ac79
fix(dev): Remove duplicate debugging page
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-02-07 08:37:07 +00:00
Côme Chilliet
4db12c3c1e
Merge pull request #11377 from nextcloud/backport/11374/stable28
2024-02-06 19:00:59 +01:00
Côme Chilliet
28b580b8ac
Merge pull request #11409 from nextcloud/backport/11405/stable28
2024-02-06 18:57:51 +01:00
Anna
ae03fffc6c
Merge pull request #11450 from nextcloud/backport/11397/stable28
...
[stable28] Add custom public calendars
2024-02-06 18:47:12 +01:00
tflidd
16cb55130f
Merge pull request #11486 from nextcloud/backport/11399/stable28
...
[stable28] feat(admin): document the `--showonly` flag of the app update command
2024-02-06 18:08:45 +01:00
Marcel Müller
1c1cf9f2d6
Correct the version of owncloud allowing migration
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-02-06 17:56:28 +01:00
Anna Larch
7a54aa0304
enh(userstatus): set user status to 'In a meeting' if calendar is busy
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-02-06 17:56:04 +01:00
Côme Chilliet
7c38421842
Merge pull request #11506 from nextcloud/automated/update-workflows/stable28
2024-02-06 17:30:59 +01:00
John Molakvoæ
b7d249f36f
chore: update workflows from templates
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-02-05 17:22:56 +01:00
Josh
32a6b3eb3d
Merge pull request #11498 from nextcloud/backport/11497/stable28
...
[stable28] fix(background_jobs_configuration) Add example
2024-02-04 11:42:37 -05:00
Josh
192694bf51
fix(background_jobs_configuration) Add example
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-04 16:25:30 +00:00
Josh
690cab534c
Merge pull request #11484 from nextcloud/backport/11451/stable28
...
[stable28] Fix(email_configuration): Fix conflicting debug mode sections
2024-02-02 14:29:04 -05:00
Josh
a24bf070cc
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-02 14:07:40 -05:00
Marcel Klehr
1219260bb1
Merge pull request #11410 from nextcloud/backport/11407/stable28
...
[stable28] enh(admin_manual/ai): Add context_chat
2024-02-02 16:09:43 +01:00
Marcel Klehr
416deb154e
Merge branch 'stable28' into backport/11407/stable28
2024-02-02 15:53:50 +01:00
Joas Schilling
dc0e4a22e7
Merge pull request #11481 from nextcloud/backport/11480/stable28
...
[stable28] fix(admin): Update 2FA screenshots
2024-02-02 11:36:49 +01:00
Anupam Kumar
da6cffa87e
Merge pull request #11494 from nextcloud/backport/11490/stable28
...
[stable28] feat(adminmanual): Amend upgrade notes about mailer changes in 26
2024-02-02 13:17:39 +05:30
Anupam Kumar
8b952887d3
update email changelog of NC 26
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-02-01 18:57:52 +00:00
Ferdinand Thiessen
794fcb975c
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:29 +00:00
Joda Stößer
ba31a84c81
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:29 +00:00
Joas Schilling
f64e2c66fa
fix(admin): Update 2FA screenshots
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-30 15:03:48 +00:00
Marcel Müller
af326217d3
Document 'occ security:bruteforce:attempts'
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-01-29 19:07:37 +00:00
J0WI
f01950856c
Remove bz2
...
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-22 09:44:22 +00:00
J0WI
01a2af34bf
Remove bz2 from recommend extensions
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-22 09:44:22 +00:00
Christoph Wurst
135a04ed61
feat(devmanual): Add \OCP\DB\IResult::fetch deprecation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-01-19 16:11:04 +00:00
escoand
6cdecd22b6
Add custom public calendars
...
Signed-off-by: escoand <escoand@users.noreply.github.com>
2024-01-18 14:15:14 +00:00
Ferdinand Thiessen
002dabcf4e
Merge pull request #11401 from austin3410/patch-1
...
Added documentation around File Drop Shares not chunking uploaded files.
2024-01-18 14:00:07 +01:00
Ferdinand Thiessen
e9dfc7c577
Merge pull request #11413 from nextcloud/automated/update-workflows/stable28
...
chore: update workflows from templates
2024-01-18 13:59:20 +01:00
Rello
c274d0948f
Merge pull request #11445 from nextcloud/backport/11443/stable28
...
[stable28] Update occ_command.rst
2024-01-16 08:46:43 +01:00
Rello
1c29c195b7
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-16 07:41:47 +00:00
Rello
ed0fbb337c
Update occ_command.rst
...
add sharing:delete-orphan-shares
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-01-16 07:41:47 +00:00
Christoph Wurst
84fb8a2b6e
Merge pull request #11431 from nextcloud/backport/11408/stable28
...
[stable28] feat(usermanual): Add out-of-office/absence message feature
2024-01-11 10:01:36 +01:00
Christoph Wurst
45f5328418
feat(usermanual): Add out-of-office/absence message feature
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-01-11 08:57:58 +00:00
Marcel Müller
6142153a78
Merge pull request #11422 from nextcloud/backport/11421/stable28
...
[stable28] Add warning to datadirectory parameter
2024-01-05 10:11:44 +01:00