19 Commits

Author SHA1 Message Date
Daniel Kesselberg
4c76aa287b Update example code for newer phpunit
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-08-17 13:08:26 +00:00
HouraisanNEET
5a0682cc24 Update bootstrap.rst
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
2021-04-23 05:39:32 +08:00
HouraisanNEET
f351c06748 Revert namespace change
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
2021-04-22 19:14:57 +00:00
HouraisanNEET
1fe577be62 Update bootstrap.rst
Fix syntax and errors.

Signed-off-by: HouraisanNEET <>
2021-04-22 19:14:57 +00:00
Michał
cff65e5cb5 Update tutorial.rst
Typing error (excute->execute)
2021-03-17 08:52:00 +00:00
Tobias Kaminsky
13048a66f4 DI is now case sensitive: changing IDBConnection 2021-02-04 12:12:08 +00:00
Morris Jobke
2133861f26 Merge pull request #5493 from nextcloud/backport/5455/stable20
[stable20] Drop misleading traces of app.php recommendations
2020-12-01 23:04:46 +01:00
Christoph Wurst
a8921eb265 Do not suppress include_once errors for the composer autoloader
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-01 13:24:29 +00:00
Christoph Wurst
f1c07490b8 Drop misleading traces of app.php recommendations
The app init docs still recommended using app.php.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-01 13:23:23 +00:00
PanCakeConnaisseur
47be513562 Make app in path lowercase
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-10-15 22:41:16 +00:00
PanCakeConnaisseur
d6ce6cc582 Add noob friendly explanations and fix wording
Added some more explicit info for people unfamiliar with autoloading that might help understanding. Also fixed some wording and grammar mistakes and made naming coherent.

Signed-off-by: Alexey Abel <dev@abelonline.de>
2020-10-15 22:41:16 +00:00
nienzu
69b3a46dfd Correct some spelling errors in app tutorial 2020-10-09 14:05:39 +00:00
dassio
a8f9ce308b add migration to tutorial
Signed-off-by: dassio <dassio@icloud.com>
2020-10-06 07:02:34 +00:00
J0WI
d1066679dc Update urls to HTTPS
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-17 18:37:02 +00:00
dassio
7eac51fbbf add example for type annotattion
Signed-off-by: dassio <dassio@icloud.com>
2020-08-19 23:10:03 +01:00
Christoph Wurst
66b12ad7a0 Document the inclusing of a composer autoloader
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-11 09:30:03 +02:00
Christoph Wurst
e830ceb5e4 Document unified search API
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-24 14:40:35 +02:00
Christoph Wurst
33be7a9408 Document new bootstrap process
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-23 15:29:36 +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