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
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
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