Commit Graph

3325 Commits

Author SHA1 Message Date
林柏臣
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
81c0850a66 Document Postgres 14 support
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-17 20:36:30 +00: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
szaimen
ea12c608ad document Apache timeout limits
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-23 10:11: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
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 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
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
szaimen
1fc9b5df7c document that 64bit is required
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-07-11 15:24:04 +00:00
Thomas Schmidt
204476e657 Remove outdated warning
Signed-off-by: Thomas Schmidt <thomas@thsmdt.com>
2022-06-29 10:39:15 +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
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
Christoph Wurst
6b39d5d81b Drop links to unofficial twofactor_admin app
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-14 14:09:00 +00:00
tflidd
a7a9b19bf9
Merge pull request #8312 from nextcloud/backport_8186
Backport #8186 to stable24
2022-05-26 08:33:04 +02:00
Nextcloud bot
5abebbc874
generate documentation from config.sample.php 2022-05-17 04:21:42 +00:00
Pietro Marini
9af95d07f9 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:07 +00:00
tflidd
496160741f Backport #8186
Signed-off-by: tflidd <tflidd@aspekte.net>
2022-05-14 21:06:29 +01:00
Matthieu Gallien
163b69411e 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:02:48 +00:00
Nextcloud bot
8b688dbcb7
generate documentation from config.sample.php 2022-05-10 04:33:08 +00:00
Carl Schwan
f2da2cdb73 Fix links formatting
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-09 09:28:13 +00:00
Côme Chilliet
b777b069f0 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:41 +00:00
Côme Chilliet
2a498f042b 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:22:57 +00:00
Jan Malte Gerth
311a19412a docs: fix duplicated DB command and add missing 2022-05-05 11:16:01 +00:00
Nextcloud bot
c3c98996ef
generate documentation from config.sample.php 2022-05-02 13:14:30 +00:00
szaimen
864aed53ca address review
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-26 10:01:11 +00:00
szaimen
58ede7f83c add notice about app upgrades
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-26 10:01:11 +00:00
szaimen
13ac345738 handle the release schedule only in the Github wiki
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-26 10:01:11 +00:00
Joas Schilling
635b303023 Add warnings about scaling issues with ajax and webcron
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25 11:13:20 +00:00
Cyrille Bollu
602f0119fa Update two_factor-auth.rst
fixes link to two-factor provider page in developper manual

Signed-off-by: Cyrille Bollu <cyr.debian@bollu.be>
2022-04-23 09:11:04 +00:00
szaimen
94971f56e9 add domain change documentation
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-21 13:30:56 +00:00
John Molakvoæ
065de29b66
Merge pull request #8108 from t3easy/disable_server_tokens 2022-04-13 16:50:26 +02:00
Nextcloud bot
4084bcf030
generate documentation from config.sample.php 2022-04-07 04:15:00 +00:00
Christoph Wurst
1429e4694b
Merge pull request #8173 from nextcloud/tcitworld-patch-1
Remove link to dead owncloud forum
2022-04-05 08:35:41 +02:00
Nextcloud bot
035004e047
generate documentation from config.sample.php 2022-04-05 04:13:36 +00:00
Julius Härtl
38e8081aeb
Merge pull request #7871 from nextcloud/enh/office
Nextcloud Office documentation
2022-04-04 18:37:14 +02:00
Thomas Citharel
b359226627
Remove link to dead owncloud forum
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-04-04 10:33:31 +02:00
Simon L
01c38817a9
Merge pull request #8167 from nextcloud/enh/noid/beta-releases
add a note how to install beta apps releases
2022-03-30 15:15:40 +02:00
Joas Schilling
503e0b7cd7
Adjust PHP requirements for 24 2022-03-29 21:26:37 +02:00
szaimen
acbb7151e6 add a note how to install beta apps releases
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-03-28 22:32:52 +02:00
max-nextcloud
c80d1aa13f
Merge pull request #8163 from nextcloud/minor-fix-config-app-set
remove invalid type=boolean in config:app:set
2022-03-26 10:59:39 +01:00
Pytal
ff2c816a50
Merge pull request #8141 from nextcloud/admin-profile-config 2022-03-23 21:33:13 -07:00
max-nextcloud
a25a147828
remove invalid type=boolean in config:app:set
App settings do not allow the type option. `config:system:set` on the other hand expects `true` not `yes` as the value of a boolean.
2022-03-23 20:59:24 +01:00
Joas Schilling
7eada71135
Merge pull request #8105 from nextcloud/revert-6094-pierreozoux-patch-1
Revert "Adds warning about user deletion and object store"
2022-03-22 13:57:49 +01:00
Christopher Ng
8826b0ba6e Document profile configuration options for admins
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-21 18:39:31 -07:00
Julius Härtl
cc339f6503
Apply suggestions from code review
Co-authored-by: Jonas <jonas@nextcloud.com>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-03-20 11:27:20 +01:00