Commit Graph

13760 Commits

Author SHA1 Message Date
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
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
Vincent Petry
027e2b7467 Merge pull request #9528 from nextcloud/enh-encryption-troubleshooting-key-location
Add info to fix encryption key issues
2023-01-16 16:12:52 +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
Daniel
2bad919326 Merge pull request #9554 from raphj/patch-2
docs: mention IResponse's getBody(), slash when catching Exception
2023-01-15 23:09:43 +01:00
Daniel
e9ab89d7cc Merge pull request #9555 from nextcloud/translations_user-manual-locale-source-groupware-sync-ios-pot--master_fr
Translate '/user_manual/locale/source/groupware/sync_ios.pot' in 'fr'
2023-01-15 23:05:51 +01:00
rakekniven
faac674802 Fixed URL
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>


Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2023-01-15 16:39:21 +01:00
github-actions[bot]
3f07bb0332 Merge pull request #9556 from nextcloud/translations_user-manual-locale-source-groupware-sync-kde-pot--master_fr 2023-01-13 17:24:08 +00:00
transifex-integration[bot]
1b74270e3e Apply translations in fr
translation completed for the source file '/user_manual/locale/source/groupware/sync_kde.pot'
on the 'fr' language.
2023-01-13 17:20:50 +00:00
transifex-integration[bot]
892adc18dc Apply translations in fr
translation completed for the source file '/user_manual/locale/source/groupware/sync_ios.pot'
on the 'fr' language.
2023-01-13 16:44:45 +00: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
Vincent Petry
76ae934128 Merge pull request #9553 from nextcloud/enh/dev-manual/psr0-removal
feat(dev-manual): Warn about the upcoming PSR-0 class loader removal
2023-01-13 13:29:39 +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
8a090407e9 Merge pull request #9225 from nextcloud/feat/improve-flow-documentation
Complete workflow development documentation
2023-01-12 17:53:11 +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
Joas Schilling
602b315f37 Merge pull request #9547 from nextcloud/fix/noid/missing-jquery-2
Fix missing jquery - take 2 (`requirements.txt`)
2023-01-12 15:35:31 +01:00
Richard Steinmetz
e055be8a2a fix: pin jinja2 to prevent build error
This is not required when using pipenv as it properly locks the
dependencies.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-01-12 13:54:59 +01:00
Richard Steinmetz
89d7c36413 fix: pin sphinx-rtd-theme to fix missing jquery lib
Also pin the dependency in requirements.txt.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-01-12 13:41:39 +01:00
Vincent Petry
ada8222fc2 Merge pull request #9542 from nextcloud/fix/noid/missing-jquery
fix: pin sphinx-rtd-theme to fix missing jquery lib
2023-01-11 13:41:15 +01:00
Richard Steinmetz
efb80dcb87 fix: pin sphinx-rtd-theme to fix missing jquery lib
JQuery was removed as of Sphinx 6. The maintainers of our theme already
reacted to this but the release is not final yet.
Ref https://github.com/sphinx-doc/sphinx/issues/10070
Ref https://github.com/readthedocs/sphinx_rtd_theme/pull/1385

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-01-11 12:47:52 +01:00
Daniel
f9c2dc9b74 Merge pull request #9396 from p-bo/patch-22
Update Deployment recommendations link
2023-01-11 00:20:39 +01:00
Daniel
b9e0281578 Merge branch 'master' into patch-22
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-01-11 00:17:20 +01:00