Commit Graph

1641 Commits

Author SHA1 Message Date
Christoph Wurst
8ee2070fde Document GenericEvent deprecation in Nextcloud 22
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 09:25:22 +00:00
Joas Schilling
0449deb516
Fix missing 25 split linking to the wrong documentation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-11 15:32:46 +01:00
Joas Schilling
7868d3d6ec Document the AutoCompleteEvent event
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-09 14:17:15 +00:00
Joas Schilling
07bccf1401
Merge pull request #9317 from nextcloud/backport/9310/stable25
[stable25] Document CriticalActionPerformedEvent
2022-11-09 14:03:42 +01:00
Joas Schilling
28db6d92a9
Merge pull request #9312 from nextcloud/backport/9309/stable25
[stable25] Document `IFactory::getUserLanguage()`
2022-11-09 14:02:37 +01:00
Joas Schilling
1337c027ea Document CriticalActionPerformedEvent
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-09 12:21:38 +00:00
Joas Schilling
5e030decc1 Document datetime support for the Entity class
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-09 12:21:04 +00:00
Joas Schilling
04f2a3af38 Document IFactory::getUserLanguage()
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-09 12:20:11 +00:00
Richard Steinmetz
d09c55f5ed
Merge pull request #9261 from nextcloud/doc/add-imip-documentation
[stable25] Add documentation for iMIP API
2022-11-08 16:28:07 +01:00
Christoph Wurst
cc05a533ef
Merge pull request #9300 from nextcloud/backport/9296/stable25
[stable25] Document "christophwurst/nextcloud replacement" and "Disabled keyboar…
2022-11-08 14:29:39 +01:00
Joas Schilling
53f4585d3b 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 12:16:41 +00:00
Joas Schilling
aa56169be7 Update CI templates and add more links
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-08 12:16:41 +00:00
Joas Schilling
669b04d4bb Fix missing highlight
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-08 12:14:50 +00:00
Joas Schilling
52b418867f Add ref to front-end docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-08 12:14:50 +00:00
Joas Schilling
aebec30c82 Make upgrade docs more relevant
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-08 12:14:50 +00:00
Joas Schilling
99f49efa5c Document "christophwurst/nextcloud replacement" and "Disabled keyboard shortcuts" for 25
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-08 12:14:50 +00:00
Anna Larch
064edd1ce2 Add documentation for iMIP API
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-11-08 11:07:23 +01:00
Christoph Wurst
838ad37a2c Document development process and backports
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-03 16:01:49 +00:00
Christoph Wurst
8b7a5b7723 Update DI parameters, aliases and services documentation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-03 13:03:38 +00:00
Christoph Wurst
4b0cb556d4 Add documentation for the HTTP client
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-02 07:58:22 +00:00
Christoph Wurst
9f7b819827 Fix rendering of inline code block
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-31 14:39:35 +00:00
Andrew Dawes
78cd7734c8 Fixed several typos and grammar errors
Signed-off-by: Andrew Dawes <andrewsdawes@gmail.com>
2022-10-25 08:18:16 +00:00
Kushal Chand
ea95089ba8 Remove link to oc repo in developer manual
Signed-off-by: Kushal Chand <kushalkataria5@gmail.com>
2022-10-14 13:46:52 +00:00
Julien Veyssier
93bad5660b update dashboard api for clients in dev doc
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2022-10-13 16:07:44 +00:00
Wael
2eb1f5dbce Minor typo fix (SingleSignOn)
Signed-off-by: Wael <wael.tellat@gmail.com>
2022-10-12 19:44:34 +00:00
Christoph Wurst
35d1c8676f Document maintenance mode header
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-30 14:43:49 +00:00
Daniel
90bac8aa29
Merge pull request #9157 from knoxell/patch-2
adding token lifetime for loginflow v2
2022-09-18 00:05:03 +02:00
Daniel
fb83e8da3c
Merge pull request #9165 from quinnzipse/dev_manual-basics-routing-typo
Fix typo in routing.rst
2022-09-18 00:03:37 +02:00
Joas Schilling
9ea91c26aa
Document disabled keyboard shortcuts
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-16 09:48:34 +02:00
Quinn Zipse
41f7c3547c
Fix typo in routing.rst
Signed-off-by: Quinn Zipse <25140452+quinnzipse@users.noreply.github.com>
2022-09-14 21:25:52 -05:00
Knoxell
acba8015f1
adding token lifetime for loginflow v2
The token lifetime never made it into the developer manual even though relevant.

