Ferdinand Thiessen
d9c82a1112
fix(developer): Adjust links for frontend library documentation
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-09 18:58:52 +00:00
Anupam Kumar
3e8d3a6e85
fix speech-to-text typo
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2023-11-30 12:18:53 +00:00
tflidd
d658ca8834
Update links to Nextcloud flow talk
...
Fixes https://github.com/nextcloud/documentation/issues/11276
Signed-off-by: tflidd <tflidd@aspekte.net>
2023-11-18 14:32:57 +00:00
Christoph Wurst
e175206f54
feat(devmanual): Document contacts menu basics
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-10-20 11:54:06 +02:00
Ferdinand Thiessen
7d2dcd49d7
Merge pull request #10990 from nextcloud/backport/10714/stable27
...
[stable27] Document TextProcessing OCP and OCS APIs
2023-09-26 13:40:44 +02:00
Richard Steinmetz
7156e8fb1e
feat(dev): document new dashboard item api v2
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-09-12 06:37:48 +00:00
Marcel Klehr
6825175ea4
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-08-11 13:12:53 +00:00
Marcel Klehr
6fc9b9cbf8
Small fixes
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-11 13:12:53 +00:00
Marcel Klehr
80254320f7
Update: Refactor LLM API to TextProcessing API
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-11 13:12:53 +00:00
Marcel Klehr
705e88b8c5
Update LanguageModel APIs
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-11 13:12:53 +00:00
Marcel Klehr
272d40198a
Update LanguageModel APIs
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-11 13:12:53 +00:00
Marcel Klehr
e248d77722
Document LanguageModel OCP and OCS APIs
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-11 13:12:52 +00:00
Faraz Samapoor
1e3e8e4f57
Update settings.rst
...
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-07-27 11:38:35 +00:00
Christoph Wurst
871116c31f
fix(devmanual): Clarify privacy requirements of unified search providers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-07-06 08:10:46 +00:00
Julius Härtl
6ce64726a4
feat(events): Add OCP\Collaboration\Reference\RenderReferenceEvent
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-09 04:41:41 +00:00
Christoph Wurst
00f5888c72
fix(devmanual): Roll back recommendation for authoritative class maps
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-08 09:35:22 +00:00
Christoph Wurst
ce53c89824
fix(devmanual): Deprecations are documented by release, not year
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-07 11:04:18 +00:00
Christoph Wurst
bd2a9971b1
feat(devmanual): Document IMailer and inline attachments
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-01 17:51:56 +00:00
Christopher Ng
c96f933247
Update User migration docs for 32-bit support
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-05-31 01:44:54 +00:00
Christoph Wurst
4fd6a8ae9f
Merge pull request #10355 from nextcloud/feat/devmanual/user-managers
...
feat(devmanual): Add user managers doc
2023-05-10 11:08:47 +02:00
Christoph Wurst
27a1e7dc2c
feat(devmanual): Add user managers doc
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-10 10:02:57 +02:00
Christoph Wurst
3b9ff4a92e
fix(devmanual): Modernize user manager and user session docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-10 09:32:29 +02:00
Christoph Wurst
75a85b80fb
feat(devmanual): Document PSR-0 autoloader removal
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-04-27 10:44:53 +02:00
Christoph Wurst
6526e5092a
Merge pull request #10073 from nextcloud/feat/dav-calendars
...
Add developer documentation for custom `ICalendar` access through CalDav
2023-04-26 11:15:20 +02:00
Joas Schilling
e6c1981637
feat(developer): Replace annotations with attributes
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-04-25 16:00:11 +02:00
Marcel Klehr
7d34bba2d6
feat(translation): Add dev docs on OCP\Translation
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-04-21 10:56:15 +02:00
Marcel Klehr
58f81506d8
fix(SpeechToText): Highlight provider registration line
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-04-19 15:42:02 +02:00
Marcel Klehr
1d17e28e36
fix(SpeechToText): TranscriptionFailedEvent#getErrorMessage() is only for debugging
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-04-19 15:37:18 +02:00
Marcel Klehr
f39ecf07d8
Update developer_manual/digging_deeper/speech-to-text.rst
...
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-04-19 15:35:49 +02:00
Marcel Klehr
a0a61503b4
Update developer_manual/digging_deeper/speech-to-text.rst
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-04-19 15:34:25 +02:00
Marcel Klehr
87f3384a74
fix(SpeechToText): Add constructor to sample
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-04-19 15:31:58 +02:00
Marcel Klehr
899e2a5e0f
fix(SpeechToText): Use IL10N in sample
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-04-19 15:24:09 +02:00
Marcel Klehr
03f167bf1d
Update developer_manual/digging_deeper/speech-to-text.rst
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-04-19 15:23:02 +02:00
Marcel Klehr
bdd0c8e4d0
feat(SpeechToText): Add developer docs for OCP\SpeechToText
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-04-19 15:05:09 +02:00
Ferdinand Thiessen
ed48b1a447
feat(dev): Add developer documentation for custom ICalendar access through CalDav
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-04-18 19:37:14 +02:00
Julien Veyssier
226e5d531c
add links to examples
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-04-18 10:25:26 +02:00
Julien Veyssier
1af7e1bf5f
add section about how to use the smart picker
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-04-14 13:31:20 +02:00
Julien Veyssier
d56594c1c6
add reference providers doc (link previews + smart picker)
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-04-14 11:41:57 +02:00
Anna Larch
fb0017450c
Document group and user display name caches
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-04-11 13:21:21 +02:00
Christoph Wurst
14088bd5fa
feat(devmanual): Recommend time insensitive jobs for performance
...
Recommend marking background jobs as time insensitive in our performance
recommendations for app devs.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-03-30 10:46:39 +02:00
Alexander Piskun
13255982be
Fixed some warnings and errors. ( #9924 )
...
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2023-03-20 16:21:36 +03:00
Alexander Piskun
33e04e01fe
Fixed unexpected unindent in note.
2023-03-20 14:36:32 +03:00
Alexander Piskun
13791d0dc2
Fix warning(error) for list unexpected unindent.
2023-03-20 13:56:08 +03:00
7408647n
c414ea10c7
Fix a wrong „use“
...
The namespace is another: acca2bdf20/lib/public/Http/Client/IClientService.php
2023-03-17 12:18:29 +01:00
Ferdinand Thiessen
ed2cd174c4
docs(devel): Add note about updated PSR-11 dependency
...
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2023-03-16 15:11:31 +01:00
Joas Schilling
1b1a45c1ea
feat(developer): Document PSR-20 implementation of ITimeFactory
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-06 10:02:20 +01:00
Ferdinand Thiessen
0e9ffc2df4
fix(developer): Typo in class loader PSR-4 instead of PSR-0
...
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2023-02-21 13:33:16 +01:00
Dennis de Best
910ec72e32
Update settings.rst
...
Signed-off-by: Dennis de Best <dennis@debest.fr>
2023-02-01 04:52:29 +01:00
Dennis de Best
b2bfdd48a4
Fix annotations on settings.rst
...
The return of `public function getIcon()` was set to the description and not to a valid type. This fixes that and cleans the other annotations.
Signed-off-by: Dennis de Best <dennis@debest.fr>
2023-01-30 10:53:05 +01:00
Christoph Wurst
f851c6ce90
feat(dev-manual): Document performance optimizations with class loaders
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-20 16:56:25 +01:00