Maxence Lange
fdbc72bb05
+files metadata
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2023-11-14 23:01:45 -01:00
Côme Chilliet
9db9cbb61a
Merge pull request #11281 from nextcloud/feat/add-short-link-for-setup-checks
...
Add short links for PHP modules and DB transactional mode
2023-11-13 17:27:05 +01:00
Joas Schilling
4c1668ac78
Merge pull request #11266 from grooverdan/patch-1
...
Database installation - MariaDB use mariadb / no FLUSH PRIVILEGES
2023-11-13 14:37:37 +01:00
Côme Chilliet
241e8ee9c1
Add short links for PHP modules and DB transactional mode
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-11-13 11:51:45 +01:00
Daniel
f043ea7b03
Merge pull request #11250 from nextcloud/dependabot/pip/master/babel-2.13.1
2023-11-12 20:41:32 +01:00
Daniel
2cadf752eb
Merge pull request #11252 from mrtumnus/patch-1
2023-11-12 20:40:48 +01:00
Daniel
0c5e908c7d
Merge pull request #11184 from nextcloud/enh/noid/new-ocm-provider-route
2023-11-12 20:36:46 +01:00
Daniel
569512a29b
Merge pull request #11264 from nextcloud/tflidd-patch-1
2023-11-12 20:31:31 +01:00
Daniel
885becac01
Merge pull request #11265 from nextcloud/tflidd-patch-1-1
2023-11-12 20:29:59 +01:00
Daniel
d06707803d
Merge pull request #11268 from nextcloud/dependabot/pip/master/sphinx-reredirects-0.1.3
2023-11-12 20:28:38 +01:00
Nextcloud bot
8c64d4011e
generate documentation from config.sample.php
2023-11-11 02:51:35 +00:00
Greta
51f5f2cacf
Merge pull request #11270 from nextcloud/add/shared-items
...
Document shared items feature for contacts
2023-11-10 10:45:10 +01:00
greta
1c74c4d46c
Document shared item feature for contacts
...
Signed-off-by: greta <gretadoci@gmail.com >
2023-11-10 10:38:56 +01:00
Andy Scherzinger
09e5591c4d
Merge pull request #11144 from GTP95/patch-1
...
Mobile sync: Add note about 2-way sync support status in Android client
2023-11-10 09:48:49 +01:00
github-actions[bot]
1767ac9a6b
Merge pull request #11272 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8
2023-11-09 13:17:20 +00:00
transifex-integration[bot]
3faa91d5df
Translate external_storage.pot in ro
...
100% translated source file: 'external_storage.pot'
on 'ro'.
2023-11-09 12:57:12 +00:00
Joas Schilling
cd26ad08b1
Merge pull request #11271 from nextcloud/feat/noid/dev-openapi-scopes
...
feat(developer): Document OpenAPI scopes
2023-11-09 11:01:45 +01:00
Joas Schilling
e89849db08
feat(developer): Document OpenAPI scopes
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-11-09 10:57:24 +01:00
Marcel Klehr
a09ca0d5fe
Merge pull request #11248 from nextcloud/add/text2image
...
add(Text2Image): Add dev docs for TextToImage OCP and OCS API + admin docs for TextToImage
2023-11-06 21:47:14 +01:00
Marcel Klehr
e5a29f54bd
enh(Text2Image): Add cross-references for task status values to OCS API docs
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2023-11-06 21:42:24 +01:00
Marcel Klehr
8725d5185a
enh(Text2Image): Explain in more detail the outcomes of schedule/run/runOrSchedule with code
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2023-11-06 19:18:50 +01:00
dependabot[bot]
5f4528724e
chore(deps): Bump sphinx-reredirects from 0.1.2 to 0.1.3
...
Bumps [sphinx-reredirects](https://github.com/documatt/sphinx-reredirects ) from 0.1.2 to 0.1.3.
- [Commits](https://github.com/documatt/sphinx-reredirects/compare/v0.1.2...v0.1.3 )
---
updated-dependencies:
- dependency-name: sphinx-reredirects
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-06 06:07:45 +00:00
Daniel Black
d07a30fc73
Database installation - MariaDB use mariadb / no FLUSH PRIVILEGES
...
MariaDB is deprecating off its mysql client usage (has been a symlink for a very long time).
FLUSH PRIVILEGES aren't required after any creation of users or grants. It has only two very specific meenings that aren't the case here; when credentials are directly changes in underlying tables using DML, or the server was started with --skip-grant-tables and this is ending that lack of priv scheme.
Signed-off-by: Daniel Black <daniel@mariadb.org >
2023-11-06 08:19:49 +11:00
tflidd
5d7c11516d
Remove old redis installation hints
...
Follow up on https://github.com/nextcloud/documentation/pull/11264 .
There is more outdated documentation regarding redis:
- instruction to retired Ubuntu 14.04 manual
- php-redis packages are now included in Ubuntu (since 20.04 LTS), older onces are or are about to expire by now (18.04 + 5 years)
- info about redis suppot for php7.1/2 compatibility is not relevant, these versions are not supported for quite some time.
Not sure about the fedora/CentOS part, but there is just an information how to retrieve package information on a setup, that does not really help.
We can probably backport these changes to all supported versions.
Signed-off-by: tflidd <tflidd@aspekte.net >
2023-11-05 15:31:22 +01:00
tflidd
8a7d84a598
Update files_locking_transactional.rst
...
Fixes https://github.com/nextcloud/documentation/issues/11263 .
Signed-off-by: tflidd <tflidd@aspekte.net >
2023-11-05 15:22:54 +01:00
Christoph Wurst
dedaae39cc
Merge pull request #11262 from nextcloud/feat/devmanual/optional-di
...
feat(devmanual): Optional dependency injection services
2023-11-03 12:52:26 +01:00
Christoph Wurst
236828b932
feat(devmanual): Optional dependency injection services
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-11-03 12:35:26 +01:00
John Molakvoæ
fcc8cfd192
Merge pull request #11253 from nextcloud/update/sorbaugh/removed-apis
2023-11-03 09:33:31 +01:00
Joas Schilling
72ef948759
Merge pull request #11258 from nextcloud/fix/noid/rm-files_rightclick
...
fix(support): files_rightclick was removed with 28
2023-11-02 17:51:39 +01:00
Arthur Schiwon
5b123e3b02
fix(support): files_rightclick was removed with 28
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2023-11-02 17:29:26 +01:00
Joas Schilling
2d5c9e8012
Merge pull request #11255 from nextcloud/bugfix/noid/explain-root-tagging
...
fix(workflows): Explain that autotagging does not apply when creating…
2023-11-02 10:38:40 +01:00
Joas Schilling
cb92450744
fix(workflows): Explain that autotagging does not apply when creating storages
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-11-02 10:00:11 +01:00
Elliott Partridge
3817f1ee28
Corrections after review
...
- Consolidated explanatory text under 'Recommended Method' heading
- Clarified 'Location' fields
Signed-off-by: Elliott Partridge <elliott@bridgefusion.com >
2023-11-01 13:35:29 -04:00
sorbaugh
663a9e45d3
Ammend documentation to mention removal both on Frontend and Backend sections
...
Signed-off-by: Stephan Orbaugh <stephan.orbaugh@nextcloud.com >
2023-10-31 23:10:29 +01:00
Elliott Partridge
f475ecc464
Further improvements to sync_thunderbird.rst
...
- Simplified Calendar subscription instructions, as only the base URL is required for calendar discovery
Signed-off-by: Elliott Partridge <elliott.partridge@gmail.com >
2023-10-31 19:14:58 +00:00
root
854f66f5a0
Further improvements to sync_thunderbird.rst
...
- Corrected numbering of Calendars steps
- Normalized UI element references (bold only, no quotations)
- Converted TbSync steps to bulleted list
Signed-off-by: Elliott Partridge <elliott.partridge@gmail.com >
2023-10-31 19:02:06 +00:00
sorbaugh
abdcc839d7
document removal of OCP/Comments for 28
...
Signed-off-by: Stephan Orbaugh <stephan.orbaugh@nextcloud.com >
2023-10-31 17:58:01 +01:00
Elliott Partridge
df35611dad
Update sync_thunderbird.rst
...
Merged out-of-date "old method" for calendar subscriptions into the current recommended method. The old method is no longer relevant.
Signed-off-by: Elliott Partridge <elliott.partridge@gmail.com >
2023-10-31 11:35:17 -04:00
github-actions[bot]
d9b79eca82
Merge pull request #11251 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8
2023-10-31 14:07:22 +00:00
transifex-integration[bot]
11668e1abb
Translate access_webgui.pot in fr
...
100% translated source file: 'access_webgui.pot'
on 'fr'.
2023-10-31 13:46:36 +00:00
transifex-integration[bot]
544c6a6151
Translate access_webgui.pot in fr
...
100% translated source file: 'access_webgui.pot'
on 'fr'.
2023-10-31 13:45:55 +00:00
transifex-integration[bot]
66ff18c452
Translate access_webgui.pot in fr
...
100% translated source file: 'access_webgui.pot'
on 'fr'.
2023-10-31 13:45:03 +00:00
transifex-integration[bot]
2620ab4ad6
Translate access_webgui.pot in fr
...
100% translated source file: 'access_webgui.pot'
on 'fr'.
2023-10-31 13:44:32 +00:00
transifex-integration[bot]
09c661a288
Translate access_webgui.pot in fr
...
100% translated source file: 'access_webgui.pot'
on 'fr'.
2023-10-31 13:44:15 +00:00
transifex-integration[bot]
534a35dd74
Translate access_webgui.pot in fr
...
100% translated source file: 'access_webgui.pot'
on 'fr'.
2023-10-31 13:44:03 +00:00
transifex-integration[bot]
c9f9ecf329
Translate access_webgui.pot in fr
...
100% translated source file: 'access_webgui.pot'
on 'fr'.
2023-10-31 13:43:50 +00:00
transifex-integration[bot]
d69c848b17
Translate access_webgui.pot in fr
...
100% translated source file: 'access_webgui.pot'
on 'fr'.
2023-10-31 13:43:29 +00:00
transifex-integration[bot]
0da7d9fafd
Translate access_webgui.pot in fr
...
100% translated source file: 'access_webgui.pot'
on 'fr'.
2023-10-31 13:43:15 +00:00
transifex-integration[bot]
41e414d6d0
Translate access_webgui.pot in fr
...
100% translated source file: 'access_webgui.pot'
on 'fr'.
2023-10-31 13:42:46 +00:00
transifex-integration[bot]
f689e082a1
Translate access_webgui.pot in fr
...
100% translated source file: 'access_webgui.pot'
on 'fr'.
2023-10-31 13:42:24 +00:00