Commit Graph

4453 Commits

Author SHA1 Message Date
Joda Stößer
3f8e2c02d3
feat(admin): document the --showonly flag of the app update command
Signed-off-by: Joda Stößer <git@simjo.st>
2023-12-14 02:03:59 +01:00
Marcel Müller
192753fc42 Correct the version of owncloud allowing migration
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-12-09 19:20:53 +01:00
Richard Steinmetz
eae95d95e6
feat(admin): document the new out-of-office feature
Co-authored-by: Anna <anna@nextcloud.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-12-07 14:44:50 +01:00
Quentin Dupont
5484c08dc1
Add whitelist configuration on bruteforce_configuration.rst
Signed-off-by: Quentin Dupont <perso@quentindupont.fr>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-12-04 16:51:39 +01:00
LouisSung
336c470a24 docs: add repair-filecache when mimetype has been updated
Signed-off-by: LouisSung <37973545+LouisSung@users.noreply.github.com>
2023-12-02 17:22:25 +01:00
Arthur Schiwon
26e9a8d23e
doc(ldap): describe how to promote a group
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-30 15:26:13 +01:00
Daniel Kesselberg
1102d3f447
docs: remove to be documented
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-28 15:56:23 +01:00
hatuan195
714c693147 Update configuration.rst
The route for creating token has changed

Signed-off-by: hatuan195 <47517542+hatuan195@users.noreply.github.com>
2023-11-27 10:57:22 -05:00
Nextcloud bot
8340a191d8
generate documentation from config.sample.php 2023-11-25 03:01:57 +00:00
Ferdinand Thiessen
523ce6c7a4
fix(admin): Update files sharing documentation for new admin settings
* Update the screenshot
* Adjust config option names and add missing ones

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-22 12:06:26 +01:00
Josh Richards
371e73756f
Merge pull request #11287 from nextcloud/fix/nginx-fpm
Update NGINX example to the recommended PHP version
2023-11-21 19:30:28 -05:00
Daniel
1fe7fa9e11
Merge pull request #11290 from nextcloud/zak39-patch-1 2023-11-21 21:40:48 +01:00
Daniel
3c60313f3c
Merge pull request #11231 from jivanpal/patch-1 2023-11-21 21:24:08 +01:00
Daniel Kesselberg
ad4cb89d58
docs: preview provider for emf with nextcloud office
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-20 17:05:09 +01:00
Daniel Kesselberg
3de486e850
docs: preview provider for emf
- Add note about preview provider for emf files
- Document preview_office_cl_parameters removal
- Hint about LibreOffice user profile

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-17 17:14:50 +01:00
Daniel Kesselberg
346093c9a4
chore: move web server configuration update up
It's important, should be at the top.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-17 17:07:14 +01:00
Nextcloud bot
91bde0d836
generate documentation from config.sample.php 2023-11-17 02:56:35 +00:00
Baptiste Fotia
c03a21deb2
Specify the type for $heade
When we would like to extend our class for the EMailTemplate, we have a PHP error about the type of the `$header` variable.

Because, the `$header` property is typed : db3c731b0e/lib/private/Mail/EMailTemplate.php (L97) .

Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
2023-11-16 21:21:38 +01:00
Marcel Müller
fa67cffe89 Add note about .ogg/.flac to upgrade 28
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-11-16 17:04:32 +01:00
Marcel Müller
d35ab2c065 Adjust nginx configuration for .ogg and .flac files
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-11-16 17:02:52 +01:00
anoy.
84605852ee fix typo in comment
Signed-off-by: anoy. <anoymouserver+github@mailbox.org>
2023-11-15 18:25:52 +01:00
anoy.
bbb328119e use recommended php version
Signed-off-by: anoy. <anoymouserver+github@mailbox.org>
2023-11-15 18:22:53 +01:00
Daniel Kesselberg
e15729e132
docs: monitoring endpoint, app updates are opt-in since 28
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-15 15:55:03 +01:00
Joas Schilling
4c1668ac78
Merge pull request #11266 from grooverdan/patch-1
Database installation - MariaDB use mariadb / no FLUSH PRIVILEGES
2023-11-13 14:37:37 +01:00
Daniel
0c5e908c7d
Merge pull request #11184 from nextcloud/enh/noid/new-ocm-provider-route 2023-11-12 20:36:46 +01:00
Daniel
569512a29b
Merge pull request #11264 from nextcloud/tflidd-patch-1 2023-11-12 20:31:31 +01:00
Daniel
885becac01
Merge pull request #11265 from nextcloud/tflidd-patch-1-1 2023-11-12 20:29:59 +01:00
Nextcloud bot
8c64d4011e
generate documentation from config.sample.php 2023-11-11 02:51:35 +00:00
Marcel Klehr
a09ca0d5fe
Merge pull request #11248 from nextcloud/add/text2image
add(Text2Image): Add dev docs for TextToImage OCP and OCS API + admin docs for TextToImage
2023-11-06 21:47:14 +01:00
Daniel Black
d07a30fc73
Database installation - MariaDB use mariadb / no FLUSH PRIVILEGES
MariaDB is deprecating off its mysql client usage (has been a symlink for a very long time).

FLUSH PRIVILEGES aren't required after any creation of users or grants. It has only two very specific meenings that aren't the case here; when credentials are directly changes in underlying tables using DML, or the server was started with --skip-grant-tables and this is ending that lack of priv scheme.

Signed-off-by: Daniel Black <daniel@mariadb.org>
2023-11-06 08:19:49 +11:00
tflidd
5d7c11516d
Remove old redis installation hints
Follow up on https://github.com/nextcloud/documentation/pull/11264.

There is more outdated documentation regarding redis:
- instruction to retired Ubuntu 14.04 manual
-  php-redis packages are now included in Ubuntu (since 20.04 LTS), older onces are or are about to expire by now (18.04 + 5 years)
- info about redis suppot for php7.1/2 compatibility is not relevant, these versions are not supported for quite some time.

Not sure about the fedora/CentOS part, but there is just an information how to retrieve package information on a setup, that does not really help.

We can probably backport these changes to all supported versions.


Signed-off-by: tflidd <tflidd@aspekte.net>
2023-11-05 15:31:22 +01:00
tflidd
8a7d84a598
Update files_locking_transactional.rst
Fixes https://github.com/nextcloud/documentation/issues/11263.

Signed-off-by: tflidd <tflidd@aspekte.net>
2023-11-05 15:22:54 +01:00
Arthur Schiwon
5b123e3b02
fix(support): files_rightclick was removed with 28
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-02 17:29:26 +01:00
Joas Schilling
cb92450744
fix(workflows): Explain that autotagging does not apply when creating storages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-02 10:00:11 +01:00
Marcel Klehr
78877c8b35 add(Text2Image): Add dev docs for TextToImage OCP and OCS API as well as admin docs for TextToImage
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-10-27 16:16:20 +02:00
Côme Chilliet
cdb68bb30c
Merge pull request #11239 from nextcloud/feat/document-php-ini-values
Add documentation for ini values and improve the one for modules
2023-10-26 11:31:01 +02:00
Côme Chilliet
c3227bd974
Fix capitalization of bullet list
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-10-26 11:24:13 +02:00
Côme Chilliet
fafca8f8b8
Apply suggestions from Benjamin
Co-authored-by: Benjamin Gaussorgues <github-fa3ie@altahrim.net>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-10-26 11:23:21 +02:00
Joas Schilling
aa0f03b599
Update sharing settings
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-25 07:47:28 +02:00
Côme Chilliet
74bc89efc3
Add documentation for ini values and improve the one for modules
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-10-24 15:29:06 +02:00
tflidd
dec4f99bd6
Merge pull request #11159 from eBeagle/patch-1
Typo-Preview-Notes
2023-10-24 08:49:12 +02:00
Jivan Pal
c97e0eaab2
reverse_proxy_configuration.rst: IPv6 CIDR support has been present since v25.0.0-beta1
Signed-off-by: Jivan Pal <jivan.pal@gmail.com>
2023-10-19 16:50:07 +01:00
Andy Scherzinger
0030740ff1
Merge pull request #11225 from nextcloud/Rello-patch-oCVersion
Update migrating_owncloud.rst - oC 10.13
2023-10-19 14:10:50 +02:00
Nextcloud bot
d15e468dcb
generate documentation from config.sample.php 2023-10-19 02:56:00 +00:00
Rello
d5940bda81
Update migrating_owncloud.rst - oC 10.13
oC 10.13

Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-18 10:38:22 +02:00
HelloDarkness
446683e5f9
Merge branch 'master' into hellodarkness-centos 2023-10-17 13:27:52 +00:00
HelloDarkness
3c362845b3
Update admin_manual/installation/example_centos.rst
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: HelloDarkness <111370255+hellodarkness@users.noreply.github.com>
2023-10-17 13:27:42 +00:00
HelloDarkness
503cd23f5e
Update admin_manual/installation/example_centos.rst
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: HelloDarkness <111370255+hellodarkness@users.noreply.github.com>
2023-10-17 13:27:35 +00:00
Ferdinand Thiessen
10054dcbe5
Merge pull request #11146 from nextcloud/enh/explain-data-fingerprint
enh(admin): explain data fingerprint in more detail
2023-10-16 00:15:49 +02:00
Daniel
59ad6457ca
Merge pull request #11162 from am97/patch/1 2023-10-14 16:16:13 +02:00
Marcel Klehr
7cdc21c8ff enh(Admin/AI): Add more information on implementing apps and how to enable the respective features there
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-10-13 10:30:14 +02:00
Côme Chilliet
a84675fb0e
Document PHP 8.3 support
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-10-12 11:18:58 +02:00
HelloDarkness
686f50f596
Update example_centos.rst for PHP8.2
Signed-off-by: HelloDarkness <111370255+hellodarkness@users.noreply.github.com>
2023-10-11 14:05:43 +00:00
Rello
564e579054
Update admin_manual/configuration_files/external_storage/auth_mechanisms.rst
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-11 13:07:56 +02:00
Rello
72822f9556
Update auth_mechanisms.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-11 11:53:58 +02:00
Nextcloud bot
102e62d1f7
generate documentation from config.sample.php 2023-10-10 03:31:11 +00:00
Maxence Lange
0455759ce0 remove hard redirect to ocm-provider 2023-10-05 11:42:48 -01:00
Arthur Schiwon
dc0b8d9c39
fix(nginx): adjust config to changed ocm-provider
- Since 27.1.2 and 26.0.8 ocm-provider is not a dir anymore, but
  implemented in a usual Controller. Nginx webserver config requires
  adjustemnts.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-10-05 11:50:52 +02:00
Joas Schilling
9a16d1e383
fix(admin): Update recommended OS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-05 09:02:50 +02:00
Nextcloud bot
2e6291c0d9
generate documentation from config.sample.php 2023-10-05 03:10:31 +00:00
Andrés Maldonado
e543bec9ba Remove legacy header X-Download-Options
The header has been removed from the nextcloud/server code: ea0e45d81e

Signed-off-by: Andrés Maldonado <maldonado@codelutin.com>
2023-10-01 23:50:48 +02:00
eBeagle
94fafcdd8c
Typo-Preview-Notes
Signed-off-by: eBeagle <34895526+eBeagle@users.noreply.github.com>
2023-09-29 17:46:14 +01:00
dartcafe
982f1b93f5
fix indefinite articles
Signed-off-by: dartcafe <github@dartcafe.de>
2023-09-28 13:10:47 +02:00
Max
d4b5bb2210
enh(admin): explain data fingerprint in more detail
There are downsides to changing `data-fingerprint` after recovering from a backup:
* Conflicts are shown to the user rather than automatically resolved.
* Files will be kept even if they were deleted on one side.

Explain those so the admin can make an informed decision.

Signed-off-by: Max <max@nextcloud.com>
2023-09-25 14:16:23 +02:00
Daniel Kesselberg
e96a80fc10
docs: use anchors for email configuration qa section
To make external references simpler

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-09-22 18:51:46 +02:00
Robin Windey
c9ab4747a0
Merge pull request #11011 from nextcloud/feature/docs-for-#39818
Doc adjustments for occ trashbin:restore
2023-09-22 12:49:53 +02:00
printplaatreparatie
814724043c
Correct minor spelling and punctuation flaws
I'm bothered by 'distrebuted' in line 92, and found more improvements.

