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
Jos Poortvliet
a9a4591c2b
add the note about 4 byte support
...
So ppl don't miss it... Including me...
2021-06-17 10:17:59 +02:00
Julius Härtl
eb5bcfd87a
Extend legacy encryption scan docs
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-14 16:20:59 +02:00
Julius Härtl
2901259af7
Update log filed schema
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-10 10:51:19 +02:00
simonspa
583321f3a9
Update nginx-root.conf.sample
...
Signed-off-by: Simon Spannagel <simonspa@kth.se>
2021-06-07 19:02:57 +02:00
acsfer
b4d14a9df1
Typo
2021-05-24 19:58:27 +02:00
acsfer
3f4541b4cc
Add a warning about limited support for NGINX
2021-05-24 10:58:49 +02:00
Nextcloud bot
2350b4ff36
generate documentation from config.sample.php
2021-05-22 04:14:32 +00:00
HouraisanNEET
20200912c2
Suggest Installing PHP Module Filter
...
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
2021-05-15 20:12:49 +08:00
Nextcloud bot
a051e3ff9f
generate documentation from config.sample.php
2021-05-04 04:07:23 +00:00
Morris Jobke
5ba9346879
Merge pull request #6504 from nextcloud/revert-6393-design/image-alt-tags
...
Revert "Fix images and alt tags, fix #621 , fix #622 "
2021-05-03 15:17:12 +02:00
Morris Jobke
6c53fcae70
Merge pull request #6561 from nextcloud/updater
...
add info about updater
2021-05-03 15:12:26 +02:00
Jos Poortvliet
9e2b480821
add info about updater
...
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2021-05-03 12:48:04 +02:00
Jos Poortvliet
7a2d60d4ef
Merge branch 'master' into general-improvements
2021-05-03 10:08:15 +02:00
Roeland Jago Douma
eb82b93a46
Revert "Fix images and alt tags, fix #621 , fix #622 "
2021-04-30 13:18:44 +02:00
Andrej Shadura
fc458d5e7c
Add basic documentation for multibucket object store
...
This configuration sample quite sadly was lost during some
reorganisation in the past. It’s quite useful to be kept in the main
documentation.
Signed-off-by: Andrej Shadura <andrew@shadura.me>
2021-04-28 12:38:35 +02:00
Florian Diwald
698b25e5b5
fix HSTS header in nginx subdir configuration
...
Signed-off-by: Florian Diwald <fdiwald@hotmail.com>
2021-04-18 14:47:46 +02:00
Jan C. Borchardt
444d91253e
Fix images and alt tags, fix #621 , fix #622
...
- Change all `.. figure::` elements to `.. image::`
- Add empty `:alt:` so it is clear to screen readers that the images are decorative and don’t duplicate content
- Update styleguide with that info
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-15 20:18:42 +02:00
Sascha Wiswedel
d70a2d8016
added brute-force settings to supported apps
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-04-14 14:17:28 +02:00
Sascha Wiswedel
3c38728880
explained log fields
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-04-14 09:14:51 +02:00
Morris Jobke
56bc64e362
Merge pull request #6367 from jkemming/patch-2
...
Fix typos
2021-04-09 21:34:13 +02:00
Jan-Nick Kemming
00695a34e6
Fix typos
2021-04-09 18:47:22 +00:00
Jani Uusitalo
37dcac99eb
Fix "An Nextcloud" typo
...
Signed-off-by: Jani Uusitalo <jani@mummila.net>
2021-04-09 14:41:51 +03:00
Joas Schilling
f95848b07c
Add docs for patching an instance
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-09 11:50:31 +02:00
MichaIng
9178d3b898
Fix Nginx .well-known redirects ( #6221 )
...
- Follow the .htaccess and exclude .well-known redirects for ACME challenges and PKI validation, which are not handled by Nextcloud, and handle requests for `/remote`
- Preserve the query string when redirecting .well-known URIs.
- Separate the example config files from nginx.rst
Signed-off-by: MichaIng <micha@dietpi.com>
2021-04-07 23:21:21 +01:00
Jani Uusitalo
0fcfbf99d8
Fix typo (successfull -> successful)
...
Signed-off-by: Jani Uusitalo <jani@mummila.net>
2021-04-05 14:42:45 +03:00
Curtis Parfitt-Ford
34ba1947ab
Document primary object storage breaking SSE
...
Server-side encryption breaking when using object storage as a primary storage backend is significant, and people should be aware of it when reading documentation rather than running into the issue after having already set up Nextcloud.
Signed-off-by: Curtis Parfitt-Ford <curtis@mashedkeyboard.me>
2021-04-01 01:11:39 +01:00
Nextcloud bot
c8c0c2d2e3
generate documentation from config.sample.php
2021-03-30 04:01:41 +00:00
Morris Jobke
c4afd0dd00
Merge pull request #6325 from J0WI/crypt-defaults
...
Update cipher defaults
2021-03-29 13:30:13 +02:00
Christian Hartmann
2843dd81cd
Fix password policy documentation
...
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2021-03-28 00:02:31 +01:00
J0WI
645fab4504
Update cipher defaults
2021-03-26 19:37:50 +01:00
Joas Schilling
304baa3bdf
Fix link to "List of editable data fields"
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-24 09:37:08 +01:00
Joas Schilling
0ff91b66cb
Add docs for getting the fields list
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-23 08:52:30 +01:00
Michael Griego
e1e1487f86
Notes on using the Redis session handler
...
Requested by https://github.com/nextcloud/docker/pull/1364#issuecomment-765472103
Signed-off-by: Mike Griego <mike@griegocentral.com>
2021-03-21 12:31:02 -05:00
Morris Jobke
419a126f33
Fix underline
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-03-17 14:23:17 +01:00
ZeroPointMax
9b6ebc8998
add newline in reverse proxy docs
...
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org>
2021-03-17 08:51:51 +00:00
Morris Jobke
ba1f758091
Merge pull request #6236 from mradhi/patch-2
...
Fix typo
2021-03-16 22:37:20 +01:00
Morris Jobke
ae995b2e6a
Merge pull request #6082 from Steve8291/patch-4
...
Add note about when to enable SSL
2021-03-16 22:35:15 +01:00
Morris Jobke
6fd483d08d
Merge pull request #6207 from Chartman123/add-postgres-versions
...
Add PostgreSQL version 12 and 13 to requirements
2021-03-16 22:17:35 +01:00
Morris Jobke
8d67702d05
Merge pull request #6223 from StefanZGit/patch-3
...
Update release_schedule.rst
2021-03-16 22:15:18 +01:00
Morris Jobke
27ffdc8ed7
Merge pull request #6238 from nextcloud/nc-doc-6046
...
Remove configuration examples
2021-03-16 22:11:59 +01:00
Morris Jobke
22fbd531f8
Merge pull request #6231 from HouraisanNEET/php-phar
...
Update source_installation.rst
2021-03-16 22:10:48 +01:00
Morris Jobke
e21789bbe7
Merge pull request #6240 from nextcloud/trusted-proxies-host
...
Remove "host to resolve" from the list of valid options for `trusted_proxies`
2021-03-16 22:10:05 +01:00
kesselb
570a2960c3
Merge pull request #6218 from gonzalo-/master
...
Add support to OpenBSD
2021-03-16 20:54:10 +01:00
gonzalo-
b6d8f1b9fd
Update example_openbsd.rst
...
fix warning
Signed-off-by: gonzalo- <gonzalo@x61.com.ar>
2021-03-16 21:44:02 +01:00
Morris Jobke
1a85b35587
Merge pull request #6197 from francislavoie/patch-2
...
Clean up Caddy proxy example
2021-03-16 17:06:20 +01:00
Robin Appelman
cfd4c494f7
Remove "host to resolve" from the list of valid options for trusted_proxies
...
There is no code to actually support that as far as I can tell
2021-03-12 11:54:44 +00:00
acsfer
35fa146062
Remove configuration examples
...
Values are very specific for each system.
Fix https://github.com/nextcloud/documentation/issues/6046
2021-03-09 19:23:05 +01:00
Mohamed Radhi Guennichi
0defa1bf7e
Fix typo
2021-03-09 14:26:28 +01:00
Nextcloud bot
84a690983c
generate documentation from config.sample.php
2021-03-09 04:02:02 +00:00
hashashin1191
99a253b50d
Update source_installation.rst
...
Signed-off-by: hashashin1191 <hashashin1191@protonmail.com>
#6224
2021-03-07 01:54:02 +08:00
Nextcloud bot
6494caed62
generate documentation from config.sample.php
2021-03-02 04:08:09 +00:00
Stefan
c82b119d5f
Update release_schedule.rst
2021-02-25 08:51:24 +01:00
github-actions[bot]
62a569efc7
Add support OpenBSD
...
Signed-off-by: gonzalo <gonzalo@x61.com.ar>
2021-02-19 18:28:55 +01:00
Christian Hartmann
93ed66d5ec
Add PostgreSQL version 12 and 13 to requirements
...
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2021-02-12 22:40:06 +01:00
Francis Lavoie
f45a414a3c
Update reverse_proxy_configuration.rst
2021-02-10 12:37:05 -05:00
Francis Lavoie
764d1234b3
Clean up Caddy proxy example
...
It's incorrect to use `reverse_proxy` for the dav paths because Caddy does not support paths in proxy addresses. Using a rewrite is the correct solution.
Was also pointed out here: https://github.com/nextcloud/documentation/pull/5894#issuecomment-772874944
2021-02-10 12:34:45 -05:00
MariusBluem
b2f3e3d0c8
Apply suggestions from code review
...
Co-authored-by: kesselb <mail@danielkesselberg.de>
2021-02-09 01:39:01 +01:00
Julius Härtl
f47e0a71f4
Add note about SAML limitation to apply to all login credential based auth mechanisms
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-02-04 11:04:33 +01:00
Marius Blüm
ac59ddfed6
Update Release Schedule + Minor fixes
...
Signed-off-by: Marius Blüm <marius@lineone.eu>
2021-01-31 23:46:00 +01:00
Pierre Ozoux
6e14f4e5af
Adds warning about user deletion and object store
...
Documents bug https://github.com/nextcloud/server/issues/9690
2021-01-31 18:36:28 +01:00
Nextcloud bot
2d2275cd59
generate documentation from config.sample.php
2021-01-29 04:00:06 +00:00
Steve8291
564286ecaa
Add note about when to enable SSL
...
As the manual currently reads it sounds like you should always enable SSL for your database. Added note explaining that is is only necessary when you connect remotely.
Since the default install for MariaDB or MySQL only allows communication on localhost through a unix socket, this will not need to be configured for most installs.
2021-01-23 14:38:58 -05:00
Weston Myers
1350b0b86a
Update reverse_proxy_configuration.rst
...
Tiny update, but there was a typo that would prevent redirection from occurring properly for Traefik.
2021-01-22 05:25:33 -05:00
Morris Jobke
36e687596a
Combine the two Nginx reverse proxy examples
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-20 15:27:48 +01:00
Yash
c0335338ce
Update reverse_proxy_configuration.rst
...
nginx redirect example
2021-01-20 15:13:06 +01:00
Steve8291
c6ad56441c
Fixed some sentence structure
...
Adjusting grammar.
2021-01-18 19:26:39 -05:00
Joas Schilling
fda64d48c9
Adjust more php versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-15 11:53:10 +01:00
Joas Schilling
dfe90ce2e8
Adjust the manual to MySQL 8 required
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-15 11:47:28 +01:00
Morris Jobke
73dfc413c2
Merge pull request #5853 from Omemanti/patch-2
...
Update example_ubuntu.rst
2021-01-15 09:52:04 +01:00
blizzz
c4a1b25c04
Merge branch 'master' into fix_systemd_cron
2021-01-14 21:55:12 +01:00
Christoph Wurst
0981cacc15
Merge pull request #5936 from nextcloud/update-migration-docs-oc-nc
...
Add doc to migrate from OC 10.5 to NC 20.0
2021-01-13 07:10:53 +01:00
Nextcloud bot
0488937981
generate documentation from config.sample.php
2021-01-13 04:01:37 +00:00
Vincent Petry
9f9892f333
Add doc to migrate from OC 10.5 to NC 20.0
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-12 18:09:24 +01:00
Morris Jobke
aeb00d8f23
Merge pull request #5857 from nextcloud/anoymouserver/remove-global-browser-caching
...
remove global browser caching
2021-01-12 18:00:32 +01:00
Morris Jobke
e7d295e779
Merge pull request #5894 from serafdev/patch-2
...
Caddyfile reverse_proxy example
2021-01-11 12:47:05 +01:00
Nextcloud bot
133fc61270
generate documentation from config.sample.php
2021-01-09 04:09:02 +00:00
Sascha Wiswedel
2e7383e709
made log watching via occ more precise
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:48:48 +01:00
Sascha Wiswedel
1e11ded034
cleaned up order of occ logging documentation
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:47:50 +01:00
Sascha Wiswedel
b37be1ffbb
cleaned up occ logging documentation
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:47:05 +01:00
Sascha Wiswedel
b90e9b1ac1
added occ commands from Log Reader
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:29:13 +01:00
Morris Jobke
e26ad35ab5
Update admin_manual/installation/system_requirements.rst
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-07 08:43:32 +01:00
Roeland Jago Douma
241de74228
Update system requirements
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-06 21:29:11 +01:00
فارس
336b713724
gaddyfile reverse_proxy example
...
Added a Caddy reverse_proxy example
Signed-off-by: serafdev <fares@seraf.dev>
2021-01-06 14:42:13 -05:00
Joas Schilling
442bc34b52
Merge pull request #5852 from nextcloud/enh/del-table-prefix
...
Table-Prefix is not available anymore
2021-01-04 14:27:38 +01:00
anoy
3e32818aa7
remove global browser caching
...
Signed-off-by: anoy <anoymouserver@users.noreply.github.com>
2021-01-03 19:41:25 +01:00
Julius Härtl
73a6692741
Add documentation about occ files:scan-app-data
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-29 09:38:05 +01:00
tflidd
cf8d6b44e4
Merge pull request #5831 from anirudhdggl/master
...
Updated the docs for ease
2020-12-29 00:51:33 +01:00
Omemanti
87c1ddf398
Update example_ubuntu.rst
...
tar command gave errors, (typo?)
-xfjv => -xjvf
tar -xfjv nextcloud-x.y.z.tar.bz2 => tar -xjvf nextcloud-x.y.z.tar.bz2
2020-12-27 10:32:58 +01:00
Daniel Kesselberg
baf5ee0e7c
Table-Prefix is not available anymore
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-12-25 15:36:22 +01:00
Nextcloud bot
f88e0a964e
generate documentation from config.sample.php
2020-12-23 03:56:36 +00:00
John Molakvoæ
64b193302e
Merge pull request #5590 from nextcloud/feat/dav/move-calendar-rename
2020-12-22 08:45:05 +01:00
John Molakvoæ
b42ce60299
New lines are nice
2020-12-22 08:42:24 +01:00
John Molakvoæ
54daf5d82a
No more --force-rename
2020-12-22 08:41:38 +01:00
Nextcloud bot
122f0e6ace
generate documentation from config.sample.php
2020-12-22 03:57:31 +00:00
Julius Härtl
4f454bf5ff
Merge pull request #5825 from nextcloud/fix/admin-webserver-well-known-handling
...
Update admin webserver config recommendations for well known handlers
2020-12-21 07:41:31 +01:00
Anirudh Duggal
ba34d2c256
Since cron will be executed via PHP, cron.php does not need executable permissions
...
Signed-off-by: Anirudh Duggal <anirudhdggl@gmail.com>
2020-12-20 16:48:34 +05:30
Anirudh Duggal
9d3360c264
Modified server tuning docs to ensure that a person can find out if they already have HTTP2 enabled or not before going about reading how to do it. Also this would prevent the additional effort he has to do to find out a way to see if HTTP2 is already enabled or not
...
Signed-off-by: Anirudh Duggal <anirudhdggl@gmail.com>
2020-12-19 12:27:11 +05:30
Anirudh Duggal
e977d3da77
Modified cron job docs so that user does not end up searching for a solution and later find out that it was a chmod chown issue
...
Signed-off-by: Anirudh Duggal <anirudhdggl@gmail.com>
2020-12-19 12:24:47 +05:30
Nextcloud bot
29cd4a3e2b
generate documentation from config.sample.php
2020-12-18 03:57:07 +00:00
Nextcloud bot
add63869e2
generate documentation from config.sample.php
2020-12-17 03:55:17 +00:00
Christoph Wurst
c9918d47c2
Update admin webserver config recommendations for well known handlers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-16 10:36:10 +01:00
Nextcloud bot
6e30ea8853
generate documentation from config.sample.php
2020-12-09 03:53:16 +00:00
Sascha Wiswedel
16bc20a7c3
minor grammar corrections
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-12-08 10:42:03 +01:00
John Molakvoæ
a33ac2ff2a
Add move-calendar-rename flag docs
2020-12-08 10:37:46 +01:00
Elliott Partridge
876021c5ca
Add Traefik v1 TOML example
...
It took me a little while to figure out the correct configuration for Traefik v1 using the traefik.toml for configuration. So, I figured it would be helpful to document my findings.
Signed-off-by: Elliott Partridge <elliott.partridge@gmail.com>
2020-12-03 12:15:15 -05:00
Christoph Wurst
ce5134fb87
Deprecate the app code checker
...
* Remove from app publishing guide
* Add to app upgrade guide
* Drop from admin manual (kind of inappropriate anyway)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-03 10:44:09 +01:00
Georgiy Sitnikov
f22f40b57b
Correction
...
I believe "specific users in a space-delimited list" should looks like this. Or?
2020-12-02 10:40:37 +01:00
Morris Jobke
a846e7a20d
Merge pull request #5465 from nextcloud/wiswedel/admin_documentation/upgrading/558_upgradePath
...
Describe step-by-step upgrading better
2020-12-01 10:54:54 +01:00
Sascha Wiswedel
a48e49e918
documented occ sharing commands
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-25 10:23:46 +01:00
Sascha Wiswedel
0944962916
Describe step-by-step upgrading better
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-25 09:56:32 +01:00
Christoph Wurst
c6b7f5a59c
List bg version expiration as limitation of session cred ext strg
...
Background version expiration doesn't work if cron can't access the
storage. This limitation wasn't documented.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-25 09:37:00 +01:00
Sascha Wiswedel
b4ba21d874
replace "persons"
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 12:17:14 +01:00
Sascha Wiswedel
0a2174eb1f
Fix wrongful description of transfer-ownership
...
clarify share handling
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 09:16:08 +01:00
Mat M
20aadeef29
Improve suggested command line
...
Since mostly the www-data user has no shell, you cannot easily cd and the sudo locally.
Signed-off-by: Mat M <matm@gmx.fr>
2020-11-22 23:59:07 +01:00
kesselb
588d8caeb1
Merge pull request #5423 from nextcloud/wiswedel/admin_manual/external_files__userVariables
...
usage of variables in external storage mount points
2020-11-20 19:54:41 +01:00
Morris Jobke
64405a98ee
Merge pull request #5278 from victorjoos/master
...
Adds links to end of ubuntu 20.04 example
2020-11-19 22:06:39 +01:00
Sascha Wiswedel
db68298315
formatting and wording retouching
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 17:52:51 +01:00
Bowen Ding
25584ed13d
Make systemd not kill child processes of a cron job when it finishes
...
Signed-off-by: Bowen Ding <dbw9580@live.com>
2020-11-16 19:39:22 +08:00
Sascha Wiswedel
bb393f38eb
documented usage of variables for external storages
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 11:43:57 +01:00
Sascha Wiswedel
854c0f5c47
updated external storage app store screenshot
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 11:43:28 +01:00
Daniel Calviño Sánchez
f46fc733b0
Fix description of "Enforce expiration date" parameter
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-13 08:56:13 +01:00
Sascha Wiswedel
c972cd69b6
document upload chunk size
...
documenting https://github.com/nextcloud/server/pull/7056
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-10 15:17:46 +01:00
Simon Westersund
dcec6d6582
Admin manual: Fix another typo and missing value
...
- "skip_server_name" with underscores.
- Add "= 1" which was missing. Assuming that the previous author meant
to enable this, since the default is 0.
Signed-off-by: Simon Westersund <swestersund@users.noreply.github.com>
2020-10-30 15:16:21 +02:00
Simon Westersund
f08de1c7b0
Admin manual: Fix typo in MySQL/MariaDB properties
...
- Change dashes to underscores in the property names. Verified the names
via the following documentation pages:
- MySQL: https://dev.mysql.com/doc/refman/8.0/en/server-option-variable-reference.html
- MariaDB: https://mariadb.com/kb/en/server-system-variables/
Signed-off-by: Simon Westersund <swestersund@users.noreply.github.com>
2020-10-30 15:05:19 +02:00
Morris Jobke
e90372eb4b
Update admin_manual/configuration_database/linux_database_configuration.rst
2020-10-28 15:30:49 +01:00
AndrewwHummer
66d13f2d44
Update admin_manual/configuration_database/linux_database_configuration.rst
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-10-28 14:07:15 +01:00
AndrewwHummer
b071977647
add mysql ssl config
...
add mysql ssl config
2020-10-28 12:54:58 +01:00
Victor Joos
8eddc06b54
Adds links to ubuntu 20.04 example
...
The current documentation ends abruptly when only reading the "example
installation on ubuntu 20.04" document. This commit adds some links for the
next (potential) steps.
Signed-off-by: Victor Joos <victor.joos@uclouvain.be>
2020-10-20 15:06:16 +02:00
Vanessa
d5e97616bc
Update encryption_configuration.rst
...
Removed ownCloud link
2020-10-20 10:08:24 +02:00
Morris Jobke
db8dcedaf2
Clarify on InnoDB file format
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-20 09:40:57 +02:00
Christoph Wurst
a326726214
Add admin occ app installation docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-14 14:23:32 +02:00
nienzu
9577b87f58
Use GET instead of POST User Provisioning API
2020-10-08 16:15:46 +08:00
Morris Jobke
3b03d75fc3
Merge pull request #5038 from srbaker/master
...
Clarify the virtual host and directory installation methods.
2020-10-06 22:28:16 +02:00
Morris Jobke
75ec4ada00
Recommend Ubuntu 20.04 instead of 18.04
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-06 09:06:24 +02:00
Morris Jobke
b3a3a6497b
Merge pull request #5156 from Nowaker/patch-2
...
server_tuning.rst: escape regexp properly
2020-10-06 09:04:28 +02:00
Nextcloud bot
a25a363592
generate documentation from config.sample.php
2020-10-05 03:48:21 +00:00
Damian Nowak
ce26db2d52
server_tuning.rst: escape regexp properly
...
Some shells like zsh will not auto-escape an argument if no match is found on the filesystem.
2020-10-03 21:16:06 -05:00
Steven R. Baker
bf4be01a7e
Clarify the virtual host and directory installation methods.
...
The existing documentation makes it look as though Debian-likes only
supports directory-based configuration, and RH-likes only support
VirtualHost configuration.
I think this update is more clear about the options.
Signed-off-by: Steven R. Baker <steven@stevenrbaker.com>
2020-09-23 12:27:00 +02:00
Nextcloud bot
012e83f150
generate documentation from config.sample.php
2020-09-18 03:39:37 +00:00
J0WI
122ed88e53
Update urls to HTTPS
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-17 20:33:30 +02:00
Morris Jobke
9873b6be34
Merge pull request #2772 from AndrewwHummer/patch-2
...
Example centos walkthrough, add working secure apache config
2020-09-14 17:11:10 +02:00
Morris Jobke
ad1a606b3b
Fix unwanted comment in output
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:55:58 +02:00
Morris Jobke
5146a352e1
Fix user manual links
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:38:25 +02:00
Morris Jobke
bca770da73
Fix l10n build for user manual
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:25:25 +02:00
Morris Jobke
8a98803aac
Merge pull request #3608 from keunes/patch-2
...
Update caching_configuration.rst
2020-09-09 18:29:12 +02:00
Martin
2b0d464150
Fix typos
2020-09-02 13:52:18 +02:00
Roeland Jago Douma
fa9d22b030
Add encryption migration docs
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-01 12:54:40 +02:00
Keunes
e4f08b5af7
Update caching_configuration.rst
...
Expand Redis explanation: inform user to update Redis config, and update socket name to a [more modern](https://help.nextcloud.com/t/error-redisexception-no-such-file-or-directory-at-closure/90684/2 ) one.
2020-08-27 10:20:25 +02:00
Jos Poortvliet
7a3fa8cc42
Update external_storage_configuration_gui.rst
...
Note that server-side encryption doesn't work with Nextcloud servers used as external storage.
2020-08-21 17:09:20 +02:00
Nextcloud bot
3bfc5d456a
generate documentation from config.sample.php
2020-08-20 03:41:52 +00:00
Matthieu Bacconnier
355bad4931
Add missing space
...
And remove unnecessary hyphen.
2020-08-18 09:04:54 +02:00
Bjoern Schiessle
dc8c6185c3
render code block correctly
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2020-08-14 10:24:02 +02:00
Morris Jobke
14b9109bc0
Merge pull request #3019 from nextcloud/schiessle-patch-2
...
Update file_sharing_configuration.rst
2020-08-13 20:46:05 +02:00
Bjoern Schiessle
0ee85e2441
add documentation for the new "notification"-option of the rentention app
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2020-08-13 16:17:53 +02:00
Bjoern Schiessle
73b4ac2436
adjust wording to the user interface
2020-08-13 16:08:01 +02:00
Björn Schießle
356aad9349
fix typo
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-08-13 15:35:47 +02:00
Björn Schießle
1e1576568d
fix typo
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-08-13 15:35:32 +02:00
Björn Schießle
b6e5a67680
Document some new sharing features:
...
1. default expire date vs max expire date
2. notification for shares which expire soon
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2020-08-13 15:27:26 +02:00
Morris Jobke
af95766501
Fix updated name
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-13 13:41:44 +02:00
Morris Jobke
17d792c668
Merge pull request #2981 from nextcloud/enh/noid/disable-admin-changed-email-appconfig
...
Add app config option to disable "Email was changed by admin" email
2020-08-12 16:46:13 +02:00
Morris Jobke
a3edb5c876
Add info about LDAP info caching
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Update admin_manual/configuration_user/user_auth_ldap.rst
Co-authored-by: blizzz <blizzz@arthur-schiwon.de>
2020-08-12 16:40:42 +02:00
Morris Jobke
f42d8a5a4d
Add app config option to disable "Email was changed by admin" email
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-12 12:29:14 +02:00
Nextcloud bot
5502711cc4
generate documentation from config.sample.php
2020-08-12 03:39:27 +00:00
Morris Jobke
c88a15c11b
Merge pull request #2197 from jivanpal/patch-2
...
Update nginx.rst -- Reworked the Nginx configs
2020-08-10 16:52:48 +02:00
Morris Jobke
a59ab43864
Update admin_manual/release_schedule.rst
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-10 16:03:13 +02:00
Stefan
3df3e0e57e
Update release_schedule.rst
...
Added 19 to current Versions and moved 16 to older Versions.
2020-08-10 15:38:54 +02:00
Jivan Pal
2fa446d4e2
Change alias to root, as per discussion:
...
https://github.com/nextcloud/documentation/pull/2197#discussion_r467362742
2020-08-08 16:28:01 +01:00
Nextcloud bot
4783e28ee5
generate documentation from config.sample.php
2020-08-08 03:40:43 +00:00
Jivan Pal
776d23d52e
Update comment
2020-08-08 00:36:41 +01:00
AndrewwHummer
3fa705e4d0
Update example_centos.rst
...
add ref to detailed apache config back again
2020-08-07 14:23:33 +02:00
AndrewwHummer
63cb4ad484
Example centos, add working secure apache config
...
It would be really helpful if the example of a CentOS Configuration Walkthrough would directly contain a working and secure apache configuration.
Just the Reference to the detailed apache config is not adequate and too easy to overlook and users will end up with an unsecure and broken config. This could lead to the usual htaccess not working questions.
So here is my proposal :)
2020-08-07 11:17:34 +02:00
Joshua Ruehlig
892754cadb
More ugly non-capturing changes
2020-08-06 10:33:34 -07:00
Joshua Ruehlig
42cbf655c3
Making comment consistent
2020-08-06 10:25:09 -07:00
Jivan Pal
1c4b5aa32c
Merge since my last push
2020-08-06 17:27:50 +01:00
Jivan Pal
66f7342c64
Made 2 changes to nginx.rst:
...
- Changed `try_files` for `/.well-known` to allow URIs that we don't handle and not pass them to our front-end controller
- Changed rule to match `/nextcloud/*` from regex rule to equivalent prefix rule
2020-08-06 17:18:10 +01:00
Joshua Ruehlig
59c946850a
Update nginx.rst
...
Note is no longer relevant
2020-08-06 04:41:28 -07:00
Joshua Ruehlig
f383cf62eb
Update nginx.rst
...
Discussed here > https://github.com/nextcloud/documentation/pull/2197#discussion_r453641162
2020-08-06 03:15:55 -07:00
Joshua Ruehlig
1835250df2
Another minor change
...
You probably are correct on NGINX optimizing groups with unused captures into non-capturing groups, but unless we know for sure/see documentation I think it is best we are explicit.
2020-08-06 02:07:55 -07:00
Joshua Ruehlig
f598e2423c
Basic changes
...
I think we mostly agree on these, grouping them for easy merging.
Creating a new branch is giving me an error for some reason, so I will commit directly. If necessary we can always revert.
2020-08-06 01:43:10 -07:00
John Molakvoæ
2c78ccb570
Merge pull request #2714 from stefan123t/patch-2
...
Update general_troubleshooting.rst with correct CalDAV/CardDAV redirection
2020-08-02 19:18:51 +02:00
Hans Erasmus
9fa919502a
Update example_centos.rst
...
Not sure why the needed to be built manually? But a fresh install with remi 7.4 gives `php-pecl-imagick-3.4.4-10.el8.remi.7.4` and `php-pecl-redis5-5.3.1-1.el8.remi.7.4` respectively.
2020-07-31 22:51:02 +02:00
stefan123t
7ac111b272
Update general_troubleshooting.rst
2020-07-31 22:43:30 +02:00
Morris Jobke
26c59e9716
Merge pull request #2421 from eibex/master
...
Add fail2ban hardening
2020-07-30 09:31:30 +02:00
Eibe
981accc0e7
Add fail2ban hardening
...
Signed-off-by: Eibe <40539455+eibex@users.noreply.github.com>
2020-07-29 23:47:39 +02:00
Nextcloud bot
79bb4a837b
generate documentation from config.sample.php
2020-07-29 03:42:56 +00:00
Jivan Pal
cc79936a73
"NextCloud" → "Nextcloud"
2020-07-27 19:59:12 +01:00
John Molakvoæ
9d070372df
Merge branch 'master' into wiswedel/sharing
2020-07-27 20:35:03 +02:00
Daniel Böhmer
fb51fbefe0
Escape line breaks in multiline command
2020-07-23 13:01:18 +00:00
Jacob Neplokh
cdfdc59516
Clarify the “disable” option disables the app
...
Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
2020-07-22 09:05:25 -07:00
Morris Jobke
6d89436da1
Merge pull request #2203 from Gatak/patch-2
...
Add jpeg quality documentation
2020-07-20 16:04:05 +02:00
Morris Jobke
d8171d21ed
Update admin_manual/configuration_files/previews_configuration.rst
...
Co-authored-by: kesselb <mail@danielkesselberg.de>
2020-07-20 16:03:43 +02:00
benks
43e4a93b66
Update source_installation.rst
...
repaired Bullet Points.
2020-07-20 14:44:05 +02:00
Aleksandar Todorović
ca446dc72a
Mentions app:remove
...
Just stumbled upon #2054 , which mentions removing and installing the app again as a solution. Checked this page, which didn't mention anything about app removal.
I basically winged it with `app:remove` and it worked:
```bash
$ php occ app:remove calendar
calendar disabled
calendar removed
$ php occ app:install calendar
calendar installed
calendar enabled
```
This PR just adds app:remove under app commands list.
Signed-off-by: Aleksandar Todorović <aleksandar@sigurnost.online>
2020-07-17 15:21:41 +02:00
Gatak
8f1a3ef37f
Add jpeg quality documentation
...
Added a section on how to change the default jpeg quality for generated thumbnails. Default is 90, and it is worth noting that users can change this.
1e281bc616
b5a30d5cd6/tests/lib/ImageTest.php (L143)
2020-07-16 15:58:34 +02:00
Ethan Fie
fc68c5902b
Update example_ubuntu.rst
...
tar extract would not work without the -v option added to the command
2020-07-12 17:26:29 -05:00
Ethan Fie
65fb0798a9
Update example_ubuntu.rst
...
I'm somewhat new to the Linux world and was doing this on a fresh install of Ubuntu. I needed to run the apt update command in order to fetch package information for the following commands and get them to run/install the necessary packages.
I also needed to start the MySQL server instance before I was able to run the listed commands.
2020-07-12 17:11:55 -05:00
Jivan Pal
fa55f48e6c
Made 4 changes to nginx.rst
...
- Removed `index.htm` from `index` directive
- Rewrote `DavClnt` user agent handler using `location =` and `return`, rather than `rewrite`
- Removed block which prevents access to hidden files; incorporated rule to prevent access to root-level hidden folders into existing regex rule, as in `.htaccess`
- Removed `$uri/` from `try_files` directives for static files
Signed-off-by: Jivan Pal <jivan.pal@gmail.com>
2020-07-12 21:28:26 +01:00
Jivan Pal
6b40a23ab9
Update nginx.rst -- Reworked the Nginx configs
...
After inspecting the Nginx configs currently seen at [ https://docs.nextcloud.com/server/19/admin_manual/installation/nginx.html ], I have notice that they are very redundant in some areas, and handle specific paths in special ways which are not needed, and which run the risk of needing to become more specific down the road if NextCloud adds new features, as well as not handling all static filetypes. I have reworked the configs from scratch by directly adapting the `.htaccess` files, and this is the result. Comments are included in the file to give rationale/explanation for why things are written in this new way, and if the maintainers decide to accept this pull request, I will leave it up to them to decide whether to include these expository comments upstream.
Signed-off-by: Jivan Pal <jivan.pal@gmail.com>
2020-07-12 02:44:33 +01:00
Kyle Fazzari
9f6f4442f7
Actually link to snap
...
That link includes details for how to install snapd if necessary. Also
add a brief blurb about what the snap actually is.
Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
2020-07-08 13:27:16 -07:00
Marco van Zwetselaar
770e180bbf
Document the need to symlink apps outside server root
...
Document that any apps path outside the server root must be symlinked from inside the server root.
Resolves issue https://github.com/nextcloud/server/issues/21292 .
2020-07-06 13:38:47 +03:00
Morris Jobke
8e8929f342
Merge pull request #2152 from EV21/increase-php-in-config
...
increase php version to 7.4 in NGINX configuration example
2020-07-05 23:12:50 +02:00
Morris Jobke
f46b7ffb5f
Merge pull request #2137 from Zocker1999NET/ext/apc_cli_define
...
admin/configuration/caching: Added possibility that apc.enable_cli is configurable for cron job call only
2020-07-05 23:12:11 +02:00
Morris Jobke
cce2355af8
Merge pull request #2148 from nathanhaines/patch-2
...
Update example_ubuntu.rst for Ubuntu 20.04 LTS
2020-07-05 23:09:12 +02:00
Morris Jobke
0eb6aa4646
Merge pull request #2143 from mmsaffari/patch-2
...
misspelled Imagemagik
2020-07-05 22:57:25 +02:00
OidaTiftla
6b360416ac
Correct typo: emoijs -> emojis
2020-07-04 22:53:48 +02:00
Morris Jobke
0a353ed6d1
Merge pull request #2169 from therealklanni/patch-2
...
Add audio formats
2020-07-03 12:36:43 +02:00
Morris Jobke
e70415f882
Merge pull request #2170 from PhoenixDiscord/patch-2
...
Fixed a typo
2020-07-02 23:38:22 +02:00
Billy
9dc0bf8cd2
Replacing 'a' with 'an'
...
Check your grammar next time!
2020-07-01 14:41:21 +01:00
LCD
24a7bd281a
Fixed a typo
2020-06-28 20:18:10 +02:00
Kevin Lanni
ad964b1a07
Add audio formats
...
Signed-off-by: Kevin Lanni <therealklanni@gmail.com>
2020-06-25 14:32:44 -07:00
Nextcloud bot
93d5ff8517
generate documentation from config.sample.php
2020-06-25 03:36:13 +00:00
Joas Schilling
e767a51556
Merge pull request #2167 from nextcloud/wording-custom-apps-store
...
Easier language for Using your own appstore
2020-06-24 09:46:16 +02:00
Daniel Kesselberg
de097dd20d
Make the text easier to read
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-06-23 22:24:38 +02:00
Joas Schilling
6033245489
Continue at step 3 of MySQL
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-18 08:38:36 +02:00
Eduard Veit
2ef5a460b1
increase php version in nginx config
...
Signed-off-by: Eduard Veit <developer@ev21.de>
2020-06-16 15:11:43 +02:00
Nathan Haines
d12878faaf
Update example_ubuntu.rst for Ubuntu 20.04 LTS
...
This documentation has been outdated since Ubuntu 18.04 LTS (mysql/mariadb don't prompt for a root password, so you need to create a Nextcloud user), but it doesn't work on Ubuntu 20.04 LTS because it uses explicit PHP version numbers and it omits some recommended PHP modules for Nextcloud Hub 18 and 19. I've updated the instructions to run on Ubuntu 20.04 LTS and have tested each step.
This page now leaves a new Ubuntu 20.04 LTS system in a state to continue the "Installation on Linux" steps starting with configuring Apache2 without errors.
Signed-off-by: Nathan Haines <nhaines@ubuntu.com>
2020-06-11 20:47:23 -07:00
Mohammad Mahdi Saffari
4009537139
misspelled Imagemagik
...
dnf complains about not finding `Imagemagik` and suggests you would install `ImageMagik`
2020-06-09 14:35:17 +04:30
Felix Stupp
38a0a33e4e
admin/configuration/caching: apc.enable_cli configurable on cron job call
...
Signed-off-by: Felix Stupp <felix.stupp@outlook.com>
2020-06-07 19:12:24 +02:00
Sascha Wiswedel
a595b195db
Merge pull request #2121 from nextcloud/wiswedel/transferOwnership
...
documentation for user invoked ownership transfer
2020-06-04 22:08:40 +02:00
Sascha Wiswedel
bd9ef16c19
purge strings about explicit Nextcloud versions
...
Versions deprecate fast and aren't needed in upstream documentation branches.
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-04 12:48:13 +02:00
Sascha Wiswedel
0e961f01e0
Merge pull request #2125 from nextcloud/wiswedel/fixups/checkAnnotations
...
fixes requested by check annotations
2020-06-03 15:18:07 +02:00
Sascha Wiswedel
5b7b24f18d
fixes requested by check annotations
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 13:42:26 +02:00
Sascha Wiswedel
972a22c346
more link fixes
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 13:01:37 +02:00
Sascha Wiswedel
e5faeed057
documentation for user invoked ownership transfer
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 12:54:53 +02:00
Sascha Wiswedel
cd14b603df
changed absolute links to relative links
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 12:03:23 +02:00
Sascha Wiswedel
55cf4e6436
hint on admin config
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-05-29 23:59:45 +02:00
Julius Härtl
07ff58b9e1
Extend whitelist for php entrypoints
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26 17:32:32 +02:00
J0WI
294eddb137
Document all log types
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-05-21 01:36:32 +02:00
Morris Jobke
e6e2c2e186
Merge pull request #2084 from nextcloud/wiswedel/supported_apps/maintenance
...
updated supported apps page
2020-05-18 12:54:30 +02:00
Sascha Wiswedel
2d02dd8a0a
fixup syntax error
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-05-15 14:49:30 +02:00
Sascha Wiswedel
ecad802e84
updated updated apps page
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-05-15 11:54:53 +02:00
Sascha Wiswedel
f34aacf311
Note on configuring failover LDAP servers
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-05-15 11:12:03 +02:00
Sascha Wiswedel
973ddc1213
Merge pull request #2078 from nextcloud/wiswedel/encryptionIssueSAML
...
Drawbacks of SAML auth on server-side encryption and 2nd hand auth
2020-05-15 10:37:24 +02:00
Sascha Wiswedel
0c9f6e4522
Drawbacks of SAML auth on server-side encryption and 2nd hand auth
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-05-15 10:25:16 +02:00
Sascha Wiswedel
f0c22c93f7
bump iOS min required version from 10 to 11
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-05-14 13:17:48 +02:00
Joda Stößer
3bfe7fa525
docs: file versioning: fix typo
2020-05-12 10:53:14 +02:00
Morris Jobke
7b4912c343
Merge pull request #2060 from fabian-hk/master
...
Improve SSL hardening guide
2020-05-12 08:56:37 +02:00
Dan Shields
1bac5b78ae
Update source_installation.rst
...
guessing this was an error. Remove or finish the thought?
2020-05-11 14:36:31 -06:00
Fabian Hauck
f174909c76
improved SSL hardening guide
...
Signed-off-by: Fabian Hauck <hauckfabian@gmail.com>
2020-05-10 14:11:08 +02:00
Georgiy Sitnikov
d48e0e3784
Added user:list options description
2020-05-07 10:57:08 +02:00
Morris Jobke
67010d83bf
Clarify on upgrade steps for long running steps
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-06 18:25:21 +02:00
Morris Jobke
ee6bd531af
Merge pull request #2040 from Lars1963/patch-2
...
New requirements for passwordless auth
2020-05-06 12:11:04 +02:00
Ruben Barkow-Kuder
7e8c634dd6
fix app:update command
2020-05-05 01:00:24 +02:00
Lars van Ravenzwaaij
fa2b94dfac
Edit Typo
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-05-04 17:08:53 +02:00
Nextcloud bot
9eb12ba47d
generate documentation from config.sample.php
2020-05-04 11:55:22 +00:00
Lars van Ravenzwaaij
34998b7467
fixup! New requirements for passwordless auth
2020-05-03 19:01:59 +02:00
Lars van Ravenzwaaij
6118e77bff
New requirements for passwordless auth
...
See https://github.com/nextcloud/server/issues/20600
2020-05-03 12:31:48 +02:00
tflidd
9ac533a8e5
Add correct syntax highlighting
...
Missing syntax highlighting for adding indices.
2020-05-03 11:38:06 +02:00
Eirik Smithsen
0e1634fe68
Fix reverse proxy documentation list formatting
...
reStructuredText requires a blank line before and after
lists to render correctly.
Signed-off-by: Eirik Smithsen <eirik.1996@hotmail.com>
2020-04-29 18:07:53 +02:00
Georgiy Sitnikov
d1afdc9520
Added Docker and Docker Compose howto
...
install ClamAV and expose Socket to the local Host
2020-04-29 14:02:57 +02:00
Morris Jobke
30d2060811
Clarify ownCloud migration version
2020-04-27 10:45:47 +02:00
Morris Jobke
99178ad216
Merge pull request #2021 from GAS85/patch-4
...
Added example rule to exclude folder
2020-04-23 14:14:58 +02:00
Georgiy Sitnikov
fc048dafa2
Small wording correction
2020-04-22 14:15:09 +02:00
Georgiy Sitnikov
2cd2939662
Added MOCK Screenshot.
2020-04-22 14:06:54 +02:00
Morris Jobke
6dacf77ff7
Merge pull request #1775 from jamesstout/occ_command_logging_options_fix
...
Fix formatting of occ log:manage options
2020-04-22 13:39:14 +02:00
Georgiy Sitnikov
a84602f064
Added example rule to exclude folder
...
Seems it was always asked about.
Picture download screenshot via https://gas85.ddns.net/index.php/s/TQ3Q9omcBRQsPFr and upload it to /images/
2020-04-22 12:53:31 +02:00
John Molakvoæ
9fcc590a34
Merge pull request #2015 from nextcloud/fix/centos-code-block
...
Fix code block
2020-04-22 11:00:44 +02:00
John Molakvoæ
d529a9f05c
Add missing block declaration
2020-04-22 10:36:47 +02:00
John Molakvoæ
7bac9a00c7
Fix code block
...
Fix #2011
2020-04-22 08:57:36 +02:00
Thomas Citharel
b17d900bbb
Add section on sharing and publishing calendars, and minor improvements
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-22 08:48:13 +02:00
Thomas Citharel
bb19a152ea
Improve admin groupware section
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-22 08:23:14 +02:00
Thomas Citharel
da8da265fd
Add Groupware section
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-22 08:23:13 +02:00
CJlano
75669ac395
Update Primary Storage doc for OpenStack Swift v3
...
Add scope/project with TenantName, as discussed in #11264 comment https://github.com/nextcloud/server/issues/11264#issuecomment-457525893
This is necessary for OVH Object Storage. Not sure for other providers.
2020-04-21 12:08:34 +02:00
Morris Jobke
3d30f430a0
Merge pull request #1902 from nextcloud/wiswedel/admin/sharingConfigUpdate19
...
updated sharing config page documentation
2020-04-21 12:05:19 +02:00
Morris Jobke
0d4b66e3e5
Merge pull request #1850 from ded7/patch-2
...
Add example Swift v3 scope
2020-04-21 12:03:34 +02:00
Morris Jobke
b00c1e4e6a
Change array syntax from array() to []
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-04-21 12:02:06 +02:00
Morris Jobke
6aa9c182bd
Fix paragraph layout after merging #1936
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-04-21 11:11:22 +02:00
Clément Duveau
16f8d0c8c0
Update documentation and readability
...
As my reverse proxy can change its IP address (self-healing, rolling update, etc) I resolve it only using internal DNS. I just tried and my Nextcloud install (officiel docker, no modifications) is able to resolve it.
Options for the array have been updated for readability
2020-04-21 09:03:55 +00:00
gunnaraas
bd37ca574f
Fixing small typo in docs
...
'environment' was spelled 'environmemt' on line 649
2020-04-21 10:33:54 +02:00
Morris Jobke
bd7e3174d8
Merge pull request #1962 from ptman/patch-2
...
Document "Invalid private key for encryption app"
2020-04-21 10:19:26 +02:00
Morris Jobke
fef343c1a8
Apply suggestions from code review
...
Co-Authored-By: J0WI <J0WI@users.noreply.github.com>
2020-04-21 10:11:09 +02:00
Morris Jobke
ca890fcf63
Merge pull request #1874 from nextcloud/add-activity-docs
...
Add more activity docs
2020-04-21 09:55:17 +02:00
Sascha Wiswedel
501dff418b
Merge pull request #1969 from nextcloud/wiswedel/appstoreUpdates
...
Bunch of updates to the app store documentation
2020-04-20 23:21:13 +02:00
kesselb
606a38090f
Merge pull request #1959 from mat-m/patch-2
...
Add NGINX reverse proxy code block
2020-04-20 21:43:46 +02:00
kesselb
ff12b6a877
Update admin_manual/configuration_server/reverse_proxy_configuration.rst
...
Co-Authored-By: Gary Kim <gary@garykim.dev>
2020-04-20 21:40:12 +02:00
kesselb
e7eec58711
Revert "Fix database file name in backup documentation"
2020-04-20 15:03:13 +02:00
Sascha Wiswedel
bf3788f020
added note about app store URL whitelisting
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:24:05 +02:00
Sascha Wiswedel
09d3d7d633
be more strict about licensing requirements
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:19:55 +02:00
Sascha Wiswedel
a0a7cb42c8
typo
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:19:19 +02:00
Sascha Wiswedel
3fe3811f6a
Gallery has been replaced by Photos
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:18:34 +02:00
Sascha Wiswedel
5f30a79edc
App Store: "official" is now "Featured"
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:15:49 +02:00
Sascha Wiswedel
8dad03115c
updated outdated docu link
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:10:01 +02:00
Sascha Wiswedel
ab88436ade
paragraph about "Approved" tagged apps does no longer apply
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:09:20 +02:00
Joas Schilling
d96e903ede
Add more activity docs
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-20 09:40:43 +02:00
Damien Regad
05a7e412ac
Fix typo in migrating.rst
2020-04-17 17:35:43 +02:00
Paul Tötterman
12d3934d75
Document "Invalid private key for encryption app"
...
Signed-off-by: Paul Tötterman <paul.totterman@iki.fi>
2020-04-15 11:27:39 +03:00
Mat M
529ee49511
Add NGINX reverse proxy code block
...
Signed-off-by: Mat M <matm@gmx.fr>
2020-04-12 03:53:48 +02:00
kesselb
399c7ac4f5
Merge pull request #1868 from nextcloud/add-example-for-apps-store-url
...
Add example for apps store url
2020-04-11 10:11:03 +02:00
Julius Härtl
e25a370d58
Merge pull request #1913 from bkmgit/patch-2
...
Update example_centos.rst
2020-04-04 22:42:24 +02:00
Benson Muite
357c5a8e03
Update example_centos.rst
...
Remove second installation of EPEL
Signed-off-by: Benson Muite <benson_muite@emailplus.org>
2020-04-04 15:28:58 +03:00
Sascha Wiswedel
2904b27812
MySQL 5.6 is EOL already, MariaDB 10.1 is as good as EOL
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-02 14:20:57 +02:00
Lennart Jern
3623e9abe3
Fix database file name in backup documentation
...
Signed-off-by: Lennart Jern <lennart.jern@gmail.com>
2020-03-31 19:49:06 +03:00
Josh Morel
caab19981b
Update external storage GUI mount options section
...
For v16+
Signed-off-by: Josh Morel <morel.josh@hotmail.com>
2020-03-31 07:33:28 -04:00
Josh Morel
60c5ae0cea
Update screenshots for supported external storage.
...
Signed-off-by: Josh Morel <morel.josh@hotmail.com>
2020-03-31 07:33:28 -04:00
John Molakvoæ
a96c57165d
Merge pull request #1920 from nextcloud/wiswedel/screenshotUpdates
...
updated a large bunch of screenshots
2020-03-29 19:54:58 +02:00
Sascha Wiswedel
fdaece4465
Merge pull request #1916 from nextcloud/wiswedel/admin/updateFederatedCloudID
...
added troubleshooting for changed federated cloud IDs
2020-03-28 23:32:54 +01:00
Sascha Wiswedel
f360e4f0af
updated a bunch of screenshots
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-28 23:29:46 +01:00
Sascha Wiswedel
b627ebacfb
removed no longer referenced screenshots
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-28 23:28:46 +01:00
Sascha Wiswedel
598d2e4a84
updated flow screenshots
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-28 21:16:27 +01:00
Sascha Wiswedel
d1393cf7ab
added troubleshooting for changed federated cloud IDs
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-28 20:28:17 +01:00
Benson Muite
0885ed9e1e
Update example_centos.rst
2020-03-28 21:27:03 +03:00
Benson Muite
b55f855b36
Update example_centos.rst
...
Indicate for PHP 74.
Use dnf instead of yum
Add reference to manual install for more PHP modules
2020-03-28 13:46:49 +03:00
John Molakvoæ
527a0e3014
Merge pull request #1908 from bkmgit/patch-2
...
Update example_centos.rst
2020-03-28 11:40:09 +01:00
Benson Muite
ebf8426b14
Update admin_manual/installation/source_installation.rst
...
Co-Authored-By: John Molakvoæ <skjnldsv@users.noreply.github.com>
2020-03-28 12:27:02 +03:00
Benson Muite
6d929bf058
Update source_installation.rst
...
Indicate can also use PHP 7.4
2020-03-28 12:13:13 +03:00
Benson Muite
ee3d42a527
Update example_centos.rst
...
Update PHP 7.2 to PHP 7.4
2020-03-28 12:11:54 +03:00
Benson Muite
cf2b8549af
Update example_centos.rst
...
Update reference location for listing of PHP modules
2020-03-28 12:08:50 +03:00
John Molakvoæ
cf52167251
Merge pull request #1904 from Mageistral/patch-2
...
typo error
2020-03-27 08:21:47 +01:00
Nextcloud bot
6aadd4ac31
generate documentation from config.sample.php
2020-03-27 03:42:01 +00:00
Jan-Christoph Borchardt
c5b521f50d
Merge pull request #1852 from ahstro/fix/gender
...
Use more inclusive pronouns
2020-03-26 23:39:59 +01:00
Jan-Christoph Borchardt
139f1876eb
Fix a sentence to not be gendered
2020-03-26 23:38:41 +01:00
Mageistral
d55351819e
typo error
...
COMMITED in comment instead of having COMMITTED
2020-03-26 21:30:14 +01:00
Sascha Wiswedel
5666a23171
updated sharing config page documentation
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-24 16:26:19 +01:00
Nextcloud bot
6657d331c3
generate documentation from config.sample.php
2020-03-24 03:41:37 +00:00
Sascha Wiswedel
8b687e504b
clarified trash bin retention by storage shortage override
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-23 17:47:24 +01:00
Nextcloud bot
6aee5f0bb0
generate documentation from config.sample.php
2020-03-23 03:39:06 +00:00
John Molakvoæ
9396a723a8
Update auth_mechanisms.rst
2020-03-21 15:35:19 +01:00
John Molakvoæ
481ee0ed99
Update external_storage_configuration_gui.rst
2020-03-21 15:33:49 +01:00
Sascha Wiswedel
e1a2ac7691
added necessary log.condition documentation for admin_audit
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-13 14:49:22 +01:00
Roeland Jago Douma
a5ca54196b
loglevel is an int
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-12 13:50:14 +01:00
Julius Härtl
51fb7ebea1
LDAP: Warn about changing uid
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-11 16:02:04 +01:00
Kaijia Feng
b053f9d166
Update Traefik config for v2
2020-03-09 11:24:30 +08:00
Nextcloud bot
8262ef6cf7
generate documentation from config.sample.php
2020-03-08 03:40:40 +00:00
Daniel Kesselberg
46e7357391
Add example for apps store url.
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-03-07 22:29:35 +01:00
Fonata
21e66eb8d7
HAProxy example: Improved formating
...
It was not obvious that it must be two lines.
Signed-off-by: Fonata <Fonata@users.noreply.github.com>
2020-03-07 11:51:14 +01:00
Jos Poortvliet
0dfdd8bc85
added web installer
...
Can't believe we didn't have any info about the web installer... This is basic, a copy-paste from the website, but something at least.
2020-03-03 15:56:30 +01:00
Anton Strömkvist
62a5862359
Use more inclusive pronouns
...
Replace instances of gendered pronouns (e.g. 'she' and 'he')
with an equivalent variant of singular 'they'
Signed-off-by: Anton Strömkvist <anton@stromkvist.com>
2020-02-27 22:14:46 +01:00
Charles Provent
e145a0bcbb
Add example Swift v3 scope
...
Add an example of Swift V3 with a configuration scope following this commit :
https://github.com/nextcloud/server/pull/9280
2020-02-27 13:36:02 +01:00
John Molakvoæ
a8a71a3d9f
Merge pull request #1834 from dirks/fix/extertnal_files_auth
...
Fix/extertnal files auth
2020-02-24 11:30:38 +01:00
Daniel Kesselberg
edd3744104
Fix: Unknown target name
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-23 23:12:27 +01:00
Daniel Kesselberg
cda627b7c8
Fix: Title underline too short
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-23 23:12:27 +01:00
Dirk Sarpe
a90410f0df
Warn that synchronisation clients can not access save in session shares
...
see https://github.com/nextcloud/server/issues/19561
Signed-off-by: Dirk Sarpe <dsarpe@posteo.de>
2020-02-21 16:10:42 +01:00
Dirk Sarpe
06cde18075
fix spelling error
...
Signed-off-by: Dirk Sarpe <dsarpe@posteo.de>
2020-02-21 16:10:42 +01:00
Julius Härtl
83ee3abc78
Merge pull request #1830 from EV21/fix-headings
...
adds more discription for sub-dir based config
2020-02-21 12:57:02 +01:00
EV21
b52df4aa53
Apply suggestions from code review
...
Co-Authored-By: Julius Härtl <jus@bitgrid.net>
2020-02-21 12:36:46 +01:00
Julius Härtl
b15eed3d06
Merge pull request #1829 from nextcloud/haproxy-well-known
...
Add HAProxy .well-known redirect
2020-02-21 09:24:41 +01:00
Julius Härtl
36f4ee1fce
Serve webm, mp4 files directly in nginx
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-20 21:55:20 +01:00
Eduard Veit
1a196eacce
adds more discription
...
Signed-off-by: Eduard Veit <developer@ev21.de>
2020-02-18 14:15:10 +01:00
Julius Härtl
8458c8ad2b
Add HAProxy .well-known redirect
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-18 08:33:43 +01:00
Roeland Jago Douma
21f8283cb2
MariaDB 5.5 is EOL for 19
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-07 10:43:20 +01:00
Julius Härtl
578679ffd1
Add note about Collabora and OnlyOffice for external storage
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-06 17:39:10 +01:00
Nextcloud bot
017185cf2c
generate documentation from config.sample.php
2020-02-05 03:39:43 +00:00
Daniel Kesselberg
6e27f157c2
Add 18 to release schedule
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-03 10:19:30 +01:00
MichaIng
b95c0e0185
Remove obsolete HOME and HTTP_HOME variables from Apache2 config
...
Additionally align format for Debian/Ubuntu and CentOS/RHEL configs:
- Consistent spacing and order
- No double quotes around directory path which does not contain spaces
Signed-off-by: MichaIng <micha@dietpi.com>
2020-01-24 13:23:47 +01:00
Nextcloud bot
3888bf9e99
generate documentation from config.sample.php
2020-01-24 03:35:23 +00:00
Joas Schilling
d3b9d73efa
Fix typo
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-22 10:31:47 +01:00
John Molakvoæ
35a6390f53
Merge pull request #1685 from Rotzbua/patch-2
...
Add security considerations about oauth2 #1683
2020-01-21 13:33:33 +01:00
Julius Härtl
407a2d70c4
Move to python3
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-20 14:29:31 +01:00
Joas Schilling
b1811b409d
Add a comment about the changed ROW_FORMAT
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-20 11:45:41 +01:00
Rotzbua
975d3bd005
Add security considerations about oauth2 #1683
...
Signed-off-by: Rotzbua <Rotzbua@users.noreply.github.com>
2020-01-18 22:44:11 +01:00
James Stout
9091425ab6
Fix formatting of occ log:manage options
...
The double dash (--) wasn’t being rendered correctly:
• –backend [file, syslog, errorlog, systemd]
• –level [debug, info, warning, error]
is now
• –-backend [file, syslog, errorlog, systemd]
• –-level [debug, info, warning, error]
Signed-off-by: James Stout <stoutyhk@gmail.com>
2020-01-17 18:51:04 +08:00
Nextcloud bot
f54fbb1c91
generate documentation from config.sample.php
2020-01-17 03:39:20 +00:00
Nextcloud bot
1e02cd5b88
generate documentation from config.sample.php
2020-01-11 03:37:55 +00:00
Daniel Kesselberg
abbc7273fd
Make the table great again
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-01-09 20:08:10 +01:00
Roeland Jago Douma
08a4b4bcfd
Merge pull request #1725 from nextcloud/gdpr-section
...
add a section about GDPR relevant information
2020-01-09 19:50:21 +01:00
Bjoern Schiessle
b923e4d3f7
add GDPR section
...
start with documentation about cookies
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-09 16:27:56 +01:00
kesselb
e8a7c0d2bf
Merge pull request #1755 from BernieO/bernieo-convertInteractive
...
document option --no-interaction for occ db:convert-type
2020-01-07 15:58:18 +01:00
Roeland Jago Douma
0609d3485d
Update recommended DBs
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-06 20:18:14 +01:00
John Molakvoæ
3a37388d72
Remove outdated module list ( #1758 )
...
Remove outdated module list
2020-01-03 10:26:44 +01:00
Julius Härtl
92332429a5
Merge branch 'master' into swift-v3
2020-01-02 23:22:55 +01:00
Julius Härtl
0f9c706400
added instructions concerning cron-jobs in manual_upgrade.rst ( #1705 )
...
added instructions concerning cron-jobs in manual_upgrade.rst
2020-01-02 23:15:46 +01:00
Julius Härtl
f57d6da35b
Remove outdated module list
...
Fix #1358
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 22:27:04 +01:00
John Molakvoæ
c2a6edb5e4
Merge pull request #1748 from Zocker1999NET/ext/nginx_dot_files_upload_fix
...
admin_manual/installation/nginx: Added tip for allowing uploads while blocking dot files
2020-01-02 17:42:57 +01:00
John Molakvoæ
e692e80a2c
Cleanup installation manual ( #1757 )
...
Cleanup installation manual
2020-01-02 17:42:43 +01:00
Julius Härtl
9890900cd5
Cleanup installation manual
...
Move example out of manual installation, mark snap/vm as community project
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 15:33:45 +01:00
John Molakvoæ
bfc9df162d
Remove old theme and unused dependencies ( #1743 )
...
* Remove old theme and unused dependencies
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove last uneeded files
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump jQuery
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-30 09:47:28 +01:00
Bernhard Ostertag
1ea05ad224
correction of minor typo
...
Signed-off-by: Bernhard Ostertag <bernieo.code@gmx.de>
2019-12-29 16:39:04 +01:00
Bernhard Ostertag
4f604a6531
document option --no-interaction for occ db:convert-type
...
see: https://github.com/nextcloud/server/pull/18576
Signed-off-by: Bernhard Ostertag <bernieo.code@gmx.de>
2019-12-29 16:34:20 +01:00
Roeland Jago Douma
07bf3b068a
Merge pull request #1742 from martbock/patch-2
...
Fix typo
2019-12-23 09:48:18 +01:00
Roeland Jago Douma
806bf5ce4c
Merge pull request #1749 from nextcloud/fix/supported-php-versions
...
Update supported php versions for 18
2019-12-23 09:43:41 +01:00
Christoph Wurst
3e4931c856
Update supported php versions for 18
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-19 10:59:25 +01:00
Nextcloud bot
2ab1214202
generate documentation from config.sample.php
2019-12-17 04:07:49 +00:00
Felix Stupp
cb29d8155f
admin_manual/installation/nginx: Added tip for allowing uploads while blocking dot files
...
Signed-off-by: Felix Stupp <felix.stupp@outlook.com>
2019-12-16 00:46:26 +01:00
Martin Bock
a0c7033bd6
Fix typo
2019-12-03 15:38:59 +01:00
Grzegorz Szymaszek
44de269401
Fix several typos
...
Signed-off-by: Grzegorz Szymaszek <gszymaszek@short.pl>
2019-12-03 13:50:11 +01:00
p-bo
4ee015fc07
Update doc link
...
Updated doc link to point to latest version
2019-11-28 22:26:24 +01:00
Julius Härtl
1ee2165c98
Explain how to set chunk size for LDAP's clean up checker ( #1708 )
...
Explain how to set chunk size for LDAP's clean up checker
2019-11-26 18:49:58 +01:00
Yahe
7c66034265
Merge pull request #1571 from yahesh/master
...
added the encryption details page which decribes the server-side encryption implementation of the default encryption module
2019-11-22 11:03:22 +01:00
Kenny
54a7d698f6
updated to reflect review feedback
...
Signed-off-by: Kenny <k.niehage@syseleven.de>
2019-11-22 09:13:15 +01:00
Nextcloud bot
165e94c892
generate documentation from config.sample.php
2019-11-21 03:17:58 +00:00
kesselb
fdd36032c1
Merge pull request #1630 from BernieO/patch-3
...
Adapt Updates to nginx configuration
2019-11-20 20:31:10 +01:00
Arthur Schiwon
84afc7c77b
LDAP: inform about cleanUpJobChunkSize setting
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-20 18:18:27 +01:00
Arthur Schiwon
7efb27ab0d
LDAP: explain flags for show-remnants
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-20 18:13:41 +01:00
John Molakvoæ
b39c6e0783
Add hash module to required list ( #1549 )
...
Add hash module to required list
2019-11-20 07:52:32 +01:00
John Molakvoæ
2b088bbfd1
hash only on FreeBSD
2019-11-20 07:41:01 +01:00
Markus Hansmair
b42c3ea572
added instructions concerning cron-jobs in manual_upgrade.rst
...
Signed-off-by: Markus Hansmair <mh_github@gmx.net>
2019-11-18 22:35:38 +01:00
John Molakvoæ
222bdbf6d1
Update background_jobs_configuration.rst ( #1603 )
...
Update background_jobs_configuration.rst
2019-11-18 09:30:32 +01:00
Daniel Kesselberg
1f42403aea
Remove current and next version from doc.
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-11-12 20:47:03 +01:00
Sascha Wiswedel
f8792bb7f3
Merge pull request #1615 from moviuro/patch-2
...
mysql_4byte_support: extra maintenance steps
2019-10-29 20:25:57 +01:00
Moviuro
96fe694b55
mysql_4byte_support.rst: adjust wording, avoid repetition
...
Co-Authored-By: Sascha Wiswedel <wiswedel@users.noreply.github.com>
2019-10-29 16:25:58 +01:00
Jasper Knockaert
8f6c1aa61a
fix PATH_INFO
...
`try_files` was added in #1674 , but that resets `$fastcgi_path_info`. This PR makes sure PATH_INFO gets the original value.
2019-10-24 20:19:07 +02:00
Christoph Wurst
a8fda56ecc
Merge pull request #1674 from nextcloud/harden/nginx
...
Harden NGINX config
2019-10-24 10:44:07 +02:00
Roeland Jago Douma
f8bf1de627
Harden NGINX config
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-24 10:22:06 +02:00
Sascha Wiswedel
419acc0b6d
more specifics for possible MIME types at workflows
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-10-21 13:23:43 +02:00
Roeland Jago Douma
40293e3f2f
Bruteforce docs
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-09 11:58:43 +02:00
blizzz
2375475d6d
Merge pull request #1648 from J0WI/postgresql11
...
Add PostgreSQL 11
2019-10-07 17:15:11 +02:00
John Molakvoæ
6fc1763c0b
Refresh linux distro requirements ( #1652 )
...
Refresh linux distro requirements
2019-10-07 16:07:06 +02:00
Rafal Zawadzki
e5b0989bed
Fix the order of lines :/
2019-10-05 00:17:10 +02:00
Rafal Zawadzki
ade76e5a3f
#1608 app:update command documented
2019-10-04 23:59:13 +02:00
Daniel-I-Am
ead8ce00e1
Refresh linux distro requirements
...
Signed-off-by: Daniel-I-Am <djdecloet@gmail.com>
2019-10-04 22:29:10 +02:00
Tim Terhorst
9e7b298735
Update logging docs to add fatal option
...
Signed-off-by: Tim Terhorst <mynamewastaken+gitlab@gmail.com>
2019-10-03 17:33:33 -05:00
J0WI
b18d2f8a3e
Add PostgreSQL 11
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-10-03 23:55:55 +02:00
Daniel Kesselberg
ed586737b4
Merge pull request #1614 from moviuro/patch-1
...
crontab: split command, stdin and stdout
2019-10-03 15:55:22 +02:00
Daniel Kesselberg
70feeca516
Remove "configuring upload limits within the gui"
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-02 00:11:29 +02:00
Daniel Kesselberg
2ae74a1f1e
Update release_schedule
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-30 20:26:03 +02:00
Steve
35ee1fdb98
Update background_jobs_configuration.rst
2019-09-24 23:01:15 -04:00
Steve
2a35668f04
Update background_jobs_configuration.rst
2019-09-24 22:57:31 -04:00
John Molakvoæ
9958118d86
Update Nginx subdir headers to match webroot config ( #1597 )
...
Update Nginx subdir headers to match webroot config
2019-09-23 11:40:58 +02:00
BernieO
9c5ca66690
Adapt Updates to nginx configuration
...
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>
Nextcloud 17 adds the Same-Origin header which was removed with Nextcloud 12.
ref #1597 (which should IMHO be merged before release of Nextcloud 17)
2019-09-22 22:44:32 +02:00
Sascha Wiswedel
3a9f319ed7
Merge pull request #1623 from nextcloud/wiswedel/Logging/adminAudit
...
added portal link to audit documentation
2019-09-19 12:49:10 +02:00
Sascha Wiswedel
7e00ce0fa2
added portal link to audit documentation
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-09-19 11:12:00 +02:00
John Molakvoæ
af4b2ced9f
Update user_configuration.rst
2019-09-18 22:58:25 +02:00
Moviuro
2e8a5c5014
mysql_4byte_support: extra maintenance steps
...
Make sure we `cd` to our nextcloud location
Enable and disable maintenance mode explicitly
Fixes #1572
2019-09-12 11:27:37 +02:00
Moviuro
e1ee805693
crontab: split command, stdin and stdout
...
This change enhances readability
Fixes issue #1552
2019-09-12 09:56:41 +02:00
Nextcloud bot
60e7654230
generate documentation from config.sample.php
2019-09-10 03:18:16 +00:00
Griffith Knoop
235c2c7ec7
Corrections to enabling encryption
...
Removed the bit about enabling maintenance mode because changes to the application have caused it to automatically enable maintenance mode when enabling encryption and enabling it beforehand prevents the command from running at all.
2019-08-30 20:14:20 -04:00
Christoph Wurst
63e39e2b5b
Also load bcmap files with nginx
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-08-26 14:14:04 +02:00
Steve
6001f55c8f
Update background_jobs_configuration.rst
...
Added notes on using different databases.
2019-08-25 19:22:09 -04:00
Steve
372c4e4bdc
Update background_jobs_configuration.rst
...
Adjust nextcloudcron.service to wait for mysql.service dependency before starting. This prevents errors during a reboot.
2019-08-24 11:15:39 -04:00
MichaIng
3fc4f5def4
Update Nginx subdir headers to match webroot config
...
+ Ref: https://github.com/nextcloud/documentation/pull/1520
+ The master merge to resolve conflicts has reverted the headers changes for the subdir config. This commit redoes the intended changes, to match Nginx webroot config and .htaccess.
Signed-off-by: Micha Felle <micha@dietpi.com>
2019-08-24 14:34:41 +02:00
Julius Härtl
55e32bc10d
Update access_control.rst
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-22 21:55:03 +02:00
Wehzie
fc0336f117
Missing determiner "the"
...
Added "the" in "... at least the following settings..."
2019-08-11 15:58:23 +02:00
Wehzie
0974dcb824
Fixed varying capitalization
...
Settled for "includeSubDomains" over "includeSubdomains" as also found on Mozilla docs https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
Furthermore removed semicolon as it doesn't appear in the Apache config
2019-08-04 02:41:38 +02:00
Kenny
f8484f9983
added a note to the encryption details page describing that there are older encryption schemes
...
Signed-off-by: Kenny <k.niehage@syseleven.de>
2019-07-31 16:01:45 +02:00
Kenny
a8580e80bd
added the encryption details page which decribes the server-side encryption implementation of the default encryption module
...
Signed-off-by: Kenny <k.niehage@syseleven.de>
2019-07-29 19:13:23 +02:00
Jos Poortvliet
9c3228c1d3
Update caching_configuration.rst
...
implement feedback.
2019-07-19 14:52:51 +02:00
Jos Poortvliet
2262637c23
note on the redis socket file permissions
...
This can take forever to debug ;-)
2019-07-18 20:46:06 +02:00
Nextcloud bot
ba3b88d0ee
generate documentation from config.sample.php
2019-07-12 03:09:15 +00:00
Daniel Hansson
4081dbde31
add the VM scripts as an option on Ubuntu Server
2019-07-09 22:11:03 +02:00
Morris Jobke
df810c0a98
Update release schedule
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-09 13:53:02 +02:00
Morris Jobke
ca780eabd8
Update release schedule
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-08 09:59:45 +02:00
Bram Ceulemans
a9543a3fdd
Add hash module to required list
...
Signed-off-by: Bram Ceulemans <bramceulemans@me.com>
2019-07-07 18:55:45 +02:00
John Molakvoæ
d2963c0160
Merge branch 'master' into x-frame
2019-07-03 16:59:19 +02:00
J0WI
994ec1f1f1
Update path to PHP 7.2 config
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 11:44:39 +02:00
John Molakvoæ
8c8f45f549
[master] add server_port variable to well-known redirects ( #1538 )
...
[master] add server_port variable to well-known redirects
2019-07-02 07:40:36 +02:00
John Molakvoæ
6fddb4755c
Update mysql_4byte_support.rst ( #1470 )
...
Update mysql_4byte_support.rst
2019-07-02 07:39:23 +02:00
mrplow87
be04ba4a33
add server_port variable to well-known redirects
...
if Nextcloud is used on a custom HTTPS port, the well-known redirects do not work, because the server port is not included in the redirect.
2019-07-02 05:32:07 +00:00
John Molakvoæ
bbec0b7261
Include info about Barracuda innodb_file_format ( #1512 )
...
Include info about Barracuda innodb_file_format
2019-07-02 06:43:36 +02:00
John Molakvoæ
27a144d2a1
Cleanup trailing slashes and spaces ( #1521 )
...
Cleanup trailing slashes and spaces
2019-07-02 06:39:10 +02:00
John Molakvoæ
cd81f70d0d
Update path to php-fpm socket ( #1523 )
...
Update path to php-fpm socket
2019-07-02 06:34:39 +02:00
J0WI
38b119ae8d
Update path to php-fpm socket
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 00:09:52 +02:00
J0WI
0bc2e15849
Document the front_controller_active param
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 23:20:59 +02:00
J0WI
e9fdb9cc0e
Cleanup trailing slashes and spaces
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:33:35 +02:00
J0WI
75727f475b
Use "always" condition for security headers
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
J0WI
017754a3f3
Sort headers
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
J0WI
d7daa197a8
Add X-Frame-Options header to nginx
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
Daniel Kesselberg
a865341ad4
Bump minium pqsql version to 9.5
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-27 23:58:17 +02:00
Patrick Robertson
2a725a60d0
Include info about Barracuda innodb_file_format
...
innodb_file_format=Barracuda is required for utf8mb4, some hosts/servers might not use this file format. It is important to check before upgrading.
Signed-off-by: Patrick Robertson <robertson.patrick@gmail.com>
2019-06-27 09:23:05 +08:00
John Molakvoæ
37c0a9de78
Serve map files for nginx configs
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-19 13:15:35 +02:00
John Molakvoæ
4c812e160b
Correct error in .htaccess, revert #1069 ( #1480 )
...
Correct error in .htaccess, revert #1069
2019-06-14 12:35:11 +02:00
John Molakvoæ
51312104a0
Update SFTP description ( #1495 )
...
Update SFTP description
2019-06-14 12:31:02 +02:00
Nextcloud bot
9c17db9cec
generate documentation from config.sample.php
2019-06-13 02:57:51 +00:00
mactrent
49e1a13f24
Correct SFTP definition
...
SSH File Transfer Protocol is entirely separate from traditional FTP. Nextcloud can use both.
2019-06-12 12:17:26 -05:00
John Molakvoæ
fc88a12e07
Fix typo in LDAP User Auth ( #1471 )
...
Fix typo in LDAP User Auth
2019-06-12 13:49:12 +02:00
John Molakvoæ
e391c3dc53
Update index.rst ( #1485 )
...
Update index.rst
2019-06-11 07:19:29 +02:00
tflidd
d40a8d10c0
Update index.rst
...
I didn't find any information regarding the enterprise/community edition in the Release-notes.
2019-06-11 00:35:44 +02:00
Lars-Sören Steck
014fcdcfa6
Correct error in .htaccess, revert #1069
...
The forward slashes are only needed if the rewrite rules are being put directly into the config file of the apache virtual host. They should not be added to the .htaccess file, as in this case the redirect is not working (this has been tested by me on multiple systems).
You can also see in the discussion of the bug report #1069 after it was merged, that the reporter actually put the rules into his apache conf, instead of a .htaccess and that somebody else was reporting, that it was only working without the forward slashes in a .htaccess file.
2019-06-08 22:38:28 +02:00
Sascha Wiswedel
8d626b110a
Proxy notation hints
...
Added hints to the different allowed notations for trusted proxies
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-06-07 15:15:25 +02:00
Andrew Morgan
c92ef60dc1
Fix typo
...
"turn of loading" -> "turn off loading"
Signed-off-by: Andrew Morgan <andrew@amorgan.xyz>
2019-06-02 13:51:58 +01:00
cyBea
1b582ec1d3
Update mysql_4byte_support.rst
...
To clarify needed mysql user privileges.
I am not quite sure if this also applies to <code>ALTER DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;</code> in mysql section 3.
2019-06-01 21:42:44 +02:00
Morris Jobke
797391db73
Merge pull request #1461 from kurjajuur666/patch-2
...
Update linux_database_configuration.rst
2019-05-31 17:45:11 +02:00
cloud2018
fb0af3ffc7
parameter --all-users for trashbin:cleanup
2019-05-28 14:50:48 +02:00
J N
b251a5f388
Update linux_database_configuration.rst
...
PostgreSQL instead of MySQL on how to remotley access a postgres server (previously "To access a PostgreSQL installation on a...")
2019-05-28 13:35:12 +03:00
Nextcloud bot
29bd8c84a9
generate documentation from config.sample.php
2019-05-23 03:05:08 +00:00
Morris Jobke
2ad08ef8e6
Update release date of 14.0.12
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-17 12:21:10 +02:00
Joseph Price
1d632c797c
Typo
...
Signed-off-by: Joseph Price <github@pricechild.co.uk>
2019-05-16 13:53:19 +01:00
Morris Jobke
ffd15411d0
Update releases
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-15 20:42:00 +02:00
BernieO
c58f36ee46
Make people continue with MySQL instructions
...
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>
It does not seem to be obvious to continue with the MySQL steps when using MariaDB 10.2 or earlier after step 4 when no error occurred.
According forum thread: https://help.nextcloud.com/t/solved-mysql-is-used-as-database-but-does-not-support-4-byte-characters-error-message-persist-after-fix/52999/2
2019-05-12 00:53:21 +02:00
Morris Jobke
0d8633cff5
Remove recommendation for opcache on CLI
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 14:25:32 +02:00
Morris Jobke
238e3f14e0
Update admin_manual/configuration_database/mysql_4byte_support.rst
...
ok
Co-Authored-By: rth-dev <rth@dev-used.de>
2019-05-06 13:15:49 +00:00
Morris Jobke
b165041d4d
Update admin_manual/configuration_database/mysql_4byte_support.rst
...
thanks for the hint : )
Co-Authored-By: rth-dev <rth@dev-used.de>
2019-05-06 13:15:49 +00:00
rth
9d485395db
Update mysql_4byte_support.rst
2019-05-06 13:15:48 +00:00
Sascha Wiswedel
e9f8a5754b
Revert "updated release schedule for 17"
...
This reverts commit 93ae577d95020bbc1615021390e01f71e453e2eb.
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Joas Schilling
6af1a5cff2
Update admin_manual/installation/source_installation.rst
...
Co-Authored-By: wiswedel <wiswedel@users.noreply.github.com>
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
35352367ad
updated release schedule for 17
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
0a14840eef
Added Guests and Terms of Service to the list of supported apps
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
06ad8b6938
added PHP 7.3 to installation prerequisites
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
5adc5cab71
Apache config reordering
...
order was confusing for CentOS setup
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
b6e3ea2b6f
cleanup on installation page
...
rearranged orders, adjusted headliens
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
dd4832b324
Added Group folders to list of supported apps
...
new supported app: Group folders
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
b77a0914c2
formatting on list of supported apps
...
corrected formatting for a bullet point
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Julius Härtl
f2f700e506
Add list of possible remote connection destinations
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-02 10:16:45 +02:00
ernstkl
1c1ce1ad72
Update source_installation.rst
...
grammar fix
2019-05-01 09:43:07 +02:00
Morris Jobke
0f3f0c95ea
Merge pull request #1413 from nextcloud/16-is-released
...
Add 16 release
2019-04-30 15:40:04 +02:00
Morris Jobke
86ea136944
Update admin_manual/release_schedule.rst
2019-04-30 15:39:52 +02:00
Morris Jobke
7d050158fc
Update source_installation.rst
2019-04-29 17:23:15 +02:00
Marius Blüm
417e397444
Add 16 release
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-04-29 15:56:33 +01:00
Joas Schilling
c7a7a424d7
Add a note about the necessary mysqldump change
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-29 11:49:51 +02:00
Daniel Hansson
7554ccb96d
Add the Nextcloud VM scripts to Linux installation
...
Self explanatory
cc @nextcloud/documentation
2019-04-25 09:07:11 +02:00
Jonas Sulzer
d74f699dfe
👌 IMPROVE: updater is not an app
...
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-04-22 14:25:57 +02:00
Morris Jobke
7c1a5f7d71
Merge pull request #1373 from MercierCorentin/master
...
Update instruction_set_for_users.rst
2019-04-16 14:29:42 +02:00
Morris Jobke
42939b62f0
Merge pull request #1377 from BernieO/master
...
readd option A to rsync command
2019-04-16 14:29:16 +02:00
BernieO
0d05e5d865
readd option A to rsync command
...
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>
2019-04-14 07:40:19 +02:00
Corentin Mercier
08603adcf5
Update user api status codes
...
Based on 090aa51234/apps/provisioning_api/lib/Controller/UsersController.php (L214)
Signed-off-by: MercierCorentin <corentin.mercier.pro@gmail.com>
2019-04-12 19:41:38 +02:00
Corentin Mercier
ddd085b3b0
Add options for add a new user
...
Changements based on 090aa51234/apps/provisioning_api/lib/Controller/UsersController.php (L214)
Signed-off-by: MercierCorentin <corentin.mercier.pro@gmail.com>
2019-04-12 19:41:38 +02:00
Morris Jobke
1d6e7c6ddc
Merge pull request #1355 from coliff/patch-1
...
Remove mention of the discontinued Firebug extension
2019-04-11 11:53:30 +02:00
Olav Seyfarth
9a52686e87
Update big_file_upload_configuration.rst
2019-04-09 21:34:31 +02:00
Olav Seyfarth
9af9118cdc
Update source_installation.rst
2019-04-09 21:10:48 +02:00
Morris Jobke
8baf96767e
Merge pull request #1357 from nextcloud/vm-versions
...
update VM versions
2019-04-09 00:19:38 +02:00
Morris Jobke
3291d3088a
Update release dates
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-08 17:07:08 +02:00