]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 months agofix(caldav): lower scheduling table size warning 45974/head
Anna Larch [Wed, 19 Jun 2024 13:04:53 +0000 (15:04 +0200)]
fix(caldav): lower scheduling table size warning

Signed-off-by: Anna Larch <anna@nextcloud.com>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 17 Jul 2024 00:19:35 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #46342 from nextcloud/fix-getimagesize
John Molakvoæ [Tue, 16 Jul 2024 19:47:35 +0000 (21:47 +0200)]
Merge pull request #46342 from nextcloud/fix-getimagesize

3 months agoMerge pull request #46477 from nextcloud/support-direct-appapi-requests
Alexander Piskun [Tue, 16 Jul 2024 18:15:00 +0000 (21:15 +0300)]
Merge pull request #46477 from nextcloud/support-direct-appapi-requests

feat: webhooks_listeners app: send direct requests to ExApps using AppAPI

3 months agoMerge pull request #46557 from nextcloud/enh/declarative-settings-design
Ferdinand Thiessen [Tue, 16 Jul 2024 18:09:01 +0000 (20:09 +0200)]
Merge pull request #46557 from nextcloud/enh/declarative-settings-design

refactor: Improve design of declarative settings

3 months agoMerge branch 'master' into support-direct-appapi-requests 46477/head
Alexander Piskun [Tue, 16 Jul 2024 17:42:51 +0000 (20:42 +0300)]
Merge branch 'master' into support-direct-appapi-requests

3 months agofeat: webhooks_listeners app support for sending direct requests to ExApps using...
Alexander Piskun [Fri, 12 Jul 2024 20:29:55 +0000 (23:29 +0300)]
feat: webhooks_listeners app support for sending direct requests to ExApps using AppAPI.

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
3 months agoMerge pull request #46538 from nextcloud/fix/use-filename-validator
Ferdinand Thiessen [Tue, 16 Jul 2024 15:42:40 +0000 (17:42 +0200)]
Merge pull request #46538 from nextcloud/fix/use-filename-validator

refactor: Migrate filename validation from `Storage` and `Util` to `FilenameValidator`

3 months agoMerge pull request #46547 from nextcloud/query-builder-connection
Robin Appelman [Tue, 16 Jul 2024 15:38:28 +0000 (17:38 +0200)]
Merge pull request #46547 from nextcloud/query-builder-connection

feat: allow running QueryBuilder queries on different connections

3 months agoMerge pull request #46450 from nextcloud/artonge/fix/prevent_generating_metadata_on_e...
Louis [Tue, 16 Jul 2024 15:10:00 +0000 (17:10 +0200)]
Merge pull request #46450 from nextcloud/artonge/fix/prevent_generating_metadata_on_every_upgrade

fix(files_metadata): Don't run generation job on every upgrade

