Marcel Klehr
e960b6655a
Admin docs: Add a section on AI features
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-24 09:15:05 +00:00
Marcel Müller
23a9390a5a
Merge pull request #10717 from nextcloud/backport/10636/stable27
...
[stable27] Add note about migrations run by background jobs
2023-07-10 07:41:33 +02:00
Marcel Müller
1d5ef4575f
Add note about migrations run by background jobs
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-07-10 07:31:45 +02:00
Arthur Schiwon
daa2ea2440
Merge pull request #10724 from nextcloud/backport/10702/stable27
...
[stable27] fix(reference): specify top menu entry
2023-07-06 16:01:51 +02:00
Arthur Schiwon
e6b50f70cf
fix: menu entry called differently across collabora versions
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-07-06 12:16:59 +00:00
Arthur Schiwon
6bc6b4c871
fix(reference): specify top menu entry
...
for it is not called "Smart Picker" it will make it easier to find the proper menu item
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-07-06 12:16:53 +00:00
Christoph Wurst
b582fddaae
Merge pull request #10721 from nextcloud/backport/10715/stable27
...
[stable27] fix(devmanual): Clarify privacy requirements of unified search providers
2023-07-06 10:36:00 +02:00
Christoph Wurst
871116c31f
fix(devmanual): Clarify privacy requirements of unified search providers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-07-06 08:10:46 +00:00
Simon L
8efb1de1de
Merge pull request #10679 from nextcloud/backport/10676/stable27
...
[stable27] add a section regarding showing free space on windows
2023-06-28 01:32:01 +02:00
Simon L
a1eff59cb1
add a section regarding showing free space on windows
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-27 23:27:45 +00:00
Simon L
3fceb4f42d
Merge pull request #10671 from nextcloud/backport/10644/stable27
...
[stable27] add a section to server-tuning about asset compression
2023-06-24 15:29:21 +02:00
Simon L
4386d40b24
address review
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-24 13:25:56 +00:00
Simon L
c1d2f7770c
add a section about asset compression
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-24 13:25:56 +00:00
Joas Schilling
9ef1115fe2
Merge pull request #10666 from nextcloud/backport/10665/stable27
...
[stable27] Remove vitormattos from codeowners
2023-06-21 11:12:04 +02:00
Joas Schilling
585b11a631
Remove vitormattos from codeowners
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-06-21 08:41:45 +00:00
Arthur Schiwon
ccb293b598
Merge pull request #10653 from nextcloud/backport/stable27/requirements
...
[stable27] Fix requirements
2023-06-20 15:40:52 +02:00
Simon L
73adba4435
Merge pull request #10661 from nextcloud/backport/10652/stable27
...
[stable27] add warning to imaginary docs that it is incompatible with SSE
2023-06-20 14:51:34 +02:00
Simon L
c82fe1eb5d
add warning to imaginary docs that it is incompatible with SSE
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-20 12:45:48 +00:00
jld3103
89a16416bc
Fix requirements
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-06-20 12:47:00 +02:00
Simon L
5746ed605f
Merge pull request #10650 from nextcloud/backport/10643/stable27
...
[stable27] fix confusion around mail settings and improve layout a bit
2023-06-19 16:48:27 +02:00
Simon L
cbe0fc52a4
fix confusion around mail settings and improve layout a bit
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-19 09:36:02 +00:00
Marcel Müller
d40500f07f
Merge pull request #10638 from nextcloud/backport/10637/stable27
...
[stable27] feat(adminmanual): Document how to use occ with sudo and env vars
2023-06-16 12:10:14 +02:00
Christoph Wurst
e90b9e2c75
feat(adminmanual): Document how to use occ with sudo and env vars
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-16 10:01:32 +00:00
MichaIng
cdac6dc4bd
Merge pull request #10634 from nextcloud/backport/10602/stable27
...
[stable27] Fix .htaccess configuration to actually work
2023-06-16 01:09:18 +02:00
Jakub Jelen
9b035bf7bc
fixup
...
Co-authored-by: MichaIng <micha@dietpi.com>
Signed-off-by: Jakub Jelen <jakuje@gmail.com>
2023-06-15 22:50:19 +00:00
Jakub Jelen
ce99453f66
Fix .htaccess configuration to actually work
...
The `.htaccess` rules should not have the starting slash otherwise they
will never get matched. When running the mod_rewrite in .htaccess, the
path is already sanitized and leading slashes stripped.
Document also that this is not the case when the rules are used directly
from the main apache2 configuration the leading slash is present always,
which led to some edit wars of this documentation in the past as it was
not well explained (#8093 , #3811 ).
This matches the code shipped with the .htaccess in the nextcloud server:
https://github.com/nextcloud/server/blob/master/.htaccess
Signed-off-by: Jakub Jelen <jakuje@gmail.com>
2023-06-15 22:50:19 +00:00
Simon L
ff15176e11
Merge pull request #10627 from nextcloud/backport/10618/stable27
...
[stable27] Add information about request_timeout in Fedarated Shares
2023-06-15 12:40:16 +02:00
Dominik Fuchß
d44859f680
Add information about request_timeout
...
Signed-off-by: Dominik Fuchß <develop@fuchss.org>
2023-06-14 21:48:51 +00:00
Simon L
9a0ca31c9e
Merge pull request #10616 from nextcloud/backport/10604/stable27
...
[stable27] (logging configuration) Expand the admin_audit section
2023-06-14 19:27:09 +02:00
Josh Richards
1c6205d761
(logging configuration) Rewrite of the admin_audit logging section
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-12 15:28:37 +00:00
Julius Härtl
e12fdb4490
Merge pull request #10599 from nextcloud/backport/10581/stable27
2023-06-09 16:39:59 +02:00
Julius Härtl
f46c6f3126
Merge pull request #10597 from nextcloud/backport/10580/stable27
2023-06-09 16:39:44 +02:00
Josh Richards
4aac3198ee
(hardening and security) Add disabling debug mode recommendation
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-09 14:34:49 +00:00
Josh Richards
ced9bce05f
(server tuning) New sections: log levels, debug mode
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-09 14:34:31 +00:00
Ferdinand Thiessen
b6f6d0137d
Merge pull request #10583 from nextcloud/backport/10582/stable27
...
[stable27] feat: Add information about module javascript to NC27 upgrade guide
2023-06-09 12:11:58 +02:00
Julius Härtl
298e1cb348
Merge pull request #10590 from nextcloud/backport/10588/stable27
2023-06-09 09:03:30 +02:00
Julius Härtl
a0ce4f87b1
feat(flow): Add note about disabling user flows
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-09 06:33:35 +00:00
Julius Härtl
c36b999ec7
Merge pull request #10589 from nextcloud/backport/10585/stable27
2023-06-09 08:05:48 +02:00
Julius Härtl
6ce64726a4
feat(events): Add OCP\Collaboration\Reference\RenderReferenceEvent
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-09 04:41:41 +00:00
Julius Härtl
1bccffbf27
feat(events): Add OCP\Preview\BeforePreviewFetchedEvent
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-09 04:41:41 +00:00
Julius Härtl
4d9e684785
Merge pull request #10586 from nextcloud/fix/ocs-api-stable27
2023-06-08 21:59:44 +02:00
jld3103
5079d2e646
Add new OCS API documentation
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-06-08 21:21:01 +02:00
Ferdinand Thiessen
ec1ce04540
feat: Add information about module javascript to NC27 upgrade guide
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-06-08 16:11:16 +00:00
Ferdinand Thiessen
caead75e04
Merge pull request #10579 from nextcloud/backport/10578/stable27
...
[stable27] fix(devmanual): Roll back recommendation for authoritative class maps
2023-06-08 17:18:50 +02:00
Ferdinand Thiessen
47fa85ecff
Merge pull request #10576 from nextcloud/backport/10575/stable27
...
[stable27] fix(admin_manual): Add module js (`mjs`) as static resource to nginx config
2023-06-08 16:59:36 +02:00
Christoph Wurst
00f5888c72
fix(devmanual): Roll back recommendation for authoritative class maps
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-08 09:35:22 +00:00
rakekniven
5fa63ccbd8
Merge pull request #10416 from nextcloud/backport/9656/stable27
...
[stable27] Fix variable name on controller page
2023-06-07 23:22:44 +02:00
Christoph Wurst
5c4da5e724
Merge pull request #10534 from nextcloud/backport/10519/stable27
...
[stable27] fix(usermanual): Note removal of comment and guest for event invites
2023-06-07 19:50:19 +02:00
Christoph Wurst
56af0932a7
Merge branch 'stable27' into backport/10519/stable27
2023-06-07 19:33:08 +02:00
Christoph Wurst
063187c2fd
Merge pull request #10538 from nextcloud/backport/10518/stable27
...
[stable27] feat(devmanual): Document HTTP status changes for failing strict cookies
2023-06-07 19:32:17 +02:00