Signed-off-by: printplaatreparatie <60609704+printplaatreparatie@users.noreply.github.com>
2023-09-20 11:33:03 +02:00
greta
7b4b95ed12 Add admin doc for acl shares
Signed-off-by: greta <gretadoci@gmail.com>
2023-09-11 12:38:59 +02:00
Josh Richards
b99dd87de3
Merge pull request #11087 from joshtrichards/jr-admin-primary-s3-create-performance-gain
(Object Storage) S3 performance gain from disabling verify_bucket_exists
2023-09-06 15:08:58 -04:00
Marcel Klehr
af4f6ed8b3 Admin docs: AI section: Add llm app
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-09-05 16:35:55 +02:00
Rello
9a661b80db
Add files via upload
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-09-05 13:19:59 +02:00
Rello
df327a51d2
Add files via upload
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-09-05 13:18:23 +02:00
Rello
252599c78d
Add files via upload
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-09-05 13:17:09 +02:00
Rello
4f7c562791
Update antivirus_configuration.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-09-05 13:14:12 +02:00
Rello
5d0810e2ea
Image for ICAP Antivirus
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-09-05 13:07:56 +02:00
Simon L
fe54597de0
Merge pull request #10256 from JanisPlayer/patch-2 2023-09-05 11:48:26 +02:00
Simon L
f42e300650
adjust underline
Signed-off-by: Simon L <szaimen@e.mail.de>

Signed-off-by: Simon L. <szaimen@e.mail.de>
2023-09-05 11:20:20 +02:00
JanisPlayer
bd0f23f34b
Add Imaginary settings for previews
Signed-off-by: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com>
2023-09-04 22:41:44 +02:00
JanisPlayer
554f3bf399
Remove Imaginary settings and default JPEG quality set to 80
Signed-off-by: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com>
2023-09-04 22:39:48 +02:00
Richard Steinmetz
607b87830f
Merge pull request #11048 from nextcloud/doc/disable-SAB
docs(CardDAV): allow disabling of the system address book
2023-09-04 09:00:48 +02:00
Josh Richards
5c8f03842e
(Object Storage) S3 performance gain from disabling verify_bucket_exists
As developed in nextcloud/server#23932

