Lucian I. Last
e99166c3fb
Update externalapi.rst
...
The api does not actually return status 100 on an **ok** response
Related issue: https://github.com/nextcloud/server/issues/30163
Signed-off-by: Lucian I. Last <li@last.nl >
2023-01-26 18:12:35 +01: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
Christoph Wurst
f851c6ce90
feat(dev-manual): Document performance optimizations with class loaders
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-20 16:56:25 +01:00
Cyrille Bollu
c061934f23
fixes link to variable.scss file
...
fixes link to variable.scss file
Signed-off-by: Cyrille Bollu <StCyr@users.noreply.github.com >
2023-01-19 16:16:50 +01:00
Christoph Wurst
281b4c99a4
Merge pull request #9560 from nextcloud/feat/dev-manual/di-method-injection
...
feat(dev-manual): Document DI for controller methods
2023-01-18 17:04:01 +01:00
Christoph Wurst
7175695369
chore(dev-manual): Remove opening tags from php snippets
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-17 18:15:49 +01:00
Christoph Wurst
e0992eade3
Merge remote-tracking branch 'origin/master' into enhancement/no-php-start-tag
2023-01-17 18:11:10 +01:00
Christoph Wurst
a7a5fab0b1
feat(dev-manual): Document DI for controller methods
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-16 11:28:38 +01:00
raphj
d70591c2a2
docs: mention IResponse's getBody(), slash when catching Exception
...
Signed-off-by: raphj <raphael.jakse@xwiki.com >
2023-01-13 14:14:34 +01:00
Christoph Wurst
c97ae9d20f
feat(dev-manual): Warn about the upcoming PSR-0 class loader removal
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-13 13:21:51 +01:00
Côme Chilliet
e36556873c
Complete workflow development documentation
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-12 16:33:12 +00:00
Faraz Samapoor
585e336d38
Updates the "Migrations" section's phrasing.
...
To make it more readable and to remove redundant words.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com >
2023-01-09 13:21:57 +03:30
Vincent Petry
61985ce4f1
Add howto sections for testing S3 and email
...
Added section about how to test email sending.
Added section about how to test S3 as primary and external storage.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2023-01-05 11:00:15 +01:00
Vincent Petry
a07c9471db
Add share attributes documentation in OCS Share API
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2023-01-04 10:09:27 +01:00
Daniel
ae6926a92b
Merge pull request #9413 from nextcloud/enh/session
...
Adapt session handling description to changes in Nextcloud 25
2022-12-14 22:45:47 +01:00
Daniel
8d2d28006b
Update developer_manual/basics/controllers.rst
...
Signed-off-by: Daniel <mail@danielkesselberg.de >
2022-12-14 22:42:19 +01:00
Daniel
0949e709f3
Update developer_manual/basics/controllers.rst
...
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com >
Signed-off-by: Daniel <mail@danielkesselberg.de >
2022-12-14 22:42:13 +01:00
Daniel
b38ef46644
Update developer_manual/basics/controllers.rst
...
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com >
Signed-off-by: Daniel <mail@danielkesselberg.de >
2022-12-14 22:42:07 +01:00
Vitor Mattos
dbedc5df11
Merge pull request #9221 from nextcloud/make-the-text-more-clear-and-remove-expose-of-email-as-mandatory
...
Remove expose email as mandatory
2022-12-07 10:35:08 -03:00
Julius Härtl
eaf514cd60
Adapt session handling description to changes in Nextcloud 25
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-11-22 18:13:14 +01:00
Joas Schilling
41913d1558
Fix syntax issues
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-17 14:34:58 +01:00
Julius Härtl
6d4f17a15b
Merge pull request #9351 from nextcloud/chore/event-version-added-directive
2022-11-14 23:27:12 +01:00
Julius Härtl
401b991a52
Merge pull request #9366 from nextcloud/enhancement/no-more-polyfill
2022-11-14 22:24:26 +01:00
Christoph Wurst
96f40487cd
Merge pull request #9358 from nextcloud/enhancement/psr-versions
...
Document versions of the PSR packages
2022-11-14 21:23:23 +01:00
Christoph Wurst
cf130dbba2
Document that Nextcloud does not ship a Babel Polyfill anymore
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 18:33:31 +01:00
Christoph Wurst
dcd9079cd3
Document when to use the NoTwoFactorRequired annotation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 18:12:05 +01:00
Christoph Wurst
f2ee9c677e
Document versions of the PSR packages
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 18:05:55 +01:00
Christoph Wurst
96f4dd4cd8
Do not require a PHP start tag for syntax highlighting
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 15:58:52 +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
9fba30495d
Use versionadded directive for added OCP events
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 14:39:07 +01:00
Christoph Wurst
3f9cfe3bd8
Use deprecated directive instead of note
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 13:27:16 +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
Jonas
bfe4164ef0
Merge pull request #9329 from nextcloud/fix/nextclou24-php73-drop
...
Fix min PHP7.4 in Nextcloud 24
2022-11-14 11:39:45 +01:00
Joas Schilling
0b6d9699ac
Merge pull request #9331 from nextcloud/enhancement/genericevent-deprecation
...
Document GenericEvent deprecation in Nextcloud 22
2022-11-14 10:25:04 +01:00
Christoph Wurst
22e136c4a3
Document behavior changes of dbal 3.0 to 3.1 upgrade
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 10:18:58 +01:00
Christoph Wurst
1267692b0b
Document GenericEvent deprecation in Nextcloud 22
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 10:04:29 +01:00
Christoph Wurst
edb263a02a
Document deprecation of entity slugs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 09:39:38 +01:00
Christoph Wurst
b024ad2cdc
Fix min PHP in Nextcloud 24
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 09:26:14 +01:00
Joas Schilling
838d206e28
Merge pull request #9325 from nextcloud/bugfix/noid/make-all-internal-links-link-to-latest
...
Make all internal links link to the latest (adjusted on stable-splits)
2022-11-11 15:48:43 +01:00
Joas Schilling
b032437050
Make all internal links link to the latest (adjusted on stable-splits)
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-11 15:41:58 +01:00
Joas Schilling
6460d4cf87
Add TODO ON RELEASE note
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-11 15:20:35 +01:00
Joas Schilling
cb76210153
List the page and fix the formating
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-11 15:07:45 +01:00
Daphne Muller
5543aec48e
Create compatibility_app_ecosystem.rst
...
Looks like I can't get the URL of the github page right and the formatting of the three to do's
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com >
2022-11-11 14:58:33 +01:00
Joas Schilling
8576c831af
Document the AutoCompleteEvent event
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-09 14:24:41 +01:00
Christoph Wurst
56641f0fe1
Merge pull request #9310 from nextcloud/feature/noid/CriticalActionPerformedEvent
...
Document CriticalActionPerformedEvent
2022-11-09 13:21:18 +01:00
Christoph Wurst
c7170e3312
Merge pull request #9311 from nextcloud/feature/noid/document-datetime-support-for-entities
...
Document datetime support for the Entity class
2022-11-09 13:20:41 +01:00
Joas Schilling
867b591954
Document datetime support for the Entity class
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-09 12:32:52 +01:00
Joas Schilling
dede3c97e0
Document CriticalActionPerformedEvent
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-09 12:18:09 +01:00
Joas Schilling
17cb5ca882
Document IFactory::getUserLanguage()
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-09 12:01:40 +01:00