Commit Graph

14 Commits

Author SHA1 Message Date
Carl Schwan
f31f02f611 Merge pull request #7178 from nextcloud/work/dev_settings
Add setting section in the app developement tutorial
2021-10-14 11:40:10 +02:00
Carl Schwan
b83a86ef18 Add setting section in the app developement tutorial
Fix #7158

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-14 11:13:16 +02:00
Seth Falco
3c9b9487ac typo: update formatting and correct capitalization
Signed-off-by: Seth Falco <seth@falco.fun>
2021-09-02 13:31:26 +02:00
Daniel Kesselberg
adc48b1b4a Update example code for newer phpunit
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-08-17 14:52:16 +02:00
Vincent Petry
1f5ffe8253 Remove traces of migrations:generate-from-schema
Remove traces of occ migrations:generate-from-schema which was removed
in NC 22.

Also adjust text that specifies that now ALL migrations:* commands are only
available in debug mode.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-17 15:33:53 +02:00
schrotie
2de73e45a9 Update tutorial with dev-setup alternative
Added a much simpler and less intrusive alternative development setup using podman or docker.
2021-04-28 12:03:38 +02:00
Morris Jobke
5f1ca13ddb Merge pull request #6093 from michalhuras/patch-3
Update tutorial.rst
2021-03-16 22:36:35 +01:00
Tobias Kaminsky
d480f93ff9 DI is now case sensitive: changing IDBConnection 2021-02-04 09:09:44 +01:00
Michał
8a13faa6c0 Update tutorial.rst
Typing error (excute->execute)
2021-01-31 11:46:30 +01:00
nienzu
3c2d2a1c0a Correct some spelling errors in app tutorial 2020-10-08 17:56:12 +08:00
dassio
7f3adcb809 add migration to tutorial
Signed-off-by: dassio <dassio@icloud.com>
2020-10-04 17:11:32 +01:00
J0WI
122ed88e53 Update urls to HTTPS
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-17 20:33:30 +02: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
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