Commit Graph

23735 Commits

Author SHA1 Message Date
Ferdinand Thiessen
02e37a6c4c Merge pull request #13935 from nextcloud/leftybournes/feat/bucket_created_event
feat(objectstore): add bucket created event
2026-01-05 22:15:49 +01:00
Ferdinand Thiessen
f9f2e26dae Merge pull request #13937 from nextcloud/dependabot/github_actions/actions/upload-artifact-6.0.0
chore(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0
2026-01-05 22:14:35 +01:00
Ferdinand Thiessen
921645543d Merge pull request #13938 from nextcloud/dependabot/github_actions/peter-evans/create-pull-request-8.0.0
chore(deps): Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0
2026-01-05 22:14:19 +01:00
Ferdinand Thiessen
d56ecf2a67 Merge pull request #13962 from nextcloud/dependabot/pip/master/certifi-2026.1.4
chore(deps): Bump certifi from 2025.11.12 to 2026.1.4
2026-01-05 22:12:43 +01:00
Ferdinand Thiessen
d8df23dda7 Merge pull request #13963 from nextcloud/dependabot/pip/master/sphinx-toolbox-4.1.1
chore(deps): Bump sphinx-toolbox from 4.0.0 to 4.1.1
2026-01-05 22:12:27 +01:00
Ferdinand Thiessen
9317213d09 Merge pull request #13964 from nextcloud/dependabot/pip/master/pillow-12.1.0
chore(deps): Bump pillow from 12.0.0 to 12.1.0
2026-01-05 22:11:56 +01:00
Matthieu Gallien
a8bd133b98 Merge pull request #13951 from AlexTurff/master
Add documentation for OWNCLOUD_HTTP2_ENABLED variable
2026-01-05 09:54:27 +01:00
Alex Turff
7173fbd571 Add documentation for OWNCLOUD_HTTP2_ENABLED variable
Signed-off-by: Alex Turff <alex@turff.net>
2026-01-05 09:21:22 +01:00
dependabot[bot]
c6666be37b chore(deps): Bump pillow from 12.0.0 to 12.1.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.0.0 to 12.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.1.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 06:05:30 +00:00
dependabot[bot]
04818bc320 chore(deps): Bump sphinx-toolbox from 4.0.0 to 4.1.1
Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 4.0.0 to 4.1.1.
- [Release notes](https://github.com/sphinx-toolbox/sphinx-toolbox/releases)
- [Changelog](https://github.com/sphinx-toolbox/sphinx-toolbox/blob/master/doc-source/changelog.rst)
- [Commits](https://github.com/sphinx-toolbox/sphinx-toolbox/compare/v4.0.0...v4.1.1)

---
updated-dependencies:
- dependency-name: sphinx-toolbox
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 06:05:26 +00:00
dependabot[bot]
b4023151b8 chore(deps): Bump certifi from 2025.11.12 to 2026.1.4
Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.11.12 to 2026.1.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.11.12...2026.01.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-version: 2026.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 06:05:21 +00:00
Ferdinand Thiessen
0eeb744a34 Merge pull request #13961 from nextcloud/chore/33-breaking
chore: document breaking frontend changes of the Files app for Nextcloud 33
2025-12-30 20:48:24 +01:00
Ferdinand Thiessen
c4930a7bed Merge pull request #13954 from nextcloud/dependabot/pip/master/reportlab-4.4.7
chore(deps): Bump reportlab from 4.4.5 to 4.4.7
2025-12-30 17:28:36 +01:00
Ferdinand Thiessen
0c7ca84af2 Merge pull request #13959 from nextcloud/fix/devcontainer
fix(devcontainer):
2025-12-30 17:28:14 +01:00
Ferdinand Thiessen
e6e0dbd5c6 Merge pull request #13956 from nextcloud/dependabot/pip/master/sphinx-reredirects-1.1.0
chore(deps): Bump sphinx-reredirects from 1.0.0 to 1.1.0
2025-12-30 17:27:50 +01:00
Ferdinand Thiessen
957a53dd84 chore: document breaking frontend changes of the Files app for Nextcloud 33
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-12-30 17:25:19 +01:00
Oleksandr Piskun
342179c0e6 Merge pull request #13960 from nextcloud/feat/add-exapp-harp-docs
feat(exapp_development): Add documentation for ExApp HaRP
2025-12-30 17:40:06 +02:00
Carl Schwan
514a47f9d0 Merge pull request #13946 from nextcloud/carl/doc-update-snowflake
feat(upgrade-guide-33): Add change related to snowflake ids
2025-12-30 14:13:03 +01:00
Robin Windey
54a8cb5c3e feat(exapp_development): Add documentation for ExApp HaRP
Signed-off-by: Robin Windey <ro.windey@gmail.com>
2025-12-30 09:17:17 +00:00
Robin Windey
009b4edacb fix(devcontainer): Upgrade to Python 3.12 to be able to install deps defined in requirements.txt
Signed-off-by: Robin Windey <ro.windey@gmail.com>
2025-12-29 20:02:44 +00:00
dependabot[bot]
5e065e94d8 chore(deps): Bump sphinx-reredirects from 1.0.0 to 1.1.0
Bumps [sphinx-reredirects](https://github.com/documatt/sphinx-reredirects) from 1.0.0 to 1.1.0.
- [Changelog](https://github.com/documatt/sphinx-reredirects/blob/main/docs/changelog.rst)
- [Commits](https://github.com/documatt/sphinx-reredirects/compare/v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: sphinx-reredirects
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-29 06:04:13 +00:00
Sebastian Krupinski
94a5a1ee49 Merge pull request #13802 from nextcloud/chore/update-css-variable-sidebar-width
chore(developer): update sidebar min width CSS variable documentation
2025-12-22 10:02:14 -05:00
dependabot[bot]
3cb8e7b7b5 chore(deps): Bump reportlab from 4.4.5 to 4.4.7
Bumps [reportlab](https://www.reportlab.com/) from 4.4.5 to 4.4.7.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 06:04:45 +00:00
Joas Schilling
cd3fb0a74d Merge pull request #13950 from nextcloud/dev/noid/php8.5
feat: Support PHP 8.5 in Nextcloud 33
2025-12-19 16:57:31 +01:00
Joas Schilling
3fb02487c1 feat: Support PHP 8.5 in Nextcloud 33
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-19 16:51:28 +01:00
Simon L.
9a435c75a2 Merge pull request #13948 from nextcloud/enh/noid/improve-aio-notice
fix(DeployConfigurations): remove notice that AIO has a built-in HaRP container as it does not
2025-12-18 12:35:41 +01:00
Simon L.
3537dcb28a fix(DeployConfigurations): remove notice that AIO has a built-in HaRP container as it does not
Signed-off-by: Simon L. <szaimen@e.mail.de>
2025-12-18 11:28:04 +01:00
Carl Schwan
04098a5e4b feat(upgrade-guide-33): Add change related to snowflake ids
Signed-off-by: Carl Schwan <carlschwan@kde.org>
2025-12-18 10:07:19 +01:00
Kate
0af0781188 Merge pull request #13941 from nextcloud/feat/admin/object-store-per-bucket-config 2025-12-15 14:21:50 +01:00
provokateurin
72d0aa721d feat(admin): Add object store per bucket config example
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-12-15 14:14:12 +01:00
Marcel Klehr
0334145fc9 Merge pull request #13934 from nextcloud/chore/update-ai
chore(admin): Update AI docs
2025-12-15 09:23:12 +01:00
Marcel Klehr
63739be4f6 fix: Address review comments
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-12-15 08:44:40 +01:00
Marcel Klehr
55d6cd8772 fix: Address review comments
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-12-15 08:43:39 +01:00
dependabot[bot]
d72c306027 chore(deps): Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.11 to 8.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](22a9089034...98357b18bf)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 06:04:32 +00:00
dependabot[bot]
15bbdd2568 chore(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](330a01c490...b7c566a772)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 06:04:26 +00:00
Anupam Kumar
021b2e3590 feat(AI/ContextChat): add docs for scaling (#13936)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-12-12 15:11:13 +05:30
Kent Delante
eab3a7599c feat(objectstore): add bucket created event
Signed-off-by: Kent Delante <kent.delante@proton.me>
2025-12-12 14:45:56 +08:00
Marcel Klehr
961a943fdc chore(admin): Update AI docs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-12-11 12:36:52 +01:00
Carl Schwan
4e5449ef5e Merge pull request #13931 from nextcloud/carl/jobs-id-string
feat(upgrade-guide-33): Add change to IJob and IJobList
2025-12-11 12:27:32 +01:00
Anupam Kumar
dbbcad09f2 chore(AI): Revert: "document HaRP being not supported in context_chat" (#13932)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-12-11 14:22:29 +05:30
Ferdinand Thiessen
986290a79a Merge pull request #13929 from ryanabx/patch-1
docs: Use `background_color` instead of deprecated `color`
2025-12-10 14:47:59 +01:00
Carl Schwan
cb92e892cb Merge pull request #13930 from nextcloud/carl/fix-typo
fix(upgrade-guide-33): Fix copy paste issue
2025-12-10 14:22:21 +01:00
Carl Schwan
4e13a64808 feat(upgrade-guide-33): Add change to IJob and IJobList
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-12-10 14:20:32 +01:00
Carl Schwan
d9ee47185a fix(upgrade-guide-33): Fix copy paste issue
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-12-10 14:13:54 +01:00
Carl Schwan
ea791a067d Merge pull request #13804 from nextcloud/carl/execute-depr
feat: Mark IQueryBuilder::execute as removed
2025-12-10 14:12:45 +01:00
Carl Schwan
f7c1aea1cd feat: Mark IQueryBuilder::execute as removed
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-12-10 13:43:07 +01:00
Ryan Brue
a24e0cf10a docs: Use background_color instead of deprecated color
Looks like Nextcloud has deprecated the `color` setting.
Use `background_color` instead in the theming documentation.

Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
2025-12-09 22:41:45 -06:00
github-actions[bot]
1ee53e4f62 Merge pull request #13927 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2025-12-09 23:39:37 +00:00
transifex-integration[bot]
b3b42724bf Translate userpreferences.pot in fr
100% translated source file: 'userpreferences.pot'
on 'fr'.
2025-12-09 23:33:13 +00:00
Simon L.
8c4c2a91a0 Merge pull request #13924 from nextcloud/enh/noid/mention-git-apply
feat(applying-patch): improve documentation to also mention git apply as alternative and additional improvements
2025-12-09 21:20:43 +01:00