Commit Graph

17233 Commits

Author SHA1 Message Date
Joas Schilling
9a16d1e383
fix(admin): Update recommended OS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-05 09:02:50 +02:00
Nextcloud bot
2e6291c0d9
generate documentation from config.sample.php 2023-10-05 03:10:31 +00:00
Matthieu Gallien
f58940f8fe
Merge pull request #11152 from nextcloud/nickvergessen-patch-1
Update desktop client listing
2023-10-04 09:38:08 +02:00
github-actions[bot]
7d07ab455d
Merge pull request #11174 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2023-10-03 13:01:40 +00:00
transifex-integration[bot]
304198bb7f
Translate external_storage.pot in fr
100% translated source file: 'external_storage.pot'
on 'fr'.
2023-10-03 12:57:06 +00:00
dependabot[bot]
97be16fd29
chore(deps): Bump urllib3 from 2.0.4 to 2.0.6
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.6.
- [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.0.4...2.0.6)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 00:09:15 +00:00
github-actions[bot]
921e91430a
Merge pull request #11172 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2023-10-02 18:02:55 +00:00
transifex-integration[bot]
ac8e49509b
Translate contacts.pot in cs
100% translated source file: 'contacts.pot'
on 'cs'.
2023-10-02 17:58:27 +00:00
transifex-integration[bot]
2d5e3ed5d0
Translate talk_basics.pot in cs
100% translated source file: 'talk_basics.pot'
on 'cs'.
2023-10-02 17:55:17 +00:00
github-actions[bot]
7c1838430d
Merge pull request #11171 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2023-10-02 17:42:47 +00:00
transifex-integration[bot]
8919f28457
Translate access_webdav.pot in cs
100% translated source file: 'access_webdav.pot'
on 'cs'.
2023-10-02 17:38:22 +00:00
transifex-integration[bot]
e753e0e5e2
Translate mail.pot in cs
100% translated source file: 'mail.pot'
on 'cs'.
2023-10-02 17:37:35 +00:00
dependabot[bot]
015339d938
chore(deps): Bump packaging from 23.1 to 23.2
Bumps [packaging](https://github.com/pypa/packaging) from 23.1 to 23.2.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/23.1...23.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 06:50:45 +00:00
Christoph Wurst
5a7efa7cec
Merge pull request #11156 from nextcloud/chore/default-python
chore: Use default python installation for pipenv
2023-10-02 08:37:20 +02:00
dependabot[bot]
ede0252d53
chore(deps): Bump actions/checkout from 4.0.0 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](3df4ab11eb...8ade135a41)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 06:33:41 +00:00
Andrés Maldonado
e543bec9ba Remove legacy header X-Download-Options
The header has been removed from the nextcloud/server code: ea0e45d81e

