Commit Graph

23861 Commits

Author SHA1 Message Date
Benjamin Gaussorgues
5018236267 Merge pull request #14042 from nextcloud/backport/14033/stable33 2026-02-02 10:07:44 +01:00
Daniel Kesselberg
1dc4d55584 docs(release-notes): s3 integrity protection is now opt-in
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2026-02-02 08:35:16 +00:00
Ferdinand Thiessen
8fe86f9f87 fix(developer): document removal of the "whats new" feature
It was used for Nextcloud changes, but we did not use it since
Nextcloud 20 and now use the firstrunwizard and the update_notification.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-02-02 08:33:57 +00:00
Joas Schilling
3cf098c9ba Merge pull request #14013 from nextcloud/backport/14012/stable33
[stable33] fix(developer_manual/database): Port away from createFunction
2026-02-01 10:30:16 +01:00
Nextcloud bot
9870db0645 chore(administration): Generate system config documentation from config.sample.php v33.0.0rc2 2026-01-29 03:16:17 +00:00
Joas Schilling
370fe09b6f Merge pull request #14031 from nextcloud/backport/14029/stable33
[stable33] ci(actions): Pin CI actions
2026-01-28 22:56:14 +01:00
Joas Schilling
a830308e37 ci(actions): Pin CI actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2026-01-28 22:49:32 +01:00
Joas Schilling
c0526474a4 Merge pull request #14028 from nextcloud/update-links
fix(link): Stay in selected version 33 when following links
2026-01-28 12:02:38 +01:00
Joas Schilling
cf8910051c fix(link): Stay in selected version 33 when following links
Signed-off-by: Joas Schilling <coding@schilljs.com>
2026-01-28 11:46:27 +01:00
Arthur Schiwon
90e61e37d8 Merge pull request #14026 from nextcloud/backport/14025/stable33
[stable33] fix(system-requirements): fix listing of supported postgres versions
2026-01-28 10:04:37 +01:00
Simon L.
d1d29d9d3e fix(system-requirements): fix listing of supported postgres versions
Signed-off-by: Simon L. <szaimen@e.mail.de>
2026-01-27 10:15:11 +00:00
Joas Schilling
c5d03a3e20 Merge pull request #14015 from nextcloud/backport/14009/stable33
[stable33] feat: automated appointment creation
2026-01-24 19:40:57 +01:00
SebastianKrupinski
d7feb8c566 feat: automated appointment creation
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2026-01-23 18:57:01 +00:00
Carl Schwan
cb1ea7b282 fix(developer_manual/database): Port away from createFunction
This function is a bit harder to use correctly than IFunctionBuilder, so
use IFunctionBuilder instead.

Signed-off-by: Carl Schwan <carlschwan@kde.org>
2026-01-23 17:32:46 +00:00
Joas Schilling
a21e99a34e Merge pull request #14007 from nextcloud/backport/14005/stable33
[stable33] Clarify Oracle support and update recommended databases
2026-01-22 17:27:42 +01:00
Jos Poortvliet
8d09dbb2c7 fix(admin): Clarify Oracle support and update recommended databases
Added Oracle database note to indicate it's for Nextcloud Enterprise only and updated the recommended database engines.

Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2026-01-22 14:42:03 +00:00
Daniel
745c7afd46 Merge pull request #13994 from piechocki/patch-1
Fix integration of code
v33.0.0rc1
2026-01-20 18:39:51 +01:00
Daniel
699d81a677 Merge pull request #14001 from nextcloud/fix/add-mail-section
fix(groupware): Add separate section for mail troubleshooting, remove mail shortcuts and re-sort some things
2026-01-20 17:56:35 +01:00
David Dreschner
0ffe51f79a fix(groupware): Add separate section for mail troubleshooting, remove mail shortcuts and re-sort some things
Signed-off-by: David Dreschner <github-2017@dreschner.net>
2026-01-20 15:17:59 +01:00
David Dreschner
6bb0671b20 Merge pull request #13993 from nextcloud/fix/move-mail-documentation
fix(groupware): Move admin and user documentation for mail app out of mail repo and update debug logging
v33.0.0beta5
2026-01-19 16:39:57 +01:00
David Dreschner
0f673faa4b fix(groupware): Move admin and user documentation for mail app to central documentation
Signed-off-by: David Dreschner <github-2017@dreschner.net>
2026-01-19 12:43:18 +01:00
Nextcloud bot
ab1f037055 chore(administration): Generate system config documentation from config.sample.php 2026-01-19 03:10:03 +00:00
piechocki
202afbf902 fix integration of code for docs webpage
before, the two hyphens were replaced by a dash in the view presented on docs.nextcloud.com, resulting in an erroneous occ command (too many arguments to "config:app:set")

