Commit Graph

18309 Commits

Author SHA1 Message Date
Fearkin
19eea7c63b Updated access_webdav.rst
Fixes misplaced comma and broken link

Signed-off-by: Fearkin <fearjin1@gmail.com>
2024-09-25 11:18:17 +05:00
Marcel Klehr
877484cb25 Merge pull request #12153 from nextcloud/feat/admin/windmill
Add admin docs for the windmill integration
2024-09-24 15:44:06 +02:00
Arthur Schiwon
975247c3c5 Merge pull request #12223 from nextcloud/jtr/admin-ldap-loglevel
docs(ldap): Add logging suggestion to Troubleshooting section
2024-09-23 10:17:55 +02:00
Josh
fe886df59e docs(ldap): Add logging suggestion to Troubleshooting section
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-09-21 16:26:06 -04:00
Nextcloud bot
99afc31781 generate documentation from config.sample.php 2024-09-21 02:55:35 +00:00
Côme Chilliet
3d35893e50 Merge pull request #12219 from nextcloud/chore/dev-logger
developer: Add information about `ILogger`
2024-09-19 14:52:33 +02:00
Ferdinand Thiessen
a7f76a02e6 chore(developer): Add docs about ILogger removal
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-19 14:25:32 +02:00
Ferdinand Thiessen
3e7ea30d74 fix(developer): Add note about PSR logger version and DI
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-19 14:22:27 +02:00
Ferdinand Thiessen
e90f78c06f Merge pull request #12100 from michnovka/patch-1
Update nginx-root.conf.sample
2024-09-19 13:19:19 +02:00
Ferdinand Thiessen
cbc97f3077 Merge pull request #12213 from pmffromspace/patch-1
Update reverse_proxy_configuration.rst, fixing traefik-v2 example
2024-09-19 12:38:27 +02:00
F. E Noel Nfebe
ef34fff508 Merge pull request #12051 from nextcloud/share-api-change
chore: Add notes for `noExpirationDate` flag addition to share API
2024-09-19 10:25:26 +01:00
Côme Chilliet
3f0eb6ca59 Merge pull request #12217 from nextcloud/chore/dev-remove-oc_app-getForms
chore(developer): Document removal of `OC_App::getForms`
2024-09-19 09:11:58 +02:00
fenn-cs
4a35468b8b chore: Add notes for noExpirationDate flag addition to share API
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-09-19 00:30:31 +02:00
Ferdinand Thiessen
4828f309b4 Merge pull request #12064 from nextcloud/zak39-patch-1
Add the new keyword
2024-09-19 00:28:14 +02:00
michnovka
ae4d7ba285 Update nginx-root.conf.sample
Add version so its easy to check when updates are needed

