Maxence Lange
|
fdbc72bb05
|
+files metadata
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2023-11-14 23:01:45 -01:00 |
|
sorbaugh
|
663a9e45d3
|
Ammend documentation to mention removal both on Frontend and Backend sections
Signed-off-by: Stephan Orbaugh <stephan.orbaugh@nextcloud.com>
|
2023-10-31 23:10:29 +01:00 |
|
sorbaugh
|
abdcc839d7
|
document removal of OCP/Comments for 28
Signed-off-by: Stephan Orbaugh <stephan.orbaugh@nextcloud.com>
|
2023-10-31 17:58:01 +01:00 |
|
Christoph Wurst
|
51d0399fab
|
Merge pull request #11246 from nextcloud/deprecate/css-variables
chore(devmanual): Deprecate `--color-text-light` and `--color-text-lighter` CSS variables
|
2023-10-27 13:20:49 +02:00 |
|
Joas Schilling
|
9ac837e98f
|
Merge pull request #11245 from nextcloud/feat/noid/smyfony-event-dispatcher
fix(developer): Mention symfony/event-dispatcher
|
2023-10-27 09:07:31 +02:00 |
|
Daniel Calviño Sánchez
|
ae78309e22
|
Allow "wasm-unsafe-eval" in CSP
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
|
2023-10-27 06:02:04 +02:00 |
|
Ferdinand Thiessen
|
d418168fd1
|
chore(devmanual): Deprecate --color-text-light and --color-text-lighter CSS variables
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-10-26 17:53:29 +02:00 |
|
Joas Schilling
|
ecb5501902
|
fix(developer): Mention symfony/event-dispatcher
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-26 16:45:26 +02:00 |
|
John Molakvoæ
|
4e6db05abd
|
feat: addScript and addInitScript docs
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-10-19 15:13:38 +02:00 |
|
Côme Chilliet
|
3af1c9e286
|
Detail how to add 8.3 support in an application
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-12 15:27:02 +02:00 |
|
Côme Chilliet
|
a84675fb0e
|
Document PHP 8.3 support
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-12 11:18:58 +02:00 |
|
Joas Schilling
|
d892054d46
|
feat(developer): Document doctrine/dbal update to 3.7
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-06 15:38:23 +02:00 |
|
John Molakvoæ
|
6c8565a3c1
|
feat(developer_manual): 28 files-to-vue upgrade guide
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-10-06 11:50:16 +02:00 |
|
Côme Chilliet
|
6359b53d93
|
Document removal of Util::writeLog
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
|
2023-09-28 11:08:06 +02:00 |
|
Joas Schilling
|
b5719cd3e2
|
feat(dev): Add docs about OCP\IPhoneNumberUtil
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-09-26 09:13:19 +02:00 |
|
Daniel Kesselberg
|
1c4e073bdc
|
chore: normalize spelling for PHP + version
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2023-08-31 15:49:00 +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 |
|
Joas Schilling
|
1c6755b3ef
|
fix(developer): Update event list with changes from Symfony EventDispatcher upgrade
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-07-28 16:19:04 +02:00 |
|
Julius Härtl
|
d9012b5033
|
feat(dev): Add documentation for new AddMissingIndicesEvent
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-07-14 14:37:20 +02:00 |
|
Joas Schilling
|
7bc4f06a68
|
fix(developer_manual): Document event updates
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-07-11 08:52:16 +02:00 |
|
Arthur Schiwon
|
5e79bbe2d9
|
docs(developer): notify about SystemTags related API changes
Cf. nextcloud/server PR 37969
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2023-06-27 23:14:56 +02:00 |
|
Daniel Kesselberg
|
d3b2e6cf3a
|
docs(dev): new arguments for BeforePreviewFetchedEvent
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2023-06-26 13:52:05 +02:00 |
|
Joas Schilling
|
21f3160a27
|
Merge pull request #10424 from nextcloud/nc28-drop-ac-appsettings
Add removal of `OC.appSettings` to upgrade guide
|
2023-06-21 12:51:12 +02:00 |
|
Julius Härtl
|
3753257c0c
|
docs(developer): Add new atomicRetry method to 27 developer documentation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-06-09 16:02:10 +02:00 |
|
Ferdinand Thiessen
|
3cc4487a21
|
feat: Add information about module javascript to NC27 upgrade guide
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-06-08 17:32:32 +02:00 |
|
Ferdinand Thiessen
|
785c4a96ed
|
chore(developers): Add removal of OC.appSettings to upgrade guide
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-06-08 17:03:34 +02:00 |
|
Christoph Wurst
|
6ad7941e5d
|
fix(devmanual): Roll back recommendation for authoritative class maps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-06-07 21:12:20 +02:00 |
|
Christoph Wurst
|
befe46abdb
|
fix(devmanual): Deprecations are documented by release, not year
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-06-07 12:56:54 +02:00 |
|
Ferdinand Thiessen
|
579e7321cf
|
feat(developer): Add removed OC legacy loader API
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-06-06 21:43:44 +02:00 |
|
Julius Härtl
|
929ffa146d
|
Merge pull request #10565 from nextcloud/feat/devmanual/composer-dependency-hell-bin-plugin
|
2023-06-05 22:21:06 +02:00 |
|
Daniel Kesselberg
|
5ea4697988
|
docs(dev): remove deprecated createEventSource
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2023-06-05 18:29:59 +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 |
|
Christoph Wurst
|
fcd443e3c0
|
feat(devmanual): Document \OCP\Util::linkToPublic removal
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-06-02 10:10:47 +02:00 |
|
Christoph Wurst
|
425224594b
|
feat(devmanual): Document system email subject and body methods
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-06-02 08:53:41 +02:00 |
|
Christoph Wurst
|
dda5c9bab0
|
Merge pull request #10545 from nextcloud/fix/usermanual/oc-app-methods-nextcloud-14
feat(devmanual): Document removed \OC_App methods
|
2023-06-01 17:14:28 +02:00 |
|
Côme Chilliet
|
832be0d6b0
|
Merge pull request #10516 from nextcloud/fix/document-app-loading-refactor
Document app loading refactor
|
2023-06-01 11:36:28 +02:00 |
|
Côme Chilliet
|
a68a7d73fb
|
Document new Exception thrown by OCP\Files\File::getContent
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-06-01 11:22:25 +02:00 |
|
Côme Chilliet
|
07a2268ac3
|
Add PR numbers for app loading refactor
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-06-01 11:00:02 +02:00 |
|
Côme Chilliet
|
965ce1ce8d
|
Document app loading refactor
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-06-01 11:00:02 +02:00 |
|
Côme Chilliet
|
ac2cd2020d
|
Merge pull request #10533 from nextcloud/bugfix/noid/deduplicate-changed-api-section
fix(developer): Deduplicate "Changed API" section in 27 upgrade docs
|
2023-06-01 10:56:53 +02:00 |
|
Christoph Wurst
|
002f096028
|
feat(devmanual): Document removed \OC_App methods
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-06-01 09:00:21 +02:00 |
|
Ferdinand Thiessen
|
614fc1b743
|
fix(developer): Move removed backend API to the backend section
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-05-31 21:31:37 +02:00 |
|
Christoph Wurst
|
cee093ae26
|
feat(devmanual): Document \OC_App::isEnabled removal
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-05-31 19:09:57 +02:00 |
|
Christoph Wurst
|
8fba74326c
|
feat(devmanual): Document \OC_Defaults::getLogoClaim removal
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-05-31 15:21:36 +02:00 |
|
Christoph Wurst
|
e9aec4e5f5
|
Merge pull request #10518 from nextcloud/feat/devmanual/strict-cookie-check-http-status
feat(devmanual): Document HTTP status changes for failing strict cookies
|
2023-05-31 13:13:20 +02:00 |
|
Joas Schilling
|
af3458a788
|
fix(developer): Deduplicate "Changed API" section in 27 upgrade docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-05-31 11:12:59 +02:00 |
|
Joas Schilling
|
b0610b7000
|
Merge pull request #10513 from nextcloud/fix/document-return-type-fixes-in-ocp-27
Document some phpdoc return type changes in OCP in 27
|
2023-05-31 11:10:03 +02:00 |
|
Christopher Ng
|
9624153e61
|
Update Nextcloud 27 upgrade docs
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-05-30 18:39:40 -07:00 |
|
Christoph Wurst
|
27a75b5ec0
|
feat(devmanual): Document HTTP status changes for failing strict cookies
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-05-30 20:40:48 +02:00 |
|
Côme Chilliet
|
d35cf3cb04
|
Document some phpdoc return type changes in OCP in 27
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-05-30 16:26:13 +02:00 |
|