Commit Graph

2367 Commits

Author SHA1 Message Date
Joas Schilling
b9d1bae0c8
Update developer_manual/digging_deeper/task_processing.rst
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2025-04-30 08:42:34 +02:00
Joas Schilling
332130b31b
Update developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2025-04-30 08:42:28 +02:00
Lukas Schaefer
e4edef17fb
docs for text to speech
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
2025-04-30 00:14:46 -04:00
Richard Steinmetz
bfdccae38f
Merge pull request #13092 from nextcloud/enh/noid/standardize-occ-command
standardize occ command documentation
2025-04-29 14:27:58 +02:00
Simon L.
495247ae4a standardize occ command documentation
Use `sudo -E -u www-data php occ` everywhere.
Motivation: this should work on more appliances like also inside docker containers.
Signed-off-by: Simon L. <szaimen@e.mail.de>
2025-04-29 13:21:08 +02:00
Ferdinand Thiessen
53ead2543d
feat(developer): document hide-download WebDAV property
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-28 12:17:29 +02:00
Kate
298ff86a4c
Merge pull request #13071 from nextcloud/fix/fix-spellcheck 2025-04-22 18:28:46 +02:00
Côme Chilliet
42c7243658
chore: Fix spell errors in app upgrade guide
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-22 17:38:24 +02:00
Ferdinand Thiessen
d7c1d6bada
fix(developer): make WebDAV property table smaller
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-22 16:48:25 +02:00
Côme Chilliet
dbde5cd9bd
feat: Document new method IUser::getFirstLogin in upgrade guide
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-22 12:38:01 +02:00
Côme Chilliet
68ece85948
feat: Document new query parameter forceLanguage
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-22 12:06:40 +02:00
Côme Chilliet
484349a8d3
feat: Document the add of IRichTextFormatter to OCP in 31
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-22 11:36:11 +02:00
Côme Chilliet
fb78c5af7a
Merge pull request #13057 from nextcloud/enh/document-istorage-constructor-removal
feat: Document the move of IStorage constructor to a new interface
2025-04-22 11:24:04 +02:00
Côme Chilliet
0941fa92da
feat: Document the move of IStorage constructor to a new interface
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-22 11:04:41 +02:00
Ferdinand Thiessen
0da8f1ad89
chore: document removal of scssphp
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-22 09:58:07 +02:00
Joas Schilling
aafdae00a0
fix(translations): Split "Translation setup" into it's own page
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-04-12 23:25:43 +02:00
Joas Schilling
7edac26539
feat(l10n): Improve translation guidelines
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-04-12 21:30:16 +02:00
Côme Chilliet
d22c630a13
fix: Move changes to backend section in upgrade_to_31.rst
Some backend changes were mistakenly added to frontend section

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-07 15:43:05 +02:00
MCMic
c3615d8066
fix: Fix UnknownActivityException typo in upgrade guide
Signed-off-by: MCMic <come@chilliet.eu>
2025-04-04 11:45:47 +02:00
Côme Chilliet
0e8ca01cd9
feat: Document removed aliases in 31
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-03 18:08:06 +02:00
Côme Chilliet
07fb477991
feat: Document removal of OCP\Files\Storage in 31
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-03 18:02:05 +02:00
Côme Chilliet
7c3306b2ad
Merge pull request #12999 from nextcloud/feat/document-new-user-events
feat: Document user events added in 31 for user_ldap
2025-04-03 17:50:03 +02:00
Côme Chilliet
11c5d3eb32 fix: Typo in developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2025-04-03 14:55:11 +00:00
Côme Chilliet
197598555e
feat: Document user events added in 31 for user_ldap
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-03 16:15:19 +02:00
Côme Chilliet
fde7ef39e2
fix: Add missing newline
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-03 15:08:28 +02:00
Côme Chilliet
59b9d65239
feat: Document removal of OC_API legacy class
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-03 14:55:36 +02:00
Côme Chilliet
5042dab3f1
Merge pull request #12993 from nextcloud/feat/document-move-of-oc-image
feat: Document move of OC_Image to OC\Image
2025-04-03 14:51:49 +02:00
Côme Chilliet
0591944af4 fix: Move changes to Changed APIs instead of Added APIs
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-03 14:46:37 +02:00
Côme Chilliet
84248d4f8c feat: Document webhook events interfaces added in 30
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-03 14:46:37 +02:00
Côme Chilliet
4ffe407b04
feat: Document move of OC_Image to OC\Image
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-03 14:45:17 +02:00
Côme Chilliet
c75f0a510a feat: Document move of OC_EventSource class to private folder and namespace
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-03 14:29:29 +02:00
Côme Chilliet
32e22ee4ae
feat: Document changes in user backends API in 30
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-03 14:17:48 +02:00
Benjamin Gaussorgues
593a1e43a8
feat(developer_manual): document deprecated interface ICreateGroupBackend
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-03-31 16:36:49 +02:00
Benjamin Gaussorgues
37557dc542
feat(developer_manual): document Nextcloud DAV pagination
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-03-31 16:36:09 +02:00
Benjamin Gaussorgues
cee90c6ab1
feat(developer_manual): document removed API endpoint /testremote
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-03-31 15:53:23 +02:00
Jonas Heinrich
8e2d4b6ae3 Refer software Poedit for translating files 2025-03-28 21:57:19 +01:00
rakekniven
7cdf4cd305
Merge pull request #12864 from nextcloud/feat/devmanual/create-missing-replacement-indexes
feat(devmanual): Clarify behavior of missing replacement indexes
2025-03-27 18:37:16 +01:00
John Molakvoæ
53df5aa1f2
fix(developer_manual): typo on IAppConfig AppFramework service usage
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2025-03-27 09:51:34 +01:00
skjnldsv
70a8bb6d3d feat(developer_manual): document IAppConfig AppFramework service
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-03-27 09:44:08 +01:00
Ferdinand Thiessen
7ecf6642de
fix: Add versions back to developer and admin docs
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-17 17:27:38 +01:00
Julien Veyssier
9a0a2e1a9c
add small Oidc sections in admin and developer docs
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-03-13 12:29:56 +01:00
Christoph Wurst
56d0977384
feat(devmanual): Clarify behavior of missing replacement indexes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-03-13 08:11:38 +01:00
Maxence Lange
8968caa354 IUserConfig
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-03-06 07:47:01 -01:00
Maxence Lange
394065e8dc fulltextsearch ocs api 2025-03-05 10:57:00 -01:00
Daniel Kesselberg
15e756b7f4
docs: change cors annotation to attribute
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-03-04 10:39:12 +01:00
Richard Steinmetz
f787d184c2
feat(developer): document calendar event builder interface
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-03-03 13:50:54 +01:00
rakekniven
08a31b99bc
Merge pull request #12698 from nextcloud/artonge/feat/add_deleting_metadata
feat: Add information about deleting metadata
2025-03-01 20:57:13 +01:00
Christian Wolf
b8b0411f1c
Apply suggestions from code review
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 18:23:27 +01:00
Christian Wolf
5435dcd708
Apply suggestions from code review
Add first batch of changes to be incorporated.

Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 18:05:11 +01:00
Christian Wolf
17043e2dd4
Update routing file
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 16:31:19 +01:00
Christian Wolf
e2b2504338 Fix some minor punctuation
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 16:31:18 +01:00
Christian Wolf
d3348cd2b7
Add more examples in the Authentication section
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 16:31:16 +01:00
Christian Wolf
9388034295
Make CSRF check clearer
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 16:31:13 +01:00
Christian Wolf
bc321ab0d1
Update some texts to reflect current situation better
Update OCS migration text

