Commit Graph

117 Commits

Author SHA1 Message Date
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
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
raphj
d70591c2a2 docs: mention IResponse's getBody(), slash when catching Exception
Signed-off-by: raphj <raphael.jakse@xwiki.com>
2023-01-13 14:14:34 +01:00
Christoph Wurst
c97ae9d20f feat(dev-manual): Warn about the upcoming PSR-0 class loader removal
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-13 13:21:51 +01:00
Côme Chilliet
e36556873c Complete workflow development documentation
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-01-12 16:33:12 +00:00
Joas Schilling
41913d1558 Fix syntax issues
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-17 14:34:58 +01:00
Christoph Wurst
f2ee9c677e Document versions of the PSR packages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 18:05:55 +01:00
Joas Schilling
d82c534b04 Don't state supported stable branches in the docs
We would forget to update them similarly to the old statement

Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-08 13:07:14 +01:00
Joas Schilling
696334f46a Update CI templates and add more links
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-08 12:46:15 +01:00
Anna
7a82c74f17 Merge pull request #9269 from nextcloud/enh/document-imip-change-for-26
Document iMIP API change for 26
2022-11-07 11:57:19 +01:00
Christoph Wurst
51f7a3b908 Merge pull request #9259 from nextcloud/enhancement/dev-security-host-validation
Document remote host validation for app devs
2022-11-03 11:37:23 +01:00
Anna Larch
866e141e68 Document iMIP API change for 26
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-11-03 10:18:25 +01:00
Joas Schilling
1b8182567f Adjust heading levels to what other pages use
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-02 12:02:33 +01:00
Joas Schilling
49e6cfffe9 Document the IConditionalWidget dashboard interface
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-02 11:39:40 +01:00
Christoph Wurst
6eb2d1fd02 Add documentation for the HTTP client
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-02 08:54:56 +01:00
Christoph Wurst
a03739ffc3 Add dev docs for Talk conversation deletion
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-31 13:50:02 +01:00
Christoph Wurst
fa9672f7a5 Document remote host validation for app devs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-27 18:34:25 +02:00
Christoph Wurst
99fe78c38a Merge pull request #9249 from nextcloud/enhancement/dev-docs-renamed-groupdware-settings-section
Add dev docs for the renamed Groupware settings section
2022-10-27 12:38:49 +02:00
Andrew Dawes
e1bc8c6667 Fixed several typos and grammar errors
Signed-off-by: Andrew Dawes <andrewsdawes@gmail.com>
2022-10-25 07:32:25 +02:00
Christoph Wurst
a670eabdb9 Add dev docs for the renamed Groupware settings section
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-24 11:31:30 +02:00
Kushal Chand
5a4f753003 Remove link to oc repo in developer manual
Signed-off-by: Kushal Chand <kushalkataria5@gmail.com>
2022-10-14 11:05:03 +05:30
Julien Veyssier
c70b0743fc update dashboard api for clients in dev doc
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2022-10-13 17:59:21 +02:00
Christoph Wurst
250286e335 Document maintenance mode header
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-30 16:22:18 +02:00
Christopher Ng
1169dd916c Document export size estimation API
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-26 11:34:53 -07:00
Daniel
1b0d369be4 Merge pull request #8302 from nextcloud/enh/projects-event
Adapt projects documentaiton to new event
2022-05-27 17:43:58 +02:00
Carl Schwan
888ad06e72 Cleanup part of the developer api
- Port away from deprecated stuff
- Update php syntax

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-16 15:53:27 +02:00
Julius Härtl
b996ba374b Adapt projects documentaiton to new event
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-05-12 10:41:45 +02:00
Carl Schwan
85ae41dcc8 Add new cache view for the profiler
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-10 00:18:55 +02:00
Carl Schwan
778ea541bd Add profiler doc
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05 12:10:18 +02:00
Pytal
a5ab6daff6 Merge pull request #8193 from nextcloud/user-migration-dev-api 2022-04-25 10:09:47 -07:00
tflidd
a7cf290fbb Merge pull request #6711 from nextcloud/StCyr-patch-1
corrects a sentence in search.rst
2022-04-23 11:06:29 +02:00
Cyrille Bollu
6b9dafc6a9 corrects a sentence in search.rst
Signed-off-by: Cyrille Bollu <cyr.debian@bollu.be>
2022-04-22 09:38:16 +02:00
Christopher Ng
231ba470d8 Add period
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-04-21 09:23:51 -07:00
Christopher Ng
72098c2444 Update casing
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-04-21 09:23:17 -07:00