aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #46510 from nextcloud/feat/info-xml-backendsRichard Steinmetz2024-07-172-6/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | feat: hide caldav server settings if no app uses the caldav backend
| * | | | | | | feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-162-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | | Merge pull request #46509 from nextcloud/feat/settings/taskprocessingMarcel Klehr2024-07-173-7/+76
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | feat(settings/admin/ai): Add Task Processing API settings
| * | | | | | | feat(settings/admin/ai): increase min width of provider selectsJulien Veyssier2024-07-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | | | feat(settings/admin/ai): Add Task Processing API settingsMarcel Klehr2024-07-173-7/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | | Merge pull request #45974 from nextcloud/fix/caldav-scheduling-jobAnna2024-07-171-2/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fix(caldav): lower scheduling table size warning
| * | | | | | | fix(caldav): lower scheduling table size warningAnna Larch2024-07-171-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | | Merge pull request #46419 from nextcloud/bugfix/noid/limit-logo-size-for-outlookJoas Schilling2024-07-172-0/+25
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fix(mail): Fix big logos in mail templates for Outlook
| * | | | | | | fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-172-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1726-48/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #46477 from nextcloud/support-direct-appapi-requestsAlexander Piskun2024-07-162-3/+37
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | feat: webhooks_listeners app: send direct requests to ExApps using AppAPI
| * \ \ \ \ \ \ \ Merge branch 'master' into support-direct-appapi-requestsAlexander Piskun2024-07-16248-1719/+5661
| |\ \ \ \ \ \ \ \
| * | | | | | | | | feat: webhooks_listeners app support for sending direct requests to ExApps ↵Alexander Piskun2024-07-162-3/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using AppAPI. Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* | | | | | | | | | Merge pull request #46557 from nextcloud/enh/declarative-settings-designFerdinand Thiessen2024-07-161-9/+9
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | refactor: Improve design of declarative settings
| * | | | | | | | | refactor: Improve design of declarative settingsFerdinand Thiessen2024-07-161-9/+9
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the hint from DOM if empty (otherways they still take some place in layout) * Individual fields of the same section should not be spaced 60px, 20px (2x 10px) should be enough * We have the type `multi-checkbox` for real checkboxes where you can select on of multiple, and we have `checkbox` which is only used for enable / disable, so we shall use `switch` type of the checkbox component as we do for all other (non declarative) settings Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | Merge pull request #46538 from nextcloud/fix/use-filename-validatorFerdinand Thiessen2024-07-166-59/+44
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | refactor: Migrate filename validation from `Storage` and `Util` to `FilenameValidator`
| * | | | | | | | fix(dav): Verify target path in `setName` instead of source pathFerdinand Thiessen2024-07-162-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | | refactor: Remove deprecated `Util` function for filename validation to ↵Ferdinand Thiessen2024-07-163-49/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `FilenameValidator` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | | refactor: Migrate filename validation logic from `Storage` to ↵Ferdinand Thiessen2024-07-161-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `FilenameValidator` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | Merge pull request #46551 from nextcloud/fix/shareapi-l10nJohn Molakvoæ2024-07-161-2/+2
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | fix(files_sharing): remove undesirable translations from ShareAPIControllerskjnldsv2024-07-161-2/+2
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | | fix(files): Typo in import of `ShareType`Ferdinand Thiessen2024-07-161-3/+3
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Merge pull request #46545 from nextcloud/fix/bring-back-forbidden-namesFerdinand Thiessen2024-07-162-1/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | feat: Add `forbidden_filename_basenames` config option
| * | | | | | | feat: Add `forbidden_filename_basenames` config optionFerdinand Thiessen2024-07-152-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to configure forbidden filenames (the full filename like `.htaccess`) and also forbidden basenames like `com0` where `com0`, `com0.txt` and `com0.tar.gz` will match. We need this as only using basenames was too restrictive and will cause problems on some systems when updating. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | fix: stop file actions when conflict dialog skippedgrnd-alt2024-07-161-4/+1
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1676-118/+488
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #45848 from nextcloud/fix/comment-deleting-with-activitiesChristoph Wurst2024-07-155-3/+60
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix/comment deleting with activities installed
| * | | | | | fix(comments): comment deleting with activities installedGrigory Vodyanov2024-07-155-3/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigory Vodyanov <scratchx@gmx.com> Signed-off-by: Grigory V <scratchx@gmx.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | Merge pull request #46397 from nextcloud/extended-query-builder-baseRobin Appelman2024-07-151-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | feat: add base class for extending the query builder
| * | | | | | feat: add base class for extending the query builderRobin Appelman2024-07-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | fix(files): Close the sidebar on navigationFerdinand Thiessen2024-07-153-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Merge pull request #46504 from nextcloud/fix/dark-theme-enforceJohn Molakvoæ2024-07-152-2/+19
|\ \ \ \ \ \ \
| * | | | | | | fix(theming): enforce theme should still provide dark as fallbackskjnldsv2024-07-132-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1512-6/+522
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1426-48/+470
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-13120-654/+1394
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | fix(files_sharing): fix label usage of file request featureJohn Molakvoæ2024-07-124-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | | | | chore(files_sharing): lint & refactor fixesskjnldsv2024-07-127-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-127-27/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-1215-312/+774
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | chore(files_sharing): cleanup NewFileRequestDialog vueskjnldsv2024-07-125-23/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | fix: psalm, cs, autoloader and lintskjnldsv2024-07-124-32/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | chore(files_sharing): refactor share password mailskjnldsv2024-07-122-53/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | chore(files_sharing): refactor sharing configskjnldsv2024-07-1214-378/+463
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | fix(files_sharing): adjust NewFileRequestDialog for emails invitesskjnldsv2024-07-121-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | feat(files_sharing): allow mixed values in share attributes and allow ↵skjnldsv2024-07-128-25/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | storing email arrays Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | chore(files_sharing): refactor mail handlingskjnldsv2024-07-122-14/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | feat(files_sharing): implement IShareProviderWithNotification and refactor ↵skjnldsv2024-07-123-51/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sendMailNotification Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | feat(files_sharing): add `new file request` optionskjnldsv2024-07-1212-14/+1047
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | chore(files_sharing): rename `File drop` to `File requests`skjnldsv2024-07-123-4/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>