Christoph Wurst
09dac2fdd0
Document optional unified search result entry attributes
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-12-04 09:15:10 +01:00
Christoph Wurst
28485c8006
Fix outdated unified search result entry class suggestion
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-12-04 08:49:54 +01:00
Morris Jobke
844c54b8c9
Merge pull request #5507 from nextcloud/fix/dev-upgrade-checker-typo
...
Fix typo in dev upgrade app code checker notice
2020-12-03 14:59:59 +01:00
Morris Jobke
cb20878583
Merge pull request #5506 from nextcloud/MorrisJobke-patch-1
...
Fix typo
2020-12-03 11:12:28 +01:00
Christoph Wurst
a725029a1d
Fix typo in dev upgrade app code checker notice
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-12-03 11:11:53 +01:00
Morris Jobke
778ee230ae
Fix typo
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-12-03 11:11:52 +01:00
Roeland Jago Douma
6723732d3c
Merge pull request #5505 from nextcloud/enhancement/deprecate-app-code-checker
...
Deprecate the app code checker
2020-12-03 11:00:15 +01:00
Christoph Wurst
ce5134fb87
Deprecate the app code checker
...
* Remove from app publishing guide
* Add to app upgrade guide
* Drop from admin manual (kind of inappropriate anyway)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-12-03 10:44:09 +01:00
Morris Jobke
7f1c1268b8
Merge pull request #5501 from GAS85/patch-6
...
Correction
2020-12-02 16:20:26 +01:00
Georgiy Sitnikov
f22f40b57b
Correction
...
I believe "specific users in a space-delimited list" should looks like this. Or?
2020-12-02 10:40:37 +01:00
Morris Jobke
a846e7a20d
Merge pull request #5465 from nextcloud/wiswedel/admin_documentation/upgrading/558_upgradePath
...
Describe step-by-step upgrading better
2020-12-01 10:54:54 +01:00
Morris Jobke
525b0340c1
Merge pull request #5453 from nextcloud/fix/no-include-error-suppress
...
Do not suppress include_once errors for the composer autoloader
2020-12-01 10:54:01 +01:00
Morris Jobke
3d8f71d171
Merge pull request #5469 from nextcloud/wiswedel/admin_documentation/occ/sharing/1068
...
documented occ sharing commands
2020-12-01 10:42:50 +01:00
Morris Jobke
9f53e22f92
Merge pull request #5455 from nextcloud/fix/app-init-app.php
...
Drop misleading traces of app.php recommendations
2020-12-01 10:33:37 +01:00
Morris Jobke
659c14a7ef
Merge pull request #5489 from nextcloud/fix/dev-no-more-update-php
...
Drop note about removed update.php
2020-11-30 14:49:39 +01:00
github-actions[bot]
387eeb2bfa
Merge pull request #5492 from nextcloud/translations_user-manual-locale-source-contents-pot--master_es
2020-11-29 22:46:55 +00:00
transifex-integration[bot]
82cb297b44
Apply translations in es
...
translation completed for the source file '/user_manual/locale/source/contents.pot'
on the 'es' language.
2020-11-29 22:44:23 +00:00
github-actions[bot]
a73ceaeb57
Merge pull request #5490 from nextcloud/translations_user-manual-locale-source-pim-calendar-pot--master_cs
2020-11-29 13:08:49 +00:00
transifex-integration[bot]
79f10c0a6c
Apply translations in cs
...
translation completed for the source file '/user_manual/locale/source/pim/calendar.pot'
on the 'cs' language.
2020-11-29 13:06:08 +00:00
Christoph Wurst
1850420cb8
Drop note about removed update.php
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-27 13:06:43 +01:00
Julius Härtl
ae70e83e27
Merge pull request #5482 from nextcloud/fix/dupliacte-target-external-link
...
Fix duplicate target warnings of Sphinx for external links
2020-11-27 11:33:27 +01:00
Julius Härtl
31c84fb1b5
Merge pull request #5485 from nextcloud/fix/dead-preupdate-php
...
Remove dead preupdate.php note
2020-11-26 16:46:57 +01:00
Christoph Wurst
7a4205c7c0
Remove dead preupdate.php note
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-26 15:41:13 +01:00
Christoph Wurst
1790d6b074
Merge pull request #5459 from nextcloud/enhancement/dev-dependency-management
...
Add (composer) dependency management docs
2020-11-26 11:08:27 +01:00
Christoph Wurst
e774c45a72
Merge pull request #5483 from nextcloud/enhancement/dev-php-lint
...
Document php linting
2020-11-26 11:05:23 +01:00
Christoph Wurst
60df76dc69
Document php linting
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-26 11:03:08 +01:00
Christoph Wurst
e866febea6
Merge pull request #5481 from nextcloud/enhancement/dev-info-xml-lint
...
Document info.xml linting and validation
2020-11-26 11:02:42 +01:00
Christoph Wurst
c07a59c43b
Link from classloader docs to composer docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-26 09:42:03 +01:00
Christoph Wurst
e378f9d0ae
Fix duplicate target warnings of Sphinx for external links
...
Apparently Sphinx doesn't like that we use the same name multiple times,
though the link pointed to different URLs.
https://github.com/sphinx-doc/sphinx/issues/3921#issuecomment-315581557
suggests using `__` for "anonymous references".
This will remove some of the github action comments that show for every
PR.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-26 09:11:58 +01:00
Christoph Wurst
43a0983098
Document info.xml linting and validation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-26 09:07:05 +01:00
github-actions[bot]
e98597f4e7
Merge pull request #5480 from nextcloud/translations_user-manual-locale-source-pim-sync-windows10-pot--master_fr
2020-11-26 00:07:35 +00:00
transifex-integration[bot]
5d60a6097c
Apply translations in fr
...
translation completed for the source file '/user_manual/locale/source/pim/sync_windows10.pot'
on the 'fr' language.
2020-11-26 00:04:58 +00:00
github-actions[bot]
947578ff75
Merge pull request #5479 from nextcloud/translations_user-manual-locale-source-user-2fa-pot--master_fr
2020-11-26 00:03:42 +00:00
github-actions[bot]
d2042279fb
Merge pull request #5478 from nextcloud/translations_user-manual-locale-source-files-quota-pot--master_fr
2020-11-26 00:02:49 +00:00
github-actions[bot]
bf570cb2f5
Merge pull request #5477 from nextcloud/translations_user-manual-locale-source-files-version-control-pot--master_fr
2020-11-26 00:02:12 +00:00
github-actions[bot]
0fe67a5123
Merge pull request #5476 from nextcloud/translations_user-manual-locale-source-pim-sync-android-pot--master_fr
2020-11-26 00:01:27 +00:00
transifex-integration[bot]
f1e7f76cd6
Apply translations in fr
...
translation completed for the source file '/user_manual/locale/source/user_2fa.pot'
on the 'fr' language.
2020-11-26 00:01:02 +00:00
github-actions[bot]
32b099aa9c
Merge pull request #5475 from nextcloud/translations_user-manual-locale-source-files-large-file-upload-pot--master_fr
2020-11-26 00:00:30 +00:00
transifex-integration[bot]
009e2711ec
Apply translations in fr
...
translation completed for the source file '/user_manual/locale/source/files/quota.pot'
on the 'fr' language.
2020-11-26 00:00:11 +00:00
github-actions[bot]
e7d1576314
Merge pull request #5473 from nextcloud/translations_user-manual-locale-source-pim-calendar-pot--master_fr
2020-11-26 00:00:10 +00:00
github-actions[bot]
3a5a9583c5
Merge pull request #5474 from nextcloud/translations_user-manual-locale-source-files-file-drop-pot--master_fr
2020-11-25 23:59:55 +00:00
transifex-integration[bot]
35d5186a08
Apply translations in fr
...
translation completed for the source file '/user_manual/locale/source/files/version_control.pot'
on the 'fr' language.
2020-11-25 23:59:35 +00:00
transifex-integration[bot]
0b216914e7
Apply translations in fr
...
translation completed for the source file '/user_manual/locale/source/pim/sync_android.pot'
on the 'fr' language.
2020-11-25 23:58:52 +00:00
transifex-integration[bot]
f7dd1a6762
Apply translations in fr
...
translation completed for the source file '/user_manual/locale/source/files/large_file_upload.pot'
on the 'fr' language.
2020-11-25 23:57:55 +00:00
transifex-integration[bot]
b710810b0e
Apply translations in fr
...
translation completed for the source file '/user_manual/locale/source/files/file_drop.pot'
on the 'fr' language.
2020-11-25 23:57:19 +00:00
transifex-integration[bot]
71b6622656
Apply translations in fr
...
translation completed for the source file '/user_manual/locale/source/pim/calendar.pot'
on the 'fr' language.
2020-11-25 23:56:35 +00:00
github-actions[bot]
d432caa27f
Merge pull request #5471 from nextcloud/translations_user-manual-locale-source-pim-sync-android-pot--master_cs
2020-11-25 16:42:58 +00:00
transifex-integration[bot]
ba69333c8a
Apply translations in cs
...
translation completed for the source file '/user_manual/locale/source/pim/sync_android.pot'
on the 'cs' language.
2020-11-25 16:40:16 +00:00
github-actions[bot]
190c9ee560
Merge pull request #5470 from nextcloud/translations_user-manual-locale-source-pim-sync-thunderbird-pot--master_cs
2020-11-25 16:39:46 +00:00
transifex-integration[bot]
11e6147c34
Apply translations in cs
...
translation completed for the source file '/user_manual/locale/source/pim/sync_thunderbird.pot'
on the 'cs' language.
2020-11-25 16:37:09 +00:00