Commit Graph

14927 Commits

Author SHA1 Message Date
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
John Molakvoæ
629791d365 Merge pull request #10547 from nextcloud/fix/python 2023-06-01 09:04:25 +02:00
Christoph Wurst
ff0774d516 Merge pull request #10544 from nextcloud/fix/nc28-app-upgrade-order
fix(developer): Move removed backend API to the backend section
2023-06-01 08:52:29 +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
353c775bb6 Merge pull request #10541 from nextcloud/feat/devmanual/oc-app-isenabled
feat(devmanual): Document \OC_App::isEnabled removal
2023-05-31 20:24:15 +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
Joas Schilling
982c114795 Merge pull request #10542 from nextcloud/feat/devmanual/oc-defaults-getlogoclaim
feat(devmanual): Document \OC_Defaults::getLogoClaim removal
2023-05-31 17:34:15 +02:00
Christoph Wurst
10714caabb Merge pull request #10539 from nextcloud/feat/adminmanual/26-upgrade-docs
feat(adminmanual): Add 26 upgrade docs
2023-05-31 15:23: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
7e24a4f566 feat(adminmanual): Add 26 upgrade docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-31 13:59:24 +02:00
Christoph Wurst
f9f966d2b2 Merge pull request #10524 from nextcloud/translations_user-manual-locale-source-groupware-calendar-pot--master_cs
Translations for user_manual/locale/source/groupware/calendar.pot in cs
2023-05-31 13:13:44 +02:00
Christoph Wurst
f1140b5c19 Merge pull request #10523 from nextcloud/translations_user-manual-locale-source-groupware-sync-osx-pot--master_cs
Translations for user_manual/locale/source/groupware/sync_osx.pot in cs
2023-05-31 13:13:29 +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
Christoph Wurst
219c1fa20d Merge pull request #10519 from nextcloud/fix/usermanual/calendar-invite-no-comment-no-guest
fix(usermanual): Note removal of comment and guest for event invites
2023-05-31 12:58:27 +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
Christoph Wurst
4b3f30582e Merge pull request #10528 from nextcloud/bugfix/noid/readable-double-dash
fix(admin): Make double dash readable as such
2023-05-31 09:54:48 +02:00
Joas Schilling
44dc7b173b fix(admin): Make double dash readable as such
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-31 09:35:33 +02:00
transifex-integration[bot]
4d16626b7d Translate calendar.pot in cs
100% translated source file: 'calendar.pot'
on the 'cs' language.
2023-05-31 05:19:31 +00:00
transifex-integration[bot]
e15c26e965 Translate sync_osx.pot in cs
100% translated source file: 'sync_osx.pot'
on the 'cs' language.
2023-05-31 05:17:45 +00:00
Pytal
461b733acc Merge pull request #10484 from nextcloud/user-migration-32-bit 2023-05-30 18:44:39 -07: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
Christopher Ng
ab1421df09 Update User migration docs for 32-bit support
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-05-30 18:39:40 -07:00
Christoph Wurst
d8228fe856 fix(usermanual): Note removal of comment and guest for event invites
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-30 20:59:45 +02: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
John Molakvoæ
cd08700556 fix: add actions/setup-python to build workflow
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-05-30 16:48:01 +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
Daphne Muller
63ef24a222 Merge pull request #10510 from nextcloud/DaphneMuller-patch-1
Require developers to update admin docs for critical changes
2023-05-30 15:29:24 +02:00
Daphne Muller
78ecc9a233 Require developers to update admin docs for critical changes
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2023-05-30 15:10:21 +02:00
Ferdinand Thiessen
c9799af58c Merge pull request #10511 from nextcloud/developer/mapper-exception-api
NC27: Add information about API change of `IMapperException`
2023-05-30 13:02:54 +02:00
Ferdinand Thiessen
05e4f59ccc fix(developer): Add information about API change of \OCP\AppFramework\Db\IMapperException
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
2023-05-30 12:11:00 +02:00
github-actions[bot]
debb1e0d26 Merge pull request #10509 from nextcloud/translations_user-manual-locale-source-files-access-webdav-pot--master_sr 2023-05-30 06:24:43 +00:00
transifex-integration[bot]
f25a52f470 Translate access_webdav.pot in sr
100% translated source file: 'access_webdav.pot'
on the 'sr' language.
2023-05-30 06:20:16 +00:00
github-actions[bot]
2e3bd134cb Merge pull request #10508 from nextcloud/translations_user-manual-locale-source-userpreferences-pot--master_sr 2023-05-30 05:57:51 +00:00
transifex-integration[bot]
aebcede09d Translate userpreferences.pot in sr
100% translated source file: 'userpreferences.pot'
on the 'sr' language.
2023-05-30 05:53:22 +00:00
github-actions[bot]
1b2cc009d7 Merge pull request #10507 from nextcloud/translations_user-manual-locale-source-groupware-sync-gnome-pot--master_sr 2023-05-30 05:43:01 +00:00
transifex-integration[bot]
aa89ad3e9f Translate sync_gnome.pot in sr
100% translated source file: 'sync_gnome.pot'
on the 'sr' language.
2023-05-30 05:38:34 +00:00
github-actions[bot]
2a44b92200 Merge pull request #10506 from nextcloud/translations_user-manual-locale-source-groupware-contacts-pot--master_sr 2023-05-30 05:37:40 +00:00
github-actions[bot]
2245d53924 Merge pull request #10505 from nextcloud/translations_user-manual-locale-source-groupware-sync-thunderbird-pot--master_sr 2023-05-30 05:34:39 +00:00
transifex-integration[bot]
07f7beebd0 Translate contacts.pot in sr
100% translated source file: 'contacts.pot'
on the 'sr' language.
2023-05-30 05:33:16 +00:00
transifex-integration[bot]
0c6365390c Translate sync_thunderbird.pot in sr
100% translated source file: 'sync_thunderbird.pot'
on the 'sr' language.
2023-05-30 05:30:11 +00:00
github-actions[bot]
fc48337ea2 Merge pull request #10502 from nextcloud/translations_user-manual-locale-source-files-access-webdav-pot--master_es 2023-05-30 00:35:16 +00:00
transifex-integration[bot]
9f9706b01e Translate access_webdav.pot in es
100% translated source file: 'access_webdav.pot'
on the 'es' language.
2023-05-30 00:26:25 +00:00
github-actions[bot]
7eba5ad743 Merge pull request #10501 from nextcloud/translations_user-manual-locale-source-groupware-sync-gnome-pot--master_es 2023-05-29 21:45:23 +00:00
transifex-integration[bot]
9ba9eb88a0 Translate sync_gnome.pot in es
100% translated source file: 'sync_gnome.pot'
on the 'es' language.
2023-05-29 21:40:57 +00:00
github-actions[bot]
189a919adb Merge pull request #10500 from nextcloud/translations_user-manual-locale-source-userpreferences-pot--master_es 2023-05-29 21:39:56 +00:00
transifex-integration[bot]
c3ab81fe97 Translate userpreferences.pot in es
100% translated source file: 'userpreferences.pot'
on the 'es' language.
2023-05-29 21:35:51 +00:00
transifex-integration[bot]
c5d16259cc Translate userpreferences.pot in es
100% translated source file: 'userpreferences.pot'
on the 'es' language.
2023-05-29 21:35:28 +00:00
github-actions[bot]
8ec7b19547 Merge pull request #10496 from nextcloud/translations_user-manual-locale-source-groupware-contacts-pot--master_es 2023-05-29 14:13:56 +00:00