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