Signed-off-by: Andrés Maldonado <maldonado@codelutin.com>
2023-10-01 23:50:48 +02:00
Private Maker
26ed13c0e4 renname ownCloud to Nextcloud, update .gitignore
Signed-off-by: Private Maker <privatemaker@posteo.net>
2023-09-30 17:10:27 +02:00
eBeagle
94fafcdd8c
Typo-Preview-Notes
Signed-off-by: eBeagle <34895526+eBeagle@users.noreply.github.com>
2023-09-29 17:46:14 +01:00
Anna
acf3b8128e
Merge pull request #11127 from nextcloud/doc/getDatabaseProvider 2023-09-29 14:47:25 +02:00
Anna Larch
f799986cda fix(doc): Wrap instance reporting for database schema in an API
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-09-29 14:43:29 +02:00
Daniel Kesselberg
c2dfba486a
doc: correct the namespace for quota-available and quota-used
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-09-29 12:48:44 +02:00
Marcel Klehr
d1af5a4759
Merge pull request #11157 from nextcloud/feat/devmanual/schedule-background-job
feat(devmanual): Schedule background jobs
2023-09-29 11:04:53 +02:00
Christoph Wurst
99e2e5682d
feat(devmanual): Schedule background jobs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-09-29 10:27:07 +02:00
Christoph Wurst
6825c5bfbb
chore: Use default python installation for pipenv
Arch (which I use, btw) comes with Python 3.11. This makes `pipenv
--python 3.9``fail because I don't have that version.

It seems easier to just let pipenv pick the available version.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-09-29 10:16:43 +02:00
Christoph Wurst
0c87b09253
Merge pull request #11153 from nextcloud/come-nc-patch-1
Document removal of Util::writeLog
2023-09-28 14:12:40 +02:00
github-actions[bot]
c391659d82
Merge pull request #11155 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2023-09-28 12:10:38 +00:00
transifex-integration[bot]
d5d9d2e687
Translate contents.pot in fi_FI
100% translated source file: 'contents.pot'
on 'fi_FI'.
2023-09-28 12:05:15 +00:00
Christoph Wurst
6a6435f2bd
Merge pull request #11154 from nextcloud/bugfix/articles
fix indefinite articles
2023-09-28 13:23:17 +02:00
dartcafe
982f1b93f5
fix indefinite articles
Signed-off-by: dartcafe <github@dartcafe.de>
2023-09-28 13:10:47 +02:00
Côme Chilliet
6359b53d93
Document removal of Util::writeLog
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-09-28 11:08:06 +02:00
Joas Schilling
c094187872
Update dsktop client listing
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-09-27 15:34:07 +02:00
Matthieu Gallien
9a7b9fb672
Merge pull request #11151 from nextcloud/publishDesktopFilesClientDocVersion3.10
3.10 desktop files client version is now the latest release
2023-09-27 15:29:45 +02:00
Matthieu Gallien
0188aac49e
3.10 desktop files client version is now the latest release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-09-27 15:25:45 +02:00
Richard Steinmetz
4d23609c87
Merge pull request #11149 from nextcloud/chore/update-sphinx-dependencies 2023-09-27 13:18:47 +02:00
github-actions[bot]
9ca44a4bd8
Merge pull request #11150 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2023-09-26 19:29:39 +00:00
transifex-integration[bot]
52b19f7307
Translate mail.pot in es
100% translated source file: 'mail.pot'
on 'es'.
2023-09-26 19:24:55 +00:00
Ferdinand Thiessen
2c03a310a4
Merge pull request #9326 from nextcloud/fix/calendar-provider-for-apps
Fix documentation of calendar providers by apps
2023-09-26 16:55:17 +02:00
Ferdinand Thiessen
0986629a47 chore: Update all sphinx dependencies
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-09-26 14:39:00 +02:00
dependabot[bot]
7a2a29222e
Merge pull request #11123 from nextcloud/dependabot/pip/master/pillow-10.0.1 2023-09-26 12:35:13 +00:00
dependabot[bot]
ff28165464
chore(deps): Bump pillow from 9.5.0 to 10.0.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.0.1.
- [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/9.5.0...10.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 12:10:43 +00:00
dependabot[bot]
484e881bae
Merge pull request #10955 from nextcloud/dependabot/pip/master/pygments-2.16.1 2023-09-26 12:10:14 +00:00
Ferdinand Thiessen
5709d8534b
Merge pull request #11012 from nextcloud/dependabot/pip/master/sphinx-toolbox-3.5.0
chore(deps): Bump sphinx-toolbox from 3.4.0 to 3.5.0
2023-09-26 14:09:39 +02:00
dependabot[bot]
3cf1efb231
chore(deps): Bump sphinx-toolbox from 3.4.0 to 3.5.0
Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 3.4.0 to 3.5.0.
- [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/v3.4.0...v3.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 12:04:18 +00:00
dependabot[bot]
d5fc3c6701
chore(deps): Bump pygments from 2.15.1 to 2.16.1
Bumps [pygments](https://github.com/pygments/pygments) from 2.15.1 to 2.16.1.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.15.1...2.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 11:59:33 +00:00
dependabot[bot]
e57f3aaf79
Merge pull request #11074 from nextcloud/dependabot/pip/master/sphinx-rtd-theme-1.3.0 2023-09-26 11:56:56 +00:00
dependabot[bot]
0d348ab57d
Merge pull request #11100 from nextcloud/dependabot/github_actions/actions/checkout-4 2023-09-26 11:56:49 +00:00
dependabot[bot]
e99a4b70b6
Merge pull request #11101 from nextcloud/dependabot/github_actions/actions/upload-artifact-3.1.3 2023-09-26 11:56:06 +00:00
dependabot[bot]
8df7fe6bc9 Bump sphinx-rtd-theme from 1.2.2 to 1.3.0
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.2 to 1.3.0.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.2.2...1.3.0)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 13:52:10 +02:00
dependabot[bot]
77029e89cc Bump actions/upload-artifact from 3.1.2 to 3.1.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3.1.2...v3.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 13:51:04 +02:00
Ferdinand Thiessen
d92ef54246
Update .github/workflows/command-rebase.yml
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-09-26 13:50:23 +02:00