Signed-off-by: piechocki <34336439+piechocki@users.noreply.github.com>
2026-01-17 15:42:46 +01:00
Carl Schwan
8aa7b2eafa Merge pull request #13978 from ways/patch-1
Update instructions for iOS sync
2026-01-16 12:50:05 +01:00
Carl Schwan
ca9195f814 Merge pull request #13975 from nextcloud/dependabot/pip/master/urllib3-2.6.3
chore(deps): Bump urllib3 from 2.6.2 to 2.6.3
2026-01-16 12:45:58 +01:00
Christoph Wurst
6bb4756397 Merge pull request #13988 from nextcloud/feat/restrict-calendar-invitation-users
feat: restrict calendar invitation participants
2026-01-16 07:26:01 +01:00
SebastianKrupinski
a911e1e16b feat: restrict calendar invitation participants
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2026-01-15 16:09:17 -05:00
Grigory Vodyanov
05b26d96c4 Merge pull request #13979 from nextcloud/fix/update-calendar-importing
fix(Groupware/Calendar): update calendar importing section
v33.0.0beta4
2026-01-15 13:49:25 +01:00
Grigory Vodyanov
18becc1d18 fix(Groupware/Calendar): update calendar importing section
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com>
2026-01-15 13:39:46 +01:00
Lars Falk-Petersen
bbf663a8dd Update instructions for iOS sync
Clarify that the path is needed for both calendar and contacts, and which parts needs to be replaced.

iOS gives terrible feedback when the path is missing, so I found help at https://help.nextcloud.com/t/ios-caldav-client-not-syncing/155018/2. This was tested yesterday.

Signed-off-by: Lars Falk-Petersen <dev@falk-petersen.no>
2026-01-14 10:04:33 +01:00
Ferdinand Thiessen
bb66c0891e Merge pull request #13977 from nextcloud/chore/oc-33
fix(developer): add all removed frontend APIs (`OC.Settings.UserSettings`)
2026-01-13 23:05:44 +01:00
Ferdinand Thiessen
1a0415c8bf fix(developer): add all removed frontend APIs (OC.Settings.UserSettings)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-01-13 22:40:25 +01:00
Hamza
d95beb28cf Merge pull request #13976 from nextcloud/feat/user/pin-favorites
feat(user-manual): Pin favorites in mail app
v33.0.0beta3
2026-01-13 15:23:43 +01:00
Hamza
215c005b07 feat(user-manual): Pin favorites in mail app
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
2026-01-13 15:14:20 +01:00
dependabot[bot]
d8980d8785 chore(deps): Bump urllib3 from 2.6.2 to 2.6.3
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.2 to 2.6.3.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.2...2.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-12 06:34:12 +00:00
Côme Chilliet
1bdaef7128 Merge pull request #13947 from nextcloud/feat/openmetrics_doc
feat: add documentation for OpenMetrics
v33.0.0beta2
2026-01-08 14:50:11 +01:00
Benjamin Gaussorgues
a4ffa6d8a0 feat: add documentation for OpenMetrics
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2026-01-08 12:37:10 +01:00
Nextcloud bot
2137474e18 chore(administration): Generate system config documentation from config.sample.php 2026-01-08 02:58:15 +00:00
Ferdinand Thiessen
c787d05abd Merge pull request #13971 from nextcloud/dependabot/pip/master/sphinx-reredirects-1.1.0
chore(deps): Bump sphinx-reredirects from 0.1.6 to 1.1.0
2026-01-07 13:21:25 +01:00
dependabot[bot]
e9a45d7932 chore(deps): Bump sphinx-reredirects from 0.1.6 to 1.1.0
Bumps [sphinx-reredirects](https://github.com/documatt/sphinx-reredirects) from 0.1.6 to 1.1.0.
- [Changelog](https://github.com/documatt/sphinx-reredirects/blob/main/docs/changelog.rst)
- [Commits](https://github.com/documatt/sphinx-reredirects/compare/v0.1.6...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-07 12:13:30 +00:00
Joas Schilling
ba0cf214c7 Merge pull request #13970 from nextcloud/build/noid/downgrade-sphinx-reredirects
build: Downgrade sphinx-reredirects to an older version again and pin…
2026-01-06 21:11:40 +01:00
Joas Schilling
ea1866d99f build: Downgrade sphinx-reredirects to an older version again and pin notfound-page dep
Signed-off-by: Joas Schilling <coding@schilljs.com>
2026-01-06 21:08:27 +01:00
Joas Schilling
b597225bc8 Merge pull request #13903 from nextcloud/dependabot/github_actions/actions/setup-python-6.1.0
chore(deps): Bump actions/setup-python from 6.0.0 to 6.1.0
2026-01-06 20:48:00 +01:00
github-actions[bot]
f471f46678 Merge pull request #13969 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 v33.0.0beta1 2026-01-06 08:07:10 +00:00
transifex-integration[bot]
1844c60e12 Translate whats_new.pot in ko
100% translated source file: 'whats_new.pot'
on 'ko'.
2026-01-06 08:02:48 +00:00
transifex-integration[bot]
2b054720c1 Translate macosvfs.pot in ko
100% translated source file: 'macosvfs.pot'
on 'ko'.
2026-01-06 08:02:03 +00:00
transifex-integration[bot]
10c5206ba8 Translate access_webdav.pot in ko
100% translated source file: 'access_webdav.pot'
on 'ko'.
2026-01-06 08:01:40 +00:00
transifex-integration[bot]
24e26fee1e Translate access_webdav.pot in ko
100% translated source file: 'access_webdav.pot'
on 'ko'.
2026-01-06 08:01:27 +00:00
transifex-integration[bot]
9b0b4aeb3b Translate macosvfs.pot in ko
100% translated source file: 'macosvfs.pot'
on 'ko'.
2026-01-06 07:57:43 +00:00
transifex-integration[bot]
2901ebe8ff Translate quota.pot in ko
100% translated source file: 'quota.pot'
on 'ko'.
2026-01-06 07:56:44 +00:00