Commit Graph

13782 Commits

Author SHA1 Message Date
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
Nextcloud bot
a0167aae1f generate documentation from config.sample.php 2023-02-03 03:49:53 +00:00
Matthieu Gallien
33e1383b62 Merge pull request #9610 from nextcloud/bugfix/noid/fix-desktop-block
Use the 3.0 wording for all "older" clients
2023-02-02 14:46:25 +01:00
Joas Schilling
1f598a2144 Use the 3.0 wording for all "older" clients
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-02 07:18:34 +01:00
Joas Schilling
949fdecaec chore: Use tabs instead of spaces
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-02 07:17:26 +01:00
github-actions[bot]
fdfe7b12c3 Merge pull request #9609 from nextcloud/translations_user-manual-locale-source-files-access-webdav-pot--master_ru 2023-02-01 20:43:32 +00:00
transifex-integration[bot]
bc10528bc7 Apply translations in ru
translation completed for the source file '/user_manual/locale/source/files/access_webdav.pot'
on the 'ru' language.
2023-02-01 20:37:52 +00:00
github-actions[bot]
1d0ba02ec2 Merge pull request #9608 from nextcloud/translations_user-manual-locale-source-userpreferences-pot--master_ru 2023-02-01 20:26:59 +00:00
github-actions[bot]
11a2e6d173 Merge pull request #9606 from nextcloud/translations_user-manual-locale-source-groupware-sync-gnome-pot--master_ru 2023-02-01 20:22:29 +00:00
transifex-integration[bot]
d40fb5a8e9 Apply translations in ru
translation completed updated for the source file '/user_manual/locale/source/userpreferences.pot'
on the 'ru' language.
2023-02-01 20:22:14 +00:00
transifex-integration[bot]
61fb201eb4 Apply translations in ru
translation completed for the source file '/user_manual/locale/source/groupware/sync_gnome.pot'
on the 'ru' language.
2023-02-01 20:18:09 +00:00
github-actions[bot]
a9f67422b9 Merge pull request #9605 from nextcloud/translations_user-manual-locale-source-files-transfer-ownership-pot--master_ru 2023-02-01 20:01:24 +00:00
transifex-integration[bot]
aae7c9667b Apply translations in ru
translation completed for the source file '/user_manual/locale/source/files/transfer_ownership.pot'
on the 'ru' language.
2023-02-01 19:57:05 +00:00
github-actions[bot]
796951d0a9 Merge pull request #9604 from nextcloud/translations_user-manual-locale-source-external-storage-external-storage-pot--master_ru 2023-02-01 19:48:34 +00:00
transifex-integration[bot]
9999c91a92 Apply translations in ru
translation completed for the source file '/user_manual/locale/source/external_storage/external_storage.pot'
on the 'ru' language.
2023-02-01 19:44:19 +00:00
github-actions[bot]
3f9f512519 Merge pull request #9603 from nextcloud/translations_user-manual-locale-source-index-pot--master_ru 2023-02-01 19:27:02 +00:00
transifex-integration[bot]
d5b4e3c3ac Apply translations in ru
translation completed for the source file '/user_manual/locale/source/index.pot'
on the 'ru' language.
2023-02-01 19:22:42 +00:00
blizzz
4034dd6c08 Merge pull request #9602 from nextcloud/desktopClientLatestDocumentationIs3.7
add link to desktop cleint doc for version 3.7
2023-02-01 18:04:15 +01:00
Matthieu Gallien
45f21f2280 add link to desktop cleint doc for version 3.7
clean a wrong anchor for desktop doc 3.6

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-02-01 13:50:59 +01:00
Julius Härtl
1e5e01f085 Merge pull request #9414 from nextcloud/enh/sse-c
Add documentation for using SSE-C on S3 primary storage
2023-01-31 11:34:07 +01:00
Julius Härtl
43aecffd3c Add documentation for using SSE-C on S3 primary storage
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-31 09:33:27 +01:00
Joas Schilling
0a0128369e Merge pull request #9599 from nextcloud/update-talk-android-requirements
Update talk-android requirements
2023-01-30 15:11:48 +01:00
Marcel Müller
97d52aafff Update talk-android requirements
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-01-30 15:00:04 +01:00
Christoph Wurst
ef60f0da75 Merge pull request #9589 from nextcloud/feat/dev-manual/usesession-attribute
feat(dev-manual): Document UseSession attribute
2023-01-27 17:00:17 +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
Christoph Wurst
a57287b218 Merge pull request #9588 from nextcloud/feat/dev-manual/global-middlewares
feat(dev-manual): Document global middleware registration
2023-01-26 12:02:49 +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
Julius Härtl
f5a93882d4 Merge pull request #9569 from nextcloud/add-docs-for-defaultTemplateDirectory-appconfig
Add docs for defaultTemplateDirectory app config
2023-01-25 12:36:23 +01:00
Christoph Wurst
a007e3ee7d Merge pull request #9585 from nextcloud/fix/dev-manual/middleware-docs
fix(dev-manual): Update middleware docs to state of the art
2023-01-25 11:47:47 +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
Nextcloud bot
af22cb1759 generate documentation from config.sample.php 2023-01-25 04:04:04 +00:00
Daniel
ffd66be39c Merge pull request #9576 from zeroheure/patch-2
Fix missing title formating
2023-01-23 21:31:59 +01:00
github-actions[bot]
1fd3ede2fe Merge pull request #9581 from nextcloud/translations_user-manual-locale-source-universal-access-pot--master_de 2023-01-23 16:04:33 +00:00
transifex-integration[bot]
1373f2ffb7 Apply translations in de
translation completed updated for the source file '/user_manual/locale/source/universal_access.pot'
on the 'de' language.
2023-01-23 15:51:57 +00:00
Xavier Brochard
957c1c7275 missing title formating
Signed-off-by: Xavier Brochard <xavier@alternatif.org>
2023-01-22 20:14:59 +01:00
Julius Härtl
b283306460 Merge pull request #9573 from nextcloud/feat/dev-manual/class-loader-performance-optimization
feat(dev-manual): Document performance optimizations with class loaders
2023-01-20 19:04:31 +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
Nimisha Vijay
1cf714287e Merge pull request #9568 from nextcloud/StCyr-patch-1
fixes link to variable.scss file
2023-01-20 02:45:53 -08:00
Joas Schilling
140c722b5a Merge pull request #9558 from nextcloud/rakekniven-patch-2
Fixed URL
2023-01-20 10:55:13 +01:00
Nextcloud bot
4477dc5944 generate documentation from config.sample.php 2023-01-20 02:37:13 +00:00
Thomas Citharel
89a240f283 Add docs for defaultTemplateDirectory app config
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-01-19 19:45:27 +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
github-actions[bot]
7d218cafa7 Merge pull request #9567 from nextcloud/translations_user-manual-locale-source-webinterface-pot--master_ro 2023-01-18 23:41:32 +00:00
transifex-integration[bot]
250bb5136c Apply translations in ro
translation completed for the source file '/user_manual/locale/source/webinterface.pot'
on the 'ro' language.
2023-01-18 23:38:09 +00: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
Vincent Petry
5dc8ac2600 Merge pull request #9566 from nextcloud/add-quota-troubleshooting-section
Add section for troubleshooting quota issues
2023-01-18 16:04:20 +01:00
Vincent Petry
42d1e88f4e Add link to quota docs in troubleshooting
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-18 16:00:47 +01:00
Vincent Petry
85db71171b Add section for troubleshooting quota issues
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-18 15:21:18 +01:00
Christoph Wurst
779f62f502 Merge pull request #9509 from nextcloud/repair-tree
Add file:repair-tree documentation
2023-01-18 12:02:16 +01:00
Christoph Wurst
a8b54d8d75 Merge pull request #9356 from nextcloud/enhancement/no-php-start-tag
Do not require a PHP start tag for syntax highlighting
2023-01-17 22:23:34 +01:00