Marcel Klehr
7d113564da
Add TOC entry for dev docs for projects
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2022-03-15 15:52:03 +01:00
Julius Härtl
7282b3b973
Merge pull request #8120 from nextcloud/feature/projects
...
Add dev docs for projects
2022-03-15 15:17:20 +01:00
Marcel Klehr
5494fdf6b2
Add docs for projects
2022-03-13 15:16:21 +01:00
Joas Schilling
52398ebf5d
Merge pull request #7534 from cogk/patch-2
...
Added example for WebDAV search by last updated time
2022-02-25 09:45:39 +01:00
Corentin Flr
6afb1ca5b5
Update developer_manual/client_apis/WebDAV/search.rst
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2022-02-25 09:24:05 +01:00
Christoph Wurst
9dda872a92
Merge pull request #8099 from nextcloud/bugfix/noid/fix-transaction-method-name
...
Fix transaction method name
2022-02-24 12:00:40 +01:00
Joas Schilling
e3213636a0
Merge pull request #8026 from jaspervf/master
...
Remove duplicate flag for authentication
2022-02-24 11:54:49 +01:00
Joas Schilling
ee73b3e241
Fix transaction method name
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-24 11:54:06 +01:00
Joas Schilling
cbd11e7d03
Add @publicpage to get() method tags
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-23 11:35:44 +01:00
Joas Schilling
83b5f104a0
Use "$this->"
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-22 14:15:31 +01:00
Joas Schilling
ce51b05458
Add section to the dev docs as well
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-22 14:03:37 +01:00
Côme Chilliet
42773a35d8
Merge pull request #8048 from nextcloud/enhancement/dev-ttransactional
...
Document TTransactional for developers
2022-02-21 10:07:39 +01:00
Christoph Wurst
6088dd56d1
Merge pull request #7851 from nextcloud/mejo--patch-1
...
Update configuration.rst, mention HintException
2022-02-21 08:55:13 +01:00
Christoph Wurst
53524d8542
Document TTransactional for developers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-02-18 12:42:45 +01:00
Jasper vom Felde
13b8c903f0
Remove duplicate flag for authentication
...
Remove duplicate flag for using basic authentication to access WebDav
Signed-off-by: Jasper vom Felde <74309593+jaspervf@users.noreply.github.com >
2022-02-11 12:18:43 +01:00
Cyrille Bollu
7b29164174
Adds a provision about 'composer dump-autoload' to the migrations
...
chapter
Signed-off-by: Cyrille Bollu <cyr.debian@bollu.be >
2022-02-09 11:25:17 +01:00
Matthieu Gallien
61c5ceb6c6
Merge pull request #8005 from nextcloud/addBulkUpload
...
add documentation about the bulk upload protocol
2022-02-08 09:06:02 +01:00
Matthieu Gallien
b42c91975a
example using curl to show how files can be uploaded with bulk upload
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com >
2022-02-07 22:52:05 +01:00
Matthieu Gallien
2eedb519dc
add documentation about the bulk upload protocol
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com >
2022-02-04 12:09:33 +01:00
Christoph Wurst
d0b9ccef4d
Add Talk OCP docs to dev manual
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-02-04 10:09:27 +01:00
Joas Schilling
eccf70ca4d
Fix parsing
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-28 12:10:26 +01:00
Christopher Ng
1e552eb931
Document profile actions API
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-01-27 22:06:36 -08:00
Jonas
237ca61475
Update configuration.rst, mention HintException
...
With https://github.com/nextcloud/server/pull/30130 , `setConfigValue` throws a HintException when config is read-only.
Signed-off-by: Jonas Meurer <jonas@freesources.org >
2022-01-13 12:17:25 +01:00
dartcafe
b7f2a7db18
refer to current webpack packages
...
Signed-off-by: dartcafe <github@dartcafe.de >
2022-01-02 15:52:15 +01:00
dartcafe
6b2d51d6d1
use --node-env instead of NODE_ENV=
...
Signed-off-by: dartcafe <github@dartcafe.de >
2022-01-02 15:52:14 +01:00
Christoph Wurst
f35e31168d
Drop Kanban development process, rework common labels
...
The Kanban dev process was used many years ago but never in Nextcloud.
Therefore the process description is not just outdated but misleading.
We still use the labels, albeit their description was mildly outdated.
They were restructured and grouped for better comprehensibility.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-12-29 09:47:04 +01:00
Christoph Wurst
cf6abe710c
There are no mailing lists
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-12-28 15:27:02 +01:00
rakekniven
cbee6199cf
Merge pull request #7825 from nextcloud/rakekniven-patch-2
...
Removed old unavailable link
2021-12-17 15:49:26 +01:00
Christian Wolf
80234e56a5
Removed issues in developer manual
...
Signed-off-by: Christian Wolf <github@christianwolf.email >
2021-12-16 18:30:43 +01:00
rakekniven
909232a405
Removed old unavailable link
...
Mailing lists are not available anymore.
Fixes #7763
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2021-12-15 07:26:40 +01:00
Christoph Wurst
c340dbce3c
Document the process of releasing an app updates as maintainer
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-12-14 11:47:56 +01:00
Christoph Wurst
7dd3e09e7d
Document SQL debugging for (app) devs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-12-13 14:46:02 +01:00
Christoph Wurst
3af5f88be5
Add Nextcloud 24 app upgrade guide skeleton
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-12-09 15:59:13 +01:00
Christoph Wurst
0511e6b7c9
Add app upgrade guide for Nextcloud 23
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-12-09 15:49:04 +01:00
Joas Schilling
09eebe3fea
Add documentation about OCP\Security\ITrustedDomainHelper
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-12-07 14:29:58 +01:00
Carl Schwan
b162b9cddf
Merge pull request #7673 from nextcloud/feat/add_user_status_doc
...
Document user status API
2021-12-06 12:16:33 +01:00
Carl Schwan
3c51f0cb1e
Document user status API
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2021-12-06 11:57:42 +01:00
Julius Härtl
88f545742a
Add note to share creation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2021-12-06 09:01:51 +01:00
rakekniven
c384544090
Fixed link ( #7731 )
...
Fixes #7169
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2021-12-03 11:22:02 +01:00
Christian Wolf
39db36fdb2
Fixed some more links in the dev manual
...
Signed-off-by: Christian Wolf <github@christianwolf.email >
2021-11-24 14:50:02 +01:00
Christoph Wurst
334d2865db
Fix dev manual links to the app controllers page
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-22 10:38:11 +01:00
Christoph Wurst
8d335ccfcb
Document calendar access and search APIs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-10 14:13:41 +01:00
Carl Schwan
c1d88f41fc
Merge pull request #7555 from nextcloud/enhancement/calendar-write-api
...
Document calendar write API for app devs
2021-11-10 13:16:32 +01:00
rakekniven
1a64cc624b
Merge pull request #7053 from bjoernmartin/patch-2
...
Add app password auth option
2021-11-10 11:34:33 +01:00
Christoph Wurst
ecd0db5a7a
Document calendar write API for app devs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-10 10:46:40 +01:00
Christoph Wurst
517d4459b3
Add dev docs for the calendar providers API in Nextcloud 23
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-10 10:34:47 +01:00
Björn Martin
881de39b7d
Add app password auth option
...
Add app password authentication option which seems to be mandatory if an external auth provider is used.
2021-11-09 19:04:07 +01:00
Corentin Flr
c4a6c2ad38
Added example for WebDAV search by last updated time
...
Signed-off-by: Corentin Flr <10946971+cogk@users.noreply.github.com >
2021-11-07 18:26:50 +01:00
Christoph Wurst
c8f0a31096
Document Calendar resources and rooms for developers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-05 15:41:26 +01:00
Julius Härtl
6b23efb4af
Use --data-binary opton when shoing chunked upload with curl
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2021-10-29 09:47:45 +02:00