Also includes caveat language re: multibucket scenarios

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-09-03 09:05:07 -04:00
JanisPlayer
2d4fa9a4bd add 'preview_imaginary_url', 'preview_imaginary_key','preview_format', 'webp_quality'
Signed-off-by: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com>
2023-09-02 11:15:01 +02:00
Joas Schilling
0046458e3d
Merge pull request #11085 from nextcloud/normalize-php-spelling
chore: normalize spelling for PHP + version
2023-08-31 17:23:07 +02:00
Daniel Kesselberg
1c4e073bdc
chore: normalize spelling for PHP + version
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-08-31 15:49:00 +02:00
Anna
43cd26e7d0
Merge pull request #11079 from nextcloud/enh/ldap_check_group_command
Document new command ldap:check-group
2023-08-31 15:37:17 +02:00
Côme Chilliet
0e1cd69f85
Apply suggestions from code review
Co-authored-by: Anna <anna@nextcloud.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-08-31 10:41:32 +02:00
Josh Richards
23b257dab3
Merge pull request #11080 from joshtrichards/admin-email-cfg-debug-loglevel-zero
(admin) email cfg - NC `loglevel` `0` required for Mailer debugging
2023-08-30 10:27:42 -04:00
Nextcloud bot
df53c65c1d
generate documentation from config.sample.php 2023-08-30 03:01:05 +00:00
Josh Richards
c31de09158
(admin) email cfg - NC loglevel 0 required for Mailer debugging
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-08-28 15:31:40 -04:00
Côme Chilliet
dec903223c
Document new command ldap:check-group
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-08-28 17:17:30 +02:00
Côme Chilliet
2ccba7f809
Merge pull request #11018 from nextcloud/enh/hide-shares-from-disabled-users
Add documentation for files_sharing:hide_disabled_user_shares option
2023-08-28 16:29:24 +02:00
Daniel
3e4e79ae81
Update admin_manual/installation/source_installation.rst
Co-authored-by: MichaIng <micha@dietpi.com>
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-08-27 22:10:03 +02:00
Daniel Kesselberg
f65b161325
docs: add hint for php-sodium
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-08-27 20:33:04 +02:00
Sakshum Gadyal
ced0aa8436
Update source_installation.rst (#11068) 2023-08-25 17:54:57 +00:00
Anna Larch
0954761889 docs(CardDAV): allow disabling of the system address book
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-08-23 10:30:59 +02:00
Nextcloud bot
573e578c2f
generate documentation from config.sample.php 2023-08-23 02:53:30 +00:00
Rello
09fb0b7c6e
Merge pull request #10986 from nextcloud/Rello-docu-urls
Update harden_server.rst
2023-08-21 13:39:17 +02:00
Rello
1a8860c73f
Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-08-21 10:54:37 +02:00
Christopher Ng
d7d99feffd Increase discoverability of background jobs documentation
- Add section to "Installation on Linux"

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-08-18 10:20:30 -07:00
jld3103
258428a8ef
Clarify pcntl disable_functions
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-08-18 09:30:21 +02:00
hamza221
a8ae308d8d [admin_manual] Add documentaion for thread summary
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
2023-08-17 15:51:56 +02:00
Johannes Merkel
19a997ab46
feat: add snooze
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
2023-08-16 11:33:42 +02:00
Robin Windey
a0fc82eecd Doc adjustments for occ trashbin:restore
Signed-off-by: GitHub <noreply@github.com>
2023-08-14 17:38:49 +02:00
Côme Chilliet
be2f3abd4f
Add documentation for files_sharing:hide_disabled_user_shares option
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-08-14 10:56:15 +02:00
Simon L
4537c70fc8
Merge pull request #10989 from joshtrichards/jr-big-uploads-apache-limitrequestbody-newer-behavior
(big_file_upload_configuration) Note new Apache LimitRequestBody default
2023-08-12 10:00:45 +02:00
Josh Richards
f9c4a3fce4
(big_file_upload_configuration) Note new Apache LimitRequestBody default
Apache's default for this changed from 0 (unlimited) to 1 GiB. This impacts non-chunking client transactions.

Resolves: #35778 and #37695 and documents needed adjustments applicable to various others like https://github.com/nextcloud/docker/issues/1796

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-08-11 08:44:15 -04:00
Rello
1ca7835979
Update admin_manual/installation/harden_server.rst
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-08-11 13:22:49 +02:00
Rello
1eda3a1fdc
Update admin_manual/installation/harden_server.rst
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-08-11 12:21:02 +02:00
Rello
057b608c7c
Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-08-11 10:53:24 +02:00
Joas Schilling
07437e6af3
Remove intersphinx mapping because we use outside links for that
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-11 10:37:05 +02:00
Joas Schilling
d55186892a
Fix admin_manual warnings
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-11 10:15:18 +02:00
Joas Schilling
25353ef1f4
fix(CI): Make warnings fail the CI build
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-11 09:55:35 +02:00
Daniel
a49205d68d
Merge pull request #9757 from klementuel/patch-2
Update troubleshooting.rst
2023-08-10 21:22:54 +02:00
Daniel
e281f2e9dd
Update admin_manual/office/troubleshooting.rst
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-08-10 21:18:16 +02:00
Daniel
ace8a3431b
Merge pull request #9583 from leegarrett/master
Document `occ status` and `-e` option (Related to #35873)
2023-08-07 20:30:53 +02:00
Lee Garrett
1d35260acc Add heading and also fix label
Signed-off-by: Lee Garrett <lgarrett@rocketjump.eu>
2023-08-07 19:12:05 +02:00
Lee Garrett
2dc160b8f5 Document occ status and -e option
Signed-off-by: Lee Garrett <lgarrett@rocketjump.eu>
2023-08-07 19:12:05 +02:00
Daniel Kesselberg
a264e14d2c
feat: update default length for password policy
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-08-06 18:37:47 +02:00
klementuel
b60c3d1141 Update troubleshooting.rst
Add issue for Built-in CODE server

Signed-off-by: klementuel <49693391+klementuel@users.noreply.github.com>
2023-08-04 14:20:57 +02:00
Christoph Wurst
9a017afd0c
fix(adminmanual): Recommend basic auth over NTLM for Exchange
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-08-03 21:17:01 +02:00
Daniel
b5cf54ef39
Merge pull request #10762 from nextcloud/fsamapoor-patch-1
Update bruteforce_configuration.rst
2023-08-03 15:51:03 +02:00
Daniel
cad2ee3be9
Merge pull request #10841 from nextcloud/tflidd-patch-1
Update Debian version in system_requirements.rst
2023-08-03 15:49:28 +02:00
Daniel
6ff932d080
Merge pull request #10433 from rubo77/server-side-encryption
clarify the separation encryption of local and remote storage
2023-08-03 15:45:15 +02:00
Simon L
04e131e0ca
Merge pull request #10760 from joshtrichards/phpinfo-via-serverinfo-system-app
(admin-general troubleshooting) Enabling phpinfo access via the serverinfo (System) app
2023-07-30 17:42:40 +02:00
Rello
65f55ac70a
Merge pull request #10802 from nextcloud/Rello-patch-1
Update logging_configuration.rst
2023-07-27 13:43:23 +02:00
tflidd
003e5daddd
Merge pull request #10763 from nextcloud/fsamapoor-patch-2
Update theming.rst
2023-07-27 13:38:43 +02:00
tflidd
4cacf86d08
Update Debian version in system_requirements.rst
If we recommend a Debian operating system, it would be better to use a version that already ships a php version that is supported by NC.

https://wiki.debian.org/PHP#Available_versions

Not sure if you do some specific tests on a Debian setup and to claim to support it, you would need to adjust the version as well.

Perhaps backport to NC26 as well.

Signed-off-by: tflidd <tflidd@aspekte.net>
2023-07-27 13:35:04 +02:00
Marcel Klehr
436db3e457 Admin docs: AI section: Remove emojis
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-26 11:19:56 +02:00
Rello
def1204bcd
Update logging_configuration.rst
double "to"

Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-07-26 08:55:50 +02:00
Marcel Klehr
5f26651243
Merge pull request #10774 from nextcloud/enh/admin-ai-section 2023-07-21 15:12:35 +02:00
Nextcloud bot
b09f9b6dc3
generate documentation from config.sample.php 2023-07-21 02:43:32 +00:00
Marcel Klehr
f462abbcac
Merge pull request #10764 from nextcloud/fsamapoor-patch-3 2023-07-18 15:37:38 +02:00
Marcel Klehr
ac4a990381
Update admin_manual/ai/index.rst
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-18 15:00:13 +02:00
Marcel Klehr
71a0694e44
Update admin_manual/ai/index.rst
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-18 14:59:48 +02:00
Marcel Klehr
7fd6ed6c98
Update admin_manual/ai/index.rst
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-18 14:59:10 +02:00
Marcel Klehr
7dda3fc136 Admin docs/AI features: Add links to apps
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-18 14:52:25 +02:00
Faraz Samapoor
d743d2b892 Update background_jobs_configuration.rst
Co-authored-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-07-18 16:13:02 +03:30
Marcel Klehr
e7b5f7457f
Merge pull request #10587 from nextcloud/feat/dashboard-docs 2023-07-18 13:56:38 +02:00
Marcel Klehr
e0a86c1291 Admin docs: Add a section on AI features
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-18 12:56:36 +02:00
Faraz Samapoor
0f994c82e5
Update background_jobs_configuration.rst
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-07-17 14:54:01 +03:30
Faraz Samapoor
5c71a5e87f
Update theming.rst
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-07-17 14:29:16 +03:30
Faraz Samapoor
aafe6a5f84
Update bruteforce_configuration.rst
Minor fixations.

Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-07-17 14:14:15 +03:30
Josh Richards
34dfee19ba
(general troubleshooting) PHP info using the serverinfo (System) app
Documents the functionality added in nextcloud/serverinfo#469

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-07-16 18:21:11 -04:00
Josh Richards
9677e8937e
(admin) user_auth_ldap: add warnings about LDAP quota precedence
Addresses documentation TODO items in nextcloud/server#28052

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-07-08 11:23:37 -04:00
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
017c0585cc
feat(dashboard): Add admin documentation for dashboard
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-08 21:58:38 +02: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
Florian Diwald
b1542a7512 Merge 'nextcloud/master' 2023-05-27 11:03:05 +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
Ruben Barkow-Kuder
07327b408a
clarify the separation encryption of local and remote storage
Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
2023-05-25 11:24:53 +02: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
Josh Richards
976cdd94b3 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-24 08:26:17 -04:00
Nextcloud bot
c3e6fbb0b9
generate documentation from config.sample.php 2023-05-23 02:35:31 +00:00
Joas Schilling
a6df5261fd
fix(branchoff): Add more branch-off markers
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-22 11:52:52 +02:00
Richard Steinmetz
a311084bb9
fix(admin): command box formatting in SSE-C section
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-05-17 10:49:34 +02: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
Joas Schilling
ef92ad4fab
fix(syntax): Fix list syntax in system requirements
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-04-21 17:49:08 +02:00
Julien Veyssier
c984e4af9c
add links to pages in reference index
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-04-18 10:32:05 +02:00
Julien Veyssier
9ceef69c23
add reference management admin doc (link previews + smart picker)
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-04-14 16:46:23 +02:00
Joas Schilling
29ae83242d
Merge pull request #9966 from Fenn-CS/note-php8-deprecation
Note PHP8.0 deprecation
2023-04-14 10:19:10 +02:00
Anna Larch
a92a0285be Document Symfony Mailer changes
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-04-13 12:09:17 +02:00
Nextcloud bot
5ba51aee0e
generate documentation from config.sample.php 2023-04-12 04:45:21 +00:00
Maxime LE HERICY
f67a150e8c
Update encryption_configuration.rst
typo in the documentation.
actual command is encryption:fix-encrypted-version and not encryption:fix-encrypted-versionS


Signed-off-by: Maxime LE HERICY <87175513+maximelehericy@users.noreply.github.com>
2023-04-05 09:42:45 +02:00
Nextcloud bot
3f74971627
generate documentation from config.sample.php 2023-04-04 04:41:35 +00:00
MichaIng
b0f1f4fb51
Merge pull request #9571 from nextcloud/fix/--option=value
Use --option=value version for occ maintenance:install
2023-04-03 13:41:26 +02:00
Nextcloud bot
a40198e537
generate documentation from config.sample.php 2023-04-02 04:39:14 +00:00
fenn-cs
5ebfca922f Note PHP8.0 deprecation
PHP8.0 is now deprecated in Nextcloud 27.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-03-30 14:50:35 +01:00
Nextcloud bot
a13f6b56aa
generate documentation from config.sample.php 2023-03-29 04:51:35 +00:00
Ferdinand Thiessen
2ba96ad2fc
Merge pull request #9909 from nextcloud/feat/esm-scripts-nginx
Adjust nginx configuration to support mjs for javascript
2023-03-27 13:54:34 +02:00
Joas Schilling
994a1292e8
Fix URL syntax
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-24 10:19:49 +01:00
Arthur Schiwon
51f5c8a52d
update informaiton on migration from owncloud
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-03-23 13:33:02 +01:00
Andrey Borysenko
2a403f8017
Moved admin changes to admin_manual. Added new event to Events page
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2023-03-21 14:18:16 +02:00
jld3103
9f4f34a306
Fix displayname property
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-03-21 07:55:49 +01:00
Ferdinand Thiessen
c1c9b0a072 Adjust nginx configuration to support mjs for javascript
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2023-03-16 15:47:37 +01:00
John Molakvoæ
4a25e81fc6
Merge pull request #9093 from martin-rueegg/patch-3 2023-03-16 09:58:00 +01:00
MichaIng
36e71e4f5b
Use --option=value version for occ maintenance:install
The `--option=value` version of passing options to the `occ maintenance:install` command is now used in the documentation, instead of the `--option value` variant. This  solves issues with leading dashes in values, especially passwords. It also matches the `occ help maintenance:install` output.

Solves:
- https://github.com/nextcloud/server/issues/26109
- https://github.com/nextcloud/documentation/issues/8190

Furthermore values are now single quoted, which is important to avoid variable expansion and special treatment of the backlash character in random passwords, and a doubled space was removed.

Signed-off-by: MichaIng <micha@dietpi.com>
2023-03-07 23:36:43 +01:00
Simon L
6dc0a1c39f add note why it is required
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-07 09:58:38 +01:00
Simon L
d2128877ee update imaginary docs to reflect cap_add sys_nice
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-06 11:47:28 +01:00
Côme Chilliet
bfabdd8368
Document 32bits known limitations
Dates before Epoch or after 2038 cannot be represented as an integer and
 throw when calling getTimestamp on the DateTime object.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-21 17:32:37 +01:00
Côme Chilliet
823e15725d
Up minimum PHP version to 8.0 and maximum to 8.2
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-21 15:59:45 +01:00
Simon L
3c1aed0002 aio-imaginary is now multiarch
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-17 01:12:02 +01:00
Git'Fellow
a5dd39a8b8
Add note about Group Folders
Using Group Folders, files are visible in the User trash, but such files are not restored by this command.

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-02-16 15:49:52 +01:00
MichaIng
10d9cc6a79
Replace X-Robots-Tag header value with "noindex, nofollow"
For reference: https://github.com/nextcloud/server/pull/36689

Signed-off-by: MichaIng <micha@dietpi.com>
2023-02-15 17:49:55 +01:00
Simon L
6248064dac
Merge pull request #9629 from nextcloud/come-nc-patch-1
Clarify shares situation for disabled users
2023-02-15 09:59:09 +01:00
Matthieu Gallien
f6e598a666
adjust system requirements of desktop client
not sure about the linux requirements

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-02-14 15:04:01 +01:00
Côme Chilliet
5e9d958370
Apply Tobias suggestion
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-02-14 11:18:38 +01:00
Côme Chilliet
03dd64c469
Clarify shares situation for disabled users
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-02-13 16:19:40 +01:00
Nextcloud bot
d71364ffdc
generate documentation from config.sample.php 2023-02-09 03:57:27 +00:00
J0WI
6aca4a6958
Merge pull request #9230 from pulsejet/patch-jit
Add JIT to server tuning
2023-02-08 14:46:10 +00:00
Louis
486e98a4bf
Merge pull request #9617 from nextcloud/artonge/server/35355
Add entry for ldapConnectionTimeout ldap option
2023-02-08 14:15:46 +01:00
Louis
eecd76cfa9
Merge pull request #9618 from nextcloud/artonge/doc/35160
Add info about versions labeling and deleting
2023-02-08 14:15:36 +01:00
Côme Chilliet
98cb7acb4b
Merge pull request #9615 from nextcloud/revert-9274-enh/noid/64-bit-26
Revert "64-bit is required for NC26"
2023-02-08 13:30:58 +01:00
Camila
40efe20f4c
Fix note about occ files:transfer-ownership command.
See PR nextcloud/server/pull/30953.

Signed-off-by: Camila <hello@camila.codes>
2023-02-08 13:25:03 +01:00
Côme Chilliet
2015f28598
Fix back wording after revert
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-08 10:32:42 +01:00
Côme Chilliet
8db7f482f8
Revert "64-bit is required for NC26"
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-08 10:32:35 +01:00
Louis Chemineau
9df50ed8e8 Add info about versions labeling and deleting
https://github.com/nextcloud/server/pull/35160
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-07 18:39:15 +01:00
Louis Chemineau
9725a4ed88 Add entry for ldapConnectionTimeout ldap option
https://github.com/nextcloud/server/pull/35355
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-07 18:18:45 +01:00
Camila
8d9bd892c6
Add note about the occ files:transfer-ownership command.
See issue nextcloud/server#15410.

Signed-off-by: Camila <hello@camila.codes>
2023-02-07 17:31:34 +01:00
Nextcloud bot
a0167aae1f
generate documentation from config.sample.php 2023-02-03 03:49:53 +00:00
Julius Härtl
43aecffd3c
Add documentation for using SSE-C on S3 primary storage
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-31 09:33:27 +01:00
Marcel Müller
97d52aafff
Update talk-android requirements
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-01-30 15:00:04 +01:00
Julius Härtl
f5a93882d4
Merge pull request #9569 from nextcloud/add-docs-for-defaultTemplateDirectory-appconfig
Add docs for defaultTemplateDirectory app config
2023-01-25 12:36:23 +01:00
Nextcloud bot
af22cb1759
generate documentation from config.sample.php 2023-01-25 04:04:04 +00:00
Xavier Brochard
957c1c7275
missing title formating
Signed-off-by: Xavier Brochard <xavier@alternatif.org>
2023-01-22 20:14:59 +01:00
Nextcloud bot
4477dc5944
generate documentation from config.sample.php 2023-01-20 02:37:13 +00:00
Thomas Citharel
89a240f283
Add docs for defaultTemplateDirectory app config
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-01-19 19:45:27 +01:00
Vincent Petry
42d1e88f4e
Add link to quota docs in troubleshooting
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-18 16:00:47 +01:00
Vincent Petry
85db71171b
Add section for troubleshooting quota issues
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-18 15:21:18 +01:00
Christoph Wurst
779f62f502
Merge pull request #9509 from nextcloud/repair-tree
Add file:repair-tree documentation
2023-01-18 12:02:16 +01:00
Vincent Petry
027e2b7467
Merge pull request #9528 from nextcloud/enh-encryption-troubleshooting-key-location
Add info to fix encryption key issues
2023-01-16 16:12:52 +01:00
Daniel
b9e0281578
Merge branch 'master' into patch-22
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-01-11 00:17:20 +01:00
Daniel
e0e7f630d6
Merge pull request #9532 from rusty-snake/patch-3
Update Service Discovery example for Caddy …
2023-01-11 00:07:32 +01:00
Daniel
97ba643d49
Merge pull request #9517 from nextcloud/tcitworld-patch-1
Add missing comma
2023-01-11 00:02:56 +01:00
rusty-snake
590775b412
Update Service Discovery example for Caddy …
… in  reverse_proxy_configuration.rst

While the rewrite rules should work I guess, they still trigger a warning
on the admin page. Using 301 redirects make the warning go away.

Signed-off-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
2023-01-07 16:55:07 +00:00
Vincent Petry
f40e8711b3
Add info to fix encryption key issues
Added information about misplaced encryption keys and how to repair them
automatically or manually when needed.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-05 16:53:41 +01:00
Vincent Petry
3baa8ca46e
Add troubleshooting section about NFD file encoding
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-05 10:41:26 +01:00
Nextcloud bot
8f0236071a
generate documentation from config.sample.php 2023-01-05 03:43:28 +00:00
Vincent Petry
8ce0847393
Add doc for occ trashbin:restore command
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-04 15:24:56 +01:00
Thomas Citharel
e8479d0caf
Add missing comma
Leads to user issues https://github.com/nextcloud/server/issues/34841#issuecomment-1368470070

Signed-off-by: Thomas Citharel <nextcloud@tcit.fr>
2023-01-04 09:20:23 +01:00
Nextcloud bot
bd38b79ff5
generate documentation from config.sample.php 2023-01-04 06:23:20 +00:00
Joas Schilling
529193a694
Merge pull request #9510 from nextcloud/bugfix/noid/improve-utf8-manual 2023-01-02 17:25:53 +01:00
Vincent Petry
86730231a2
Merge pull request #9501 from nextcloud/adjust-row-format-note-to-changes-in-nextcloud-24
Adjust ROW_FORMAT note to changes in Nextcloud 24
2023-01-02 10:44:28 +01:00
Joas Schilling
fee809cb64
Improve UTF8 manual with older DB versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-02 07:23:10 +01:00
Git'Fellow
7c05b1bea7
Title underline too short
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2022-12-31 13:31:23 +01:00
Git'Fellow
a9f04467d5
Typo
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2022-12-31 13:23:22 +01:00
Git'Fellow
07220ebc49
Add file:repair-tree documentation
Fix https://github.com/nextcloud/documentation/issues/9508

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2022-12-31 13:22:15 +01:00
Daniel
023499af9e
Merge pull request #8189 from FalkenStein42/patch-2
Clarification on permisions for the Redis socket
2022-12-29 15:19:31 +01:00
Daniel
540475628f
Update admin_manual/configuration_server/caching_configuration.rst
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-29 15:13:09 +01:00
Nextcloud bot
d62473afbd
generate documentation from config.sample.php 2022-12-29 03:13:25 +00:00
Robin Appelman
98391da047
document azure primary storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-12-27 18:05:00 +01:00
Daniel Calviño Sánchez
973565115c Adjust ROW_FORMAT note to changes in Nextcloud 24
Since Nextcloud 24 (nextcloud/server#e49233a79546) ROW_FORMAT is no
longer set to "COMPRESSED" when changing the character set of tables to
"utf8mb4" in the "Repair MySQL collation" repair step. However, that
repair step still sets the ROW_FORMAT to "DYNAMIC" before changing the
collation of tables, no matter the character set.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-12-23 19:15:03 +01:00
Nextcloud bot
c40214c6bb
generate documentation from config.sample.php 2022-12-23 10:35:59 +00:00
Daniel
117992da60
Merge pull request #9484 from pravynandas/patch-1
Explicit path and backup instruction
2022-12-17 17:34:39 +01:00
Daniel
a54a5943b9
Merge pull request #7944 from FlorentPoinsaut/patch-2
Fix traefik v1 example
2022-12-17 17:27:23 +01:00
pravynandas
846f08b724
Typo corrections
Signed-off-by: pravynandas <pravynandas@users.noreply.github.com>
2022-12-15 09:36:03 -05:00
Daniel
fcf11639cc
Merge pull request #9392 from p-bo/patch-19
lowercase instead of uppercase, colon instead of comma
2022-12-14 22:57:02 +01:00
Daniel
1a0e63975d
Update admin_manual/maintenance/package_upgrade.rst
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-14 22:53:47 +01:00
Hans-Peter
62400a5f1b
Fix Deployment recommendations link (gives 404)
Signed-off-by: Hans-Peter <hps@swissr.org>
2022-12-14 14:31:53 +01:00
pravynandas
d60deafcf1
Explicit path and backup instruction
For me personally, it took some time to figure out where to make these changes, I wish a line explicitly point out where and how to make those changes. I hope this commit does that.

Signed-off-by: pravynandas <pravynandas@users.noreply.github.com>
2022-12-13 10:07:00 -05:00
Daniel
8200b6c24d
Merge pull request #9473 from p-bo/patch-30
More clear wording (and tipo remove)
2022-12-10 20:41:53 +01:00
Daniel
883d4e2c91
Merge pull request #9061 from nbenedek/reverse-proxy-overwrite.cli.url
reverse proxy: add info about overwrite.cli.url
2022-12-10 20:31:42 +01:00
Daniel
a3ea707930
Update admin_manual/configuration_server/reverse_proxy_configuration.rst
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-10 20:27:46 +01:00
p-bo
583675fc6c
Update admin_manual/installation/source_installation.rst
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 20:21:27 +01:00
Daniel
833c7c7aad
Merge pull request #9398 from p-bo/patch-24
Add Let’s Encrypt to SSL certificates tip
2022-12-10 20:20:04 +01:00
p-bo
8ec13587af
More clear wording (and tipo remove)
There was (my) tipo (dtto -> ditto) and possibly the whole expression was not so clear.

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 20:11:42 +01:00
tflidd
d104dd4eae
Merge pull request #9397 from p-bo/patch-23
Add NextcloudPi to automated install options
2022-12-10 14:51:29 +01:00
Nextcloud bot
a3306e018d
generate documentation from config.sample.php 2022-12-09 03:53:25 +00:00
Varun Patil
a445c80695
Add JIT to server tuning
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2022-12-08 15:16:56 -08:00
Daniel
4e31df17c5
Merge pull request #9393 from p-bo/patch-21
tweak to render structured, add warning
2022-12-06 23:32:25 +01:00
Christoph Wurst
07b94e6ba3
doc(admin documentation): Warn about the changed errorlog message prefix
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-12-06 10:59:59 +01:00
tflidd
88b890f188
Merge pull request #9405 from p-bo/patch-29
Remove link to disappeared document
2022-12-05 21:08:31 +01:00
p-bo
e35c310cbd
Fix grammar 2022-12-04 21:00:33 +01:00
tflidd
cdce864d06
Merge pull request #9390 from p-bo/patch-17
Updated link to WebDAV FAQ on OwnCloud forum
2022-12-04 20:40:59 +01:00
p-bo
7980625b56
Rephrased as sugested 2022-12-04 18:30:30 +01:00
Nextcloud bot
ea575ae12b
generate documentation from config.sample.php 2022-12-01 03:39:06 +00:00
Daniel
ca2e9e9fbc
Merge pull request #9401 from p-bo/patch-26
Point URL to internet archive
2022-11-30 15:28:36 +01:00
Simon L
6c2e7cb7b7
Merge pull request #9373 from nextcloud/enh/noid/improve-imaginary-doc
Improve documentation around Imaginary
2022-11-30 10:17:45 +01:00
Vincent Petry
9c8ac80c6c
Merge pull request #9424 from nextcloud/update-owncloud-migration-10.11
Update instructions for upgrading from ownCloud 10.11
2022-11-29 09:00:27 +01:00
Nextcloud bot
2b0d1b9047
generate documentation from config.sample.php 2022-11-29 03:38:58 +00:00
Vincent Petry
6034de3149
Update instructions for upgrading from ownCloud 10.11
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-28 22:05:05 +01:00
Julius Härtl
eae31ad02f
Merge pull request #9321 from nextcloud/docs/add-av-disabling-background-scan 2022-11-28 08:12:29 +01:00
Luka Trovic
09664f83ed
feat: update description
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com>
2022-11-28 08:04:39 +01:00
Luka Trovic
d17ea611a4
feat: update description
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com>
2022-11-28 08:04:25 +01:00
Daniel
a1ada68056
Merge pull request #9391 from p-bo/patch-18
Missing comma in sentence
2022-11-27 21:01:18 +01:00
Nextcloud bot
1f7f6b2a50
generate documentation from config.sample.php 2022-11-26 03:36:33 +00:00
Daniel
4e22b453cb
Merge pull request #9402 from p-bo/patch-27
Fix formating
2022-11-25 20:38:15 +01:00
Daniel
adfc375946
Merge pull request #9388 from p-bo/patch-15
fix bugtracker link
2022-11-25 20:35:53 +01:00
Daniel
16bdee96cf
Merge pull request #9404 from p-bo/patch-28
future-proof link to desktop client docs
2022-11-25 20:33:33 +01:00
p-bo
d26c4b8698
Remove link to disappeared document
This URL is no longer functional and cannot by found in internet archive :-(

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-20 00:27:51 +01:00
p-bo
a57194cf8f
future-proof link to desktop client docs
latest instead version number to stay functional/current

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-20 00:02:26 +01:00
p-bo
6ca0607d62
Fix formating
- use *italicized text* instead of _italicized text_ , because it was not rendered in used markdown flavour correctly
- remove (forgotten?) long line of dashes

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-19 23:02:16 +01:00
p-bo
a58b35b21f
Point URL to internet archive
This site is not existing any more - link updated to point to archived page

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-19 22:39:32 +01:00
p-bo
b24f71121c
Removed obsolete note regarding pending backport of NSS into RHEL & derivatives
Backport described in linked bug
https://bugzilla.redhat.com/show_bug.cgi?id=1241172
was already completed in
https://access.redhat.com/errata/RHBA-2016:2335.html

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-19 22:03:12 +01:00
p-bo
be4b6a4b2c
Add NextcloudPi script 2022-11-19 20:51:47 +01:00
p-bo
c3f3363f17
Add Let’s Encrypt to SSL certificates tip
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-19 20:36:55 +01:00
p-bo
1e895576e2
Add NextcloudPi to automated install options
Because they also provide install script - see Debian tab under Supported Systems section on nextcloudpi.com

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-19 20:12:10 +01:00
p-bo
1f7871e235
Update Deployment recommendations link
Fixes #9395

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-19 19:52:16 +01:00
p-bo
b980bbfa4c
Update package_upgrade.rst 2022-11-18 16:17:29 +01:00
p-bo
cb6727cb93
tweak to render structured
Without it, lines are concatenated and content is thus cluttered. 

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-18 15:57:55 +01:00
p-bo
42c6cb2c6e
lowercase instead of uppercase, colon instead of comma
There was combination of comma, followed by uppercase article which is not correct. So replaced upper case article with lowercase one and tried also other variants instead of comma between sentences and colon seems to fit best (but may be only subjective perception).

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-18 14:42:56 +01:00
p-bo
d83c5e454f
Missing comma in sentence
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-17 22:52:39 +01:00
p-bo
e59c910f30
Updated link to WebDAV FAQ on OwnCloud forum
It seems, that forum was migrated, thus old URL leaded (was redirected) to forum homepage. Fixed by searching new URL of mentioned thread.

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-17 22:47:26 +01:00
p-bo
cd2beb5625
fix bugtracker link
There can be only one link (two links results in broken link) and also link to server bug tracker is part of linked list of bugtrackers, so shouldn't appear there.

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-17 21:51:14 +01:00
Joas Schilling
86b0105392
Merge pull request #9377 from p-bo/patch-14
Added users to number to make sense.
2022-11-17 21:14:38 +01:00
Julius Härtl
20789e12c1
Merge pull request #9382 from nextcloud/bugfix/noid/fix-syntax-issues
Fix syntax issues and dead links
2022-11-17 19:20:40 +01:00
Joas Schilling
41913d1558
Fix syntax issues
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-17 14:34:58 +01:00
p-bo
ba46d3cf06
Added users to number to make sense.
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-16 15:58:03 +01:00
p-bo
89a4cfd163
Update URL of FAQ category page
As announced in https://help.nextcloud.com/t/combing-how-tos-faqs-and-tips/9070 , there was merge among faq, how-to and tips section on this new URL. 

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-16 15:44:26 +01:00
Simon L
b02e70ce98
Merge pull request #9195 from J0WI/mariadb-10.6
Update recommend MariaDB versions
2022-11-16 00:47:37 +01:00
Richard Steinmetz
8c47f86d93
Improve documentation around Imaginary
Ref https://github.com/nextcloud/previewgenerator/issues/323
Ref https://github.com/nextcloud/server/pull/35105

Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-11-15 16:17:30 +01:00
Nextcloud bot
cc3931ada3
generate documentation from config.sample.php 2022-11-15 03:33:02 +00:00
Christoph Wurst
a494001162
Document that the PHP extension fileinfo is required
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 17:54:20 +01:00
Joas Schilling
b11a13301e
Fix RST
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-14 13:01:27 +01:00
Daphne Muller
547989b733
Update system_requirements.rst
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2022-11-14 12:59:01 +01:00
Joas Schilling
63c9336046
Merge pull request #9327 from nextcloud/enh/noid/add-postgres-15
add postgres 15
2022-11-14 12:14:48 +01:00
Simon L
647d73b90f add postgres 15 back
Signed-off-by: Simon L <szaimen@e.mail.de>
2022-11-14 11:59:29 +01:00
Raul Ferreira Fuentes
c3aa2141f1
Merge pull request #9286 from nextcloud/docs/secure_view
Add office secure-view settings documentation
2022-11-14 11:17:24 +01:00
Joas Schilling
b032437050
Make all internal links link to the latest (adjusted on stable-splits)
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-11 15:41:58 +01:00
Luka Trovic
dd5e202314
docs: add description to disable av background scan
Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com>
2022-11-10 20:41:45 +01:00
Vincent Petry
7e4df33b98
Update Debian and openSUSE versions in sys reqs
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-08 12:22:50 +01:00
Daniel
429688f01f
Merge pull request #9257 from danielpclin/patch-2
update the link to available language codes
2022-11-07 21:53:50 +01:00
Nextcloud bot
16c0792140
generate documentation from config.sample.php 2022-11-06 03:28:25 +00:00
raul
e0b1d3accc Add secure-view settings documentation
Signed-off-by: raul <raul@nextcloud.com>
2022-11-03 17:33:28 +01:00
szaimen
91eb326ac7 64-bit is required for NC26
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-11-02 11:08:53 +01:00
Daphne Muller
cd31c73bca
Update general_troubleshooting.rst
Made the final adjustments

Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2022-10-28 16:21:38 +02:00
Simon L
252868b2cb
Merge pull request #9227 from nextcloud/enh/noid/postgresql
rework postgresql docs
2022-10-27 13:11:48 +02:00
Simon L
aac802569f
address review
Co-authored-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Simon L. <szaimen@e.mail.de>
2022-10-27 13:06:42 +02:00
林柏臣
0a37c3feb1
update the link to available language codes
change the url of Transifex language codes from https://www.transifex.com/explore/languages/ to https://explore.transifex.com/languages/ as the previous link redirect to the home page.

Signed-off-by: 林柏臣 <daniel.pclin@gmail.com>
2022-10-27 18:34:13 +08:00
Nextcloud bot
e54de3734d
generate documentation from config.sample.php 2022-10-27 03:26:00 +00:00
Daphne Muller
653de284f7
Update admin_manual/issues/general_troubleshooting.rst
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2022-10-25 14:26:07 +02:00
Daphne Muller
990beedfe7
Update general_troubleshooting.rst
added the content of https://nextcloud.com/pushnotifications/

Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2022-10-25 13:51:23 +02:00
Andrew Dawes
e1bc8c6667 Fixed several typos and grammar errors
Signed-off-by: Andrew Dawes <andrewsdawes@gmail.com>
2022-10-25 07:32:25 +02:00
Nextcloud bot
1808e32390
generate documentation from config.sample.php 2022-10-20 18:12:57 +00:00
szaimen
4c05d88d9c rework postgresql docs
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-10-18 23:22:00 +02:00
Joas Schilling
5a26db1087
Update file retention screenshot and description
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-18 15:57:11 +02:00
Joas Schilling
8fd7cfa442
Merge pull request #9218 from nextcloud/bugfix/noid/document-postgres-14-support
Document Postgres 14 support
2022-10-17 22:36:01 +02:00
Joas Schilling
7f57c8898e
Document Postgres 14 support
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-17 07:12:44 +02:00
Ivan Sein
2ca3579c5c Update iOS apps requirements to iOS 14.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2022-10-17 00:37:19 +02:00
Daniel
64fb3c1821
Merge pull request #9193 from fa-ribeiro/patch-2
Update splitting.rst (Fix typo)
2022-10-12 21:59:24 +02:00
Daniel Kesselberg
63a5700cdf
Add documentation for occ tag commands
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-10-12 12:07:08 +02:00
Louis
d0fcf553c9
Merge pull request #9201 from nextcloud/artonge/feat/add_files-scan_metadata_option
Add files:scan --generate-metadata option
2022-10-11 17:03:27 +02:00
Louis Chemineau
8f9b505006 Add files:scan --generate-metadata option
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-10-11 12:45:20 +02:00
J0WI
ca0831e45d Update recommend MariaDB versions
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-10-07 14:18:23 +02:00
Nextcloud bot
d80b75b2ef
generate documentation from config.sample.php 2022-10-04 03:21:43 +00:00
Fernando Ribeiro
2e882a59ee
Update splitting.rst
typo

Signed-off-by: Fernando Ribeiro <fribeiro@fribeiro.org>
2022-10-03 21:54:47 +01:00
Arthur Schiwon
7230c7afd1
update app list in accordance wiht bundling state of NC 25
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-28 21:46:08 +02:00
Daniel
c9c6aa3257
Merge pull request #9171 from nextcloud/enh/noid/apache-timeouts
document Apache timeout limits
2022-09-22 21:49:12 +02:00
Joas Schilling
8cc6555a00
Update system_requirements.rst
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-09-22 20:34:12 +02:00
szaimen
09ff94653d document Apache timeout limits
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-22 20:12:50 +02:00
Vincent Petry
e36af006fb
Improve docs for transfer ownership
Add usage block.
Also document the ``--move``option.
Mention the target folder.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-21 11:56:45 +02:00
Nextcloud bot
31eea628f0
generate documentation from config.sample.php 2022-09-17 04:39:13 +00:00
rakekniven
2afa81d6a8 Update occ_command.rst
Added expire command option

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2022-09-09 20:53:59 +02:00
Jonas
936babd2d4
Update admin_manual/installation/source_installation.rst
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Jonas <jonas@freesources.org>
2022-09-08 12:15:12 +02:00
Jonas
83e7944c37
Link to system_requirements for exact PHP versions
One place less that needs constant updating.

Signed-off-by: Jonas <jonas@nextcloud.com>
2022-09-08 12:08:56 +02:00
Daniel
c363dd2355
Merge pull request #9137 from nextcloud/tcitworld-patch-1
Add information that the app is enabled in OCS Apps API result
2022-09-06 19:00:47 +02:00
Nextcloud bot
93d5f7bf99
generate documentation from config.sample.php 2022-09-03 04:36:55 +00:00
Martin Rüegg
be1014ce28
Remove extra line
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-09-03 00:17:16 +02:00
Martin Rüegg
11d84a4fa7
Incorporating note from #9125
Credits:  @2fst4u in #9125

Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-09-03 00:14:46 +02:00
Martin Rüegg
5372491ecb
Incorporating review feedback
- replace "memcache" with "data cache" in the introduction to avoid confusion with "memcached"
- moving the "Recommendations" section to the top of the page (between intro and cache configuration)
- re-organize and expand the "Recommendations* section

Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-09-03 00:06:51 +02:00
Martin Rüegg
d038bab090
Update admin_manual/configuration_server/caching_configuration.rst
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-09-02 23:50:36 +02:00
Martin Rüegg
27c42ea100
Update admin_manual/configuration_server/caching_configuration.rst
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-09-02 23:05:57 +02:00
Nextcloud bot
488bab2c01
generate documentation from config.sample.php 2022-09-02 04:30:27 +00:00
Nextcloud bot
0c2c137a0c
generate documentation from config.sample.php 2022-09-01 04:37:55 +00:00
Nextcloud bot
34a87f4073
generate documentation from config.sample.php 2022-08-31 04:23:43 +00:00
Nextcloud bot
1b622aa42c
generate documentation from config.sample.php 2022-08-26 04:24:16 +00:00
Nextcloud bot
c1271d703e
generate documentation from config.sample.php 2022-08-24 04:28:56 +00:00
Thomas Citharel
a1d216f064
Add information that the app is enabled in OCS Apps API result
Signed-off-by: Thomas Citharel <nextcloud@tcit.fr>
2022-08-15 11:02:00 +02:00
Daniel
c724e53f74
Merge pull request #9114 from likeazir/master
remove invalid trailing semicolon from hsts header
2022-08-02 21:52:58 +02:00
Martin Rüegg
b502cc7f27
Note on Redis for local cache
Explain that using Redis for local cache is possible, but not recommended

Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-07-29 11:35:02 +02:00
Daniel Calviño Sánchez
bf110d7bae Add hint about "fileinfo" module being required for theming
The Theming app requires the "mime_content_type" function, which is part
of the "fileinfo" module, to identify the mime type of the custom
images.

Moreover, if the "imagick" module is installed and it has support for
SVG files a rasterized counterpart will be generated for the SVG app
icons. In this case "mime_content_type" is used to identify the mime
type of the original icon.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-07-25 21:10:57 +02:00
langj
c3a1e6f0b6
remove invalid trailing semicolon from hsts header
Signed-off-by: langj <langj@cs.tum.edu>
2022-07-24 23:53:32 +02:00
blizzz
2ec143ef89
Merge pull request #6721 from m7913d/addUpdateGroup
Documented changing display name of group
2022-07-19 23:53:39 +02:00
Julius Härtl
ad5a4bfa14
Document text app settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-19 17:13:26 +02:00
Martin Rüegg
2214d473e4
Improve readability and completedness for Redis
- give more complete examples for Redis config
- use separate sections for the different connection types (TCP, TLS, socket)

Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-07-15 14:04:54 +02:00
tflidd
d6df9fb31e
Merge pull request #9066 from martin-rueegg/patch-2
Add a section regarding the workflow log
2022-07-15 10:01:53 +02:00
Andy Scherzinger
d82815193d
Update community support timespan
Update community support lifecycle of major releases

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-07-14 09:03:29 +02:00
szaimen
44d0fb4471 document that 64bit is required
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-07-11 16:17:42 +02:00
Nextcloud bot
b6e695ab25
generate documentation from config.sample.php 2022-07-09 04:18:36 +00:00
Martin Rüegg
250f617cb7
Add a section regarding the workflow log
Include the information as per https://github.com/nextcloud/server/issues/20100

Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
2022-07-08 12:13:42 +02:00
nbenedek
88d39e88c5
reverse proxy: add info about overwrite.cli.url
Signed-off-by: Benedek Nagy <contact@nbenedek.me>
2022-07-06 19:29:49 +02:00
Daniel
d7f135f9e4
Merge pull request #8748 from thsmdt/s3-remove-warning
Remove outdated warning about encryption for S3 as primary storage
2022-06-29 12:38:52 +02:00
Daniel
1fb3dc4a09
Merge pull request #8556 from nextcloud/update-ios-requirements
Update iOS requirements
2022-06-28 22:31:47 +02:00
Thomas Schmidt
8702907140
Remove outdated warning
Signed-off-by: Thomas Schmidt <thomas@thsmdt.com>
2022-06-26 20:07:40 +02:00
phieber
644583f6fe
Update occ_command.rst
fixed certificate commands

Signed-off-by: phieber <phieber@users.noreply.github.com>
2022-06-26 14:03:31 +02:00
SystemKeeper
5ef844075e
Update iOS requirements
Latest version of Nextcloud Talk iOS requires atleast iOS 12 (see https://github.com/nextcloud/talk-ios/pull/736)
Latest version of Nextcloud Files iOS requires atleast iOS 12.1 (see e2e52363b0/Nextcloud.xcodeproj/project.pbxproj (L3026))

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>

Signed-off-by: SystemKeeper <marcel-mueller@gmx.de>
2022-06-16 11:48:24 +02:00
Christoph Wurst
8662269b2b
Drop links to unofficial twofactor_admin app
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-14 15:46:31 +02:00
Florent Poinsaut
a141b590b3 Remove trailing slash + add traefik v2 Docker label example + homogeneization of examples
Signed-off-by: Florent Poinsaut <florent@poinsaut.fr>
2022-06-14 09:47:41 +02:00
Florent Poinsaut
71a92062eb Fix traefik v1 example
We need to escape $ char in traefik v1 label otherwise this error occurs:
`ERROR: Invalid interpolation format for "labels" option in service "web": "https://$1/remote.php/dav/"`

Signed-off-by: Florent Poinsaut <florent@poinsaut.fr>
2022-06-14 09:47:41 +02:00
Nextcloud bot
9cd34baf90
generate documentation from config.sample.php 2022-06-14 04:27:12 +00:00
Simon L
4e68c6abcd
add a hint how to adjust the imagick policy for pdf files
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-06-13 14:20:47 +02:00
Nextcloud bot
0802682cd2
generate documentation from config.sample.php 2022-06-11 04:25:58 +00:00
Daniel
83effb0fa6
Merge pull request #8517 from AnAnalogGuy/patch-2
Update auth_mechanisms.rst
2022-06-09 12:12:52 +02:00
AnAnalogGuy
75582a0505
Update auth_mechanisms.rst
Corrected wrong relativ path in the :doc: directive of the sftp.rst. 
Signed-off-by: AnAnalogGuy 70239317+AnAnalogGuy@users.noreply.github.com
2022-06-08 00:50:23 +02:00
JMoVS
b860e6badf
fix documentation: words falling out of note box 2022-06-06 13:18:29 +02:00
AnAnalogGuy
617e353b2a
Update auth_mechanisms.rst
Someone only checking this page and being new to cert based authentication could be she/he would also have to publish the public key on the SFTP/SSH server. So I added a short comment and link to the SFTP page containing more detailled information. When keeping lines 73 + 74 one might discard lines 69-73 as the same information can be found on the linked doc page.
2022-06-05 16:54:34 +02:00
Pierre Ozoux
5e519c7a6f
Merge pull request #8463 from Jonny1797/patch-2
Minor typo
2022-06-03 13:38:29 +02:00
Christoph Wurst
1b35a86c36
Merge pull request #8464 from nextcloud/feat/add-note-about-pnctl-disabled-functions
Add some notes that pcntl functions might be disabled
2022-06-01 11:15:32 +02:00
Carl Schwan
e8916049f4 Add some notes that pcntl functions might be disabled
This is the case on debian php 8.0 backports

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-01 11:08:44 +02:00
Jonny1797
60366863cc
Minor typo 2022-05-31 20:41:46 +02:00
m7913d
d0e471fe63 Improved formatting
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Dries Mys <dries.mys@my-dreams.be>
2022-05-29 14:23:45 +02:00
m7913d
752ef5d09b Documenting type of key and value
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Dries Mys <dries.mys@my-dreams.be>
2022-05-29 14:23:45 +02:00
m7913d
af4533eaf3 Documented changing display name of group
This instruction was already added to nextcloud in 2019, see commit 653628c8fb

Signed-off-by: Dries Mys <dries.mys@my-dreams.be>
2022-05-29 14:23:45 +02:00
Carl Schwan
9c0e018f18 Improve Upload speed with nginx
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-19 16:33:35 +02:00
Nextcloud bot
15ead546d3
generate documentation from config.sample.php 2022-05-18 04:25:29 +00:00
Thomas Citharel
0918817a04
Add documentation for the default_property_scope config.php key
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-05-17 15:18:46 +02:00
Nextcloud bot
939b1118ed
generate documentation from config.sample.php 2022-05-17 04:21:44 +00:00
tflidd
e91f857794
Merge pull request #8301 from pmarini-nc/patch-2
Update access_control.rst
2022-05-15 14:00:46 +02:00
tflidd
78e6595921
Merge branch 'master' into patch-2 2022-05-15 12:11:59 +02:00
Nikolas Rimikis
8f930e56f3
Fix typo
The word 'scalability' was misstyped

Signed-off-by: Leptopoda <rimikis.nikolas@gmail.com>
2022-05-15 08:53:56 +02:00
Pietro Marini
847010355c
Update access_control.rst
Replace pull request: https://github.com/nextcloud/documentation/pull/8300

Signed-off-by: Pietro Marini <pietro.,marini@nextcloud.com>
2022-05-11 10:00:17 +02:00
Nextcloud bot
29e2fcdfb6
generate documentation from config.sample.php 2022-05-10 04:33:10 +00:00
Joas Schilling
8bdf74c9c9
Merge pull request #8278 from nextcloud/CarlSchwan-patch-1
Fix links formatting
2022-05-09 11:25:56 +02:00
Côme Chilliet
b10816d489
Merge pull request #8286 from nextcloud/fix/ldap-config-id-starts-at-s01
Fix LDAP first configId information
2022-05-09 10:32:28 +02:00
Côme Chilliet
5644feead5
Merge pull request #8285 from nextcloud/fix/fix-command-option-escaping
Fix command options formatting
2022-05-09 10:17:39 +02:00
Côme Chilliet
3e2a2bf603
Fix LDAP first configId information
It starts at s01, no more empty configId for the first one.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-09 10:15:33 +02:00
Côme Chilliet
8fbc383ed7
Fix command options formatting
Avoids double-dash being turned into a single one by rendering.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-09 10:09:37 +02:00
ZeroPointMax
25ed930b30
admin: add note about json and openssl being included since php8
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org>
2022-05-06 12:42:18 +02:00
Nextcloud bot
ade2085087
generate documentation from config.sample.php 2022-05-06 04:19:48 +00:00
tflidd
8b99945d9f
Merge pull request #8229 from nextcloud/AlvaroBrey-patch-1
system_reqs: Update Android version for Files
2022-05-05 20:45:42 +02:00
Carl Schwan
d27cbfec56
Fix links formatting
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05 16:33:39 +02:00
Joas Schilling
2966e4d90e
Merge pull request #8235 from JanMalte/patch-2
docs: fix duplicated DB command and add missing
2022-05-05 13:15:43 +02:00
Git'Fellow
d8a70a5937
Add note about IPv6 CIDR
From https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1921
Ref https://github.com/nextcloud/server/issues/32253
2022-05-04 11:22:26 +02:00
Jan Malte Gerth
6eb005f994
docs: fix duplicated DB command and add missing 2022-05-04 07:56:12 +02:00
Matthieu Gallien
7bdeec5624
let's link to latest desktop client doc instead of broken link
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-05-03 17:24:31 +02:00
Álvaro Brey
cac0014888 system_reqs: Update Android version for Files
Signed-off-by: Álvaro Brey <alvaro@alvarobrey.com>
2022-05-03 15:42:05 +02:00
Nextcloud bot
63b7765e05
generate documentation from config.sample.php 2022-05-01 04:18:47 +00:00
tflidd
899bcde932
Merge pull request #8186 from nathanhaines/master
Update example Ubuntu instructions for Ubuntu 22.04 LTS
2022-04-28 18:57:02 +02:00
Nextcloud bot
53bd6ac752
generate documentation from config.sample.php 2022-04-28 04:21:08 +00:00
Nathan Haines
6072f5fc47 Improve instructions to install php metapackages and invoke mysql. These instructions should also work on Ubuntu 18.04 LTS and 20.04 LTS. Fixes issue #6802
Signed-off-by: Nathan Haines <nhaines@ubuntu.com>
2022-04-27 18:48:58 -07:00
Nathan Haines
d6563bb6db
Merge branch 'nextcloud:master' into master 2022-04-27 18:06:29 -07:00
szaimen
d29d4fecf5 address review
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-26 10:36:07 +02:00
szaimen
fca67a5b81 add notice about app upgrades
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-25 22:12:46 +02:00
szaimen
961a60628c handle the release schedule only in the Github wiki
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-25 21:58:50 +02:00
Valdnet
d67e6a8769
Correct spelling (#8213)
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-04-25 14:33:56 +02:00
Joas Schilling
54ac021a1f
Add warnings about scaling issues with ajax and webcron
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25 12:24:31 +02:00
tflidd
9e51866bb8
Merge pull request #8187 from nextcloud/StCyr-patch-2
Update two_factor-auth.rst
2022-04-23 11:10:44 +02:00
Cyrille Bollu
952cd1b7f8 Update two_factor-auth.rst
fixes link to two-factor provider page in developper manual

Signed-off-by: Cyrille Bollu <cyr.debian@bollu.be>
2022-04-22 09:37:16 +02:00
szaimen
cb9a032737 add domain change documentation
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-21 15:18:21 +02:00
FalkenStein42
85932d4cce
Clarification on permisions for the Redis socket
After running into the problem myself and searching online for a solution i think a clarification on how to ensure proper permissions on the redis socket would be helpful to novice administrators
2022-04-15 08:20:08 +02:00
Nextcloud bot
7fba510c02
generate documentation from config.sample.php 2022-04-15 04:13:13 +00:00
John Molakvoæ
065de29b66
Merge pull request #8108 from t3easy/disable_server_tokens 2022-04-13 16:50:26 +02:00
Nathan Haines
299dd74b94 Update example Ubuntu instructions for Ubuntu 22.04 LTS
Signed-off-by: Nathan Haines <nhaines@ubuntu.com>
2022-04-11 00:25:35 -07:00
Nextcloud bot
4084bcf030
generate documentation from config.sample.php 2022-04-07 04:15:00 +00:00
Christoph Wurst
1429e4694b
Merge pull request #8173 from nextcloud/tcitworld-patch-1
Remove link to dead owncloud forum
2022-04-05 08:35:41 +02:00
Nextcloud bot
035004e047
generate documentation from config.sample.php 2022-04-05 04:13:36 +00:00
Julius Härtl
38e8081aeb
Merge pull request #7871 from nextcloud/enh/office
Nextcloud Office documentation
2022-04-04 18:37:14 +02:00
Thomas Citharel
b359226627
Remove link to dead owncloud forum
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-04-04 10:33:31 +02:00
Simon L
01c38817a9
Merge pull request #8167 from nextcloud/enh/noid/beta-releases
add a note how to install beta apps releases
2022-03-30 15:15:40 +02:00
Joas Schilling
503e0b7cd7
Adjust PHP requirements for 24 2022-03-29 21:26:37 +02:00
szaimen
acbb7151e6 add a note how to install beta apps releases
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-03-28 22:32:52 +02:00
max-nextcloud
c80d1aa13f
Merge pull request #8163 from nextcloud/minor-fix-config-app-set
remove invalid type=boolean in config:app:set
2022-03-26 10:59:39 +01:00
Pytal
ff2c816a50
Merge pull request #8141 from nextcloud/admin-profile-config 2022-03-23 21:33:13 -07:00
max-nextcloud
a25a147828
remove invalid type=boolean in config:app:set
App settings do not allow the type option. `config:system:set` on the other hand expects `true` not `yes` as the value of a boolean.
2022-03-23 20:59:24 +01:00
Joas Schilling
7eada71135
Merge pull request #8105 from nextcloud/revert-6094-pierreozoux-patch-1
Revert "Adds warning about user deletion and object store"
2022-03-22 13:57:49 +01:00
Christopher Ng
8826b0ba6e Document profile configuration options for admins
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-21 18:39:31 -07:00
Julius Härtl
cc339f6503
Apply suggestions from code review
Co-authored-by: Jonas <jonas@nextcloud.com>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-03-20 11:27:20 +01:00
Nextcloud bot
a0560d5812
generate documentation from config.sample.php 2022-03-19 04:10:06 +00:00
Carl Schwan
fb87110368
Merge pull request #8121 from nextcloud/preview_hpb
Add documentation for preview hpb with Imaginary
2022-03-18 12:39:21 +01:00
Carl Schwan
543c114189 Add documentation for preview hpb with Imaginary
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-18 12:34:30 +01:00
Anna
1e6bbced5b
Merge pull request #8130 from nextcloud/enhancement/calendar-hide-export-admins
Document hiding Calendar export buttons for admins
2022-03-16 15:32:49 +01:00
Christoph Wurst
c8858c6197
Document hiding Calendar export buttons for admins
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-16 14:05:05 +01:00
Christoph Wurst
f8765b3bb8
Document Calendar default alarm type for admins
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-16 14:01:24 +01:00
Julius Härtl
2b2473b14f
Nextcloud Office documentation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-03-16 08:35:00 +01:00
Nextcloud bot
f57a86b5e5
generate documentation from config.sample.php 2022-03-08 04:07:41 +00:00
Nextcloud bot
d5f3599c15
generate documentation from config.sample.php 2022-03-03 04:04:53 +00:00
Julius Härtl
d481757d39
Merge pull request #8106 from nextcloud/activities-ext-storage
Add section about activities in external storages
2022-03-02 21:21:28 +01:00
Jan Kiesewetter
261d6dafe4 Prevent nginx HTTP Server Detection
Signed-off-by: Jan Kiesewetter <jan@t3easy.de>
2022-03-02 11:41:17 +01:00
Nextcloud bot
d1b8c3b0c7
generate documentation from config.sample.php 2022-03-02 04:26:33 +00:00
tflidd
a9b49da233
Merge pull request #8082 from nextcloud/doc-image
Follow up server PR #30225
2022-03-01 09:22:28 +01:00
Louis
e67d737a3f
Merge pull request #8084 from nextcloud/feat/add_missing_dry-run
Add doc about dry-run option for add-missing-* cmd
2022-02-28 18:16:00 +01:00
Louis Chemineau
80a7b679c7 Add doc about dry-run option for add-missing-* cmd
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-28 17:36:55 +01:00
Vincent Petry
d7806e09b8
Combine activity ext storage with group folder section
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-02-25 17:27:20 +01:00
Vincent Petry
ab256faa75
Add section about activities in external storages
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-02-25 16:45:49 +01:00
Joas Schilling
933d47accb
Revert "Adds warning about user deletion and object store" 2022-02-25 09:56:04 +01:00
Joas Schilling
378e79537b
Merge pull request #8083 from nextcloud/nginx-immuatable-cache3
fix nginx cache immutable example
2022-02-25 08:37:46 +01:00
Joas Schilling
2b8e6966fb
Merge pull request #8018 from carlcsaposs/admin-manual-grammar
Fix grammatical & spelling errors in admin manual
2022-02-25 08:34:35 +01:00
Carl Csaposs
256c00f927 Fix title underline length
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Carl Csaposs <carl@csaposs.com>
2022-02-24 17:41:36 +00:00
Frieder Schrempf
8a0af8663e
Merge pull request #8047 from nextcloud/extend-warning-gf-activities
Extend warning about activities in groupfolders
2022-02-24 14:18:27 +01:00
Joas Schilling
ee4346f97c
Merge pull request #6094 from nextcloud/pierreozoux-patch-1
Adds warning about user deletion and object store
2022-02-24 13:58:03 +01:00
Joas Schilling
5d25159561
Merge pull request #7876 from jacksgt/patch-2
Correct typo in user_auth_ldap.rst
2022-02-24 13:46:03 +01:00
Joas Schilling
d3b6b74210
Merge pull request #7878 from blckassassin/master
Update email_configuration.rst
2022-02-24 12:12:33 +01:00
Joas Schilling
5713a36a96
Apply suggestions from code review 2022-02-24 12:09:41 +01:00
Julius Härtl
3b33f6a04e
Merge pull request #8095 from nextcloud/fix/mapfiles-nginx
Add mapfile serving for nginx conf examples
2022-02-24 09:14:41 +01:00
John Molakvoæ
39e804304a
Merge pull request #6955 from ChristianTacke/pr/nginx_reorder 2022-02-24 09:12:33 +01:00
John Molakvoæ
8ba8d888b0
Update nginx-root.conf.sample 2022-02-24 09:10:01 +01:00
John Molakvoæ
fdb5e1ff95
Update nginx-subdir.conf.sample 2022-02-24 09:09:28 +01:00
Joas Schilling
555ab488f9
Update general_troubleshooting.rst
64e0e45

this was necessary for me to have those rules work and also makes perfect sense as a `/` is imho always at the beginning of the path.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-23 11:40:40 +01:00
Christoph Wurst
8ed884fce1
Merge pull request #8087 from nextcloud/feature/noid/background-job-maintenance-window
Background job maintenance window
2022-02-22 16:01:35 +01:00
Vincent Petry
f38448b6bf
Merge pull request #8089 from nextcloud/feature/8085/splitting-databases-for-scaling
Add admin docs for splitting databases
2022-02-22 16:00:48 +01:00
Joas Schilling
f610e0e742
Require optional database steps to be performed
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-22 15:27:58 +01:00
Joas Schilling
af954e4420
Merge pull request #8019 from carlcsaposs/admin-manual-nouns
Update misleading/incorrect nouns in admin manual
2022-02-22 15:10:59 +01:00
Joas Schilling
dc2460aeb5
Add admin docs for splitting databases
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-22 15:04:40 +01:00
Joas Schilling
63d86393e0
Fix "Malformed table."
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-22 14:17:47 +01:00
Joas Schilling
07aedb47fc
Document admin config for maintenance_window_start
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-22 13:49:28 +01:00
Nextcloud bot
963ff252ce
generate documentation from config.sample.php 2022-02-22 04:05:23 +00:00
Robin Appelman
d70354d7bd fix nginx cache immutable example 2022-02-21 15:34:54 +01:00
zroebg
671038130f
Follow up server PR #30225
https://github.com/nextcloud/server/pull/30225
2022-02-21 10:53:21 +01:00
Julius Härtl
c1885613e4
Add docs for occ theming:config
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Co-authored-by: Simon L. <szaimen@e.mail.de>
2022-02-21 10:35:05 +01:00
Frieder Schrempf
2727ba2f70
Extend warning about activities in groupfolders
This extends the warning about activities in groufolders to mention the potential of
leaking sensitive data if "Advanced Permissions" are used.
See https://github.com/nextcloud/groupfolders/issues/1057 for more information.

Signed-off-by: Frieder Schrempf <frieder@fris.de>
2022-02-18 11:55:12 +01:00
Louis
67ffcce5b5
Merge pull request #8042 from nextcloud/redis_over_tls
Add doc to connect to Redis over TLS
2022-02-17 09:58:12 +01:00
Louis Chemineau
d29e232ae7 Add doc to connect to Redis over TLS
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-16 15:50:50 +01:00
Arthur Schiwon
c1c28eaa30
update release information
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-02-15 23:10:58 +01:00
Joas Schilling
9acb072164
Add space as allowed user id character
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-15 10:31:00 +01:00
Carl Schwan
7873bd1804
Merge pull request #8027 from nextcloud/nginx-immuatable-cache
Add documentation for cache control immutable
2022-02-15 09:58:41 +01:00
Carl Schwan
b30299c32d Add documentation for cache control immutable
See https://github.com/nextcloud/server/pull/31141/files

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-14 16:02:08 +01:00
acsfer
1f882b80fe
Merge pull request #8008 from nextcloud/drop-9.6
Drop PostgreSQL 9.6 support (EOL)
2022-02-11 12:18:48 +01:00
Carl Csaposs
4f15b44aa3 Update misleading/incorrect nouns in admin manual
Signed-off-by: Carl Csaposs <carl@csaposs.com>
2022-02-10 02:06:01 +00:00
Carl Csaposs
eb04cfcc16 Fix grammatical & spelling errors in admin manual
Signed-off-by: Carl Csaposs <carl@csaposs.com>
2022-02-10 02:04:17 +00:00
Louis Chemineau
01a746a05a Warn about disabling encryption without decrypting all the files
See: https://github.com/nextcloud/server/issues/31083
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-09 13:12:15 +01:00
Nextcloud bot
b0d15109fa
generate documentation from config.sample.php 2022-02-09 04:04:11 +00:00
Joas Schilling
d04cbe557d
Merge pull request #7984 from nextcloud/feature/30763/syslog-for-audit
Document syslog option for the admin audit app
2022-02-08 14:36:13 +01:00
acsfer
54b28d28b6
Drop PostgreSQL 9.6 support (EOL)
As per https://github.com/nextcloud/server/pull/31011
2022-02-07 17:04:13 +01:00
Christoph Wurst
827cf4243b
Merge pull request #7979 from nextcloud/fix/uploading-big-file-nginx
Ensure that nginx config sample allow downloading big file
2022-01-26 13:41:43 +01:00
Joas Schilling
069b76cea2
Document syslog option for the admin audit app
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-26 13:36:36 +01:00
Carl Schwan
21db59e288
Merge pull request #7895 from Tachi107/patch-2
docs(email_configuration): SMTPS is not outdated
2022-01-26 09:56:31 +01:00
John Molakvoæ
1dd2f93664
Merge pull request #6333 from mashedkeyboard/patch-2
Document primary object storage breaking SSE
2022-01-26 09:53:24 +01:00
Nextcloud bot
11c6823f7e
generate documentation from config.sample.php 2022-01-26 04:04:34 +00:00
Carl Schwan
95ef427295
Ensure that nginx config sample allow downloading big file
"fastcgi_max_temp_file_size 0;" makes it possible to download file
bigger than 1GB. See https://help.nextcloud.com/t/synchronization-impossible-on-files-larger-than-1gb/66323/2

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-21 13:03:08 +01:00
Nextcloud bot
5ea1be1d03
generate documentation from config.sample.php 2022-01-21 04:01:09 +00:00
Nextcloud bot
0cd1003f58
generate documentation from config.sample.php 2022-01-20 04:02:46 +00:00
MichaIng
fc7a1c27d7
Merge pull request #7859 from nextcloud/update-opcache-tuning
Update OPcache documentation
2022-01-16 16:05:45 +01:00
Joas Schilling
99606da7b8
Document the syslog_tag as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-14 17:02:02 +01:00
Nextcloud bot
ce0c711e54
generate documentation from config.sample.php 2022-01-12 04:01:07 +00:00
Christian Tacke
44016fb4ae Reorder nginx config sample
Move the `root` directive more to the top. That way all the
fields that need to be changed are in one place.

Signed-off-by: Christian Tacke <8560110+ChristianTacke@users.noreply.github.com>
2022-01-08 16:05:12 +01:00
Andrea Pappacoda
2e0ed52021
docs(email_configuration): SMTPS is not outdated
The documentation previously stated that the SMTPS protocol is outdated, while this isn't true. The "port 465 situation" is often misunderstood because its usage has changed over the years, and this caused confusion, with old documents saying one thing, newer ones saying another one, and updated ones a different thing again. Wikipedia has a short, good explanation about the situation: https://en.wikipedia.org/wiki/SMTPS

In short, as of 2018, thanks to RFC8314, port 465 should be used similarly to port 587 (i.e. for _submission_ of emails), with the difference that instead of using STARTTLS for _maybe_ securing the communication with TLS, port 465 uses implicit TLS encryption, similarly to HTTPS (hence the name `submissions`, where `s` stands for secure).

As an example, you take a quick look at the output of `grep 465 /etc/services` on your Linux/BSD system

Please not that I'm not an email expert, just a curious guy that runs his own email server :)

Signed-off-by: Andrea Pappacoda <andrea@pappacoda.it>
2022-01-08 00:33:04 +01:00
blckassassin
de86928bbd
Update email_configuration.rst
Added details so users coming to the documentation will know how to access Email server settings.
2021-12-28 00:43:04 -06:00
Jack Henschel
512145364f
Update user_auth_ldap.rst 2021-12-23 18:11:46 +01:00
MichaIng
43c2fae775
Remove iconv from required PHP modules
The usage of iconv has been removed in: https://github.com/nextcloud/server/pull/29470

The dependency has been removed in: https://github.com/nextcloud/server/pull/29958

Signed-off-by: MichaIng <micha@dietpi.com>
2021-12-20 13:55:34 +01:00
MichaIng
a3756108e6
Update OPcache documentation
Remove the settings block which matches PHP defaults anyway. The Nextcloud admin panel will now show warnings based on actual OPcache usage, when any limit is closely reached: https://github.com/nextcloud/server/pull/27403

Add info about how to enhance performance by reducing or disabling OPcache revalidation.

Remove link to outdated blog post, which contains no additional helpful information and the invalid "opcache.fast_shutdown" setting which was removed with PHP7.2 already. Instead, add a link to "opcache-gui", a web interface to monitor and control the OPcache.

Signed-off-by: MichaIng <micha@dietpi.com>
2021-12-20 02:07:15 +01:00
rakekniven
560cd94cdd
Merge pull request #6970 from hellfi/patch-2
occ command to reset bruteforce attempts
2021-12-18 11:12:23 +01:00
Nextcloud bot
3360c1a5d3
generate documentation from config.sample.php 2021-12-18 04:01:32 +00:00
rakekniven
ad4d81758a
Clarfication for trusted_domains section (#7852)
Input from #7762 

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-12-17 20:18:27 +01:00
rakekniven
93e47abaa0
l10n: Adapted spelling of brute-force
See https://en.wikipedia.org/wiki/Brute-force_attack

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-12-17 18:41:13 +01:00
rakekniven
34fad2daa9
Merge pull request #7824 from nextcloud/rakekniven-patch-1
Documented "user:add-app-password" and "user:info"
2021-12-17 15:49:39 +01:00
rakekniven
4660d1e547
Merge pull request #7648 from nextcloud/fix-spelling-of-privilege
admin_delegation_configuration.rst: Fix spelling of 'privilege'
2021-12-17 14:24:25 +01:00
Christoph Wurst
9e52bd3469
Merge pull request #7826 from nextcloud/fix/issues-in-en-documentation
Fix some syntax issues in English documentation
2021-12-17 09:31:46 +01:00
Nextcloud bot
a6b6e2d398
generate documentation from config.sample.php 2021-12-17 04:05:59 +00:00
Christian Wolf
60b125da7d Corrected admin text styles
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-12-16 18:30:43 +01:00
rakekniven
04872339e2
Merge pull request #7550 from blckassassin/patch-2
Update external_storage_configuration_gui
2021-12-15 07:53:36 +01:00
rakekniven
51cbadb62a
Documented "user:add-app-password" and "user:info"
Fixes #7805 

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-12-15 07:19:57 +01:00
Marcel Hibbe
d4ddb9a465
update requirements for talk mobile apps
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2021-12-14 13:20:58 +01:00
stephang
b9dfe6900c
Add rewrites for nodeinfo and webfinger services.
Add Apache rewrite rules for webfinger and nodeinfo in case NC is installed in a subdirectory. This fixes #6157.

Signed-off-by: stephang <288494+stephang@users.noreply.github.com>
2021-12-08 10:44:48 +01:00
Thomas Citharel
b062c82fa5
Add admin settings for the Calendar Trash bin
Closes #7696

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-06 14:00:53 +01:00
rakekniven
226d7526ac
Merge pull request #7732 from nextcloud/rakekniven-patch-3
Maintained php version
2021-12-03 11:39:07 +01:00
John Molakvoæ
24f216591f
Merge pull request #7654 from nextcloud/release/23 2021-12-03 11:27:19 +01:00
rakekniven
5232a0df90
Maintained php version
Fixes #7128 

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-12-03 07:59:15 +01:00
Nextcloud bot
8d74f8cf17
generate documentation from config.sample.php 2021-12-03 04:08:25 +00:00
Arthur Schiwon
1b1b6b5d33
update schedule
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-11-30 11:12:59 +01:00
Frieder Schrempf
ea18b2cd7d
admin_delegation_configuration.rst: Fix spelling of 'privilege'
The correct and up-to-date spelling is 'privilege' without the 'd'.

Signed-off-by: Frieder Schrempf <frieder@fris.de>
2021-11-26 14:08:50 +01:00
Immanuel Pasanec
1b76dd10cd Added possible parameters for --transfer-incoming-shares option.
Signed-off-by: Immanuel Pasanec <immanuel.pasanec@compaso.de>
2021-11-23 15:35:49 +01:00
Immanuel Pasanec
d301ca6b9b Fixed missing double colon.
Signed-off-by: Immanuel Pasanec <immanuel.pasanec@compaso.de>
2021-11-23 15:29:40 +01:00
Immanuel Pasanec
16f9c630ac Added explanation for overwriting the transferIncomingShares option in config.php.
Signed-off-by: Immanuel Pasanec <immanuel.pasanec@compaso.de>
2021-11-23 15:24:02 +01:00
blckassassin
bd3690bdad Update external_storage_configuration_gui
Added steps to instruct users to go to the Admin section under their profile

Signed-off-by: blckassassin <j.martinetti760@gmail.com>
2021-11-20 11:07:10 -06:00
Louis
71d47e6610 Add CentOS Stream to supported OS
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-11-18 11:25:54 +01:00
Daniel Calviño Sánchez
eb73b789bb Allow to serve static WebAssembly and TensorFlow Lite files
Since Talk 13 (and thus Nextcloud 23) WebAssembly (.wasm) and TensorFlow
Lite (.tflite) files need to be loaded from the web server to provide
certain features (like the background blur in the WebUI).

Those files can be treated in a similar way to other static resources,
and there should not be any problem caching or compressing them.
However, as compressed TensorFlow Lite files are only ~12% smaller,
the compression directive depends on the MIME type and there is no
standard MIME type for TensorFlow Lite files, for now only WebAssembly
files are compressed.

Depending on the setup "application/wasm" may not be associated with
".wasm" files, so the directive was added just in case, as the
compression is enabled through the MIME type and, besides that, the
browsers log a warning if the expected MIME type is not returned.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-17 13:06:58 +01:00
Christoph Wurst
0e2133150c
Merge pull request #7577 from nextcloud/fix/admin-audit-log-typo
Fix typo in admin audit log docs
2021-11-15 14:15:23 +01:00
Christoph Wurst
6c49af3a72
Fix typo in admin audit log docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 10:38:25 +01:00
Christoph Wurst
88b45672dc
Document how to override the log level with occ
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 10:34:20 +01:00
Christoph Wurst
8295ec2f1e
Document calendar resources and rooms for admins
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-05 14:01:30 +01:00
Nextcloud bot
33e042142e
generate documentation from config.sample.php 2021-10-28 04:00:35 +00:00
Carl Schwan
a9ac1b003a
Merge pull request #7029 from nextcloud/CarlSchwan-patch-1
Add information about possible reason for broken passwords
2021-10-27 15:43:15 +02:00
Christoph Wurst
43f1ae838d
Merge pull request #7179 from jeromelebleu/fix/nginx-subdir-php
Fix PHP's rewrite rule in NGINX subdir.conf.sample
2021-10-27 09:28:07 +02:00
Vincent Petry
d1ebf05c34
Merge pull request #7174 from nextcloud/enh/noid/background-job-expire-versions
Documentation how to disable expire versions background job
2021-10-26 10:02:05 +02:00
Daniel
5a540aa567
Merge pull request #7355 from 2br-2b/patch-2
Added steps to enable mod_env and mod_rewrite
2021-10-26 09:49:09 +02:00
Juan Carlos Tello
0753d4595d
Fix nextcloud.org urls (#7164)
* Fixed help.nextcloud.org that would result in a page with a certificate issue

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken URL

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken link to bugtracker documentation

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken link to how to get your app signed

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Updated stable installation URL

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Updated URL to Contacts & Calendar troubleshooting

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed many URLs that pointed to nextcloud.org instead of nextcloud.com

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Update admin_manual/issues/general_troubleshooting.rst

Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Apply suggestions from code review

Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Reverted changes on .pot files

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

Co-authored-by: Daniel <mail@danielkesselberg.de>
2021-10-25 14:32:19 +02:00
Christoph Wurst
c63d4ac7c7
Drop all references of IRC
We don't use this anymore, so let's also not send people there. The
forum is our main place to get help.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-20 17:42:19 +02:00
Christoph Wurst
a9484236a8
Merge pull request #7175 from nextcloud/enh/noid/background-job-expire-trashbin
Documentation how to disable expire trashbin background job
2021-10-20 09:57:47 +02:00
Lukas Reschke
9d458affee
Document that access tokens shouldn't be stored
Access tokens are sensitive key materials and shouldn't be stored, especially not on backup systems that also store the Nextcloud database and configuration backup.
2021-10-18 12:59:50 +02:00
2br-2b
97e762ec89
Update source_installation.rst
Added steps to enable mod_env and mod_rewrite (for people like me who didn't realize how to do it without searching it).
2021-10-16 23:12:15 -04:00
Nextcloud bot
38ec2b0522
generate documentation from config.sample.php 2021-10-16 03:59:53 +00:00
Nextcloud bot
fe62894df6
generate documentation from config.sample.php 2021-10-15 04:05:43 +00:00
Carl Schwan
e2a0142689
Add information about possible reason for broken passwords
This commit adds some additional information about one of the reasons why
passwords might be broken after updating to PHP 7.4. This principally targets
centos/rhel but that might also happen on other systems.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-14 11:42:31 +02:00
Nextcloud bot
f4d069d0ed
generate documentation from config.sample.php 2021-10-14 04:00:00 +00:00
Mattia Narducci
20b5a78547 admin_manual: add occ command dav:delete-calendar
Document occ command dav:delete-calendar introduced in Nextcloud 22.

See https://github.com/nextcloud/server/pull/26421

Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com>
2021-10-12 22:53:10 +02:00
Jérôme Lebleu
87f631262e Fix PHP's rewrite rule in NGINX subdir.conf.sample
Signed-off-by: Jérôme Lebleu <jeromelebleu@users.noreply.github.com>
2021-10-11 18:00:16 +02:00
Daniel
3052f07ddc
Merge pull request #6746 from simonspa/nginx-timeout
nginx: increase client_body_timeout
2021-10-10 11:12:09 +02:00
Daniel
3c5aa0edd6
Merge pull request #6973 from Chouffy/master
Remove a copy-paste mistake
2021-10-08 18:35:52 +02:00
Daniel Kesselberg
913b027b36
Documentation how to disable expire trashbin background job
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-10-07 22:08:10 +02:00
Daniel Kesselberg
ad1e7c7579
Documentation how to disable expire versions background job
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-10-07 18:38:38 +02:00
Jos Poortvliet
a2e761c71d
Link to TrueNAS install docs 2021-10-06 19:10:41 +02:00
allexzander
9ee21e6838
Update the 'Migrating' page to include optional 'maintenance:data-fingerprint' command step. (#7170)
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-05 13:19:01 +02:00
Carl Schwan
af4740cc48
Add documentation for admin right privilege setting
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-09-30 11:28:13 +02:00
kesselb
18dfd5bb91
Merge pull request #7052 from maxkratz/feature/cronjob-php-fix
Added note on apc.enable_cli for system Cron based configs
2021-09-29 10:37:28 +02:00
Maximilian Kratz
65e9afeaa1 Updated reference to caching section
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-09-29 08:35:06 +02:00
kesselb
76e7429395
Merge pull request #7142 from pedrxd/forgotten-command
selinux: All directory labels should be deleted on uninstall
2021-09-28 08:45:46 +02:00
kesselb
30d1b95be4
Merge pull request #7141 from nextcloud/fix/nginx-legacy-routes
Fix legacy routes like ajax.php on nginx
2021-09-28 08:43:51 +02:00
Pedro
fc4da0cbf6
All directory labels should be deleted on uninstall 2021-09-25 13:46:25 +02:00
Christoph Wurst
87fab7a8df
Fix legacy routes like ajax.php on nginx
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-09-24 15:59:54 +02:00
Pietro Marini
356f2e7707
Update big_file_upload_configuration.rst 2021-09-22 11:31:27 +02:00
Pietro Marini
a7cdd842f4
Update big_file_upload_configuration.rst
The example instruction should be complete, so including all the necessary tokens for a valid execution of the command.
2021-09-22 11:11:20 +02:00
kesselb
404ee8af6d
Merge pull request #7124 from SethFalco/typos
typo: update formatting and correct capitalization
2021-09-18 16:13:36 +02:00
kesselb
8fbceffe9c
Merge pull request #7126 from gmalinowski/patch-2
Fix Bytes unit MB to MiB
2021-09-18 16:10:49 +02:00
Robin Windey
0ac4dc2025
Merge pull request #7136 from nextcloud/nc-docs-apcu-cmdupdater
Add php APCu hint to command line based updater
2021-09-18 12:37:51 +02:00
kesselb
60385c3f05
Merge pull request #7127 from GAS85/patch-7
Update antivirus_configuration.rst
2021-09-18 12:35:30 +02:00
Robin Windey
aae701ba6e
Add php APCu hint to command line based updater
With respect to https://github.com/nextcloud/server/issues/27781 we should add a hint regarding the PHP CLI parameters for APCu like we did in  c5fa1b6859 (diff-48dc187eeb03371b5ad6886b33043bf060884809c1d51a3568c5d29e40e3bf13) and 38a0a33e4e (diff-48dc187eeb03371b5ad6886b33043bf060884809c1d51a3568c5d29e40e3bf13) for the cronjob.
2021-09-18 11:55:52 +02:00
Nextcloud bot
4d50ab184f
generate documentation from config.sample.php 2021-09-16 04:08:39 +00:00
Vincent Petry
2d47beaa0a
Update summary of transfer ownership command
Added note about default behavior for incoming shares.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-15 14:50:09 +02:00
Vincent Petry
23777deabb
Add option for incoming shares for transfer ownership
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-15 14:20:42 +02:00
Nextcloud bot
1920a21ad2
generate documentation from config.sample.php 2021-09-15 04:08:00 +00:00
Nextcloud bot
428ab59b4b
generate documentation from config.sample.php 2021-09-10 04:18:42 +00:00
Georgiy Sitnikov
29df52a90b
Update antivirus_configuration.rst
Move to the official docker image of clamav. Older image is not supporting anymore.
2021-09-09 15:35:55 +02:00
gmalinowski
f896160abb
Fix Bytes unit MB to MiB
10485760 B == 10 MiB not 10 MB
2021-09-08 18:30:15 +02:00
Nextcloud bot
c46b56b7db
generate documentation from config.sample.php 2021-09-08 04:03:10 +00:00
Seth Falco
3c9b9487ac
typo: update formatting and correct capitalization
Signed-off-by: Seth Falco <seth@falco.fun>
2021-09-02 13:31:26 +02:00
Joas Schilling
0cdf0fa2d6
Update apps_supported.rst 2021-08-27 09:21:57 +02:00
Nextcloud bot
4086030699
generate documentation from config.sample.php 2021-08-27 04:05:48 +00:00
Maximilian Kratz
c0d2eaeb1b Added note on apc.enable_cli for system cron based configs
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-08-18 10:46:33 +02:00
Christoph Wurst
19657f931e
Recommend php8
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-09 16:18:15 +02:00
Nextcloud bot
b95788c6c1
generate documentation from config.sample.php 2021-07-30 07:57:43 +00:00
Christoph Wurst
a4b1945b01
Merge pull request #7006 from ferfebles/patch-2
Restore broken table
2021-07-29 14:24:22 +02:00
Julius Härtl
88d17b3dc1
Some enhancement to large file upload docs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-07-29 09:02:44 +02:00
ferfebles
e67dfc015d
Restore broken table
Just an space needed to bring back the supported platforms
2021-07-29 00:16:58 +01:00
Daniel Kesselberg
c157ab85bc
MariaDB 10.6 is not supported
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-20 22:22:22 +02:00
Chouffy
9adc6d2bb6
Remove a copy-paste mistake
Signed-off-by: Chouffy <git@chouffy.net>
2021-07-16 11:28:21 +02:00
hellfi
4531e5e666
occ command to reset bruteforce attempts
adding documentation regarding #20005 Implement occ command to reset bruteforce attemps from a given IP address 
functionality is already implemented
2021-07-15 18:59:41 +02:00
allexzander
5f5d42bb28 Desktop client minimum supported Windows version is 8.1+.
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-07-15 09:26:45 +03:00
Carl Schwan
cdeb9e67c7
Merge pull request #6881 from scebbers/patch-2
Update migrating_owncloud.rst
2021-07-14 20:11:13 +02:00
Julius Härtl
3b3bda5dd5
Merge pull request #6954 from nextcloud/align-with-htaccess
Align Nginx configuration with Apache2 .htaccess
2021-07-14 15:59:48 +02:00
Julius Härtl
51db916af2
Merge pull request #6953 from nextcloud/nginx-cache
Cache images on browser
2021-07-14 15:58:16 +02:00
Gary Kim
01e40db1f9
Remove IE 11 as supported browser
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-14 00:31:24 -04:00
MichaIng
68d8d75d9f Align Nginx configuration with Apache2 .htaccess
As of: https://github.com/nextcloud/server/pull/27835

Signed-off-by: MichaIng <micha@dietpi.com>
2021-07-09 13:22:56 +02:00
acsfer
01737b5811
Cache images on browser
Following https://github.com/nextcloud/server/pull/27835
2021-07-07 19:06:39 +02:00
AXTS
57ef67fbf5
Update encryption_migration.rst (#6766)
* Update encryption_migration.rst

Signed-off-by: Andrea Xheli axheli@axtsolutions.com

* Update encryption_migration.rst

Signed-off-by: Andrea Xheli axheli@axtsolutions.com
Signed-off-by: Andrea Xheli <axheli@axtsolutions.com>

* Revert "Update encryption_migration.rst"

This reverts commit 7b22724f19.

* Revert "Revert "Update encryption_migration.rst""

This reverts commit a19e056df9.

Co-authored-by: Andrea Xheli <andyxheli@gmail.com>
2021-07-06 16:18:39 +02:00
John Molakvoæ (skjnldsv)
14ad1b7875
Stable is 22
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-06 15:03:05 +02:00
Christoph Wurst
cf369cbd78
Document critical changes for devs and admins in Nextcloud 22
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 10:53:29 +02:00
Vincent Petry
1adce5b495
Add encryption hit about how to fix bad signature errors
Added troubleshooting section for encryption.
Added section about the command to fix "Bad signature" errors.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-30 17:02:57 +02:00
Sander
629ddac5da
Update migrating_owncloud.rst
Typo
2021-06-28 10:13:33 +02:00
Joas Schilling
39838e1d3b
Fix link to mysql 4byte docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-17 10:30:07 +02:00
Morris Jobke
62b4402f82
Fix code block
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-06-17 10:20:07 +02:00