Commit Graph

8315 Commits

Author SHA1 Message Date
Sascha Wiswedel
7f64a091f2 formatting and wording retouching
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 17:08:37 +00:00
Daniel Calviño Sánchez
3d7f14c4fe Fix description of "Enforce expiration date" parameter
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-16 17:08:37 +00:00
Morris Jobke
65540f0345 Merge pull request #5402 from nextcloud/backport/5401/stable20
[stable20] document upload chunk size
2020-11-10 15:25:34 +01:00
Sascha Wiswedel
064d1e0a24 document upload chunk size
documenting https://github.com/nextcloud/server/pull/7056

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-10 14:24:34 +00:00
Morris Jobke
96c7390b49 Merge pull request #5385 from nextcloud/backport/5319/stable20
[stable20] Admin manual: Fix typo in MySQL/MariaDB properties
2020-11-04 22:11:41 +01:00
Simon Westersund
0edbfd0f39 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:20 +00:00
Simon Westersund
71dc0bf90c 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:20 +00:00
Morris Jobke
a9e7515f01 Merge pull request #5316 from nextcloud/backport/5308/stable20
[stable20] Correct sample code dependency and some typo
2020-10-29 14:27:24 +01:00
nienzu
e837cd5ebe Correct sample code dependency and some typo
Signed-off-by: nienzu <ibqqz0602@gmail.com>
2020-10-29 13:19:06 +00:00
Morris Jobke
2f1af5506b Merge pull request #5310 from nextcloud/backport/5309/stable20
[stable20] add mysql ssl config
2020-10-29 14:12:29 +01:00
Morris Jobke
0ee241beec Fix space
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-29 09:46:14 +01:00
Morris Jobke
7f980f1e0f Merge pull request #5314 from nextcloud/backport/5313/stable20
[stable20] Document typed LDAP event for user and group backend and settings' BeforeTemplateRenderedEvent
2020-10-29 09:40:45 +01:00
Morris Jobke
dfadb05044 Document Settings' BeforeTemplateRenderedEvent
See https://github.com/nextcloud/server/pull/22649

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-29 08:39:57 +00:00
Morris Jobke
30c53c13ff Document typed LDAP event for user and group backend
See https://github.com/nextcloud/server/pull/22221

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-29 08:39:57 +00:00
Morris Jobke
9ec5879cce Update admin_manual/configuration_database/linux_database_configuration.rst 2020-10-28 14:32:31 +00:00
AndrewwHummer
6bbdbc08be Update admin_manual/configuration_database/linux_database_configuration.rst
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-10-28 14:32:31 +00:00
AndrewwHummer
41af41663f add mysql ssl config
add mysql ssl config
2020-10-28 14:32:31 +00:00
Morris Jobke
3a93b0eda3 Merge pull request #5306 from nextcloud/backport/5286/stable20
[stable20] Mention cloning shipped apps in dev env
2020-10-26 22:38:52 +01:00
Vincent Petry
2d305cb2f1 Mention cloning shipped apps in dev env
Add mention to cloning external shipped apps into the apps folder in the
development environment, to be able to test upgrades as these apps will
be required at that point.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-10-26 21:33:54 +00:00
Morris Jobke
c58ebad80f Merge pull request #5269 from nextcloud/backport/5268/stable20
[stable20] Update encryption_configuration.rst
2020-10-20 10:28:22 +02:00
Vanessa
ae08ca2121 Update encryption_configuration.rst
Removed ownCloud link
2020-10-20 08:21:14 +00:00
Christoph Wurst
f2bc2d48e6 Merge pull request #5265 from nextcloud/backport/5264/stable20
[stable20] Clarify on InnoDB file format
2020-10-20 10:09:58 +02:00
Morris Jobke
55af086068 Clarify on InnoDB file format
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-20 08:04:06 +00:00
Morris Jobke
ae7329e7ed Merge pull request #5259 from nextcloud/backport/5257/stable20
[stable20] Update required info about Hooks
2020-10-16 13:35:26 +02:00
Mason Payne
e279d65e72 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:31 +00:00
Morris Jobke
3428fd7d7a Merge pull request #5256 from nextcloud/backport/5239/stable20
[stable20] Add noob friendly explanations and fix wording
2020-10-16 00:42:43 +02:00
PanCakeConnaisseur
47be513562 Make app in path lowercase
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-10-15 22:41:16 +00:00
PanCakeConnaisseur
d6ce6cc582 Add noob friendly explanations and fix wording
Added some more explicit info for people unfamiliar with autoloading that might help understanding. Also fixed some wording and grammar mistakes and made naming coherent.

