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
Dominik Fuchß
d44859f680
Add information about request_timeout
...
Signed-off-by: Dominik Fuchß <develop@fuchss.org>
2023-06-14 21:48:51 +00: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
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
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
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
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
20c25499dc
Merge pull request #10543 from nextcloud/backport/10539/stable27
...
[stable27] feat(adminmanual): Add 26 upgrade docs
2023-06-07 19:06:22 +02:00
rakekniven
5c7ada4e7e
Merge pull request #10497 from nextcloud/backport/10426/stable27
...
[stable27] Establish an installation approaches overview
2023-06-07 18:39:27 +02:00
Ferdinand Thiessen
859f5be5ed
fix(admin_manual): Add module js (mjs) as static resource to nginx config
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-06-07 13:55:27 +00:00
Josh Richards
b4fb96142a
Add'l clarification in S3 note + couple typos fixed
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-06 17:00:09 +00:00
Josh Richards
c39f525992
(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-06-06 17:00:09 +00:00
Richard Steinmetz
958a7c36ab
feat(admin): document using microsoft xoauth2 with mail
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-06-05 09:09:39 +00:00
Christoph Wurst
94d5ada0cb
feat(adminmanual): Add 26 upgrade docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-31 13:24:41 +00:00
Joas Schilling
06b160fcc9
fix(admin): Make double dash readable as such
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-31 07:55:12 +00:00
Josh Richards
2a259be232
Establish an installation approaches overview
...
- Unify the different installation options available to users and presents them as a simple list
- Adds AIO link
- Adds community Docker link
Accomplishes this without changing documentation chapters/sections (so no external links break)
No changes to which approaches are "recommended"
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-05-29 18:12:24 +00:00
Christoph Wurst
a172bb3a46
feat(adminmanual): PHP8.0 deprecation in Nextcloud 27
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 19:06:48 +00:00
Christoph Wurst
ee3c52453c
chore: Move changelog up, fix 27 upgrade headings
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 19:42:54 +02:00
Joas Schilling
719d1ea59b
chore(release_notes): Use subpages per release
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-26 19:42:54 +02:00
Christoph Wurst
781d27649a
feat(adminmanual): Create critical changes section for admins
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 19:42:53 +02:00
Christoph Wurst
9651eb6cff
fix(adminmanual): Document SMTP+NTLM limitation in 26
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 10:44:20 +00:00
Christoph Wurst
778c27f900
fix(adminmanual): Fix github link syntax
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-25 19:39:18 +00:00
Christoph Wurst
5b848a6cd9
fix(adminmanual): Fix Amazon SSEC link
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-25 17:07:30 +00:00
Joas Schilling
400d99ecd8
chore: Fix internal links after stable27 branch-off
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-22 11:49:00 +02:00
Richard Steinmetz
c6bbdea16b
fix(admin): command box formatting in SSE-C section
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-05-17 10:45:29 +00:00
Nextcloud bot
4805b35c76
generate documentation from config.sample.php
2023-05-17 02:33:17 +00:00
Marc Hefter
eeb14ed0c9
LDAP/AD user profile synchronization
...
* feature addition: [user_ldap] update user profile from LDAP
* added Fediverse field explanation
* clearification of user profile data handling
* data handling on profile update in user_ldap
* being more specific about the data corrected some misformatted parts
* better handling of user profile changes
* removed profile data from LDAP will get removed
Signed-off-by: Marc Hefter <marchefter@gmail.com>
2023-05-16 10:00:54 +02:00
Joas Schilling
9935423b4f
Merge pull request #10389 from nextcloud/admin/clarify-php-and-db-recommendation
...
fix(requirements): Clarify php and db recommendation
2023-05-15 15:52:53 +02:00
max-nextcloud
ff1f285747
Merge pull request #10388 from nextcloud/fix/occ-decrypt-all
...
fix: occ encryption:decrypt-all handles maintenance mode and disables…
2023-05-15 15:08:26 +02:00
Ferdinand Thiessen
1280705229
Merge pull request #10375 from nextcloud/fix/admin-nginx-js-mime
...
[admin] Nginx: Change mimetype for javascript
2023-05-15 14:17:30 +02:00
Joas Schilling
98a17f1361
fix(requirements): Recommend PHP 8.2
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-15 13:54:57 +02:00
Joas Schilling
cc3d162164
fix(requirements): Clarify recommended MariaDB version
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-15 13:54:27 +02:00
Max
a3e19e6217
fix: occ encryption:decrypt-all handles maintenance mode and disables encryption
...
When the command is started in maintenance mode it will even err out.
Also one should not disable encryption without decrypting all files first.
Signed-off-by: Max <max@nextcloud.com>
2023-05-15 13:05:40 +02:00
Ferdinand Thiessen
1ef2afca31
fix(admin): Nginx: Change mimetype from application/javascript to text/javascript
...
* See also https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#textjavascript
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-15 12:30:40 +02:00
Nextcloud bot
f54b606dac
generate documentation from config.sample.php
2023-05-13 04:42:21 +00:00
Christoph Wurst
4de1a10310
feat(adminmanual): Document system address book in 27
...
* Exposed for everyone now
* Property scopes
* Enumeration
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-12 10:56:22 +02:00
Christoph Wurst
c6a10eaf9f
feat(adminmanual): Document system address book basics
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-12 10:56:21 +02:00
Christoph Wurst
8ab7e7de1e
fix: Remove outdated "windows enablers"
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-11 09:58:52 +02:00
Christoph Wurst
c6ffc4c791
feat(usermanual): Add user manager property description
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-09 16:27:38 +02:00
Christoph Wurst
d81fed0301
fix(adminmanual): Remove not about automatically trusted servers
...
This setting was removed in 19+
Ref https://github.com/nextcloud/server/pull/26765
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-09 13:26:23 +02:00
Christoph Wurst
4fbb6aac05
feat(adminmanual): Mail account delegation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-05 14:02:00 +02:00
Daniel Kesselberg
2390f88bc9
docs(occ): update maintenance mode section
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-05-02 18:16:01 +02:00
Rello
9342735e6f
Update federated_cloud_sharing_configuration.rst
...
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-04-27 15:29:55 +02:00
Rello
f48c17309b
Update federated_cloud_sharing_configuration.rst
...
Add hint regarding the prerequisite for a green status light
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-04-27 13:51:52 +02:00
Mason Brothers
e06fa576c6
Update proxy.rst
...
Fix spelling
Signed-off-by: Mason Brothers <masonbrothers@users.noreply.github.com>
2023-04-26 11:10:26 -06:00
Daniel Kesselberg
927d7a31ae
docs(occ): add section run commands in maintenance mode
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-04-25 20:57:35 +02:00
Daniel Kesselberg
05d1d55495
docs(occ): decrypt-all requires maintenance mode = off
...
The encryption:decrypt-all command was updated to require maintenance mode = off: https://github.com/nextcloud/server/pull/12114
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-04-25 18:20:53 +02:00