Commit Graph

18268 Commits

Author SHA1 Message Date
Greta
83de75469e Merge pull request #12451 from nextcloud/backport/12388/stable30
[stable30] Document the recipient info feature
2024-12-19 12:55:57 +01:00
greta
398fef33c9 Document the recipient info feature
Signed-off-by: greta <gretadoci@gmail.com>
2024-12-19 12:51:43 +01:00
Marcel Klehr
77d944c434 Merge pull request #12447 from nextcloud/backport/12443/stable30
[stable30] fix(TaskProcessing): Fix typo in URL and remove a non-existing endpoint
2024-12-17 06:31:56 +01:00
Marcel Klehr
d14e283e33 fix(TaskProcessing): Fix typo in URL and remove a non-existing endpoint
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-12-17 02:18:18 +00:00
Andy Scherzinger
bc767b5075 Merge pull request #12429 from nextcloud/backport/12427/stable30
[stable30] Add generic uninstallation pointers
2024-12-12 22:19:31 +01:00
Andy Scherzinger
33b0030a06 docs: Add generic uninstallation pointers
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-12-12 20:06:38 +00:00
Anupam Kumar
ea78ed1aaa enh(Maintenance): update sync with clients after data recovery
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-12-06 20:05:21 +05:30
Joas Schilling
266b9af183 Merge pull request #12401 from nextcloud/backport/12399/stable30
[stable30] [stable29] Fix wrong german translation for 'sharing' in user manual
2024-11-27 10:52:25 +01:00
Julien Veyssier
2011a1ad77 fix(user_manual): wrong german translation for 'sharing'
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-11-27 09:47:51 +00:00
Josh
44b4f1a041 Merge pull request #12395 from nextcloud/backport/12389/stable30
[stable30] feat(admin): Add command to scan external storages directly
2024-11-25 13:38:46 -05:00
Josh
05329858ac feat(admin): Add command to scan external storages directly
- Adds missing minimal documentation entry for nextcloud/server#25109
- Adds an introduction paragraph

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-25 18:35:22 +00:00
Anna
e06e13f001 Merge pull request #12392 from nextcloud/backport/12387/stable30
[stable30] fix(admin): Update commands for `files` namespace
2024-11-25 12:24:36 +01:00
Josh
e9cc268b95 fix(admin): Update commands for files namespace
Fixes #9630 

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-25 11:19:32 +00:00
MichaIng
bdd7f87fa6 Merge pull request #12370 from nextcloud/backport/12284/stable30
[stable30] enh(admin_manual): update OPcache JIT docs
2024-11-21 21:05:48 +01:00
John Molakvoæ
94d44b5ec8 Merge pull request #12380 from nextcloud/backport/12379/stable30 2024-11-19 12:43:09 +01:00
John Molakvoæ
538d9d95f5 feat: add big_file_upload_configuration admin redirect
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-11-19 11:39:43 +00:00
Richard Steinmetz
387d84c323 Merge pull request #12376 from nextcloud/backport/12375/stable30
[stable30] Update calendar.rst
2024-11-19 12:15:41 +01:00
jefbenet
a58a91a039 Update calendar.rst
added 'step' #4 under import calendar noting the progress bar as this was not clear when I was using the import function as to what the status of the import was.

Signed-off-by: jefbenet <jefbenet@gmail.com>
2024-11-19 11:08:46 +00:00
MichaIng
9e503258ec enh(admin_manual): update OPcache JIT docs
Single Nextcloud instances have shown to use less than 2 MiB of the configured JIT buffer size, so that 8 MiB is sufficient by a large margin. Using any larger value pre-occupies the `opcache.memory_consumption` accurdingly and 128 MiB would hence fill its default 128 MiB completely, without any benefit.

The example JIT size is hence reduced to 8 MiB. Enabling JIT however has shown to raise overall OPcache usage by a larger amount than the configured JIT size, so that `opcache.memory_consumption` might still need to be raised in some cases. This information is added to the documentation: https://github.com/nextcloud/all-in-one/issues/2755#issuecomment-1591848523

Additionally, the info is added that JIT is currently supported on x86 platforms only.

