Commit Graph

82 Commits

Author SHA1 Message Date
Christian Wolf
80234e56a5 Removed issues in developer manual
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-12-16 18:30:43 +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
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
rakekniven
1a64cc624b Merge pull request #7053 from bjoernmartin/patch-2
Add app password auth option
2021-11-10 11:34:33 +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
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
Juan Carlos Tello
0753d4595d Fix nextcloud.org urls (#7164)
* Fixed help.nextcloud.org that would result in a page with a certificate issue

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken URL

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken link to bugtracker documentation

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken link to how to get your app signed

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Updated stable installation URL

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Updated URL to Contacts & Calendar troubleshooting

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed many URLs that pointed to nextcloud.org instead of nextcloud.com

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Update admin_manual/issues/general_troubleshooting.rst

Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Apply suggestions from code review

Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Reverted changes on .pot files

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

Co-authored-by: Daniel <mail@danielkesselberg.de>
2021-10-25 14:32:19 +02:00
Christoph Wurst
15dedf67c1 Fix inclusion of share and sharee OCS API pages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 12:06:53 +02:00
Christoph Wurst
a7dd22d40e Give the Activity API page a title so it shows in the TOC
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 12:06:37 +02:00
Christoph Wurst
2b941a6bd1 Limit WebDAV TOC depth like on other pages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 12:05:55 +02:00
Christoph Wurst
750d34742a Give the comments page a title, so it get included in TOCs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 12:04:45 +02:00
Christoph Wurst
e9980cac2d Add missing OCS status API page
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 12:04:16 +02:00
Tobias Kaminsky
b189846039 Create ocs-status-api.rst
Add doc for status api

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-07 08:04:09 +01:00
Iscle
894ae4ef34 Direct Download: Fix link expiration time
The link is only valid for 8 hours, not 24 as stated before.
2020-09-25 00:03:14 +02:00
Morris Jobke
e9eec9f428 Merge pull request #3762 from dassio/add_rich_workspace
add workspace property
2020-09-14 17:06:06 +02:00
Morris Jobke
4b076dddf0 Update developer_manual/client_apis/OCS/ocs-api-overview.rst 2020-09-14 16:30:19 +02:00
Alexandru Ungureanu
09f570b55e Corrected unintended text emphasis
Signed-off-by: Alexandru Ungureanu <aungureanu@keyfort.co.uk>
2020-09-13 15:08:34 +03:00
dassio
9bcddacb5a add workspace property
Signed-off-by: dassio <dassio@icloud.com>
2020-08-29 16:17:35 +01:00
Jivan Pal
96438ae6e5 Update WebDAV/basic.rst; corrected "created" to "deleted" for DELETE method 2020-08-21 16:42:08 +01:00
Jos Poortvliet
7efae5518e Update index of Android lib
We want to remove this link from nextcloud.com/developer as it is a bit too specific. This seems a good place to link to it instead.
2020-07-29 18:50:33 +02:00
Joas Schilling
6b36e226c7 Extend docs on theming with primary color
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-06 10:16:22 +02:00
Christoph Wurst
2647cd93c7 Restructure the dev manual
This moves lots of pages around. The high-level changes are

* Better main sections, so it's more *general*, *into*, *basics* and *details*
* Move more general topics to a *Basic* section, which are not
  app-specific
* Remove app docs to the stuff that is likely used, anything else goes
  into "Digging deeper"
* Move general guides into a prologue
* Try to *compress*/combine some pages with similar content
* Try to have better consistencs on level ob abstraction across pages
* Split app development and maintenance pages into two sections
* Integrate bugtracker info into prologue
* Integrate Android pages into client APIs section

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-22 18:35:59 +02:00
Sascha Wiswedel
bd9ef16c19 purge strings about explicit Nextcloud versions
Versions deprecate fast and aren't needed in upstream documentation branches.

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-04 12:48:13 +02:00
Sascha Wiswedel
972a22c346 more link fixes
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 13:01:37 +02:00
Morris Jobke
d305a63c75 Merge pull request #1744 from nextcloud/jospoortvliet-patch-1
add autocomplete API
2020-04-21 10:00:05 +02:00
Jos Poortvliet
7e8e70fa1d Update index.rst 2020-04-20 09:40:11 +02:00
Jos Poortvliet
d70eeac661 Create comments.rst 2020-04-20 09:40:04 +02:00
Jos Poortvliet
e9bbd5898b Update index.rst 2020-04-20 09:39:56 +02:00
Jos Poortvliet
3152c243e3 Update index.rst 2020-04-20 09:39:48 +02:00
Jos Poortvliet
56714d1e8b Rename activity.rst to activity-api.rst 2020-04-20 08:30:13 +02:00
Jos Poortvliet
1703965808 Create activity.rst 2020-04-20 08:28:43 +02:00
Johannes Endres
db88a15fdb expireDate also valid parameter in new share 2020-03-28 10:32:54 +01:00
bpcurse
d181feb81f Update ocs-api-overview.rst
Finally all spaces replaced by tabs. At least I hope... :)
2020-01-06 13:17:20 +01:00
bpcurse
39ad6b8f53 Update ocs-api-overview.rst
Tabbed all indentations
2020-01-06 12:50:35 +01:00
bpcurse
e5a3fb3aa6 Update ocs-api-overview.rst
- Updated the displayed data to resemble the actual query results as of v17.0.2
- Added `GET /ocs/v1.php/cloud/users` paragraph
- Fixed some typos
2020-01-06 06:11:39 +01:00
Sven Strickroth
985b003fa9 Optimize wording
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2019-12-15 16:42:37 +01:00
Sven Strickroth
d36d86b776 Fix typo
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2019-12-15 16:42:29 +01:00
Jos Poortvliet
9df211b9d5 add autocomplete API
replacing #1566
2019-12-07 16:06:48 +01:00
Roeland Jago Douma
4bfe0ba609 Merge pull request #1616 from nextcloud/fix/ocs/doctree
Fix the OCS doctree
2019-09-17 22:57:16 +02:00
Sascha Wiswedel
4d9012ca5a updated share types in OCS API
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-09-17 18:29:55 +02:00
Roeland Jago Douma
5c88b734f1 Fix the OCS doctree
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-17 18:27:28 +02:00
Roeland Jago Douma
4339e90524 Loginflow v2 docs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-02 15:25:37 +02:00
J0WI
3711a52c53 Fix bullet points
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-25 17:46:03 +02:00
Jos Poortvliet
17814d4a71 move OCS API in one place
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2019-07-16 18:19:55 +02:00
Roeland Jago Douma
684d3d52fb Fix some code-block warnings
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-01 11:35:42 +02:00
Roeland Jago Douma
e70db07708 Delete app password docs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-17 12:24:52 +02:00
Roeland Jago Douma
6c4c9f7273 Remote wipe client api docs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-16 09:59:19 +02:00
Roeland Jago Douma
5709f09097 Add app password migration section
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-09 20:17:53 +02:00
Elie Vischel
1e81c2955d text edit mispelling 2019-05-03 11:12:46 +02:00
Christoph Wurst
7ba1b48978 Fix "API's" -> "APIs" typo
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-19 10:53:02 +01:00