Signed-off-by: Alexey Abel <dev@abelonline.de>
2020-10-15 22:41:16 +00:00
Christoph Wurst
d59f787f00 Merge pull request #5250 from nextcloud/backport/5249/stable20
[stable20] Add admin occ app installation docs
2020-10-14 14:48:28 +02:00
Christoph Wurst
956d791dfa Add admin occ app installation docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-14 12:25:53 +00:00
Morris Jobke
22a311bcff Merge pull request #5248 from nextcloud/backport/5247/stable20
[stable20] Fix spelling error in migrations
2020-10-14 13:50:04 +02:00
nienzu
1e08448709 Fix spelling error in migrations
Signed-off-by: nienzu <ibqqz0602@gmail.com>
2020-10-14 11:48:46 +00:00
Morris Jobke
59179f2f3e Merge pull request #5244 from nextcloud/backport/5231/stable20
[stable20] Fix typo in documentation
2020-10-12 16:57:07 +02:00
Morris Jobke
06fef4e383 Merge pull request #5241 from nextcloud/backport/5227/stable20
[stable20] Fix uninitialised variable
2020-10-12 16:56:45 +02:00
PanCakeConnaisseur
584fb91534 Fix typo 2020-10-12 14:56:36 +00:00
Michał
18c5221274 Fix uninitialised variable 2020-10-12 14:56:01 +00:00
Morris Jobke
52ae354a5d Merge pull request #5236 from nextcloud/backport/5229/stable20
[stable20] Correct some spelling errors in app tutorial
2020-10-10 15:12:15 +02:00
Morris Jobke
17bb8ecf95 Merge pull request #5233 from nextcloud/backport/5228/stable20
[stable20] Use GET instead of POST User Provisioning API
2020-10-10 15:11:52 +02:00
nienzu
69b3a46dfd Correct some spelling errors in app tutorial 2020-10-09 14:05:39 +00:00
nienzu
add8b230d0 Use GET instead of POST User Provisioning API 2020-10-09 14:05:06 +00:00
Roeland Jago Douma
192fe4c4cd Merge pull request #5225 from nextcloud/backport/5222/stable20
[stable20] Document deprecated getters of IServerContainer in 20
2020-10-07 11:11:54 +02:00
Christoph Wurst
fff6c0f0e1 Document deprecated getters of IServerContainer in 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-07 08:49:33 +00:00
Morris Jobke
cee6b94cc3 Merge pull request #5194 from nextcloud/backport/5179/stable20
[stable20] Recommend Ubuntu 20.04 instead of 18.04
2020-10-06 13:50:34 +02:00
Morris Jobke
459539f4da Merge pull request #5201 from nextcloud/backport/5185/stable20
[stable20] Document two more deprecations in 20
2020-10-06 13:48:55 +02:00
Christoph Wurst
4adc884c61 Document two more deprecations in 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 11:30:20 +00:00
Christoph Wurst
ac6055eb40 Merge pull request #5191 from nextcloud/backport/5187/stable20
[stable20] Document Nextcloud 20 removed jQuery plugin(s)
2020-10-06 13:29:49 +02:00
Morris Jobke
0ca10682b1 Recommend Ubuntu 20.04 instead of 18.04
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-06 08:25:17 +00:00
Christoph Wurst
2ad7c29e93 Document Nextcloud 20 removed jQuery plugin(s)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 08:21:13 +00:00
Morris Jobke
01903a6dca Merge pull request #5178 from nextcloud/backport/5156/stable20
[stable20] server_tuning.rst: escape regexp properly
2020-10-06 09:07:20 +02:00
Damian Nowak
dea71bd97c 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:04:41 +00:00