Commit Graph

17198 Commits

Author SHA1 Message Date
Maksim Sukharev
be642e06d9
Merge pull request #11640 from nextcloud/backport/11395/stable28
[stable28] update Talk basics docs: screenshot, markdown
2024-03-12 13:11:30 +01:00
Maksim Sukharev
a4d57bee97 feat(user_manual): add reminder manual (Talk 17.1+)
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-12 11:55:54 +00:00
Maksim Sukharev
3beb6e6cb5 feat(user_manual): add markdown usage (Talk 17.1+)
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-12 11:55:54 +00:00
Maksim Sukharev
d0a51c56f4 fix(user_manual): replace outdated screenshots (Talk 17+)
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-12 11:55:54 +00:00
Josh
b4ce85472d
Merge pull request #11631 from nextcloud/backport/11627/stable28
[stable28] Document occ encryption drop legacy filekey and fix obsolete statement
2024-03-09 09:02:21 -05:00
Côme Chilliet
7876802382 fix: Fix obsolete statement about encryption overhead
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-09 13:03:44 +00:00
Côme Chilliet
711fed0978 feat: Add documentation for occ encryption:drop-legacy-filekey
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-09 13:03:44 +00:00
Josh
9aab90b9e9
Merge pull request #11621 from nextcloud/backport/11550/stable28
[stable28] docs(dev): Mention new uniqueness check for index names
2024-03-08 07:36:41 -05:00
Ferdinand Thiessen
b4563f70f9
Merge pull request #11620 from nextcloud/backport/11605/stable28
[stable28] fix typos in calendar_provider.rst
2024-03-08 00:53:17 +01:00
Josh
1ce495e1cb Update developer_manual/basics/storage/database.rst
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-03-07 23:07:51 +00:00
Josh
6fe96d826a docs(dev): Mention new uniqueness check for index names
Follow-on to nextcloud/server#39506 & nextcloud/server#43357

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-03-07 23:07:51 +00:00
RayBB
64b3207aea fix typos in calendar_provider.rst
Signed-off-by: RayBB <RayBB@users.noreply.github.com>
2024-03-07 23:07:09 +00:00
Louis
384a96c63b
Merge pull request #11610 from nextcloud/backport/11608/stable28
[stable28] Update files versions documentations
2024-03-05 16:36:39 +01:00
Louis Chemineau
5edd3120dc Add note about named versions for admins
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-05 14:10:41 +00:00
Louis Chemineau
fc5ff58415 Remove version naming and deletion limitation
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-05 14:10:41 +00:00
Josh
12fd471109
Merge pull request #11553 from nextcloud/backport/11541/stable28
[stable28] docs(admin): revise the brute force protection configuration chapter
2024-03-02 11:06:53 -05:00
backportbot[bot]
e03b9bf4d4
[stable28] docs(admin): Warn to choose custom app values carefully (#11579)
Signed-off-by: Josh <josh.t.richards@gmail.com>
Co-authored-by: Josh <josh.t.richards@gmail.com>
2024-03-02 16:06:33 +00:00
backportbot[bot]
24bb46a448
[stable28] adjust slogan for AIO (#11574)
Signed-off-by: Simon L <szaimen@e.mail.de>
Co-authored-by: Simon L <szaimen@e.mail.de>
2024-03-02 16:04:00 +00:00
backportbot[bot]
fe4b0ca90f
[stable28] Fix warning for data-directory troubleshooting (#11595)
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Co-authored-by: Marcel Müller <marcel-mueller@gmx.de>
2024-03-02 16:03:34 +00:00
Josh
dec6c319f7
Merge pull request #11563 from nextcloud/backport/11556/stable28
[stable28] docs(admin): Slightly revise`occ security` command section
2024-02-29 11:04:52 -05:00
Kate
102f7aaea1
Merge pull request #11600 from nextcloud/backport/11596/stable28 2024-02-29 09:28:54 +01:00
Dominic Giebert
85d4d4dfbe Added arm64 filter to nginx-root.conf
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
2024-02-29 08:20:49 +00:00
Dominic Giebert
9a5c4be04f Added support for Built-in CODE Server (ARM64)
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
2024-02-29 08:20:49 +00:00
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
Josh
e35f3fbb96 Update occ_command.rst
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-21 14:45:50 +00:00
Josh
2177d9bc26 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:50 +00:00
Josh
45ca5ebda2 Update bruteforce_configuration.rst: Drop feature history
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-18 15:29:56 +00:00
Josh
771580788c 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-18 15:29:56 +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