Alexander Piskun
2a9647ef1f
Fixed unexpected unindent in note.
...
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
2023-03-20 15:09:02 +03:00
Alexander Piskun
33e04e01fe
Fixed unexpected unindent in note.
2023-03-20 14:36:32 +03:00
Andrey Borysenko
24a0456d24
Merge pull request #9921 from bigcat88/fix-profiler-unexpected-unindent
...
Fix warning(error) in profiler.rst
2023-03-20 13:11:53 +02: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
13791d0dc2
Fix warning(error) for list unexpected unindent.
2023-03-20 13:56:08 +03:00
Andrey Borysenko
9d1c72f63f
Merge pull request #9626 from nextcloud/DaphneMuller-patch-1-1
...
Update devenv.rst
2023-03-20 12:30:31 +02: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
2602f8e72d
Merge pull request #9658 from nextcloud/addDependencyLimitationInfoForAppDevelopment
...
Add note about dependency limitation for apps
2023-03-20 09:54:20 +01:00
Christoph Wurst
a1a0076278
Merge pull request #9572 from nextcloud/app-management-new-events
...
Add new app management events
2023-03-20 07:51:05 +01:00
7408647n
c414ea10c7
Fix a wrong „use“
...
The namespace is another: acca2bdf20/lib/public/Http/Client/IClientService.php
2023-03-17 12:18:29 +01:00
Christoph Wurst
5b985c2316
Merge pull request #9906 from nextcloud/devel/update-psr-container
...
docs(devel): Add note about updated PSR-11 dependency
2023-03-16 16:07:26 +01:00
Ferdinand Thiessen
ed2cd174c4
docs(devel): Add note about updated PSR-11 dependency
...
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de >
2023-03-16 15:11:31 +01:00
Christoph Wurst
d958f3fc07
Merge pull request #9593 from nextcloud/fix/dep-inj
...
Replace deprecated dependency injection code with the current alternative
2023-03-16 14:04:32 +01:00
Thomas Citharel
f23f1ee3b9
Add new app management events
...
Reference: https://github.com/nextcloud/server/pull/35677
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-03-14 14:12:43 +01:00
Joas Schilling
0323857b2d
fix(l10n): Refer to the docker-ci issue template only
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-03-09 14:38:45 +01:00
Joas Schilling
1b1a45c1ea
feat(developer): Document PSR-20 implementation of ITimeFactory
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-03-06 10:02:20 +01: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
Christoph Wurst
c83cd988a7
Merge pull request #9646 from nextcloud/feat/devel-typo-autoload
...
Typo in class loader `PSR-4` instead of `PSR-0`
2023-02-21 17:41:22 +01:00
Louis Chemineau
ebd28bf2ee
Document providing a public share template
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-02-21 15:09:45 +01:00
Ferdinand Thiessen
90def73770
Merge pull request #9575 from nextcloud/feat/nc-26-l10n-cleanup
...
Add removal of `OC.addTranslations` to NC26 upgrade guide
2023-02-21 13:34:54 +01:00
Ferdinand Thiessen
0e9ffc2df4
fix(developer): Typo in class loader PSR-4 instead of PSR-0
...
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de >
2023-02-21 13:33:16 +01:00
Florian
fa5f9ea60a
Merge pull request #9592 from nextcloud/datenangebot-patch-1
...
Remove docs for svg api, it's not provided anymore + hint for material-design-icons
2023-02-16 09:44:54 +01:00
Simon L
3a0130f77a
Merge pull request #9591 from lil5/patch-1
...
Update externalapi.rst
2023-02-13 21:18:20 +01:00
Daniel
c16d29f807
Merge pull request #9595 from DennisdeBest/master
...
Fix annotations on settings.rst
2023-02-10 17:46:31 +01:00
Daphne Muller
8b20a81f06
Update devenv.rst
...
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com >
2023-02-09 13:43:11 +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
Louis Chemineau
912773b88a
Follow up on table management tips
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-02-07 18:06:21 +01:00
Dennis de Best
910ec72e32
Update settings.rst
...
Signed-off-by: Dennis de Best <dennis@debest.fr >
2023-02-01 04:52:29 +01:00
Dennis de Best
b2bfdd48a4
Fix annotations on settings.rst
...
The return of `public function getIcon()` was set to the description and not to a valid type. This fixes that and cleans the other annotations.
Signed-off-by: Dennis de Best <dennis@debest.fr >
2023-01-30 10:53:05 +01:00
Ferdinand Thiessen
76ec58bf9b
fix(developer): Replace deprecated dependency injection code with the current alternative
...
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de >
2023-01-27 17:59:58 +01:00
Christoph Wurst
2fec88145d
feat(dev-manual): Document UseSession attribute
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-27 15:59:40 +01:00
Florian
0fbe6c78c2
Remove docs for svg api, it's not provided anymore
...
Signed-off-by: Florian <florian@nextcloud.com >
2023-01-27 12:07:17 +01:00
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
Ferdinand Thiessen
920b31cfb5
feat(dev-manual): Add removal of OC.addTranslations to NC26 upgrade guide
...
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de >
2023-01-22 13:59:51 +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