Commit Graph

14956 Commits

Author SHA1 Message Date
Ferdinand Thiessen
8039b4f63a Merge pull request #10546 from nextcloud/developer/remove-legacy-loader
feat(developer): Add removed `OC` legacy loader API
2023-06-06 21:47:52 +02:00
Ferdinand Thiessen
693b779e59 Merge pull request #10564 from nextcloud/dependabot/pip/master/markupsafe-2.1.3
chore(deps): Bump markupsafe from 2.1.2 to 2.1.3
2023-06-06 21:47:02 +02:00
Ferdinand Thiessen
579e7321cf feat(developer): Add removed OC legacy loader API
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-06-06 21:43:44 +02:00
Josh Richards
b8e0577931 feat(adminmanual): Clarify appropriate settings for Amazon S3 vs non-Amazon
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
2023-06-06 19:14:57 +02:00
Daniel
7c073fdeca Merge pull request #10570 from nextcloud/document-theming-background-color
docs(theming): add theming:config background backgroundColor
2023-06-06 15:55:46 +02:00
Daniel Kesselberg
fcb7a61e5f docs(theming): add theming:config background backgroundColor
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-06-06 15:21:18 +02:00
rakekniven
f72e1899a4 Merge pull request #10359 from nextcloud/translations_user-manual-locale-source-talk-index-pot--master_zh_CN
Translations for user_manual/locale/source/talk/index.pot in zh_CN
2023-06-05 23:38:18 +02:00
Julius Härtl
929ffa146d Merge pull request #10565 from nextcloud/feat/devmanual/composer-dependency-hell-bin-plugin 2023-06-05 22:21:06 +02:00
Daniel
5064579bca Merge pull request #10479 from nextcloud/chore-remove-create-event-source
docs(dev): remove deprecated createEventSource
2023-06-05 18:35:36 +02:00
Daniel
fe7a1f3dbe Merge pull request #10569 from nextcloud/docs-update-theming
docs(theming): update theming page
2023-06-05 18:35:08 +02:00
Daniel Kesselberg
5ea4697988 docs(dev): remove deprecated createEventSource
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-06-05 18:29:59 +02:00
Daniel Kesselberg
b24010bc7f docs(theming): update theming page
- Fresh screenshots
- Add disable-user-theming
- Explain how to set a static color as background via occ

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-06-05 18:23:31 +02:00
Richard Steinmetz
0af4b9ee2a Merge pull request #10403 from nextcloud/feat/msft-xoauth2
feat(admin): document using microsoft xoauth2 with mail
2023-06-05 11:09:20 +02:00
Richard Steinmetz
48b9108198 feat(admin): document using microsoft xoauth2 with mail
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-06-05 11:05:37 +02:00
Christoph Wurst
e764556f9a feat(devmanual): Refine dependency hell section, recommend bin plugin
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-05 09:45:12 +02:00
dependabot[bot]
f15121b9e4 chore(deps): Bump markupsafe from 2.1.2 to 2.1.3
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/markupsafe/compare/2.1.2...2.1.3)

---
updated-dependencies:
- dependency-name: markupsafe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 07:06:32 +00:00
Christoph Wurst
62e8f4aa8e Merge pull request #10558 from nextcloud/feat/devmanual/drop-util-linktopublic
feat(devmanual): Document \OCP\Util::linkToPublic removal
2023-06-02 10:23:49 +02:00
Christoph Wurst
fcd443e3c0 feat(devmanual): Document \OCP\Util::linkToPublic removal
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-02 10:10:47 +02:00
Christoph Wurst
9e8f1cf0f2 Merge pull request #10557 from nextcloud/feat/devmanual/email-subject-body
feat(devmanual): Document system email subject and body methods
2023-06-02 09:14:53 +02:00
Christoph Wurst
425224594b feat(devmanual): Document system email subject and body methods
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-02 08:53:41 +02:00
Christoph Wurst
ee1438b412 Merge pull request #10554 from nextcloud/feat/devmanual/mailer-inline-attachments
feat(devmanual): Document IMailer and inline attachments
2023-06-01 19:51:25 +02:00
Christoph Wurst
022b1bf923 feat(devmanual): Document IMailer and inline attachments
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-01 18:01:42 +02:00
Christoph Wurst
dda5c9bab0 Merge pull request #10545 from nextcloud/fix/usermanual/oc-app-methods-nextcloud-14
feat(devmanual): Document removed \OC_App methods
2023-06-01 17:14:28 +02:00
Côme Chilliet
832be0d6b0 Merge pull request #10516 from nextcloud/fix/document-app-loading-refactor
Document app loading refactor
2023-06-01 11:36:28 +02:00
Christoph Wurst
224bcc879c Merge pull request #10551 from nextcloud/fix/document-file-getcontent-change-27
Document new Exception thrown by OCP\Files\File::getContent
2023-06-01 11:30:56 +02:00
Côme Chilliet
a68a7d73fb Document new Exception thrown by OCP\Files\File::getContent
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-06-01 11:22:25 +02:00
Côme Chilliet
07a2268ac3 Add PR numbers for app loading refactor
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-06-01 11:00:02 +02:00
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
002f096028 feat(devmanual): Document removed \OC_App methods
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-01 09:00:21 +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