Signed-off-by: michnovka <michnovka@gmail.com>
2024-09-19 00:27:33 +02:00
Ferdinand Thiessen
d5bfc1cdca Merge pull request #12207 from nextcloud/dependabot/pip/master/zipp-3.20.2
chore(deps): Bump zipp from 3.20.1 to 3.20.2
2024-09-19 00:25:43 +02:00
Ferdinand Thiessen
6f5a0193c1 Merge pull request #12208 from nextcloud/dependabot/pip/master/importlib-metadata-8.5.0
chore(deps): Bump importlib-metadata from 8.4.0 to 8.5.0
2024-09-19 00:21:46 +02:00
dependabot[bot]
2c26447362 chore(deps): Bump zipp from 3.20.1 to 3.20.2
Bumps [zipp](https://github.com/jaraco/zipp) from 3.20.1 to 3.20.2.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](https://github.com/jaraco/zipp/compare/v3.20.1...v3.20.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 22:21:16 +00:00
Ferdinand Thiessen
e102129905 Merge pull request #12205 from nextcloud/dependabot/pip/master/idna-3.10
chore(deps): Bump idna from 3.8 to 3.10
2024-09-19 00:21:12 +02:00
Ferdinand Thiessen
45a35f9856 Merge pull request #12206 from nextcloud/dependabot/pip/master/urllib3-2.2.3
chore(deps): Bump urllib3 from 2.2.2 to 2.2.3
2024-09-19 00:20:19 +02:00
Ferdinand Thiessen
a967f40256 chore(developer): Document removal of OC_App::getForms
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-19 00:14:39 +02:00
Kate
7429071955 Merge pull request #12214 from nextcloud/feat/dev/istorage-getowner 2024-09-18 19:03:30 +02:00
Côme Chilliet
98f67f0d00 Merge pull request #12216 from nextcloud/feat/document-setup-checks
feat(developer): Add documentation for `SetupChecks`
2024-09-18 18:46:00 +02:00
Ferdinand Thiessen
4a04c07f94 feat(developer): Add documentation for SetupChecks
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-18 18:07:00 +02:00
Joas Schilling
ec464a76b8 Merge pull request #12215 from nextcloud/bugfix/noid/document-deprecation
docs(developer): Document since and deprecation periods
2024-09-18 14:33:07 +02:00
Joas Schilling
427a9267ac docs(developer): Document since and deprecation periods
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-18 13:43:32 +02:00
provokateurin
2df637d0bb feat(dev): Clarify IStorage::getOwner() return type
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-18 12:36:17 +02:00
pmffromspace
fca397c43f Update reverse_proxy_configuration.rst
For me the original documentation examples did not work because of false formatting.

Signed-off-by: pmffromspace <108571752+pmffromspace@users.noreply.github.com>
2024-09-18 10:02:59 +02:00
Côme Chilliet
1ef059a27e Merge pull request #12212 from nextcloud/enh/improve-occ-documentation
Improve occ documentation
2024-09-17 19:23:55 +02:00
Côme Chilliet
5485faa0c8 feat: Document user:list and --disabled option
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-17 16:40:22 +02:00
Côme Chilliet
a182d3cc30 enh: Move occ configuration to top level
It’s not specific to server configuration and should be easy to find in
 the admin manual.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-17 16:36:43 +02:00
Côme Chilliet
0200647d12 enh: Add subtitles for occ user commands
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-17 16:24:23 +02:00
Josh
79f91a2d9e Merge pull request #12209 from nextcloud/joshtrichards-patch-1
fix: add minimum sqlite version to system requirements
2024-09-16 17:04:54 -04:00
Josh
cb09ad5cf6 fix: add minimum sqlite version to system requirements
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-09-16 16:57:14 -04:00
dependabot[bot]
0d3127ae61 chore(deps): Bump importlib-metadata from 8.4.0 to 8.5.0
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.4.0 to 8.5.0.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](https://github.com/python/importlib_metadata/compare/v8.4.0...v8.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 07:01:56 +00:00
dependabot[bot]
433683492b chore(deps): Bump urllib3 from 2.2.2 to 2.2.3
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.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.2.2...2.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 07:01:46 +00:00
dependabot[bot]
1f97ed1d87 chore(deps): Bump idna from 3.8 to 3.10
Bumps [idna](https://github.com/kjd/idna) from 3.8 to 3.10.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.8...v3.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 07:01:44 +00:00
Ferdinand Thiessen
9e09785b3c Merge pull request #12133 from nextcloud/sftp-custom-port
docs: Update SFTP External Storage custom port instructions
2024-09-14 22:52:31 +02:00
Louis
184e1c619e Merge pull request #12201 from nextcloud/artonge/feat/improve_dependency_hell_doc
fix: Dependency hell documentation
2024-09-14 20:57:23 +02:00
Louis Chemineau
c846bea1ff fix: Dependency hell documentation
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-14 20:53:54 +02:00
Côme Chilliet
37e529e82a Merge pull request #12090 from nextcloud/feat/document-occ-reserved-options
feat: Document new API for occ reserved options
2024-09-14 13:32:14 +02:00
Côme Chilliet
e229a0c799 Merge branch 'master' into feat/document-occ-reserved-options
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2024-09-14 13:28:33 +02:00
Nextcloud bot
b295229f2c generate documentation from config.sample.php 2024-09-13 02:59:26 +00:00
Marcel Klehr
f9798b19b2 Admin docs: More additions for windmill and webhooks
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-12 10:16:33 +02:00
Pytal
1b474b22c0 Merge pull request #12197 from nextcloud/fix/trashbin-retention
fix(admin): Add note on trashbin cleanup when quota is exceeded
2024-09-12 01:15:05 -07:00
Ferdinand Thiessen
4ed5505ddf Merge pull request #12195 from istvan-berenyi/feature/nginx_conf
Feature/nginx conf
2024-09-11 22:30:17 +02:00
Christopher Ng
c16ef0dbdd fix(admin): Add note on trashbin cleanup when quota is exceeded
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-09-11 11:53:24 -07:00
Istvan Berenyi
555cf09ef9 Merge branch 'master' into feature/nginx_conf 2024-09-11 18:20:21 +01:00
Istvan Berenyi
dc56b80a4d Update nginx-subdir.conf.sample
Signed-off-by: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com>
2024-09-11 17:39:35 +01:00
Istvan Berenyi
413b332b80 Update admin_manual/installation/nginx-root.conf.sample
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com>
2024-09-11 17:38:04 +01:00