Richard Steinmetz
|
6a2861b5fe
|
feat(developer): document the new out-of-office feature
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
|
2023-12-05 16:04:18 +01:00 |
|
Côme Chilliet
|
56fbd8b919
|
Merge pull request #11283 from nextcloud/feat/document-ocp-iprovideenabledstatebackend
Document adding of OCP\User\Backend\IProvideEnabledStateBackend
|
2023-12-04 10:55:41 +01:00 |
|
Côme Chilliet
|
b92ce246c2
|
Merge pull request #11282 from nextcloud/feat/document-ocp-itoken
Document new API in OCP\Authentication
|
2023-12-04 09:09:04 +01:00 |
|
Christoph Wurst
|
38c9db2b46
|
Merge pull request #11226 from nextcloud/feat/devmanual/contacts-menu-bulk-providers
feat(devmanual): Contacts menu bulk providers
|
2023-12-01 19:12:25 +01:00 |
|
Joas Schilling
|
a1447b3efe
|
fix(developer): Mention state-of-the-art exclusion of unneeded files
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-12-01 12:50:15 +01:00 |
|
Marcel Klehr
|
3ebfec9b40
|
Merge pull request #11273 from nextcloud/enh/text-processing-28
enh(dev/TextProcessing): Add docs for IProviderWithUserId, IProviderWithExpectedRuntime and Imanager#runOrSchedule
|
2023-12-01 10:15:36 +01:00 |
|
Marcel Klehr
|
67081ef3f5
|
Update developer_manual/digging_deeper/text_processing.rst
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-12-01 10:09:22 +01:00 |
|
Anupam Kumar
|
841d210a14
|
fix speech-to-text typo
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
|
2023-11-30 16:58:18 +05:30 |
|
Bjoern Schiessle
|
50e912a20c
|
add documentation about authentication options
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
|
2023-11-27 10:28:20 +01:00 |
|
Benjamin Gaussorgues
|
e9b0355237
|
Merge pull request #11307 from nextcloud/feat/devmanual/adv-search-provider
Documentation for advanced search
|
2023-11-24 11:19:53 +01:00 |
|
Benjamin Gaussorgues
|
e0bcbfe770
|
Documentation for advanced search
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
2023-11-24 10:58:33 +01:00 |
|
Joas Schilling
|
eed8471198
|
Merge pull request #11260 from nextcloud/revert-11253-update/sorbaugh/removed-apis
Revert "document removal of OCP/Comments for 28"
|
2023-11-23 15:18:48 +01:00 |
|
Sami Finnilä
|
aeb4a34d7c
|
Fix typo in tutorial.rst
Signed-off-by: Sami Finnilä <64466176+MB-Finski@users.noreply.github.com>
|
2023-11-22 15:04:43 +02:00 |
|
Sami Finnilä
|
31facac090
|
Deprecate old notes app tutorial
Signed-off-by: Sami Finnilä <64466176+MB-Finski@users.noreply.github.com>
|
2023-11-22 13:33:57 +02:00 |
|
Ferdinand Thiessen
|
a32ee9d18b
|
fix(dev): Add useStrictDynamicOnScripts to OCP\AppFramework\Http\EmptyContentSecurityPolicy
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-11-17 18:29:02 +01:00 |
|
Daniel
|
639dcbf5e7
|
Merge pull request #11280 from nextcloud/tflidd-patch-1
|
2023-11-15 15:26:40 +01:00 |
|
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
|
ef6542665b
|
Document the adding of OCP\User\Backend\IProvideEnabledStateBackend
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-11-13 15:33:37 +01:00 |
|
Côme Chilliet
|
ca5d9c2b14
|
Document new API in OCP\Authentication
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-11-13 15:21:03 +01:00 |
|
tflidd
|
9b7173d39c
|
Update links to Nextcloud flow talk
Fixes https://github.com/nextcloud/documentation/issues/11276
Signed-off-by: tflidd <tflidd@aspekte.net>
|
2023-11-13 11:50:28 +01:00 |
|
Marcel Klehr
|
9316cf5bf3
|
enh(dev/TextProcessing): Add docs for IProviderWithUserId, IProviderWithExpectedRuntime and Imanager#runOrSchedule
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-11-09 15:33:28 +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 |
|
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 |
|
Joas Schilling
|
9981993028
|
Revert "document removal of OCP/Comments for 28"
|
2023-11-03 09:43:46 +01: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 |
|
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 |
|
Marcel Klehr
|
78877c8b35
|
add(Text2Image): Add dev docs for TextToImage OCP and OCS API as well as admin docs for TextToImage
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-27 16:16:20 +02:00 |
|
Christoph Wurst
|
51d0399fab
|
Merge pull request #11246 from nextcloud/deprecate/css-variables
chore(devmanual): Deprecate `--color-text-light` and `--color-text-lighter` CSS variables
|
2023-10-27 13:20:49 +02:00 |
|
Joas Schilling
|
9ac837e98f
|
Merge pull request #11245 from nextcloud/feat/noid/smyfony-event-dispatcher
fix(developer): Mention symfony/event-dispatcher
|
2023-10-27 09:07:31 +02:00 |
|
Daniel Calviño Sánchez
|
ae78309e22
|
Allow "wasm-unsafe-eval" in CSP
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
|
2023-10-27 06:02:04 +02:00 |
|
Ferdinand Thiessen
|
d418168fd1
|
chore(devmanual): Deprecate --color-text-light and --color-text-lighter CSS variables
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-10-26 17:53:29 +02:00 |
|
Joas Schilling
|
ecb5501902
|
fix(developer): Mention symfony/event-dispatcher
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-26 16:45:26 +02:00 |
|
Christoph Wurst
|
b6e57040ef
|
Merge pull request #11238 from nextcloud/feat/devmanual/how-to-test-smb-home-directories
feat(devmanual): How to test SMB home directories
|
2023-10-23 17:44:36 +02:00 |
|
Christoph Wurst
|
f25e3ff705
|
feat(devmanual): How to test SMB home directories
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-10-23 16:55:47 +02:00 |
|
John Molakvoæ
|
4e6db05abd
|
feat: addScript and addInitScript docs
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-10-19 15:13:38 +02:00 |
|
Christoph Wurst
|
48e0f1f28e
|
feat(devmanual): Contacts menu bulk providers
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-10-18 16:13:32 +02:00 |
|
Christoph Wurst
|
c7c33522d1
|
feat(devmanual): Document contacts menu basics
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-10-18 12:27:13 +02:00 |
|
Ferdinand Thiessen
|
bfe646ec67
|
Merge pull request #11161 from privatemaker/tidy-owncloud-gitgnore
renname ownCloud to Nextcloud, update .gitignore
|
2023-10-16 00:20:12 +02:00 |
|
Christoph Wurst
|
2fe467210f
|
feat(devmanual): In-memory cache factory
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-10-13 13:50:19 +02:00 |
|
Christoph Wurst
|
eca287964d
|
feat(devmanual): Document caching basics
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-10-13 12:40:17 +02:00 |
|
Côme Chilliet
|
3af1c9e286
|
Detail how to add 8.3 support in an application
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-12 15:27:02 +02:00 |
|
Côme Chilliet
|
a84675fb0e
|
Document PHP 8.3 support
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-12 11:18:58 +02:00 |
|
Daniel
|
6ce2de1f6f
|
Merge pull request #11158 from nextcloud/fix/noid/property-name-quota
|
2023-10-10 10:05:09 +02:00 |
|
Joas Schilling
|
d892054d46
|
feat(developer): Document doctrine/dbal update to 3.7
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-06 15:38:23 +02:00 |
|
John Molakvoæ
|
6c8565a3c1
|
feat(developer_manual): 28 files-to-vue upgrade guide
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-10-06 11:50:16 +02:00 |
|
Private Maker
|
26ed13c0e4
|
renname ownCloud to Nextcloud, update .gitignore
Signed-off-by: Private Maker <privatemaker@posteo.net>
|
2023-09-30 17:10:27 +02:00 |
|
Anna Larch
|
f799986cda
|
fix(doc): Wrap instance reporting for database schema in an API
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
2023-09-29 14:43:29 +02:00 |
|