Commit Graph

17661 Commits

Author SHA1 Message Date
Syl
77a3aa27ec Add missing trailing slashes in Caddy redirects
Signed-off-by: Syl <gh@sperg.net>
2024-05-08 22:19:53 +01:00
Joas Schilling
b19238b55c Merge pull request #11795 from AT-SGAI-CSIC/master
Update caching_configuration.rst
2024-05-08 08:45:47 +02:00
AT-SGAI-CSIC
c3a5f060d2 Update caching_configuration.rst
Add some comma 

Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com>
2024-05-08 08:31:43 +02:00
AT-SGAI-CSIC
f2bb43a64e Update caching_configuration.rst
Missing comma in config redis cluster

Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com>
2024-05-07 13:19:43 +02:00
Joas Schilling
6c6d569f3c Merge pull request #11790 from nextcloud/nickvergessen-patch-2
fix(CI): Update block-merge-eol.yml
2024-05-06 21:49:49 +02:00
Joas Schilling
a2d42a834c fix(CI): Update block-merge-eol.yml
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2024-05-06 21:06:13 +02:00
Josh
cb9e71cd6c Merge pull request #11777 from mwegnr/patch-1
Add totp regex to fail2ban example on harden_server.rst
2024-05-06 15:02:13 -04:00
Josh
02922c5535 Merge pull request #11776 from nextcloud/tflidd-patch-1
Update conduct link in publishing.rst
2024-05-06 14:04:29 -04:00
Anna
5a60e3bc48 Merge pull request #11772 from nextcloud/feat/document-unshare-reshare
feat: document unsharing and resharing
2024-05-06 17:52:33 +02:00
MichaIng
24a5a1d43c Merge pull request #11766 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.30.4
chore(deps): Bump shivammathur/setup-php from 2.30.3 to 2.30.4
2024-05-06 16:47:12 +02:00
MichaIng
fdb47768ad Merge pull request #11764 from nextcloud/dependabot/github_actions/actions/checkout-4.1.4
chore(deps): Bump actions/checkout from 4.1.3 to 4.1.4
2024-05-06 16:46:43 +02:00
MichaIng
e4e8e56850 Merge pull request #11765 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.3.3
chore(deps): Bump actions/upload-artifact from 4.3.2 to 4.3.3
2024-05-06 16:46:21 +02:00
MichaIng
da4f798444 Merge pull request #11779 from nextcloud/dependabot/pip/master/babel-2.15.0
chore(deps): Bump babel from 2.14.0 to 2.15.0
2024-05-06 16:45:43 +02:00
MichaIng
4477732a69 Merge pull request #11780 from nextcloud/dependabot/pip/master/pygments-2.18.0
chore(deps): Bump pygments from 2.17.2 to 2.18.0
2024-05-06 16:44:43 +02:00
MichaIng
850babb353 Merge pull request #11781 from nextcloud/dependabot/pip/master/jinja2-3.1.4
chore(deps): Bump jinja2 from 3.1.3 to 3.1.4
2024-05-06 16:43:59 +02:00
Kate
9231c86d3e Merge pull request #11782 from nextcloud/fix/dev/psalm-imagick-extension 2024-05-06 13:34:49 +02:00
provokateurin
cdf26107a5 fix(dev): Add missing imagick extension to make psalm work
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-06 13:29:26 +02:00
dependabot[bot]
389f5a3f93 chore(deps): Bump jinja2 from 3.1.3 to 3.1.4
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 06:43:45 +00:00
dependabot[bot]
d50f2b0da8 chore(deps): Bump pygments from 2.17.2 to 2.18.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.17.2 to 2.18.0.
- [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.17.2...2.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 06:43:40 +00:00
dependabot[bot]
8081841e02 chore(deps): Bump babel from 2.14.0 to 2.15.0
Bumps [babel](https://github.com/python-babel/babel) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-babel/babel/compare/v2.14.0...v2.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 06:43:26 +00:00
Maik Wegener
edfeb7a40c Add totp regex to fail2ban example on harden_server.rst
Signed-off-by: Maik Wegener <76479431+mwegnr@users.noreply.github.com>
2024-05-04 00:48:28 +02:00
tflidd
6c433b3282 Update link in publishing.rst
Fixes https://github.com/nextcloud/documentation/issues/11774

Signed-off-by: tflidd <tflidd@aspekte.net>
2024-05-02 13:28:47 +02:00
Daniel
4efa656238 Merge pull request #11775 from nextcloud/fix/sysreq-low-memory
fix(Requirements): Memory constrained environments
2024-05-02 11:32:42 +02:00
Joas Schilling
88e2189ccd Update pr-feedback.yml 2024-05-02 06:04:20 +02:00
Josh
2d3dee7677 fix(Requirements): Memory constrained environments
* various apps/features/configurations require more than the minimum so let's make it clearer that only meeting the minimum does come with trade-offs
* the built-in Updater requires PHP memory_limit (and/or available RAM) equal to the current size of the downloaded Archive package (see nextcloud/updater#505). Otherwise it will always fail on step 5 (integrity check). Let's mention that so people aren't surprised. They can of course do a manual update still.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-01 11:27:29 -04:00
Anna Larch
aa0e4a0dc7 feat: document unsharing and resharing
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-04-30 16:48:18 +02:00
tflidd
feb0c75968 Merge pull request #11768 from nextcloud/tflidd-patch-1
Add option to db indices to occ_command.rst
2024-04-30 09:09:48 +02:00
tflidd
45c589c012 Add option to db indices to occ_command.rst
An option `--dry-run` for the adding db-indices seems to be available but not documented (2c059dd606/core/Command/Db/AddMissingIndices.php (L65C17-L65C24))

Signed-off-by: tflidd <tflidd@aspekte.net>
2024-04-29 09:47:29 +02:00
dependabot[bot]
2f9903c6ab chore(deps): Bump shivammathur/setup-php from 2.30.3 to 2.30.4
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.3 to 2.30.4.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](efffd0e4f2...c665c7a15b)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 06:52:53 +00:00
dependabot[bot]
e7823c05f4 chore(deps): Bump actions/upload-artifact from 4.3.2 to 4.3.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.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>
2024-04-29 06:52:49 +00:00
dependabot[bot]
1307b18208 chore(deps): Bump actions/checkout from 4.1.3 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1d96c772d1...0ad4b8fada)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 06:52:47 +00:00
Ferdinand Thiessen
d99f9d2403 Merge pull request #11757 from nextcloud/feat/trash-deleted-by
feat(developers): Document trash item deleted by method
2024-04-28 16:34:40 +02:00
Ferdinand Thiessen
d796674a28 Merge pull request #11763 from nextcloud/feat/workflow-auto-update-pr-feedback.yml
Updating pr-feedback.yml workflow from template
2024-04-28 16:34:21 +02:00
Ferdinand Thiessen
3a9375b3e0 Merge pull request #10408 from acataluddi/issue-1
Removed the duplicate extension "js" warning from the NGINX configuration
2024-04-28 16:33:45 +02:00
Adriano Cataluddi
04212e19ca Removed the duplicate extension "js" warning from the NGINX configuration. Fixed #1
Signed-off-by: Adriano Cataluddi <acataluddi@gmail.com>
2024-04-28 16:29:01 +02:00
Nextcloud bot
523e9e6f3c Updating pr-feedback.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-26 17:54:58 +00:00
github-actions[bot]
e0876a4536 Merge pull request #11762 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2024-04-26 15:41:05 +00:00
transifex-integration[bot]
a856baf3f5 Translate external_storage.pot in ca
100% translated source file: 'external_storage.pot'
on 'ca'.
2024-04-26 15:36:37 +00:00
Ferdinand Thiessen
bff57f796c Merge pull request #11733 from nextcloud/dependabot/github_actions/pascalgn/automerge-action-0.16.3
chore(deps): Bump pascalgn/automerge-action from 0.16.2 to 0.16.3
2024-04-26 13:41:06 +02:00
Ferdinand Thiessen
cc780f6039 Merge pull request #11734 from nextcloud/dependabot/pip/master/idna-3.7
chore(deps): Bump idna from 3.6 to 3.7
2024-04-26 13:40:38 +02:00
Ferdinand Thiessen
9362a631e7 Merge pull request #11751 from nextcloud/dependabot/pip/master/reportlab-4.2.0
chore(deps): Bump reportlab from 4.1.0 to 4.2.0
2024-04-26 13:40:24 +02:00
Ferdinand Thiessen
b651e3695a Merge pull request #11752 from nextcloud/dependabot/github_actions/actions/checkout-4.1.3
chore(deps): Bump actions/checkout from 4.1.2 to 4.1.3
2024-04-26 13:40:12 +02:00
Ferdinand Thiessen
d20139bf28 Merge pull request #11753 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.3.2
chore(deps): Bump actions/upload-artifact from 4.3.1 to 4.3.2
2024-04-26 13:40:00 +02:00
Ferdinand Thiessen
d39f7b7eec Merge pull request #11754 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.30.3
chore(deps): Bump shivammathur/setup-php from 2.30.2 to 2.30.3
2024-04-26 13:39:48 +02:00
Marcel Klehr
5c6f1dc19b Merge pull request #11758 from nextcloud/ai/context-chat-limitations
docs(admin_manual/ai): update context chat requirements and limitations
2024-04-24 15:50:32 +02:00
Anupam Kumar
c16ccaacbe docs(admin_manual/ai): update context chat requirements and limitations
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-04-24 17:32:00 +05:30
Joas Schilling
64f6dc0ec0 Merge pull request #11747 from nextcloud/techdebt/noid/improved-activity-exceptions
fix(developers): Document updated activity exceptions
2024-04-24 06:57:39 +02:00
Christopher Ng
bde6cd1b3d feat(developers): Document trash item deleted by method
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-04-23 16:13:06 -07:00
Nextcloud bot
da9ff8b013 generate documentation from config.sample.php 2024-04-23 02:53:22 +00:00
Grigory Vodyanov
bb93df7a41 Merge pull request #11689 from nextcloud/Feat/free-busy-modal
Add documentation for the free-busy modal in calendar
2024-04-22 16:15:25 +02:00