Commit Graph

3630 Commits

Author SHA1 Message Date
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
Josh Richards
b8e0577931 feat(adminmanual): Clarify appropriate settings for Amazon S3 vs non-Amazon
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
2023-06-06 19:14:57 +02:00
Josh Richards
d2aaffb0d9 Add the required OCS-APIRequest header to User Provisioning API examples
Confusingly this wasn't in the `curl` examples

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-06 12:47:57 -04:00
Daniel Kesselberg
fcb7a61e5f docs(theming): add theming:config background backgroundColor
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-06-06 15:21:18 +02:00
Daniel Kesselberg
b24010bc7f docs(theming): update theming page
- Fresh screenshots
- Add disable-user-theming
- Explain how to set a static color as background via occ

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-06-05 18:23:31 +02:00
Josh Richards
a6b1449106 (nginx) Add php-handler tips
Fixes #10115

* Adds php-handler configuration tips
* Also some attempt at tightening up the overview

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-05 09:09:39 -04:00
Richard Steinmetz
0af4b9ee2a Merge pull request #10403 from nextcloud/feat/msft-xoauth2
feat(admin): document using microsoft xoauth2 with mail
2023-06-05 11:09:20 +02:00
Richard Steinmetz
48b9108198 feat(admin): document using microsoft xoauth2 with mail
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-06-05 11:05:37 +02:00
Christoph Wurst
7e24a4f566 feat(adminmanual): Add 26 upgrade docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-31 13:59:24 +02:00
Joas Schilling
44dc7b173b fix(admin): Make double dash readable as such
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-31 09:35:33 +02:00
Julius Härtl
b20bacd523 Merge pull request #10437 from joshtrichards/jr-s3-primary-storage-docs 2023-05-28 17:14:34 +02:00
Andy Scherzinger
44e2a210ec Merge pull request #10481 from nextcloud/feat/adminmanual/27-php8.0-deprecation
feat(adminmanual): PHP8.0 deprecation in Nextcloud 27
2023-05-26 21:06:32 +02:00
Christoph Wurst
43b97aa0f0 feat(adminmanual): PHP8.0 deprecation in Nextcloud 27
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 19:39:58 +02:00
Christoph Wurst
c32e1d0c68 feat(adminmanual): Start 28 upgrade docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 19:31:45 +02:00
Christoph Wurst
7f7c2b61e1 chore: Move changelog up, fix 27 upgrade headings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 19:25:46 +02:00
Joas Schilling
ef711692c0 chore(release_notes): Use subpages per release
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-26 14:52:17 +02:00
Christoph Wurst
18462b5bc0 feat(adminmanual): Create critical changes section for admins
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 13:14:20 +02:00
Christoph Wurst
e5c72b5d16 fix(adminmanual): Document SMTP+NTLM limitation in 26
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 12:25:18 +02:00
Christoph Wurst
132a4f69b1 Merge pull request #10439 from nextcloud/fix/adminmanual/nginx-github-link-syntax
fix(adminmanual): Fix github link syntax
2023-05-25 21:38:53 +02:00
Julius Härtl
20064f15cb Merge pull request #10438 from nextcloud/fix/adminmanual/primary-storage-s3-ssec-link 2023-05-25 19:05:56 +02:00
Josh Richards
640b7245fc Add'l clarification in S3 note + couple typos fixed
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-05-25 12:06:12 -04:00
Christoph Wurst
6c99f59a4c fix(adminmanual): Fix github link syntax
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-25 17:38:11 +02:00
Christoph Wurst
f5025077bd fix(adminmanual): Fix Amazon SSEC link
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-25 17:18:04 +02:00
Josh Richards
2281e388b0 (s3 primary) Simplify language, note defaults, better examples
Fixes #9934 (for primary storage)

* Clarifies parameters that may need to be changed when using with Amazon's S3
* Clarifies parameters that must be changed when using non-Amazon hosted S3
* Strips out no-op parameters (default values) from config example
* Lists supported parameters by type and their defaults (if any)
* Adds example config for non-Amazon hosted S3


Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-05-25 11:12:41 -04:00
Simon L
e4751da494 Merge pull request #10426 from joshtrichards/jr-installation-options
Establish an installation approaches overview
2023-05-24 16:14:09 +02:00