Commit Graph

11544 Commits

Author SHA1 Message Date
Christoph Wurst
0a81cb4f88
Merge pull request #9349 from nextcloud/backport/9345/stable23
[stable23] Document app bootstrap boot and injectFn
2022-11-14 13:19:21 +01:00
Christoph Wurst
b040da203b Document app bootstrap boot and injectFn
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 12:13:30 +00:00
Christoph Wurst
18acfbef4f
Merge pull request #9341 from nextcloud/enhancement/doctrine-dbal-3.0-to-3.1-changes-stable23
[stable23] Document behavior changes of dbal 3.0 to 3.1 upgrade
2022-11-14 12:48:23 +01:00
Christoph Wurst
05428b3640
Document behavior changes of dbal 3.0 to 3.1 upgrade
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 11:07:15 +01:00
Christoph Wurst
537636abeb
Merge pull request #9340 from nextcloud/backport/7803/stable23
[stable23] Add app upgrade guide for Nextcloud 23
2022-11-14 11:06:00 +01:00
Christoph Wurst
615436c3dc Add app upgrade guide for Nextcloud 23
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 10:03:07 +00:00
Christoph Wurst
e4aad715ed
Merge pull request #9339 from nextcloud/backport/9331/stable23
[stable23] Document GenericEvent deprecation in Nextcloud 22
2022-11-14 10:31:50 +01:00
Christoph Wurst
85ec5dfd81 Document GenericEvent deprecation in Nextcloud 22
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 09:26:11 +00:00
Joas Schilling
70383c8047
Merge pull request #9314 from nextcloud/backport/9309/stable23
[stable23] Document `IFactory::getUserLanguage()`
2022-11-09 14:03:06 +01:00
Joas Schilling
afd7e835f9
Merge pull request #9318 from nextcloud/backport/9311/stable23
[stable23] Document datetime support for the Entity class
2022-11-09 14:02:08 +01:00
Joas Schilling
377647ed68 Document datetime support for the Entity class
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-09 12:21:45 +00:00
Joas Schilling
3490ca82f6 Document IFactory::getUserLanguage()
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-09 12:20:54 +00:00
Daniel
212dd1fe08
Merge pull request #9293 from nextcloud/backport/9257/stable23
[stable23] update the link to available language codes
2022-11-08 10:13:39 +01:00
林柏臣
f335f32cc8 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-11-08 09:10:43 +00:00
Joas Schilling
e4de35d2a5
Merge pull request #9273 from nextcloud/backport/9270/stable23
[stable23] Fix rendering of inline code block
2022-10-31 16:11:17 +01:00
Christoph Wurst
5523ac42f9 Fix rendering of inline code block
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-31 14:40:13 +00:00
Daniel
abb9b80814
Merge pull request #9216 from nextcloud/backport/9213/stable23
[stable23] Remove link to oc repo in developer manual
2022-10-14 16:10:15 +02:00
Kushal Chand
4b3d57f758 Remove link to oc repo in developer manual
Signed-off-by: Kushal Chand <kushalkataria5@gmail.com>
2022-10-14 13:47:01 +00:00
Daniel
b7020c303f
Merge pull request #9207 from nextcloud/backport/9204/stable23
[stable23] Add documentation for occ tag commands
2022-10-12 17:33:40 +02:00
Daniel Kesselberg
70fda48f61 Add documentation for occ tag commands
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-10-12 11:21:15 +00:00
Daniel
2f2e270e6d
Merge pull request #9180 from nextcloud/backport/9169/stable23
[stable23] Update link to Desktop Client manual
2022-09-26 20:24:09 +02:00
Simon L
59b46955f2
Merge pull request #9178 from nextcloud/backport/9171/stable23
[stable23] document Apache timeout limits
2022-09-23 13:10:26 +02:00
Sidney Gijzen
9e32c90114 Update link to Desktop Client manual
Signed-off-by: Sidney Gijzen <sidneygijzen@users.noreply.github.com>
2022-09-23 10:12:25 +00:00
szaimen
ce6ed40480 document Apache timeout limits
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-23 10:11:53 +00:00
tflidd
d155854d4b
Merge pull request #9097 from nextcloud/backport/6721/stable23
[stable23] Documented changing display name of group
2022-08-17 10:19:07 +02:00
Nextcloud bot
073ad9d240
generate documentation from config.sample.php 2022-08-05 03:56:52 +00:00
Daniel
803c11e10b
Merge pull request #9120 from nextcloud/backport/9118/stable23
[stable23] Add hint about "fileinfo" module being required for theming
2022-07-25 22:56:27 +02:00
Daniel Calviño Sánchez
15afa90a4b 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 20:50:37 +00:00
m7913d
5a5bae99a3 Improved formatting
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Dries Mys <dries.mys@my-dreams.be>
2022-07-19 21:54:12 +00:00
m7913d
ce258f993b 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-07-19 21:54:12 +00:00
m7913d
1f41fb36a3 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-07-19 21:54:12 +00:00
Simon L
224af0ca83
Merge pull request #9073 from nextcloud/backport/9071/stable23
[stable23] document that 64bit is required
2022-07-11 22:09:02 +02:00
szaimen
57115cd026 document that 64bit is required
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-07-11 15:24:18 +00:00
tflidd
ee43baa242
Merge pull request #9068 from nextcloud/backport/8931/stable23
[stable23] Corrected described side of control placement
2022-07-10 11:42:13 +02:00
p-bo
586c03aaeb Corrected described side of control placement
As screenshot below this sentence suggests, cross symbol for closing is actually on top right side of dialog window...

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-07-10 09:30:34 +00:00
Nextcloud bot
194922c089
generate documentation from config.sample.php 2022-07-08 04:20:21 +00:00
tflidd
d1da6a95ff
Merge pull request #8995 from nextcloud/backport/8922/stable23
[stable23] Replace interchanged word
2022-07-04 19:06:28 +02:00
p-bo
ae896fcdf2 Replace interchanged word
Item in menu is "Conversation settings" - see screenshot of app which this section is pointing to.

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-07-04 08:47:43 +00:00
Daniel
d43e096eb5
Merge pull request #8511 from nextcloud/backport/8495/stable23
[stable23] Explain how to add several IDelegatedSettings in the key "settings"
2022-06-28 23:01:11 +02:00
Daniel
a40f193d24
Merge pull request #8794 from nextcloud/backport/8644/stable23
[stable23] Remove unenclosed quote
2022-06-28 22:22:48 +02:00
Daniel
e4ddcc2f0a
Merge pull request #8790 from nextcloud/backport/8718/stable23
[stable23] Update occ_command.rst
2022-06-28 22:21:37 +02:00
p-bo
a1c7dc165d Remove unenclosed quote
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-06-28 20:19:38 +00:00
phieber
a97e85c886 Update occ_command.rst
fixed certificate commands

