Arthur Schiwon
371a1e99fd
Merge pull request #10702 from nextcloud/fix/noid/smart-picker-cool-menu
...
fix(reference): specify top menu entry
2023-07-06 13:38:08 +02:00
JesseBot
a0ec7d5c53
fix(adminmanual): Update grammar for calendar backend docs ( #10705 )
...
Signed-off-by: JesseBot <jessebot@linux.com >
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com >
2023-07-06 08:41:39 +00:00
Christoph Wurst
c61151566d
Merge pull request #10636 from nextcloud/document-background-migrations-on-major-upgrades
...
Add note about migrations run by background jobs
2023-07-06 10:07:25 +02:00
Christoph Wurst
09c57bc84c
Merge pull request #9639 from nextcloud/gf-not-restore
...
Add note about Group Folders
2023-07-06 10:06:52 +02:00
Nordinev
9a96a4bde3
suppress a duplicate word
...
Signed-off-by: Nordinev <117503934+Nordinev@users.noreply.github.com >
2023-07-03 14:25:46 +02:00
Arthur Schiwon
8c76f86f40
fix: menu entry called differently across collabora versions
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2023-06-30 12:34:54 +02:00
Arthur Schiwon
b21978b28f
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-06-30 12:05:03 +02:00
Simon L
ef5e64c515
Merge pull request #10642 from cody42/collabora-docker-installation-dot-escaping
...
Collabora docker installation dot escaping
2023-06-27 00:56:16 +02:00
Christoph Wurst
2cdaa2bbc5
Merge branch 'master' into master
2023-06-26 09:11:54 +02:00
Simon L
f901f8a482
Merge pull request #10644 from nextcloud/enh/noid/add-compression-section
...
add a section to server-tuning about asset compression
2023-06-24 15:25:30 +02:00
Simon L
c9914dc9c1
address review
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-06-24 15:06:37 +02:00
David
47ef985e99
feat(adminmanual): remove outdated instructions regarding escaping and better explain aliasgroup
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: David <CC2224@web.de >
2023-06-23 17:31:22 +02:00
Richard Steinmetz
a2f53b98bb
Merge pull request #10652 from nextcloud/enh/noid/imaginary-warning
...
add warning to imaginary docs that it is incompatible with SSE
2023-06-20 14:45:24 +02:00
Nextcloud bot
280721b428
generate documentation from config.sample.php
2023-06-20 02:48:22 +00:00
Simon L
0fef866c9d
add warning to imaginary docs that it is incompatible with SSE
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-06-19 15:57:06 +02:00
Simon L
9fca3c34d4
Merge pull request #10643 from nextcloud/enh/noid/fix-mail-confusion
...
fix confusion around mail settings and improve layout a bit
2023-06-19 11:35:38 +02:00
Nextcloud bot
2b0b62458a
generate documentation from config.sample.php
2023-06-19 08:47:32 +00:00
David
43561a58be
feat(adminmanual): use aliasgroup1 environment variable with collabora/code image as recommended
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: David <CC2224@web.de >
2023-06-18 00:08:55 +02:00
David
5374b7657f
fix(adminmanual): Display backslash correctly
...
Signed-off-by: David <CC2224@web.de >
2023-06-18 00:08:55 +02:00
David
b263fb2ffd
feat(adminmanual): Updated collabora online docker server installation instructions regarding escaping of dots
...
Signed-off-by: David <CC2224@web.de >
2023-06-18 00:08:55 +02:00
Simon L
fcde5d9fbf
add a section about asset compression
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-06-17 21:09:20 +02:00
Simon L
31c187a10b
fix confusion around mail settings and improve layout a bit
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-06-17 18:45:24 +02:00
Christoph Wurst
6f6e0b4db5
Merge pull request #10637 from nextcloud/feat/adminmanual/sudo-occ-with-env-vars
...
feat(adminmanual): Document how to use occ with sudo and env vars
2023-06-16 12:01:01 +02:00
Christoph Wurst
af604d1ea4
feat(adminmanual): Document how to use occ with sudo and env vars
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-06-16 11:04:58 +02:00
Marcel Müller
bcbf8a5e57
Add note about migrations run by background jobs
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de >
2023-06-16 09:31:31 +02:00
Jakub Jelen
f1976af78c
fixup
...
Co-authored-by: MichaIng <micha@dietpi.com >
Signed-off-by: Jakub Jelen <jakuje@gmail.com >
2023-06-15 22:57:41 +02:00
Jakub Jelen
cbe2b80dc8
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 15:54:53 +02:00
Nextcloud bot
71c05c02f2
generate documentation from config.sample.php
2023-06-14 02:37:55 +00:00
Simon L
ebbba6a999
Merge pull request #10618 from dfuchss/feature/configurabe_timeout
...
Add information about request_timeout in Fedarated Shares
2023-06-13 12:20:34 +02:00
Julius Härtl
72e2ca4b9d
Merge pull request #10568 from joshtrichards/jr-nginx-docs-10115
2023-06-13 10:47:27 +02:00
Nextcloud bot
9662f7b4ad
generate documentation from config.sample.php
2023-06-13 02:39:19 +00:00
Dominik Fuchß
102c65aef1
Add information about request_timeout
...
Signed-off-by: Dominik Fuchß <develop@fuchss.org >
2023-06-12 19:49:56 +02:00
Marino Faggiana
86bec64694
Merge pull request #10613 from nextcloud/talk-ios-minimum-15
...
Adjust iOS requirements to iOS 15
2023-06-12 17:20:02 +02:00
Simon L
d352db3a14
Merge pull request #10604 from joshtrichards/jr-admin-audit-logging
...
(logging configuration) Expand the admin_audit section
2023-06-12 16:27:50 +02:00
Marcel Müller
104b9da4f2
Adjust iOS requirements to iOS 15
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de >
2023-06-12 14:20:14 +02:00
Josh Richards
9017eb1aed
(logging configuration) Rewrite of the admin_audit logging section
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2023-06-11 11:14:14 -04:00
Josh Richards
f31ca31693
(primary+external storage) S3 bucket naming requirements
...
Fixes nextcloud/server#35364
Also adds note about S3 endpoint naming to to External Storage make consistent with Primary Storage change made in #10595
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2023-06-10 11:44:59 -04:00
tidoni
3c0f496e0e
Update general_troubleshooting.rst
...
Needed for the .htaccess file to be processed
https://stackoverflow.com/questions/869092/how-to-enable-mod-rewrite-for-apache-2-2#comment14646458_5758551
Signed-off-by: tidoni <24697188+tidoni@users.noreply.github.com >
2023-06-09 16:52:59 +02:00
Julius Härtl
bd6572a2d8
Merge pull request #10571 from joshtrichards/jr-admin-user-provisioning-api-examples-required-header
2023-06-09 16:45:05 +02:00
Julius Härtl
4ed54fd679
Merge pull request #10595 from joshtrichards/jr-primary-storage-generic-s3-endpoint
2023-06-09 16:44:56 +02:00
Julius Härtl
7811a3d344
Merge pull request #10594 from joshtrichards/jr-primary-storage-data-recovery-implications
2023-06-09 16:36:19 +02:00
Julius Härtl
080bfb95aa
Merge pull request #10581 from joshtrichards/jr-hardening-security-disable-debug-mode
2023-06-09 16:34:35 +02:00
Julius Härtl
e641045d05
Merge pull request #10580 from joshtrichards/jr-server-tuning-logging-and-debug-mode
2023-06-09 16:34:06 +02:00
Josh Richards
0bdafac933
(Primary Storage) Note to use generic S3 endpoint for hostname not bucket URL
...
Fixes #9679
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2023-06-09 09:55:34 -04:00
Josh Richards
bdb1634650
(primary storage) data backup/recovery implications
...
- Adds paragraph about data backup coverage
- Makes metadata/etc paragraph easier to read/comprehend
- Makes exclusive access language stronger
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2023-06-09 08:38:39 -04:00
Julius Härtl
12925be617
feat(flow): Add note about disabling user flows
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-06-08 21:57:49 +02:00
Ferdinand Thiessen
3cc4487a21
feat: Add information about module javascript to NC27 upgrade guide
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2023-06-08 17:32:32 +02:00
Josh Richards
926057153a
(hardening and security) Add disabling debug mode recommendation
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2023-06-08 10:11:48 -04:00
Josh Richards
74d1a7c7a8
(server tuning) New sections: log levels, debug mode
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2023-06-08 09:43:05 -04:00
Ferdinand Thiessen
6622bdbb87
fix(admin_manual): Add module js (mjs) as static resource to nginx config
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2023-06-07 15:13:46 +02:00