- As described in the push request for login flow V2 [nextcloud/server#14161](https://github.com/nextcloud/server/pull/14161), the token lifetime is 20 mins.
- In the source code: https://github.com/nextcloud/server/blob/master/core/Db/LoginFlowV2Mapper.php#L34

Signed-off-by: Knoxell <85034894+knoxell@users.noreply.github.com>
2022-09-14 14:25:48 +02:00
Daniel
0bf9df96d8
Merge pull request #9149 from nextcloud/feature/improve-migration-docs
Improve migration docs
2022-09-07 12:23:22 +02:00
Robin Windey
8073549620
Improve migration docs
* Add section on how migration classes are constructed
* Add a hint for "version" argument on "migrations:execute"

Signed-off-by: Robin Windey <ro.windey@gmail.com>
2022-09-03 12:18:51 +02:00
Christian Wolf
7c8926ca07
Make text more explicit regarding the pre-release process
Signed-off-by: Christian Wolf <github@christianwolf.email>
2022-08-22 16:32:09 +02:00
John Molakvoæ
545af776d0
Apply suggestions from code review
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2022-08-19 10:02:18 +02:00
John Molakvoæ
56b7e78d4a
Document scss support drop
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2022-08-13 16:50:35 +02:00
John Molakvoæ
503e48fc82
Merge pull request #8020 from MarcelRobitaille/patch-2 2022-08-13 13:53:51 +02:00
John Molakvoæ
5eff1f0c86
Merge pull request #7877 from nextcloud/ocs-recommendations-api 2022-08-13 13:31:29 +02:00
John Molakvoæ
efe787166c
Update developer_manual/app_development/intro.rst
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2022-08-13 13:05:59 +02:00
John Molakvoæ
e7683f866c
Merge pull request #6748 from PanCakeConnaisseur/non-existing-event
Remove nonexistent event
2022-08-13 13:04:59 +02:00
John Molakvoæ
c5a7d095df
Merge branch 'master' into ocs-recommendations-api
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2022-08-13 13:04:11 +02:00
Joas Schilling
f5126e1570
Merge pull request #8070 from sbernhard/patch-2
Adapt webdav search examples
2022-08-12 09:37:03 +02:00
Christian Wolf
a61ec1438e Adding more clear documentation on pre-releases
Signed-off-by: Christian Wolf <github@christianwolf.email>
2022-07-31 20:03:35 +02:00
Côme Chilliet
b334d83faa
Merge pull request #9123 from nextcloud/export-size-estimation-api
Document export size estimation API
2022-07-28 09:10:37 +02:00
Raul
a6a3ebcae4 Add instructions for inviting nextcloud-bot to a repository
Signed-off-by: Raul <r.ferreira.fuentes@gmail.com>
2022-07-27 14:25:02 +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
kalle (jag)
3f2903a9c8
Dev settings docs: implement interface, not extend
Signed-off-by: kalle (jag) <kalle.f8@proton.me>
2022-07-07 21:28:35 +02:00
Daniel
78a7827ecb
Merge pull request #8557 from aaronsegura/patch-2
Update ocs-status-api.rst table rows to display properly
2022-06-28 22:58:01 +02:00
Felix Schneider
3a791dd690
Fix Typo
"addning" --> "adding"

Signed-off-by: Felix Schneider <fs@felix-schneider.org>

Signed-off-by: Felix Schneider <fs@felix-schneider.org>
2022-06-18 14:25:08 +02:00
Aaron Segura
b828df48a2
Update ocs-status-api.rst
Fix tables so that each row is displayed separately

Signed-off-by: Aaron Segura <aaron@aaronsegura.com>
2022-06-17 16:23:23 -05:00