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
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
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
Grigory Vodyanov
708a27011c
Add documentation for the free-busy modal in calendar
...
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com >
2024-04-22 16:05:31 +02:00
Daphne Muller
2d10a743e9
Merge pull request #11755 from nextcloud/fix/ai-5min
...
fix(admin_manual/ai): Add notes about 5min limitation
2024-04-22 13:03:26 +02:00
Marcel Klehr
e5522e4906
fix(admin_manual/ai): Add notes about 5min limitation
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-04-22 12:26:16 +02:00
dependabot[bot]
cfc065e2f7
chore(deps): Bump shivammathur/setup-php from 2.30.2 to 2.30.3
...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php ) from 2.30.2 to 2.30.3.
- [Release notes](https://github.com/shivammathur/setup-php/releases )
- [Commits](8872c784b0...efffd0e4f2 )
---
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-22 06:45:30 +00:00
dependabot[bot]
317b9bab88
chore(deps): Bump actions/upload-artifact from 4.3.1 to 4.3.2
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2 )
---
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-22 06:45:27 +00:00
dependabot[bot]
c5cd5c99cf
chore(deps): Bump actions/checkout from 4.1.2 to 4.1.3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](9bb56186c3...1d96c772d1 )
---
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-22 06:45:23 +00:00
dependabot[bot]
1ff050467e
chore(deps): Bump reportlab from 4.1.0 to 4.2.0
...
Bumps [reportlab](https://www.reportlab.com/ ) from 4.1.0 to 4.2.0.
---
updated-dependencies:
- dependency-name: reportlab
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-22 06:36:15 +00:00
Varun Patil
334f6e5620
Merge pull request #11706 from nextcloud/pulsejet/imaginary
...
docs(tuning): add warning for Imaginary+HEIC
2024-04-21 13:10:50 -07:00
Daphne Muller
b267c056e9
Merge pull request #11746 from nextcloud/DaphneMuller-patch-1
...
Update app_assistant.rst
2024-04-17 16:48:16 +02:00
Joas Schilling
5bdea5dc5a
fix(developers): Document updated activity exceptions
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-04-17 15:56:57 +02:00
Daphne Muller
5080007430
Update app_assistant.rst
...
added link to user documentation
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com >
2024-04-17 14:50:12 +02:00
Arthur Schiwon
506911d000
Merge pull request #11741 from nextcloud/feat/update-ldap-documentation
...
feat(ldap): Update screenshots and add new option documentation
2024-04-16 09:58:39 +02:00
Côme Chilliet
2ef266bac6
feat(ldap): Update screenshots and add new option documentation
...
Documented "Disable users missing from LDAP"
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-04-15 18:00:02 +02:00
Joas Schilling
dc221845a0
Merge pull request #11738 from nextcloud/bugfix/noid/add-desktop-3.13
...
fix(index): Add upcoming Desktop 3.13
2024-04-15 12:55:06 +02:00
Joas Schilling
0e30553e3b
fix(index): Add Nextcloud 29
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-04-15 11:42:10 +02:00
Joas Schilling
cc3b3a4a82
fix(index): Add upcoming Desktop 3.13
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-04-15 11:20:07 +02:00
Marcel Klehr
f2ccd9adf5
Merge pull request #11731 from nextcloud/enh/admin/ai-recognize
...
enh(admin_manual): Add docs for recognize
2024-04-15 11:14:54 +02:00
Marcel Klehr
fd0c87cd2d
fix(admin_manual): Fix docs for recognize
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-04-15 10:33:31 +02:00
Joas Schilling
0b0191f89b
Merge pull request #11729 from nextcloud/developers/44770/notification-exceptions
...
fix(developers): Document new notification exceptions
2024-04-15 09:44:09 +02:00
dependabot[bot]
e8b1b450c0
chore(deps): Bump idna from 3.6 to 3.7
...
Bumps [idna](https://github.com/kjd/idna ) from 3.6 to 3.7.
- [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.6...v3.7 )
---
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-15 06:59:04 +00:00
dependabot[bot]
9738ec17fd
chore(deps): Bump pascalgn/automerge-action from 0.16.2 to 0.16.3
...
Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action ) from 0.16.2 to 0.16.3.
- [Release notes](https://github.com/pascalgn/automerge-action/releases )
- [Commits](https://github.com/pascalgn/automerge-action/compare/v0.16.2...v0.16.3 )
---
updated-dependencies:
- dependency-name: pascalgn/automerge-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-15 06:46:31 +00:00
Marcel Klehr
c9f7f272f0
fix(admin_manual): Fix docs for recognize
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-04-14 11:16:14 +02:00
Marcel Klehr
b7524e3eba
fix(admin_manual): Fix docs for recognize
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-04-14 10:08:26 +02:00
Marcel Klehr
03f78e1102
Apply suggestions from code review
...
Co-authored-by: Julien Veyssier <julien-nc@posteo.net >
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-04-12 11:36:10 +02:00
Marcel Klehr
bfc0de9332
enh(admin_manual): Add docs for recognize
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-04-12 10:51:33 +02:00
Joas Schilling
64b3a504d2
fix(developers): Document new notification exceptions
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-04-12 09:29:05 +02:00