Côme Chilliet
b5325cdb73
feat: Document ITemplateManager and ITemplate add and related deprecations
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-05-20 12:06:56 +02:00
Jonathan Treffler
af4d58c0fd
fixed call on null errors in cache docs code blocks
...
some code blocks referenced an undefined $this->cache variable instead of the defined $cache
Signed-off-by: Jonathan Treffler <mail@jonathan-treffler.de >
2025-05-18 16:03:34 +02:00
Ferdinand Thiessen
2b74f63b17
chore(developer): document removals in OC_Helper
...
- for https://github.com/nextcloud/server/pull/52912
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-05-17 11:45:14 +02:00
Ferdinand Thiessen
8f37f471c1
chore(developer): document removal of the deprecated Account visibility constants
...
* for https://github.com/nextcloud/server/pull/52544
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-05-15 22:58:09 +02:00
Kate
1a51276166
Merge pull request #13129 from nextcloud/chore/document-oc-helper-can-exec
2025-05-15 22:55:25 +02:00
provokateurin
756ddacb98
chore(dev): Document removal of \OCP\AppFramework\App::registerRoutes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2025-05-15 18:04:14 +02:00
Kate
eaeb7f02b1
Merge pull request #13128 from nextcloud/feat/document-password-context
2025-05-15 17:46:13 +02:00
Ferdinand Thiessen
0b9a742ba6
chore(developer): document deprecation of OC_Helper::canExecute
...
* for https://github.com/nextcloud/server/pull/52802
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-05-15 16:58:34 +02:00
Ferdinand Thiessen
9ba8bbdb84
feat(developer): document adding of \OCP\Security\PasswordContext
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-05-15 16:45:32 +02:00
Ferdinand Thiessen
c77585559d
chore(developer): document removal of \OCP\Files::getStorage
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-05-15 16:09:47 +02:00
Ferdinand Thiessen
fac1b3b6e3
feat(developer): document \OCP\Files\IFilenameValidator::sanitizeFilename
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-05-14 12:57:55 +02:00
provokateurin
7f7dd882cb
feat(dev): Document new \OCP\Share\IShareProviderSupportsAllSharesInFolder interface
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2025-05-09 23:55:00 +02:00
provokateurin
ea3da406eb
feat(dev): Document new \OCP\IUser::canChangeEmail method
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2025-05-06 14:33:42 +02:00
Ferdinand Thiessen
5fb483200d
Merge pull request #11637 from nextcloud/fix/devmanual/lnk-to-appconfig
...
fix(devmanual): link to appconfig
2025-05-05 15:32:49 +02:00
Ferdinand Thiessen
559db6c120
chore: Update developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst
...
Co-authored-by: Josh <josh.t.richards@gmail.com >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-05-05 15:20:42 +02:00
Gilles Quénot
e7fadac09b
Add sudo command
...
Signed-off-by: Gilles Quénot <gq@sputnick.fr >
2025-05-05 10:24:51 +02:00
Gilles Quénot
743b445b06
Version detection
...
In the previous command, the `|&` was not a typo but intentional. Was removed outside of github AFAIK.
The output of `php occ version` is on `STDERR`.
Anyway, now this is a POSIX way to detect version.
Signed-off-by: Gilles Quénot <gq@sputnick.fr >
2025-05-05 10:24:51 +02:00
Maxence Lange
ca427f0889
fix(devmanual): link to appconfig
2025-05-04 13:17:49 +02:00
Joas Schilling
b9d1bae0c8
Update developer_manual/digging_deeper/task_processing.rst
...
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com >
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2025-04-30 08:42:34 +02:00
Joas Schilling
332130b31b
Update developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2025-04-30 08:42:28 +02:00
Lukas Schaefer
e4edef17fb
docs for text to speech
...
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz >
2025-04-30 00:14:46 -04:00
Richard Steinmetz
bfdccae38f
Merge pull request #13092 from nextcloud/enh/noid/standardize-occ-command
...
standardize occ command documentation
2025-04-29 14:27:58 +02:00
Simon L.
495247ae4a
standardize occ command documentation
...
Use `sudo -E -u www-data php occ` everywhere.
Motivation: this should work on more appliances like also inside docker containers.
Signed-off-by: Simon L. <szaimen@e.mail.de >
2025-04-29 13:21:08 +02:00
Ferdinand Thiessen
53ead2543d
feat(developer): document hide-download WebDAV property
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-04-28 12:17:29 +02:00
Kate
298ff86a4c
Merge pull request #13071 from nextcloud/fix/fix-spellcheck
2025-04-22 18:28:46 +02:00
Côme Chilliet
42c7243658
chore: Fix spell errors in app upgrade guide
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-22 17:38:24 +02:00
Ferdinand Thiessen
d7c1d6bada
fix(developer): make WebDAV property table smaller
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-04-22 16:48:25 +02:00
Côme Chilliet
dbde5cd9bd
feat: Document new method IUser::getFirstLogin in upgrade guide
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-22 12:38:01 +02:00
Côme Chilliet
68ece85948
feat: Document new query parameter forceLanguage
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-22 12:06:40 +02:00
Côme Chilliet
484349a8d3
feat: Document the add of IRichTextFormatter to OCP in 31
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-22 11:36:11 +02:00
Côme Chilliet
fb78c5af7a
Merge pull request #13057 from nextcloud/enh/document-istorage-constructor-removal
...
feat: Document the move of IStorage constructor to a new interface
2025-04-22 11:24:04 +02:00
Côme Chilliet
0941fa92da
feat: Document the move of IStorage constructor to a new interface
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-22 11:04:41 +02:00
Ferdinand Thiessen
0da8f1ad89
chore: document removal of scssphp
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-04-22 09:58:07 +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
Joas Schilling
7edac26539
feat(l10n): Improve translation guidelines
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2025-04-12 21:30:16 +02:00
Côme Chilliet
d22c630a13
fix: Move changes to backend section in upgrade_to_31.rst
...
Some backend changes were mistakenly added to frontend section
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-07 15:43:05 +02:00
MCMic
c3615d8066
fix: Fix UnknownActivityException typo in upgrade guide
...
Signed-off-by: MCMic <come@chilliet.eu >
2025-04-04 11:45:47 +02:00
Côme Chilliet
0e8ca01cd9
feat: Document removed aliases in 31
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-03 18:08:06 +02:00
Côme Chilliet
07fb477991
feat: Document removal of OCP\Files\Storage in 31
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-03 18:02:05 +02:00
Côme Chilliet
7c3306b2ad
Merge pull request #12999 from nextcloud/feat/document-new-user-events
...
feat: Document user events added in 31 for user_ldap
2025-04-03 17:50:03 +02:00
Côme Chilliet
11c5d3eb32
fix: Typo in developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst
...
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
2025-04-03 14:55:11 +00:00
Côme Chilliet
197598555e
feat: Document user events added in 31 for user_ldap
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-03 16:15:19 +02:00
Côme Chilliet
fde7ef39e2
fix: Add missing newline
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-03 15:08:28 +02:00
Côme Chilliet
59b9d65239
feat: Document removal of OC_API legacy class
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-03 14:55:36 +02:00
Côme Chilliet
5042dab3f1
Merge pull request #12993 from nextcloud/feat/document-move-of-oc-image
...
feat: Document move of OC_Image to OC\Image
2025-04-03 14:51:49 +02:00
Côme Chilliet
0591944af4
fix: Move changes to Changed APIs instead of Added APIs
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-03 14:46:37 +02:00
Côme Chilliet
84248d4f8c
feat: Document webhook events interfaces added in 30
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-03 14:46:37 +02:00
Côme Chilliet
4ffe407b04
feat: Document move of OC_Image to OC\Image
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-03 14:45:17 +02:00
Côme Chilliet
c75f0a510a
feat: Document move of OC_EventSource class to private folder and namespace
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-03 14:29:29 +02:00
Côme Chilliet
32e22ee4ae
feat: Document changes in user backends API in 30
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-03 14:17:48 +02:00