Daniel
72c18f302e
Merge pull request #9292 from nextcloud/backport/9257/stable24
...
[stable24] update the link to available language codes
2022-11-08 10:10:07 +01:00
林柏臣
0511d79b53
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:05:50 +00:00
Joas Schilling
4b2091b29c
Merge pull request #9272 from nextcloud/backport/9270/stable24
...
[stable24] Fix rendering of inline code block
2022-10-31 16:11:00 +01:00
Christoph Wurst
ac5ca9596e
Fix rendering of inline code block
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-31 14:39:55 +00:00
Joas Schilling
0ac4955272
Merge pull request #9223 from nextcloud/backport/9218/stable24
...
[stable24] Document Postgres 14 support
2022-10-17 22:48:24 +02:00
Joas Schilling
81c0850a66
Document Postgres 14 support
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-17 20:36:30 +00:00
Daniel
97667af1a8
Merge pull request #9215 from nextcloud/backport/9213/stable24
...
[stable24] Remove link to oc repo in developer manual
2022-10-14 16:03:00 +02:00
Kushal Chand
43f80ca9ba
Remove link to oc repo in developer manual
...
Signed-off-by: Kushal Chand <kushalkataria5@gmail.com>
2022-10-14 13:46:53 +00:00
Daniel
12d324e45c
Merge pull request #9206 from nextcloud/backport/9204/stable24
...
[stable24] Add documentation for occ tag commands
2022-10-12 17:33:13 +02:00
Daniel Kesselberg
eec3a09a68
Add documentation for occ tag commands
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-10-12 11:21:01 +00:00
Daniel
9dc5ab35dc
Merge pull request #9176 from nextcloud/backport/9169/stable24
...
[stable24] Update link to Desktop Client manual
2022-09-26 20:23:27 +02:00
Simon L
165b3dfb21
Merge pull request #9177 from nextcloud/backport/9171/stable24
...
[stable24] document Apache timeout limits
2022-09-23 13:09:58 +02:00
szaimen
ea12c608ad
document Apache timeout limits
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-23 10:11:46 +00:00
Sidney Gijzen
4428db50c0
Update link to Desktop Client manual
...
Signed-off-by: Sidney Gijzen <sidneygijzen@users.noreply.github.com>
2022-09-23 10:05:49 +00:00
Robin Windey
24ab8245c5
Merge pull request #9152 from nextcloud/backport/9149/stable24
...
[stable24] Improve migration docs
2022-09-07 13:26:05 +02:00
Robin Windey
7f3d1edb8b
Improve migration docs
...
* Add section on how migration classes are constructed
* Add a hint for "version" argument on "migrations:execute"
Signed-off-by: Robin Windey <ro.windey@gmail.com>
2022-09-07 10:23:46 +00:00
tflidd
e275586e78
Merge pull request #9096 from nextcloud/backport/6721/stable24
...
[stable24] Documented changing display name of group
2022-08-17 10:19:23 +02:00
Nextcloud bot
a24359cfce
generate documentation from config.sample.php
2022-08-04 03:56:27 +00:00
Daniel
aa9ce078de
Merge pull request #9127 from nextcloud/backport/9114/stable24
...
[stable24] remove invalid trailing semicolon from hsts header
2022-08-03 09:40:43 +02:00
langj
00eb6409e9
remove invalid trailing semicolon from hsts header
...
Signed-off-by: langj <langj@cs.tum.edu>
2022-08-02 19:53:17 +00:00
Daniel
1047a905aa
Merge pull request #9119 from nextcloud/backport/9118/stable24
...
[stable24] Add hint about "fileinfo" module being required for theming
2022-07-25 22:56:10 +02:00
Daniel Calviño Sánchez
d35fb11400
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:24 +00:00
m7913d
72e246f7ab
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:06 +00:00
m7913d
12fcbed9c6
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:06 +00:00
m7913d
abc4c80757
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:06 +00:00
blizzz
4ffb4d367d
Merge pull request #8817 from nextcloud/backport/8748/stable24
...
[stable24] Remove outdated warning about encryption for S3 as primary storage
2022-07-19 00:46:32 +02:00
tflidd
4461cbc87c
Merge pull request #9092 from nextcloud/backport/9066/stable24
...
[stable24] Add a section regarding the workflow log
2022-07-18 09:29:30 +02:00
Martin Rüegg
5c9cd91355
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-15 08:02:20 +00:00
Simon L
0bb583e26f
Merge pull request #9072 from nextcloud/backport/9071/stable24
...
[stable24] document that 64bit is required
2022-07-11 22:09:19 +02:00
szaimen
1fc9b5df7c
document that 64bit is required
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-07-11 15:24:04 +00:00
tflidd
24b7f42627
Merge pull request #9067 from nextcloud/backport/8931/stable24
...
[stable24] Corrected described side of control placement
2022-07-10 11:42:09 +02:00
p-bo
b022936cb9
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:27 +00:00
tflidd
bf6ea52cac
Merge pull request #8994 from nextcloud/backport/8922/stable24
...
[stable24] Replace interchanged word
2022-07-04 19:06:43 +02:00
p-bo
da7434d473
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:40 +00:00
Thomas Schmidt
204476e657
Remove outdated warning
...
Signed-off-by: Thomas Schmidt <thomas@thsmdt.com>
2022-06-29 10:39:15 +00:00
Daniel
bbd7a51402
Merge pull request #8801 from nextcloud/backport/8578/stable24
...
[stable24] removed wrong leading underscore from link
2022-06-28 23:05:56 +02:00
Daniel
b8640b7274
Merge pull request #8800 from nextcloud/backport/8557/stable24
...
[stable24] Update ocs-status-api.rst table rows to display properly
2022-06-28 23:05:10 +02:00
p-bo
ffef581fc9
removed wrong leading underscore from link
...
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-06-28 21:02:06 +00:00
Daniel
f6965a4041
Merge pull request #8510 from nextcloud/backport/8495/stable24
...
[stable24] Explain how to add several IDelegatedSettings in the key "settings"
2022-06-28 23:00:40 +02:00
Daniel
bf47f607a5
Merge pull request #8799 from nextcloud/backport/8556/stable24
...
[stable24] Update iOS requirements
2022-06-28 22:59:16 +02:00
Aaron Segura
3118cb313b
Update ocs-status-api.rst
...
Fix tables so that each row is displayed separately
Signed-off-by: Aaron Segura <aaron@aaronsegura.com>
2022-06-28 20:58:18 +00:00
SystemKeeper
10277bdabe
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-28 22:56:07 +02:00
Daniel
d36907dd6d
Merge pull request #8793 from nextcloud/backport/8644/stable24
...
[stable24] Remove unenclosed quote
2022-06-28 22:23:10 +02:00
Daniel
d0fce73550
Merge pull request #8792 from nextcloud/backport/8655/stable24
...
[stable24] Fix link formating
2022-06-28 22:22:14 +02:00
Daniel
2692c2e461
Merge pull request #8789 from nextcloud/backport/8718/stable24
...
[stable24] Update occ_command.rst
2022-06-28 22:21:24 +02:00
p-bo
c686451036
Remove unenclosed quote
...
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-06-28 20:19:37 +00:00
p-bo
1971f8eff6
Fix link formating
...
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-06-28 20:19:13 +00:00
phieber
6473ddee9d
Update occ_command.rst
...
fixed certificate commands
Signed-off-by: phieber <phieber@users.noreply.github.com>
2022-06-28 20:18:16 +00:00
tflidd
a0a3f0f348
Merge pull request #8559 from nextcloud/backport/8558/stable24
...
[stable24] Background jobs (Cron): Fix Typo
2022-06-20 13:17:56 +02:00
Felix Schneider
6e73490057
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:26 +00:00