Commit Graph

11531 Commits

Author SHA1 Message Date
林柏臣
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
tflidd
e6c6fd056e
Merge pull request #8450 from nextcloud/backport/8318/stable23
[stable23] Include link to service discovery trouble shooting in iOS sync guide
2022-05-29 08:14:28 +02:00
networkException
80240b0df5 Include link to service discovery trouble shooting in iOS sync guide
Signed-off-by: networkException <git@nwex.de>
2022-05-29 06:11:17 +00:00
tflidd
c488784ae0
Merge pull request #8314 from nextcloud/backport/8301/stable23
[stable23] Update access_control.rst
2022-05-15 14:05:23 +02:00
Pietro Marini
d7dc0feed3 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-15 12:01:25 +00:00
tflidd
a91cd0059d
Merge pull request #8307 from nextcloud/backport/8230/stable23
[stable23] let's link to latest desktop client doc instead of broken link
2022-05-14 19:05:33 +02:00
Matthieu Gallien
7dad91c2c4 let's link to latest desktop client doc instead of broken link
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-05-14 17:03:05 +00:00
Nextcloud bot
9d8fe3f9f9
generate documentation from config.sample.php 2022-05-10 04:33:05 +00:00
Côme Chilliet
9eea85ff58
Merge pull request #8291 from nextcloud/backport/8286/stable23
[stable23] Fix LDAP first configId information
2022-05-09 10:37:27 +02:00
Côme Chilliet
26656bd87b 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 08:32:53 +00:00
Côme Chilliet
ccc7c95664
Merge pull request #8288 from nextcloud/backport/8285/stable23
[stable23] Fix command options formatting
2022-05-09 10:29:46 +02:00
Côme Chilliet
edf4ef6025 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 08:23:02 +00:00
Carl Schwan
dcd063af8a
Merge pull request #8276 from nextcloud/backport/8235/stable23
[stable23] docs: fix duplicated DB command and add missing
2022-05-05 13:41:34 +02:00
Jan Malte Gerth
e76138dd1b docs: fix duplicated DB command and add missing 2022-05-05 11:16:09 +00:00