Commit Graph

1719 Commits

Author SHA1 Message Date
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
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
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
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
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