Commit Graph

1008 Commits

Author SHA1 Message Date
Varun Patil
a7e47614e1 docs(tuning): add warning for Imaginary+HEIC
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2024-04-05 12:32:09 -07:00
Josh
173b2c3413
docs(admin): Update Android system requirements to 7
Fixes nextcloud/android#12758

Also already documented/requirement in the Play Store entries for both Files and Talk apps. So not a policy change; just documenting what's already reality.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-02 15:21:53 -04:00
Arthur Schiwon
2149844ea1
feat(apps): add files_downloadlimit
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-06 21:47:25 +01:00
Dominic Giebert
312b12737c
Added arm64 filter to nginx-root.conf
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
2024-02-29 08:27:45 +01:00
Dominic Giebert
1f9ef63cd9
Added support for Built-in CODE Server (ARM64)
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
2024-02-28 17:46:51 +01:00
Simon L
8edf2fc79e adjust slogan for AIO
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-02-22 15:33:40 +01:00
Robin Appelman
ef0d415554
Merge pull request #11472 from nextcloud/fix/nginx-config
nginx: fix response headers for assets
2024-02-09 15:40:14 +01:00
Ferdinand Thiessen
9791035074
fix(admin): Update supported database support
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-27 13:59:10 +01:00
MichaIng
4ef607d350 nginx: fix response headers for assets
Nginx resets all response headers in a location block, if it contains any "add_header" directive. When setting the "Cache-Control" header for static assets, this was originally worked around by using the "expires" directive instead. https://github.com/nextcloud/documentation/pull/8083 however added the "immutable" flag for assets with "v=" query parameter and broke all other response headers for assets that way.

This commit fixes this by re-adding all reponse headers explicitly for those assets. Originally those doubled code was removed thanks to using "expires", but I see no way to have both: the "immutable" flag as well as avoiding doubled headers via "expires" directive.

Additionally, this commit avoids the trailing comma and space in the Cache-Control header for assets without "v=" query parameter, and adds sets the wasm MIME type in a cleaner/more consistent way together with js/mjs, and rephrases the broken comment sentence.

Signed-off-by: MichaIng <micha@dietpi.com>
2024-01-26 17:10:58 +01:00
J0WI
72c438aab1
Remove bz2
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-19 17:25:55 +00:00
J0WI
2c6ac0e1dd Remove bz2 from recommend extensions
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-16 00:38:24 +01:00
Andrew McGuinness
f3f5b84a14
Update harden_server.rst
remove duplicated phrase

Signed-off-by: Andrew McGuinness <andrew@arobeia.co.uk>
2023-12-28 09:45:11 +00:00
Viktor Nagornyy
6edff5b50c
fix: Corrected mistake in initial commit
Corrected mistake in the initial commit.

Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com>
2023-12-18 13:15:38 -05:00
Viktor Nagornyy
fce01e64d6
fix: Ubuntu 22.04 installation instructions archive location
Installation instructions describe steps that do not match the updated "Install" page, making it hard for users to find archive files. This PR updates the steps, making it clear where user can find archives.

Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com>
2023-12-18 13:09:57 -05: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
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
0c5e908c7d
Merge pull request #11184 from nextcloud/enh/noid/new-ocm-provider-route 2023-11-12 20:36:46 +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
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
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
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
Daniel
59ad6457ca
Merge pull request #11162 from am97/patch/1 2023-10-14 16:16:13 +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
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
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
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
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
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
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
d55186892a
Fix admin_manual warnings
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-11 10:15:18 +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
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
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
fcde5d9fbf add a section about asset compression
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-17 21:09:20 +02:00
Julius Härtl
72e2ca4b9d
Merge pull request #10568 from joshtrichards/jr-nginx-docs-10115 2023-06-13 10:47:27 +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
Julius Härtl
080bfb95aa
Merge pull request #10581 from joshtrichards/jr-hardening-security-disable-debug-mode 2023-06-09 16:34:35 +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
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
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
Florian Diwald
b1542a7512 Merge 'nextcloud/master' 2023-05-27 11:03:05 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
J0WI
6aca4a6958
Merge pull request #9230 from pulsejet/patch-jit
Add JIT to server tuning
2023-02-08 14:46:10 +00: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
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
Daniel
b9e0281578
Merge branch 'master' into patch-22
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-01-11 00:17:20 +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
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
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
Varun Patil
a445c80695
Add JIT to server tuning
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2022-12-08 15:16:56 -08:00
p-bo
e35c310cbd
Fix grammar 2022-12-04 21:00:33 +01:00
p-bo
7980625b56
Rephrased as sugested 2022-12-04 18:30:30 +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
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
Joas Schilling
41913d1558
Fix syntax issues
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-17 14:34:58 +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
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
Simon L
647d73b90f add postgres 15 back
Signed-off-by: Simon L <szaimen@e.mail.de>
2022-11-14 11:59:29 +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
szaimen
91eb326ac7 64-bit is required for NC26
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-11-02 11:08:53 +01: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
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
J0WI
ca0831e45d Update recommend MariaDB versions
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-10-07 14:18:23 +02: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
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
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
c724e53f74
Merge pull request #9114 from likeazir/master
remove invalid trailing semicolon from hsts header
2022-08-02 21:52:58 +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
szaimen
44d0fb4471 document that 64bit is required
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-07-11 16:17:42 +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
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
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
Carl Schwan
9c0e018f18 Improve Upload speed with nginx
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-19 16:33:35 +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
Joas Schilling
8bdf74c9c9
Merge pull request #8278 from nextcloud/CarlSchwan-patch-1
Fix links formatting
2022-05-09 11:25:56 +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
Carl Schwan
d27cbfec56
Fix links formatting
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05 16:33:39 +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
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
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
Joas Schilling
503e0b7cd7
Adjust PHP requirements for 24 2022-03-29 21:26:37 +02: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
Jan Kiesewetter
261d6dafe4 Prevent nginx HTTP Server Detection
Signed-off-by: Jan Kiesewetter <jan@t3easy.de>
2022-03-02 11:41:17 +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
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
63d86393e0
Fix "Malformed table."
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-22 14:17:47 +01:00
Robin Appelman
d70354d7bd fix nginx cache immutable example 2022-02-21 15:34:54 +01:00