Commit Graph

23630 Commits

Author SHA1 Message Date
Ferdinand Thiessen
0df8992dc8 Merge pull request #13806 from nextcloud/dependabot/pip/master/pillow-12.0.0
chore(deps): Bump pillow from 11.3.0 to 12.0.0
2025-11-21 12:52:46 +01:00
Ferdinand Thiessen
bb48907490 Merge pull request #13794 from nextcloud/dependabot/pip/master/sphinx-reredirects-1.0.0
chore(deps): Bump sphinx-reredirects from 0.1.6 to 1.0.0
2025-11-21 12:52:20 +01:00
Ferdinand Thiessen
8aa27747c4 chore: use Python 3.12 which is the default of Ubuntu 24.04
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-21 11:21:14 +01:00
dependabot[bot]
ddb2d042a2 chore(deps): Bump pillow from 11.3.0 to 12.0.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.0 to 12.0.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/11.3.0...12.0.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-21 11:17:03 +01:00
dependabot[bot]
70d1f2de1f chore(deps): Bump sphinx-reredirects from 0.1.6 to 1.0.0
Bumps [sphinx-reredirects](https://github.com/documatt/sphinx-reredirects) from 0.1.6 to 1.0.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.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-21 10:13:01 +00:00
Ferdinand Thiessen
71c7510377 Merge pull request #13851 from MiKom/fix-nginx-static-files
Add mp4 and webm to nginx config
2025-11-21 11:05:42 +01:00
rakekniven
78269f044d Merge pull request #13844 from nextcloud/dependabot/github_actions/codespell-project/actions-codespell-2.2
chore(deps): Bump codespell-project/actions-codespell from 2.1 to 2.2
2025-11-21 08:45:59 +01:00
rakekniven
5174d0c54c Merge pull request #13871 from nextcloud/fix/version
fix: version data
2025-11-21 08:45:26 +01:00
rakekniven
4abe0673e7 Merge pull request #13864 from nextcloud/schiessle-patch-1
Update file versioning retention policy details
2025-11-21 08:28:01 +01:00
Arthur Schiwon
2a99fb6768 fix: version data
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-11-20 17:35:44 +01:00
Josh
842cde091d Merge pull request #13854 from nextcloud/jtr/fix-admin-php-sysvsem-and-xml
fix(PHP): Add missing `sysvsem` extension and clarify xml extension
2025-11-20 10:08:23 -05:00
Carl Schwan
23702d00ce Merge pull request #13866 from nextcloud/carl/fetch-33
feat(nc-upgrade-33): Add notes related to IResult::fetch/fetchAll
2025-11-20 15:43:12 +01:00
Nextcloud bot
3fc151d315 chore(administration): Generate system config documentation from config.sample.php 2025-11-20 02:59:59 +00:00
Carl Schwan
0362f3cd15 feat(nc-upgrade-33): Add notes related to IResult::fetch/fetchAll
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-11-19 11:11:43 +01:00
Josh
98c138e6a3 Merge pull request #13865 from nextcloud/jtr/admin-patching-reorg
docs(admin_manual): reorder “Patching Nextcloud” for logical flow
2025-11-18 07:38:14 -05:00
Josh
0932f3afef docs(admin_manual) reorder “Patching Nextcloud” for logical flow
- Move “Getting a patch from a GitHub pull request” section before applying steps and rename it to “Obtaining a patch”
- Add “Notes and troubleshooting” section
- Improve grammar, punctuation, and phrasing
- Clarify backport guidance + include actual backport PR/URLs
- Fix randomly cut-off sentence in the error Note

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-11-17 09:45:16 -05:00
Josh
8f721bbb4f Merge pull request #13820 from nextcloud/tflidd-patch-1
Typo in index.rst
2025-11-15 11:40:57 -05:00
Josh
a32f76340f Merge pull request #13860 from Rxss/rxss/fix/nextcloud/manual_upgrade
fix: Invalid nested inline markup found in admin_manual/maintenance/m…
2025-11-15 11:38:17 -05:00
tflidd
3780487ce2 Merge branch 'master' into tflidd-patch-1 2025-11-14 10:13:03 +01:00
Björn Schießle
0045bf2c71 Update file versioning retention policy details
Clarified version retention policy in documentation. Add the information that we always keep the latest version in each time window.

Signed-off-by: Björn Schießle <bjoern.schiessle@nextcloud.com>
2025-11-14 10:08:22 +01:00
Hamza
9278fa57b3 Merge pull request #13859 from nextcloud/docs/user-manual/quick-actions
docs(user-manual): quick actions
2025-11-13 18:19:57 +01:00
Hamza
01aa7fbffb docs(user-manual): quick actions
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
2025-11-13 17:32:40 +01:00
Nextcloud bot
2fceaf84c3 chore(administration): Generate system config documentation from config.sample.php 2025-11-13 02:55:34 +00:00
Rxss
879655e0e9 fix: Invalid nested inline markup found in admin_manual/maintenance/manual_upgrade.rst
This PR fixes Invalid nested inline markup, reStructuredText does not support nested inline markup. added bold to only 'except' instead of around 'except ``data/`` and ``config/``'

☑️ Resolves
See https://github.com/nextcloud/documentation/issues/13809



Signed-off-by: Rxss <58978273+Rxss@users.noreply.github.com>
2025-11-12 17:34:28 +00:00
Joas Schilling
3a155fdf15 Merge pull request #13855 from nextcloud/feat/link-to-connections
Feat: add link to required remote servers in system requirements
2025-11-12 11:39:42 +01:00
Jana Peper
f4bd2a7db1 feat: add link to required remote servers in system requirements
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
2025-11-12 11:04:56 +01:00
Josh
76bac3e075 fix(PHP): Add missing sysvsem extension and clarify xml extension
Updated the PHP configuration documentation to:

- add missing recommended `sysvsem` extension (Fixes #13830)
- clarify the xml extension and its components.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-11-11 13:05:51 -05:00
Miłosz Kosobucki
b60a593f9e Add mp4 and webm to nginx config
Mp4 is used by the firstrun plugin. Without these being mentioned in
this section, the firstrun movie isn't shown and the first run modal
dialog apparently can't be closed.

Webm added for completeness as there are files like this in firstrun
assets.

Signed-off-by: Miłosz Kosobucki <milosz@kosobucki.pl>
2025-11-11 16:07:28 +01:00
github-actions[bot]
b9031d9a4b Merge pull request #13852 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2025-11-11 14:29:40 +00:00
transifex-integration[bot]
a16c710e52 Translate sync_android.pot in gl
100% translated source file: 'sync_android.pot'
on 'gl'.
2025-11-11 14:25:15 +00:00
Marcel Klehr
e30a3b5c64 Merge pull request #13823 from nextcloud/feat/dev-taskprocessing-internal-task-types
feat: More task processing docs for nc 33
2025-11-11 12:42:02 +01:00
Marcel Klehr
3316daaee4 Address review comment
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-11-11 10:49:39 +01:00
Anupam Kumar
64bbf50c62 Merge pull request #13848 from nextcloud/feat/ai/ccb-no-harp
chore(AI): document HaRP being not supported in context_chat
2025-11-10 20:00:48 +05:30
Anupam Kumar
866d873264 chore(AI): document HaRP being not supported in context_chat
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-11-10 18:01:34 +05:30
Anupam Kumar
cd99662259 Merge pull request #13846 from nextcloud/feat/ai/live-transcription-hpb
chore(AI): add HPB version info to live transcription docs
2025-11-10 17:05:56 +05:30
Anupam Kumar
f6a62c5340 chore(AI): add HPB version info to live transcription docs
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-11-10 15:47:01 +05:30
dependabot[bot]
502af8754d chore(deps): Bump codespell-project/actions-codespell from 2.1 to 2.2
Bumps [codespell-project/actions-codespell](https://github.com/codespell-project/actions-codespell) from 2.1 to 2.2.
- [Release notes](https://github.com/codespell-project/actions-codespell/releases)
- [Commits](406322ec52...8f01853be1)

---
updated-dependencies:
- dependency-name: codespell-project/actions-codespell
  dependency-version: '2.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 06:07:31 +00:00
Anupam Kumar
aa36c3c33c Merge pull request #13841 from nextcloud/fix/typo-in-live-transcription
fix(AI): fix typo in live transcription admin docs
2025-11-07 23:25:34 +05:30
Marcel Müller
9cf971fcf6 Merge pull request #13842 from nextcloud/feat/noid/document-user-agent
feat: Document user agent change
2025-11-07 16:33:15 +01:00
Marcel Müller
1bb86eca1f feat: Document user agent change
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2025-11-07 16:27:53 +01:00
Anupam Kumar
7b872afc39 fix(AI): fix typo in live transcription admin docs
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-11-07 16:09:42 +05:30
github-actions[bot]
9f7e854041 Merge pull request #13839 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2025-11-06 13:01:39 +00:00
transifex-integration[bot]
04397aeca4 Translate sync_ios.pot in fr
100% translated source file: 'sync_ios.pot'
on 'fr'.
2025-11-06 12:57:16 +00:00
Hamza
720ced8998 Merge pull request #13825 from nextcloud/fix/point-to-faq
fix(landing-page): fix faq nav link
2025-11-05 17:00:36 +01:00
yemkareems
e10bc6fb1f Merge pull request #13795 from nextcloud/fix/72738/add-note-about-job-run
fix: add note about change in behaviour of the job
2025-11-05 13:48:26 +05:30
yemkareems
d6bd7038a3 fix: title underlying too short build error fix 2025-11-05 13:44:00 +05:30
yemkareems
bf204aeaec fix: change in text as required for file creation and background job 2025-11-05 13:32:04 +05:30
Nextcloud bot
cf515ca175 chore(administration): Generate system config documentation from config.sample.php 2025-11-05 02:52:24 +00:00
Benjamin Gaussorgues
27ff71c1c8 Merge pull request #13832 from nextcloud/feat/snowflake_serverid 2025-11-04 16:38:02 +01:00
Benjamin Gaussorgues
c726c32fc2 Merge pull request #13824 from nextcloud/chore/rename-snowflakeid-decode 2025-11-04 16:37:51 +01:00