Commit Graph

10 Commits

Author SHA1 Message Date
Faraz Samapoor
e3ece87780 Update middlewares.rst
The plural of middleware is middleware.

Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-07-26 16:01:41 +03:30
Arthur Schiwon
ec0298715d feat: visualization of middleware flow
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-06-26 16:02:31 +02:00
Andrey Borysenko
1e02ee68e5 Added Nextcloud 26 upgrade changes docs
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2023-03-20 16:54:20 +02:00
Christoph Wurst
650b37692e feat(dev-manual): Document global middleware registration
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-26 09:55:22 +01:00
Christoph Wurst
f3cb64d12f fix(dev-manual): Update middleware docs to state of the art
* Register with bootstrap
* Add return types in examples
* Drop obsolete manual DI wiring example

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-25 10:30:22 +01: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
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
Carl Schwan
bd3c9594bf Various code modernisation in code examples
* Type hinting
* Use of ::class instead of string

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-14 11:17:39 +02:00
nienzu
dd19c90353 Correct the sample code for middleware 2020-09-29 11:17:48 +08: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