Signed-off-by: MichaIng <micha@dietpi.com>
2024-11-15 10:16:18 +00:00
Anupam Kumar
01f7ab9d10 [stable30] Update ai_as_a_service.rst (#12365)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-11-13 12:15:15 +01:00
Joas Schilling
0f8250627b Merge pull request #12364 from nextcloud/backport/12328/stable30
[stable30] Update harden_server.rst - improve fail2ban section
2024-11-13 07:52:21 +01:00
tgoeg
cde6807ae6 Update harden_server.rst - improve fail2ban section
Nextcloud won't log failed login attempts in log levels > 2.
Added this to the documentation, and, while at it, improved the fail2ban guide in a few other places.

Fixes #12327.

Signed-off-by: tgoeg <39340276+tgoeg@users.noreply.github.com>
2024-11-13 06:49:21 +00:00
Ferdinand Thiessen
0014f96bc7 Merge pull request #12361 from nextcloud/backport/11805/stable30
[stable30] fix(trashbin): Add missing size/expire commands to occ commmand list
2024-11-13 02:24:11 +01:00
Ferdinand Thiessen
a778313061 Merge pull request #12356 from nextcloud/backport/12080/stable30
[stable30] feat(troubleshooting): add Internal Server Errors section
2024-11-13 01:38:09 +01:00
Josh Richards
005228bc6d fix(trashbin): Add missing size expire commands to occ commmand list
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-11-13 00:37:48 +00:00
Josh
333ed0a25f feat(troubleshooting): add Internal Server Errors section
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-13 00:11:49 +00:00
Ferdinand Thiessen
271db54ba7 Merge pull request #12266 from nextcloud/backport/12263/stable30
[stable30] enh(Admin/AI): update background job worker docs (#12263)
2024-11-13 01:07:34 +01:00
Anupam Kumar
1ca88aa644 enh(Admin/AI): update background job worker docs (#12263)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
2024-11-13 01:03:58 +01:00
Ferdinand Thiessen
5ba7d3e5e4 Merge pull request #12262 from nextcloud/backport/12261/stable30
[stable30] feat(caldav): create subscriptions via occ
2024-11-13 00:40:21 +01:00
Ferdinand Thiessen
351bad0ac8 Merge pull request #12272 from nextcloud/backport/12271/stable30
[stable30] enh(AI): More additions to AI admin docs
2024-11-13 00:37:33 +01:00
Anna Larch
5b4fc0896d feat(caldav): create subscriptions via occ
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-11-13 00:37:15 +01:00
Marcel Klehr
1fe7f54464 enh(AI): More additions to AI admin docs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-11-13 00:34:22 +01:00
Ferdinand Thiessen
982ec0bb05 Merge pull request #12287 from nextcloud/backport/12286/stable30
[stable30] fix(developer): Rename invalid css variables
2024-11-11 13:07:31 +01:00
Christoph Wurst
e10b1e2c58 Merge pull request #12348 from nextcloud/backport/12347/stable30
[stable30] chore(github): Update groupware code owners
2024-11-11 10:59:32 +01:00
Christoph Wurst
9cba60b8b0 chore(github): Update groupware code owners
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-11-11 09:40:18 +00:00
John Molakvoæ
c3e527a546 Merge pull request #12338 from nextcloud/backport/12074/stable30 2024-11-05 16:57:44 +01:00
Maxence Lange
40365b4c7b migration attributes
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-10-31 12:48:51 +00:00
Josh
19156103c7 Merge pull request #12336 from nextcloud/backport/12331/stable30
[stable30] fix(occ): Add `user:auth-tokens` to command listing
2024-10-30 09:54:02 -04:00
Josh
41bf666d6b fix(occ): Add user:auth-tokens to command listing
These were implemented in nextcloud/server#40026

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-10-30 13:50:26 +00:00
Julien Veyssier
51c94abe7c Merge pull request #12323 from nextcloud/backport/12320/stable30
[stable30] Add admin docs for the windmill integration
2024-10-25 15:28:23 +02:00
Marcel Klehr
2161bcb961 fix: Update .codespellignore
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-10-25 15:20:10 +02:00
Julien Veyssier
1a42155a18 add windmill and webhooks admin doc
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-10-25 10:28:25 +02:00
John Molakvoæ
2d978afaa8 Merge pull request #12312 from nextcloud/backport/12294/stable30
[stable30] fix(admin_manual): Microsoft Outlook email Basic authentication deprecation
2024-10-20 22:46:19 +02:00
John Molakvoæ
1387ba17d5 fix(admin_manual): Microsoft Outlook email Basic authentication deprecation
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-10-20 20:43:05 +00:00
Josh
ca7479c2e4 Merge pull request #12276 from nextcloud/backport/12224/stable30
[stable30] fix(upgrade_to_30): Note the drop of MariaDB 10.5 support
2024-10-18 13:46:16 -04:00
Ferdinand Thiessen
d6dfa0a9e7 fix(developer): Rename invalid css variables
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-15 13:00:40 +00:00
Christoph Wurst
718a486104 Merge pull request #12254 from nextcloud/backport/12249/stable30
[stable30] fix:[admin-manual] adjust status codes for provision api user controller
2024-10-14 09:12:38 +02:00
Andy Scherzinger
e1488d882d Merge pull request #12275 from nextcloud/backport/12273/stable30
[stable30] fix(admin): Document oft loading for nginx
2024-10-11 18:09:33 +02:00
Ferdinand Thiessen
2910fbff21 fix(admin): Note drop of MariaDB 10.3 support
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-11 12:48:43 +00:00
Josh
f2910ecbdb fix(upgrade_to_30): Note the drop of MariaDB 10.5 support
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-10-11 12:48:43 +00:00