Fix OCS routes entry

Responders on OCS

APIRoute on 29

Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 16:31:10 +01:00
Christian Wolf
0935fa8ff5
Adding some introductions to new chapter structure
Introduction to responders

Introduction HTML responses

Introduction to data responses

Introduction special reponders

Introduction security considerations

Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 16:31:02 +01:00
Christian Wolf
27c0ce5720 Move section brute-force protection
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 16:09:42 +01:00
Christian Wolf
7d411004a4 Move section Rate Limiting
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 16:07:53 +01:00
Christian Wolf
ef54c9ef4c Move section Streamed/lazily rendered Content
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 16:07:49 +01:00
Christian Wolf
ef9fb32bba Move section custom responses
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 16:01:27 +01:00
Christian Wolf
0ac03ca900 Move section Downloads
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 16:00:52 +01:00
Christian Wolf
c2040e8c5c Moving section Redirects
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 16:00:22 +01:00
Christian Wolf
30c51835df
Move section Content security policy
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 15:57:21 +01:00
Christian Wolf
24e4e6b793 Moving section Authentication
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 15:52:54 +01:00
Christian Wolf
1693e6ef10 Moving section handling errors
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 15:52:54 +01:00
Christian Wolf
e58d1ff44e Move section Responders
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 15:52:54 +01:00
Christian Wolf
578cbcef43 Move section JSON
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 15:50:25 +01:00
Christian Wolf
af0cad8bf4 Move section OCS
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 15:50:25 +01:00
Christian Wolf
9e95840608 Moved section public html templates
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 15:50:25 +01:00
Christian Wolf
2f1bc359c4 Move section html templates
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 15:50:25 +01:00
Christian Wolf
e3989934a2 First create some structure to fill in the content in next commits
Signed-off-by: Christian Wolf <github@christianwolf.email>
2025-02-28 15:50:25 +01:00
Elizabeth Danzberger
bc2d9edbf2 feat: update new apis for file conversion
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2025-02-25 17:52:25 +01:00
Paul
6af4c226b1
Fix typo Athor —> Author
Signed-off-by: Paul <devnoname120@gmail.com>
2025-02-24 17:58:23 +01:00
Louis Chemineau
008f9d2361
feat: Add information about deleting metadata
After: https://github.com/nextcloud/server/pull/50852

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-02-17 13:13:43 +01:00
Aaron Segura
ca38791e30
Fix API descriptions under developer_manual/client_apis/OCS 2025-02-14 17:12:41 -06:00
Joas Schilling
744f29f51e
ci: Fix PDF generation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-02-14 13:10:53 +01:00
Joas Schilling
d47918e6bf
fix: Add marker to positions that need adjusting on branch off
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-01-31 16:00:27 +01:00
Rello
e3250cebcb
Desktop developer docu (#12551)
Signed-off-by: Rello <Rello@users.noreply.github.com>
2025-01-30 13:41:48 +01:00
Ferdinand Thiessen
04f92a8d20
chore(developer): Deprecate files thumbnail API
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-01-26 15:39:01 +01:00
Anupam Kumar
ae4a3c6bab fix spell check
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-01-23 13:29:09 +05:30
Andy Scherzinger
3e4a8c8d67 docs: Add version info regarding license ID support
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2025-01-20 18:25:05 +01:00
Edward Ly
7811ee596b fix: update license values and examples
Signed-off-by: Edward Ly <contact@edward.ly>
2025-01-20 18:25:05 +01:00
Marcel Klehr
2549ee457e
fix: Apply suggestions from code review
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-01-17 13:11:29 +01:00
Marcel Klehr
50948b909f fix: Link to OpenAPI docs instead of documenting task_processing API manually
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-01-17 11:03:48 +01:00
Marcel Klehr
6f9d9095ee fix: Update task_processing chatwithtools task type
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-01-17 11:03:31 +01:00
Côme Chilliet
f7188dea5a
feat: Document add of ILimitAwareCountUsersBackend and deprecation of ICountUsersBackend
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-01-16 17:31:01 +01:00
Ferdinand Thiessen
c29e92a844
chore(developer): Document template changes for Nextcloud 31
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-01-10 18:29:13 +01:00
Marcel Müller
d3448ecc84 fix(ooo): POST/DELETE endpoint
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-12-30 21:42:20 +01:00
Maksim Sukharev
7573fe2743 fix(dev_manual): add a note about jQuery drop in Notifications app
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-12-30 15:04:33 +01:00
Jana Peper
652be38584
feat: add proofread tasktype
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
2024-12-19 13:57:46 +01:00
janepie
c74372650e
Merge pull request #12424 from nextcloud/feat/describe-task-type-disabling
feat: describe task type disabling
2024-12-18 22:28:11 +01:00
Arthur Schiwon
f91b705946
feat(31): info about added LoadAdditionalEntriesEvent
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-12-18 21:02:23 +01:00
Marcel Klehr
084a3986b7 fix(TaskProcessing): Fix typo in URL and remove a non-existing endpoint
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-12-16 09:50:11 +01:00
Marcel Klehr
6b4b996053
Update developer_manual/digging_deeper/task_processing.rst
Co-authored-by: janepie <49834966+janepie@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-12-12 13:06:37 +01:00
Maxence Lange
5daa205b7b filter @since in NCU/
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-12-12 10:12:06 -01:00
Jana Peper
1115b1bad7 feat: describe task type disabling
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
2024-12-12 10:10:53 +01:00
Edward Ly
6990817236
fix(exapp_development): update internal references, more grammar fixes
Signed-off-by: Edward Ly <contact@edward.ly>
2024-12-06 11:49:15 -08:00
Edward Ly
1e185b7b5e
fix(developer): remove deprecated OCS APIs
Signed-off-by: Edward Ly <contact@edward.ly>
2024-12-06 11:49:15 -08:00
Edward Ly
7a9b3c41f6
fix(developer): update AppAPI admin manual links
Signed-off-by: Edward Ly <contact@edward.ly>
2024-12-06 11:49:15 -08:00
Edward Ly
fe0e61fa01
fix(developer): update app_api:daemon:register command options
Signed-off-by: Edward Ly <contact@edward.ly>
2024-12-06 11:49:15 -08:00
Edward Ly
d5aff1a711
fix(developer): update app_api:app:register command uage
Signed-off-by: Edward Ly <contact@edward.ly>
2024-12-06 11:49:15 -08:00