3 months agochore(assets): Recompile assets 46557/head
nextcloud-command [Tue, 16 Jul 2024 14:19:11 +0000 (14:19 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agoMerge pull request #46551 from nextcloud/fix/shareapi-l10n
John Molakvoæ [Tue, 16 Jul 2024 13:48:42 +0000 (15:48 +0200)]
Merge pull request #46551 from nextcloud/fix/shareapi-l10n

3 months agorefactor: Improve design of declarative settings
Ferdinand Thiessen [Tue, 16 Jul 2024 10:24:37 +0000 (12:24 +0200)]
refactor: Improve design of declarative settings

* 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>
3 months agoMerge pull request #46559 from nextcloud/ci/noid/fix-compile-command
Joas Schilling [Tue, 16 Jul 2024 13:27:08 +0000 (15:27 +0200)]
Merge pull request #46559 from nextcloud/ci/noid/fix-compile-command

fix(CI): Fix compile command

3 months agofix(files_metadata): Don't run generation job on every upgrade 46450/head
Louis Chemineau [Thu, 11 Jul 2024 12:55:30 +0000 (14:55 +0200)]
fix(files_metadata): Don't run generation job on every upgrade

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agofix(CI): Fix compile command 46559/head
Joas Schilling [Tue, 16 Jul 2024 11:35:54 +0000 (13:35 +0200)]
fix(CI): Fix compile command

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 months agoMerge pull request #46556 from nextcloud/fix/sidebar-types
Ferdinand Thiessen [Tue, 16 Jul 2024 11:27:51 +0000 (13:27 +0200)]
Merge pull request #46556 from nextcloud/fix/sidebar-types

fix(files): Typo in import of `ShareType`

3 months agofix(dav): Verify target path in `setName` instead of source path 46538/head
Ferdinand Thiessen [Mon, 15 Jul 2024 15:32:11 +0000 (17:32 +0200)]
fix(dav): Verify target path in `setName` instead of source path

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agorefactor: Remove deprecated `Util` function for filename validation to `FilenameValid...
Ferdinand Thiessen [Mon, 15 Jul 2024 14:29:44 +0000 (16:29 +0200)]
refactor: Remove deprecated `Util` function for filename validation to `FilenameValidator`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agorefactor: Migrate filename validation logic from `Storage` to `FilenameValidator`
Ferdinand Thiessen [Mon, 15 Jul 2024 14:28:43 +0000 (16:28 +0200)]
refactor: Migrate filename validation logic from `Storage` to `FilenameValidator`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agochore: Compile assets 46556/head
Ferdinand Thiessen [Tue, 16 Jul 2024 10:23:49 +0000 (12:23 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agofix(files): Typo in import of `ShareType`
Ferdinand Thiessen [Tue, 16 Jul 2024 10:03:00 +0000 (12:03 +0200)]
fix(files): Typo in import of `ShareType`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agoMerge pull request #46535 from nextcloud/fix/noid/use-ubuntu-latest-for-s3
Ferdinand Thiessen [Tue, 16 Jul 2024 10:16:17 +0000 (12:16 +0200)]
Merge pull request #46535 from nextcloud/fix/noid/use-ubuntu-latest-for-s3

fix(ci): Use ubuntu-latest for object storage test

3 months agoMerge pull request #46543 from nextcloud/fix/htaccess
Ferdinand Thiessen [Tue, 16 Jul 2024 09:52:12 +0000 (11:52 +0200)]
Merge pull request #46543 from nextcloud/fix/htaccess

fix(htaccess): Serve images as static assets

3 months agoMerge pull request #46545 from nextcloud/fix/bring-back-forbidden-names
Ferdinand Thiessen [Tue, 16 Jul 2024 09:06:14 +0000 (11:06 +0200)]
Merge pull request #46545 from nextcloud/fix/bring-back-forbidden-names

feat: Add `forbidden_filename_basenames` config option

3 months agoMerge pull request #46354 from nextcloud/fix/45548-bug-duplicate-filefolder-names...
grnd-alt [Tue, 16 Jul 2024 08:14:02 +0000 (10:14 +0200)]
Merge pull request #46354 from nextcloud/fix/45548-bug-duplicate-filefolder-names-delete-file-when-moving

stop file actions when conflict dialog skipped

3 months agofix: stop file actions when conflict dialog skipped 46354/head
grnd-alt [Mon, 8 Jul 2024 09:15:54 +0000 (11:15 +0200)]
fix: stop file actions when conflict dialog skipped

Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
3 months agofix(files_sharing): remove undesirable translations from ShareAPIController 46551/head
skjnldsv [Tue, 16 Jul 2024 06:33:53 +0000 (08:33 +0200)]
fix(files_sharing): remove undesirable translations from ShareAPIController

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agofix(previews): Stop returning true when getimagesize() fails 46342/head
Josh Richards [Sat, 6 Jul 2024 22:01:25 +0000 (18:01 -0400)]
fix(previews): Stop returning true when getimagesize() fails

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 16 Jul 2024 00:19:55 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agofeat: allow running QueryBuilder queries on different connections 46547/head
Robin Appelman [Thu, 4 Jul 2024 15:18:22 +0000 (17:18 +0200)]
feat: allow running QueryBuilder queries on different connections

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 months agofeat: Add `forbidden_filename_basenames` config option 46545/head
Ferdinand Thiessen [Mon, 15 Jul 2024 17:10:52 +0000 (19:10 +0200)]
feat: Add `forbidden_filename_basenames` config option

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>
3 months agoMerge pull request #46531 from nextcloud/bugfix/noid/save-CI-time-for-forks
Joas Schilling [Mon, 15 Jul 2024 16:32:54 +0000 (18:32 +0200)]
Merge pull request #46531 from nextcloud/bugfix/noid/save-CI-time-for-forks

fix(CI): Skip some CI work from forks as they don't work anyway

3 months agofix(htaccess): Serve images as static assets 46543/head
Ferdinand Thiessen [Mon, 15 Jul 2024 16:06:13 +0000 (18:06 +0200)]
fix(htaccess): Serve images as static assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agoMerge pull request #45848 from nextcloud/fix/comment-deleting-with-activities
Christoph Wurst [Mon, 15 Jul 2024 14:20:21 +0000 (16:20 +0200)]
Merge pull request #45848 from nextcloud/fix/comment-deleting-with-activities

Fix/comment deleting with activities installed

3 months agofix(ci): Use ubuntu-latest for object storage test 46535/head
Marcel Müller [Mon, 15 Jul 2024 13:58:22 +0000 (15:58 +0200)]
fix(ci): Use ubuntu-latest for object storage test

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
3 months agofix(comments): comment deleting with activities installed 45848/head
Grigory Vodyanov [Thu, 13 Jun 2024 09:39:18 +0000 (11:39 +0200)]
fix(comments): comment deleting with activities installed

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>
3 months agoMerge pull request #46397 from nextcloud/extended-query-builder-base
Robin Appelman [Mon, 15 Jul 2024 12:53:22 +0000 (14:53 +0200)]
Merge pull request #46397 from nextcloud/extended-query-builder-base

feat: add base class for extending the query builder

3 months agoMerge pull request #46396 from nextcloud/inspectable-composite-expression
Robin Appelman [Mon, 15 Jul 2024 12:53:07 +0000 (14:53 +0200)]
Merge pull request #46396 from nextcloud/inspectable-composite-expression

feat: allow inspecting the parts of the composite expression builder

3 months agofix(CI): Skip some CI work from forks as they don't work anyway 46531/head
Joas Schilling [Mon, 15 Jul 2024 11:25:20 +0000 (13:25 +0200)]
fix(CI): Skip some CI work from forks as they don't work anyway

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 months agoMerge pull request #46432 from nextcloud/fix/close-sidebar-on-navigation
Ferdinand Thiessen [Mon, 15 Jul 2024 10:53:03 +0000 (12:53 +0200)]
Merge pull request #46432 from nextcloud/fix/close-sidebar-on-navigation

fix(files): Close sidebar on navigation

3 months agoMerge pull request #45509 from JulienFS/fix/openapi/response-namespace
Joas Schilling [Mon, 15 Jul 2024 10:51:02 +0000 (12:51 +0200)]
Merge pull request #45509 from JulienFS/fix/openapi/response-namespace

Use OC namespace for core ReponseDefinitions instead of OCA

3 months agofix(core): use OC namespace for core ReponseDefinitions instead of OCA 45509/head
Julien CHATY-CAPELLE [Sun, 26 May 2024 10:51:24 +0000 (12:51 +0200)]
fix(core): use OC namespace for core ReponseDefinitions instead of OCA

Signed-off-by: Julien CHATY-CAPELLE <julien@chaty-capelle.fr>
3 months agochore: Compile assets 46432/head
Ferdinand Thiessen [Wed, 10 Jul 2024 23:44:37 +0000 (01:44 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agofix(files): Close the sidebar on navigation
Ferdinand Thiessen [Wed, 10 Jul 2024 23:44:00 +0000 (01:44 +0200)]
fix(files): Close the sidebar on navigation

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agoMerge pull request #46504 from nextcloud/fix/dark-theme-enforce
John Molakvoæ [Mon, 15 Jul 2024 08:09:54 +0000 (10:09 +0200)]
Merge pull request #46504 from nextcloud/fix/dark-theme-enforce

3 months agoMerge pull request #46475 from nextcloud/redisReqVer4
Git'Fellow [Mon, 15 Jul 2024 07:54:42 +0000 (09:54 +0200)]
Merge pull request #46475 from nextcloud/redisReqVer4

fix(redis): Require version >=4 for unlink

3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 15 Jul 2024 00:19:55 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #46487 from nextcloud/dependabot/npm_and_yarn/puppeteer-22.13.0
dependabot[bot] [Sun, 14 Jul 2024 09:24:43 +0000 (09:24 +0000)]
Merge pull request #46487 from nextcloud/dependabot/npm_and_yarn/puppeteer-22.13.0

3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 14 Jul 2024 00:19:31 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #46489 from nextcloud/dependabot/npm_and_yarn/webpack-5.93.0
dependabot[bot] [Sat, 13 Jul 2024 15:49:09 +0000 (15:49 +0000)]
Merge pull request #46489 from nextcloud/dependabot/npm_and_yarn/webpack-5.93.0

3 months agobuild(deps-dev): bump webpack from 5.91.0 to 5.93.0 46489/head
dependabot[bot] [Sat, 13 Jul 2024 14:39:47 +0000 (14:39 +0000)]
build(deps-dev): bump webpack from 5.91.0 to 5.93.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.93.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.93.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agoMerge pull request #46486 from nextcloud/dependabot/npm_and_yarn/typescript-5.5.3
dependabot[bot] [Sat, 13 Jul 2024 15:24:46 +0000 (15:24 +0000)]
Merge pull request #46486 from nextcloud/dependabot/npm_and_yarn/typescript-5.5.3

3 months agoMerge pull request #46493 from nextcloud/dependabot/npm_and_yarn/cypress-13.13.0
dependabot[bot] [Sat, 13 Jul 2024 14:52:41 +0000 (14:52 +0000)]
Merge pull request #46493 from nextcloud/dependabot/npm_and_yarn/cypress-13.13.0

3 months agoMerge pull request #46501 from nextcloud/dependabot/npm_and_yarn/workbox-webpack...
dependabot[bot] [Sat, 13 Jul 2024 14:38:31 +0000 (14:38 +0000)]
Merge pull request #46501 from nextcloud/dependabot/npm_and_yarn/workbox-webpack-plugin-7.1.0

3 months agobuild(deps-dev): bump workbox-webpack-plugin from 7.0.0 to 7.1.0 46501/head
dependabot[bot] [Sat, 13 Jul 2024 02:47:30 +0000 (02:47 +0000)]
build(deps-dev): bump workbox-webpack-plugin from 7.0.0 to 7.1.0

Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: workbox-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agofix(theming): enforce theme should still provide dark as fallback 46504/head
skjnldsv [Sat, 13 Jul 2024 08:07:45 +0000 (10:07 +0200)]
fix(theming): enforce theme should still provide dark as fallback

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agobuild(deps-dev): bump cypress from 13.7.2 to 13.13.0 46493/head
dependabot[bot] [Sat, 13 Jul 2024 02:39:26 +0000 (02:39 +0000)]
build(deps-dev): bump cypress from 13.7.2 to 13.13.0

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.2 to 13.13.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.7.2...v13.13.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agobuild(deps-dev): bump puppeteer from 22.11.2 to 22.13.0 46487/head
dependabot[bot] [Sat, 13 Jul 2024 01:41:12 +0000 (01:41 +0000)]
build(deps-dev): bump puppeteer from 22.11.2 to 22.13.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.11.2 to 22.13.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.11.2...puppeteer-v22.13.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agobuild(deps-dev): bump typescript from 5.4.5 to 5.5.3 46486/head
dependabot[bot] [Sat, 13 Jul 2024 01:40:47 +0000 (01:40 +0000)]
build(deps-dev): bump typescript from 5.4.5 to 5.5.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 13 Jul 2024 00:19:46 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #46007 from nextcloud/feat/files-request
John Molakvoæ [Fri, 12 Jul 2024 18:35:34 +0000 (20:35 +0200)]
Merge pull request #46007 from nextcloud/feat/files-request

3 months agofix(files_sharing): fix label usage of file request feature 46007/head
John Molakvoæ [Fri, 12 Jul 2024 13:58:07 +0000 (15:58 +0200)]
fix(files_sharing): fix label usage of file request feature

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
3 months agochore(files_sharing): lint & refactor fixes
skjnldsv [Fri, 12 Jul 2024 13:11:10 +0000 (15:11 +0200)]
chore(files_sharing): lint & refactor fixes

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agofix(files_sharing): adjust IAttributes API and files_versions
skjnldsv [Fri, 12 Jul 2024 08:41:41 +0000 (10:41 +0200)]
fix(files_sharing): adjust IAttributes API and files_versions

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agochore: compile assets
skjnldsv [Thu, 11 Jul 2024 08:49:38 +0000 (10:49 +0200)]
chore: compile assets

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agofix(files_sharing): phpunit & openapi fixes
skjnldsv [Tue, 9 Jul 2024 13:38:33 +0000 (15:38 +0200)]
fix(files_sharing): phpunit & openapi fixes

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agochore(files_sharing): cleanup NewFileRequestDialog vue
skjnldsv [Tue, 9 Jul 2024 10:09:42 +0000 (12:09 +0200)]
chore(files_sharing): cleanup NewFileRequestDialog vue

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agofix: ARateLimit documentation
skjnldsv [Tue, 9 Jul 2024 09:56:32 +0000 (11:56 +0200)]
fix: ARateLimit documentation

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agofix: psalm, cs, autoloader and lint
skjnldsv [Tue, 9 Jul 2024 09:09:01 +0000 (11:09 +0200)]
fix: psalm, cs, autoloader and lint

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agochore(files_sharing): refactor share password mail
skjnldsv [Tue, 9 Jul 2024 09:00:38 +0000 (11:00 +0200)]
chore(files_sharing): refactor share password mail

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agochore(files_sharing): refactor sharing config
skjnldsv [Tue, 9 Jul 2024 09:00:08 +0000 (11:00 +0200)]
chore(files_sharing): refactor sharing config

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agofix(files_sharing): adjust NewFileRequestDialog for emails invites
skjnldsv [Fri, 5 Jul 2024 13:18:28 +0000 (15:18 +0200)]
fix(files_sharing): adjust NewFileRequestDialog for emails invites

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agofeat(files_sharing): allow mixed values in share attributes and allow storing email...
skjnldsv [Fri, 5 Jul 2024 12:27:49 +0000 (14:27 +0200)]
feat(files_sharing): allow mixed values in share attributes and allow storing email arrays

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agochore(files_sharing): refactor mail handling
skjnldsv [Fri, 5 Jul 2024 12:02:53 +0000 (14:02 +0200)]
chore(files_sharing): refactor mail handling

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agofeat(files_sharing): implement IShareProviderWithNotification and refactor sendMailNo...
skjnldsv [Fri, 5 Jul 2024 07:47:40 +0000 (09:47 +0200)]
feat(files_sharing): implement IShareProviderWithNotification and refactor sendMailNotification

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agofeat(files_sharing): add `new file request` option
skjnldsv [Thu, 20 Jun 2024 12:02:53 +0000 (14:02 +0200)]
feat(files_sharing): add `new file request` option

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agochore(files_sharing): rename `File drop` to `File requests`
skjnldsv [Wed, 19 Jun 2024 07:36:34 +0000 (09:36 +0200)]
chore(files_sharing): rename `File drop` to `File requests`

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agofix(redis): Require version >=4 for unlink 46475/head
Git'Fellow [Fri, 12 Jul 2024 17:53:49 +0000 (19:53 +0200)]
fix(redis): Require version >=4 for unlink

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
3 months agofeat: add base class for extending the query builder 46397/head
Robin Appelman [Thu, 4 Jul 2024 17:20:46 +0000 (19:20 +0200)]
feat: add base class for extending the query builder

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 months agofeat: allow inspecting the parts of the composite expression builder 46396/head
Robin Appelman [Fri, 5 Jul 2024 13:03:50 +0000 (15:03 +0200)]
feat: allow inspecting the parts of the composite expression builder

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 months agoMerge pull request #46472 from nextcloud/bugfix/noid/require-compilation-check-when...
Joas Schilling [Fri, 12 Jul 2024 13:40:15 +0000 (15:40 +0200)]
Merge pull request #46472 from nextcloud/bugfix/noid/require-compilation-check-when-touching-version

fix(CI): Require compilation check when touching version.php

3 months agofix(CI): Require compilation check when touching version.php 46472/head
Joas Schilling [Fri, 12 Jul 2024 13:05:35 +0000 (15:05 +0200)]
fix(CI): Require compilation check when touching version.php

NPM is using version.php as app version and that seems to be part of the dist files now

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 months agoMerge pull request #46453 from nextcloud/feat/background-with-dark-variant
Ferdinand Thiessen [Fri, 12 Jul 2024 13:04:28 +0000 (15:04 +0200)]
Merge pull request #46453 from nextcloud/feat/background-with-dark-variant

feat(theming): Allow shipped backgrounds to have a dark variant

3 months agofeat(theming): Allow shipped backgrounds to have a dark variant 46453/head
Ferdinand Thiessen [Thu, 11 Jul 2024 13:36:36 +0000 (15:36 +0200)]
feat(theming): Allow shipped backgrounds to have a dark variant

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agoMerge pull request #46085 from nextcloud/automated/noid/master-update-psalm-baseline
github-actions[bot] [Fri, 12 Jul 2024 02:47:28 +0000 (02:47 +0000)]
Merge pull request #46085 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

3 months agochore(tests): Update psalm baseline 46085/head
nextcloud-command [Fri, 12 Jul 2024 02:25:57 +0000 (02:25 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 months agoMerge pull request #46458 from nextcloud/auto-approve-psalm-baseline-update
Ferdinand Thiessen [Fri, 12 Jul 2024 01:56:25 +0000 (03:56 +0200)]
Merge pull request #46458 from nextcloud/auto-approve-psalm-baseline-update

chore: auto approve the psalm baseline update

3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 12 Jul 2024 00:19:36 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #46445 from nextcloud/bug/docs/fix-phpdoc-for-find-app-in-directories
Andy Scherzinger [Thu, 11 Jul 2024 21:13:41 +0000 (23:13 +0200)]
Merge pull request #46445 from nextcloud/bug/docs/fix-phpdoc-for-find-app-in-directories

docs: correct return type for findAppInDirectories

3 months agodocs: correct return type for findAppInDirectories 46445/head
Daniel Kesselberg [Thu, 11 Jul 2024 10:05:14 +0000 (12:05 +0200)]
docs: correct return type for findAppInDirectories

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 months agochore: auto approve the psalm baseline update 46458/head
Daniel Kesselberg [Thu, 11 Jul 2024 20:40:04 +0000 (22:40 +0200)]
chore: auto approve the psalm baseline update

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 months agoMerge pull request #45716 from nextcloud/feat/recent-accounts-section
Pytal [Thu, 11 Jul 2024 19:00:41 +0000 (12:00 -0700)]
Merge pull request #45716 from nextcloud/feat/recent-accounts-section

feat: Add Recently active accounts section

3 months agochore: compile assets 45716/head
Christopher Ng [Thu, 11 Jul 2024 18:19:09 +0000 (11:19 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 months agochore(settings): Rename user groups
Christopher Ng [Thu, 11 Jul 2024 18:19:09 +0000 (11:19 -0700)]
chore(settings): Rename user groups
- "Active accounts" -> "All accounts"
- "Recent accounts" -> "Recently active"

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 months agochore(l10n): Translate group names
Christopher Ng [Thu, 11 Jul 2024 18:19:09 +0000 (11:19 -0700)]
chore(l10n): Translate group names

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 months agofeat: Add Recent accounts section
Christopher Ng [Thu, 11 Jul 2024 18:19:09 +0000 (11:19 -0700)]
feat: Add Recent accounts section

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 months agoMerge pull request #46373 from nextcloud/artonge/fix/rounded_corner_in_grid_view
Ferdinand Thiessen [Thu, 11 Jul 2024 15:56:08 +0000 (17:56 +0200)]
Merge pull request #46373 from nextcloud/artonge/fix/rounded_corner_in_grid_view

fix(files): Add rounded corners back in grid view

3 months agoMerge pull request #46448 from nextcloud/bugfix/noid/fix-missing-dashboard-widget...
Andy Scherzinger [Thu, 11 Jul 2024 15:27:55 +0000 (17:27 +0200)]
Merge pull request #46448 from nextcloud/bugfix/noid/fix-missing-dashboard-widget-icon

fix(dashboard): Unify widget icon colors and document it's behaviour

3 months agoMerge pull request #46414 from nextcloud/feat/provide-new-files-config
Ferdinand Thiessen [Thu, 11 Jul 2024 13:53:25 +0000 (15:53 +0200)]
Merge pull request #46414 from nextcloud/feat/provide-new-files-config

feat: Add new forbidden filename options to Capabilities