Commit Graph

77 Commits

Author SHA1 Message Date
Joas Schilling
d29254f3a8 feat(developer): Document the changes to the app ecosystem compatibility
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-04 08:50:19 +02:00
Joas Schilling
93980bafb4 Merge pull request #10049 from nextcloud/feat/devmanual/app-maintainer-role
feat(devmanual): Document app maintainer role
2023-04-27 17:22:49 +02:00
Christoph Wurst
75a85b80fb feat(devmanual): Document PSR-0 autoloader removal
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-04-27 10:44:53 +02:00
Christoph Wurst
6777ad1c69 feat(devmanual): Start 27 upgrade docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-04-19 16:35:01 +02:00
Christoph Wurst
7edb57e594 feat(devmanual): Document app maintainer role
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-04-17 19:16:21 +02:00
Christoph Wurst
82061c6354 feat(dev-manual): Document release process of shipped apps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-03-29 16:00:37 +02:00
Andrey Borysenko
2a403f8017 Moved admin changes to admin_manual. Added new event to Events page
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2023-03-21 14:18:16 +02:00
Andrey Borysenko
40a3658012 Merge pull request #9926 from andrey18106/master
Added Nextcloud 26 upgrade changes docs
2023-03-20 20:56:40 +02:00
Andrey Borysenko
3bab527d8f Fix links
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2023-03-20 20:51:42 +02:00
Alexander Piskun
fff5d747e9 Update upgrade_to_26.rst
Added missing links(0)

Signed-off-by: Alexander Piskun <13381981+bigcat88@users.noreply.github.com>
2023-03-20 21:04:51 +03:00
Andrey Borysenko
c82b09cda4 Added links
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2023-03-20 19:28:04 +02:00
Alexander Piskun
e34a922dc3 Made easier to find link how upload app in store (#9927)
* Made easier to find link how upload app in store

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

* Made it a true link

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

---------

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2023-03-20 19:38:32 +03:00
Andrey Borysenko
1e02ee68e5 Added Nextcloud 26 upgrade changes docs
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2023-03-20 16:54:20 +02:00
Alexander Piskun
13255982be Fixed some warnings and errors. (#9924)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2023-03-20 16:21:36 +03:00
Ferdinand Thiessen
90def73770 Merge pull request #9575 from nextcloud/feat/nc-26-l10n-cleanup
Add removal of `OC.addTranslations` to NC26 upgrade guide
2023-02-21 13:34:54 +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
Ferdinand Thiessen
920b31cfb5 feat(dev-manual): Add removal of OC.addTranslations to NC26 upgrade guide
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2023-01-22 13:59:51 +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
Vitor Mattos
dbedc5df11 Merge pull request #9221 from nextcloud/make-the-text-more-clear-and-remove-expose-of-email-as-mandatory
Remove expose email as mandatory
2022-12-07 10:35:08 -03:00
Christoph Wurst
cf130dbba2 Document that Nextcloud does not ship a Babel Polyfill anymore
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 18:33:31 +01:00
Jonas
bfe4164ef0 Merge pull request #9329 from nextcloud/fix/nextclou24-php73-drop
Fix min PHP7.4 in Nextcloud 24
2022-11-14 11:39:45 +01:00
Christoph Wurst
22e136c4a3 Document behavior changes of dbal 3.0 to 3.1 upgrade
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 10:18:58 +01:00
Christoph Wurst
edb263a02a Document deprecation of entity slugs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 09:39:38 +01:00
Christoph Wurst
b024ad2cdc Fix min PHP in Nextcloud 24
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-14 09:26:14 +01:00
Joas Schilling
cda3adc84f Add ref to front-end docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-08 12:54:59 +01:00
Joas Schilling
529d7712e6 Make upgrade docs more relevant
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-08 12:26:36 +01:00
Joas Schilling
32b9699b7f Document "christophwurst/nextcloud replacement" and "Disabled keyboard shortcuts" for 25
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-08 11:59:57 +01:00
Christoph Wurst
1053dfadf7 Document deprecation of pascal case DI container parameters
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-03 14:55:35 +01:00
Christoph Wurst
99fe78c38a Merge pull request #9249 from nextcloud/enhancement/dev-docs-renamed-groupdware-settings-section
Add dev docs for the renamed Groupware settings section
2022-10-27 12:38:49 +02:00
Christoph Wurst
eae6b7dd9f Fix 26 upgrade docs missing from TOC
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-24 11:53:22 +02:00
Christoph Wurst
a670eabdb9 Add dev docs for the renamed Groupware settings section
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-24 11:31:30 +02:00
Christoph Wurst
4cdf7f5c26 Add Nextcloud 26 upgrade docs for app devs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-24 10:46:05 +02:00
Vitor Mattos
4a1bbfb2e2 Fix typo
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-10-17 12:50:35 -03:00
Vitor Mattos
df8f3aad7c Remove expose email as mandatory
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-10-17 12:48:49 -03:00
Christian Wolf
7c8926ca07 Make text more explicit regarding the pre-release process
Signed-off-by: Christian Wolf <github@christianwolf.email>
2022-08-22 16:32:09 +02:00
John Molakvoæ
545af776d0 Apply suggestions from code review
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2022-08-19 10:02:18 +02:00
John Molakvoæ
56b7e78d4a Document scss support drop
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2022-08-13 16:50:35 +02:00
Christian Wolf
a61ec1438e Adding more clear documentation on pre-releases
Signed-off-by: Christian Wolf <github@christianwolf.email>
2022-07-31 20:03:35 +02:00
Julia Kirschenheuter
9028a00c3a Merge pull request #8459 from nextcloud/enhancement/nextcloud-25-app-upgrade-skeleton
Add Nextcloud 25 app upgrade guide skeleton
2022-06-01 17:04:32 +02:00
Christoph Wurst
eabcfbef8f Drop empty Nextcloud 24 upgrade sections
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-31 11:31:49 +02:00
Christoph Wurst
b0a234ef04 Add Nextcloud 25 app upgrade guide skeleton
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-31 11:29:29 +02:00
Christoph Wurst
9b0e24a9d5 Clarify app versioning for EOLed Nextcloud/PHP
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-04 10:38:57 +02:00
Christoph Wurst
eaeeb94dc1 Give some pointers for the PHP8.1 support for apps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-24 12:15:50 +01:00
Christoph Wurst
bc987e9f7e Split up app upgrade pages by major release
The old page got longer and longer and it wasn't possible to link to
specific sections as we had multiple headings with the same title on a
single page.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-23 12:36:13 +01:00
Christoph Wurst
c340dbce3c Document the process of releasing an app updates as maintainer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-14 11:47:56 +01:00
Christoph Wurst
3af5f88be5 Add Nextcloud 24 app upgrade guide skeleton
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-09 15:59:13 +01:00
Christoph Wurst
0511e6b7c9 Add app upgrade guide for Nextcloud 23
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-09 15:49:04 +01:00
Seth Falco
3c9b9487ac typo: update formatting and correct capitalization
Signed-off-by: Seth Falco <seth@falco.fun>
2021-09-02 13:31:26 +02:00
Christoph Wurst
3e61d530e5 Document deprecation of scss compilation and vars
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 14:21:06 +02:00
Christoph Wurst
db855f9630 Merge pull request #6911 from nextcloud/fix/typo-upgrade-json-log
Fix typo in json log format upgrade docs
2021-07-05 14:09:17 +02:00