Morris Jobke
c60d5cebda
Merge pull request #5386 from nextcloud/backport/5319/stable18
...
[stable18] Admin manual: Fix typo in MySQL/MariaDB properties
2020-11-04 22:11:37 +01:00
Simon Westersund
036f47c2e0
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-11-04 21:06:29 +00:00
Simon Westersund
6f33a62f15
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-11-04 21:06:28 +00:00
Morris Jobke
0cc627e0af
Merge pull request #5318 from nextcloud/backport/5308/stable18
...
[stable18] Correct sample code dependency and some typo
2020-10-29 14:27:26 +01:00
nienzu
743103af0c
Correct sample code dependency and some typo
...
Signed-off-by: nienzu <ibqqz0602@gmail.com>
2020-10-29 13:19:45 +00:00
Morris Jobke
0032dc4738
Merge pull request #5312 from nextcloud/backport/5309/stable18
...
[stable18] add mysql ssl config
2020-10-29 14:12:19 +01:00
Morris Jobke
76c93decea
Update admin_manual/configuration_database/linux_database_configuration.rst
2020-10-28 14:32:42 +00:00
AndrewwHummer
b569b7b6a7
Update admin_manual/configuration_database/linux_database_configuration.rst
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-10-28 14:32:41 +00:00
AndrewwHummer
d59a7517cd
add mysql ssl config
...
add mysql ssl config
2020-10-28 14:32:41 +00:00
Morris Jobke
db6b9eca68
Merge pull request #5274 from nextcloud/backport/5247/stable18
...
[stable18] Fix spelling error in migrations
2020-10-20 10:29:58 +02:00
nienzu
c9fe0c19cf
Fix spelling error in migrations
...
Signed-off-by: nienzu <ibqqz0602@gmail.com>
2020-10-20 08:29:06 +00:00
Morris Jobke
43b70b6c0e
Merge pull request #5271 from nextcloud/backport/5268/stable18
...
[stable18] Update encryption_configuration.rst
2020-10-20 10:28:15 +02:00
Vanessa
889ff2760e
Update encryption_configuration.rst
...
Removed ownCloud link
2020-10-20 08:21:21 +00:00
Morris Jobke
2f0eea0586
Merge pull request #5267 from nextcloud/backport/5264/stable18
...
[stable18] Clarify on InnoDB file format
2020-10-20 10:12:39 +02:00
Morris Jobke
54b93d90f1
Clarify on InnoDB file format
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-20 08:04:42 +00:00
Morris Jobke
7763064f53
Merge pull request #5261 from nextcloud/backport/5257/stable18
...
[stable18] Update required info about Hooks
2020-10-16 13:35:20 +02:00
Mason Payne
d9be21835c
Update required info about Hooks
...
Spent too much time looking for something to give me the right direction. Found this forum post from 2017.
https://help.nextcloud.com/t/filehook-not-working/14591/14
Signed-off-by: Mason Payne <gomas.bmw@gmail.com>
2020-10-16 11:32:38 +00:00
Morris Jobke
d0c595e2eb
Merge pull request #5252 from nextcloud/backport/5249/stable18
...
[stable18] Add admin occ app installation docs
2020-10-14 15:32:15 +02:00
Christoph Wurst
82fd32430a
Add admin occ app installation docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-14 12:26:31 +00:00
Morris Jobke
2cb2845fb3
Merge pull request #5243 from nextcloud/backport/5227/stable18
...
[stable18] Fix uninitialised variable
2020-10-12 16:56:52 +02:00
Michał
909a4ba48f
Fix uninitialised variable
2020-10-12 14:56:08 +00:00
Morris Jobke
5c2e60ea0d
Merge pull request #5235 from nextcloud/backport/5228/stable18
...
[stable18] Use GET instead of POST User Provisioning API
2020-10-10 15:11:58 +02:00
kesselb
c6cd288078
Merge pull request #5238 from nextcloud/backport/5229/stable18
...
[stable18] Correct some spelling errors in app tutorial
2020-10-10 09:24:10 +02:00
nienzu
bd714615cc
Correct some spelling errors in app tutorial
2020-10-09 14:05:47 +00:00
nienzu
ae31d6132f
Use GET instead of POST User Provisioning API
2020-10-09 14:05:22 +00:00
Morris Jobke
0d9cd4d842
Merge pull request #5181 from nextcloud/backport/5156/stable18
...
[stable18] server_tuning.rst: escape regexp properly
2020-10-06 09:12:36 +02:00
Damian Nowak
487fc0c3e0
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-06 07:07:49 +00:00
Morris Jobke
7cbc363b0a
Merge pull request #5177 from nextcloud/backport/5157/stable18
...
[stable18] add migration to tutorial
2020-10-06 09:03:14 +02:00
Morris Jobke
abc7b793ec
Merge pull request #5164 from nextcloud/backport/5158/stable18
...
[stable18] Rmove Gallery App Documentation
2020-10-06 09:02:51 +02:00
dassio
b370d32abb
change to suffixing
...
Signed-off-by: dassio <dassio@icloud.com>
2020-10-06 07:02:43 +00:00
dassio
b223321139
add migration to tutorial
...
Signed-off-by: dassio <dassio@icloud.com>
2020-10-06 07:02:42 +00:00
Morris Jobke
c814ef4311
Remove also related gallery data
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-05 21:07:51 +00:00
Kaleb Hornsby
506575c697
Rmove Gallery App Documentation
...
The Gallery App is no longer supported.
2020-10-05 21:07:50 +00:00
Roeland Jago Douma
1356d4d8df
Merge pull request #5047 from nextcloud/backport/5040/stable18
...
[stable18] getAppfolder is dead
2020-09-24 11:53:17 +02:00
Roeland Jago Douma
978df48b12
Merge pull request #5046 from nextcloud/backport/5041/stable18
...
[stable18] enh appdata docs
2020-09-24 08:44:47 +02:00
Roeland Jago Douma
cd155d2cda
getAppfolder is dead
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-24 06:32:11 +00:00
Roeland Jago Douma
1460b14754
enh appdata docs
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-24 06:32:04 +00:00
Morris Jobke
a95ac16b07
Merge pull request #4757 from nextcloud/backport/stable18/3604
...
[stable18] Add link to new phpdoc build
2020-09-16 11:56:41 +02:00
Julius Härtl
ff9cbb89f0
Add link to new phpdoc build
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-16 11:19:23 +02:00
Morris Jobke
cea63d8f11
Merge pull request #4649 from nextcloud/backport/4647/stable18
...
[stable18] Addition of two dots
2020-09-15 15:34:44 +02:00
Valdnet
300fa000f6
Addition of two dots
2020-09-15 13:24:44 +00:00
Morris Jobke
409d01307e
Merge pull request #4637 from nextcloud/backport/4624/stable18
...
[stable18] Correct bold fonts
2020-09-15 14:16:30 +02:00
Morris Jobke
524a3dd52a
Merge pull request #4633 from nextcloud/backport/4625/stable18
...
[stable18] Change the letter
2020-09-15 14:16:06 +02:00
Valdnet
36856c9a96
Correct bold fonts
2020-09-15 10:55:01 +00:00
Valdnet
d395fe4ec7
Change the letter
2020-09-15 10:53:51 +00:00
Nextcloud bot
8ecef72d44
generate documentation from config.sample.php
2020-09-15 03:30:47 +00:00
Morris Jobke
cbd2b2543c
Merge pull request #4540 from nextcloud/backport/3762/stable18
...
[stable18] add workspace property
2020-09-14 17:08:27 +02:00
dassio
58b38263f8
add workspace property
...
Signed-off-by: dassio <dassio@icloud.com>
2020-09-14 15:06:38 +00:00
Sascha Wiswedel
8106b60025
user documentation for sharing
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
hint on admin config
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
removed deprecated sharing documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
changed absolute links to relative links
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
changed dummy domain to example.com
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
fixed link to admin documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Change to direct doc link instead of url
2020-09-14 16:43:32 +02:00
Morris Jobke
48df9f906a
Merge pull request #4537 from nextcloud/backport/4461/stable18
...
[stable18] Include note on App Password
2020-09-14 16:33:59 +02:00