Ferdinand Thiessen
be2a9851d3
fix(developer): nextcloud/max-version is required since Nextcloud 11
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-11-26 12:25:40 +01:00
Salvatore Martire
9d635a514b
docs: add documentation for DAV collection preloading event
...
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com >
2025-09-02 10:36:11 +02:00
Côme Chilliet
7799a81eb4
feat: Document app.php removal and adapt related documentation
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-05-20 15:41:23 +02:00
Joas Schilling
aafdae00a0
fix(translations): Split "Translation setup" into it's own page
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2025-04-12 23:25:43 +02:00
Andy Scherzinger
3e4a8c8d67
docs: Add version info regarding license ID support
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2025-01-20 18:25:05 +01:00
Edward Ly
7811ee596b
fix: update license values and examples
...
Signed-off-by: Edward Ly <contact@edward.ly >
2025-01-20 18:25:05 +01:00
Edward Ly
483f106e61
fix(info): update default discussion URL
...
Signed-off-by: Edward Ly <contact@edward.ly >
2024-09-26 09:10:39 -07:00
Louis Chemineau
c846bea1ff
fix: Dependency hell documentation
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-09-14 20:53:54 +02:00
Ferdinand Thiessen
ff38720e13
feat: Add documentation for app-updated notifications for Nextcloud 29
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-03-08 00:50:35 +01:00
Joas Schilling
a1447b3efe
fix(developer): Mention state-of-the-art exclusion of unneeded files
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-12-01 12:50:15 +01:00
Sami Finnilä
aeb4a34d7c
Fix typo in tutorial.rst
...
Signed-off-by: Sami Finnilä <64466176+MB-Finski@users.noreply.github.com >
2023-11-22 15:04:43 +02:00
Sami Finnilä
31facac090
Deprecate old notes app tutorial
...
Signed-off-by: Sami Finnilä <64466176+MB-Finski@users.noreply.github.com >
2023-11-22 13:33:57 +02:00
dartcafe
982f1b93f5
fix indefinite articles
...
Signed-off-by: dartcafe <github@dartcafe.de >
2023-09-28 13:10:47 +02:00
Joas Schilling
44a14dafeb
Fix warnings in developer_manual
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-08-11 10:36:47 +02:00
Christoph Wurst
e764556f9a
feat(devmanual): Refine dependency hell section, recommend bin plugin
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-06-05 09:45:12 +02:00
Joas Schilling
e6c1981637
feat(developer): Replace annotations with attributes
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-04-25 16:00:11 +02:00
Alexander Piskun
e0927c0aa4
Fixed three Unexpected indentations errors and 3 warnings.
...
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
2023-03-22 12:45:48 +03:00
Alexander Piskun
0f5a684bc0
Merge pull request #9625 from nextcloud/DaphneMuller-patch-1
...
Update tutorial.rst
2023-03-20 13:56:39 +03:00
Alexander Piskun
5c1555c777
Fixed
...
Changed from `bold` style to use ``note`` here, and now link will be correctly displayed
Signed-off-by: Alexander Piskun <13381981+bigcat88@users.noreply.github.com >
2023-03-20 13:29:12 +03:00
Andy Scherzinger
21b15dfae1
Add note about dependency limitation with respect to supporting Nextcloud server versions
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2023-02-24 15:01:25 +01:00
Daphne Muller
2b41e6741e
Update tutorial.rst
...
Added a link to the new tutorials
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com >
2023-02-09 13:38:47 +01:00
Christoph Wurst
deb51a5240
Use captions to better highlight codeblock file names
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 15:21:36 +01:00
Christoph Wurst
20e2d74805
Document app bootstrap boot and injectFn
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 12:38:31 +01:00
Christoph Wurst
1053dfadf7
Document deprecation of pascal case DI container parameters
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-03 14:55:35 +01:00
Andrew Dawes
e1bc8c6667
Fixed several typos and grammar errors
...
Signed-off-by: Andrew Dawes <andrewsdawes@gmail.com >
2022-10-25 07:32:25 +02:00
John Molakvoæ
503e48fc82
Merge pull request #8020 from MarcelRobitaille/patch-2
2022-08-13 13:53:51 +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
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
Marcel Robitaille
dde067c2dc
Add documentation for developping an existing app
...
The App development » Introduction documentation only discusses how to create a new app. Wanting to contribute to an existing app, I was confused by this. Once I figured out how to set everything up so that I could see my changes to the app in my development version of Nextcloud, I thought I would make this pull request to add this information to the docs.
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me >
2022-03-16 10:12:00 -04:00
Helen Koike
33bb9d9f30
Remove meaningless note regarding "testEcho" from tutorial
...
"testEcho" method isn't mentioned anywhere else in the tutorial and it
is not present in the app-tutorial git repository either.
Executing `git log -S testEcho` in both repositories doesn't show the
string in any other place, so remove the note.
Signed-off-by: Helen Koike <helen@koikeco.de >
2022-03-10 12:09:29 -03:00
Christian Wolf
80234e56a5
Removed issues in developer manual
...
Signed-off-by: Christian Wolf <github@christianwolf.email >
2021-12-16 18:30:43 +01:00
Christoph Wurst
c340dbce3c
Document the process of releasing an app updates as maintainer
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-12-14 11:47:56 +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
Christoph Wurst
334d2865db
Fix dev manual links to the app controllers page
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-22 10:38:11 +01:00
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
HouraisanNEET
a9a0941753
Revert namespace change
...
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com >
2021-04-22 22:28:44 +08:00
HouraisanNEET
060e1567b6
Update bootstrap.rst
...
Fix syntax and errors.
Signed-off-by: HouraisanNEET <>
2021-04-09 19:36:33 +08:00
rakekniven
72e4a35ebd
Merge pull request #6344 from HouraisanNEET/master
...
Update bootstrap.rst
2021-04-07 14:31:25 +02:00
HouraisanNEET
1be556b4d5
Update bootstrap.rst
...
Syntax fix
2021-04-06 19:31:04 +08:00
Morris Jobke
5f1ca13ddb
Merge pull request #6093 from michalhuras/patch-3
...
Update tutorial.rst
2021-03-16 22:36:35 +01:00
tflidd
c715511714
Merge pull request #6096 from andristeiner/patch-2
...
fix PHP syntax in boostrap example
2021-02-16 23:34:24 +01:00
Andri Steiner
b1673a9164
fix PHP syntax in boostrap example
...
Signed-off-by: Andri Steiner <andri@opsone.ch >
2021-02-09 11:25:34 +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
Morris Jobke
525b0340c1
Merge pull request #5453 from nextcloud/fix/no-include-error-suppress
...
Do not suppress include_once errors for the composer autoloader
2020-12-01 10:54:01 +01:00