Signed-off-by: phieber <phieber@users.noreply.github.com>
2022-06-28 20:18:22 +00:00
tflidd
6ff95fdfbb
Merge pull request #8560 from nextcloud/backport/8558/stable23
[stable23] Background jobs (Cron): Fix Typo
2022-06-20 13:17:36 +02:00
Felix Schneider
60f46f1bdf Fix Typo
"addning" --> "adding"

Signed-off-by: Felix Schneider <fs@felix-schneider.org>

Signed-off-by: Felix Schneider <fs@felix-schneider.org>
2022-06-20 11:09:37 +00:00
Christoph Wurst
b5cfe1cf85
Merge pull request #8541 from nextcloud/backport/8539/stable23
[stable23] Drop links to unofficial twofactor_admin app
2022-06-14 16:33:16 +02:00
Christoph Wurst
71c9436e53 Drop links to unofficial twofactor_admin app
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-14 14:09:18 +00:00
tflidd
d1dd1fa2dd
Merge pull request #8534 from nextcloud/backport/8531/stable23
[stable23] fixed typo in developer_manual
2022-06-11 13:36:42 +02:00
Andreas Weswaldi
04db1782e3 fixed typo in developer_manual
fixed typo "dekstop" to "desktop" in client_apis/LoginFlow/index.rst

Signed-off-by: Andreas Weswaldi <andreas@weswaldi.at>
2022-06-11 11:34:14 +00:00
zak39
43d9dc610a Explain how to add several IDelegatedSettings classes 'settings'
In this documentation, there is no explanation on how to add several IDelegatedSettings' classes for a function.

Signed-off-by: zak39 <fotia.baptiste@hotmail.com>
2022-06-03 14:45:57 +00:00