]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
14 months agochore(assets): build assets 39909/head
Grigorii K. Shartsev [Wed, 16 Aug 2023 10:33:40 +0000 (12:33 +0200)]
chore(assets): build assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
14 months agofix(settings): fix "Set user manager" label in users settings
Grigorii K. Shartsev [Wed, 16 Aug 2023 13:45:00 +0000 (15:45 +0200)]
fix(settings): fix "Set user manager" label in users settings

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
14 months agofix(settings): fix set manager loading indicator in users settings
Grigorii K. Shartsev [Wed, 16 Aug 2023 13:44:15 +0000 (15:44 +0200)]
fix(settings): fix set manager loading indicator in users settings

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
14 months agofix(settings): do not disable select on loading in users settings
Grigorii K. Shartsev [Wed, 16 Aug 2023 10:27:42 +0000 (12:27 +0200)]
fix(settings): do not disable select on loading in users settings

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
14 months agoMerge pull request #39686 from nextcloud/fix/modern-mimetype
Ferdinand Thiessen [Wed, 16 Aug 2023 11:16:08 +0000 (13:16 +0200)]
Merge pull request #39686 from nextcloud/fix/modern-mimetype

fix(core): Modernize JS for mimetype handling

14 months agoMerge pull request #39525 from nextcloud/fix/set-owner-principal-for-SAB
Thomas Citharel [Wed, 16 Aug 2023 08:17:19 +0000 (10:17 +0200)]
Merge pull request #39525 from nextcloud/fix/set-owner-principal-for-SAB

fix(CardDAV): set owner-principal, displayname properties for SAB

14 months agofix(core): Modernize the mimetype handling 39686/head
Ferdinand Thiessen [Thu, 3 Aug 2023 03:13:44 +0000 (05:13 +0200)]
fix(core): Modernize the mimetype handling

No need for jQuery or lodash as standard ECMA is supported by all of our supported browsers

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
14 months agofix(CardDAV): set owner-principal, displayname properties for SAB 39525/head
Anna Larch [Fri, 21 Jul 2023 10:33:00 +0000 (12:33 +0200)]
fix(CardDAV): set owner-principal, displayname properties for SAB

Signed-off-by: Anna Larch <anna@nextcloud.com>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 16 Aug 2023 00:25:37 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoMerge pull request #39876 from nextcloud/fix/files-reminders
Pytal [Tue, 15 Aug 2023 15:40:46 +0000 (08:40 -0700)]
Merge pull request #39876 from nextcloud/fix/files-reminders

14 months agoMerge pull request #39885 from nextcloud/chore/noid/bumpHubNext
Andy Scherzinger [Tue, 15 Aug 2023 15:01:14 +0000 (17:01 +0200)]
Merge pull request #39885 from nextcloud/chore/noid/bumpHubNext

Bump Hub 5 -> Hub 6

14 months agoBUmp Hub 5 -> Hub 6 39885/head
Andy Scherzinger [Tue, 15 Aug 2023 15:00:05 +0000 (17:00 +0200)]
BUmp Hub 5 -> Hub 6

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
14 months agoMerge pull request #39866 from nextcloud/enh/fix-php-8.3-support-in-tests
Daniel [Tue, 15 Aug 2023 13:08:28 +0000 (15:08 +0200)]
Merge pull request #39866 from nextcloud/enh/fix-php-8.3-support-in-tests

14 months agofix(files_reminders): Delete reminders on node deleted 39876/head
Christopher Ng [Tue, 15 Aug 2023 01:09:24 +0000 (18:09 -0700)]
fix(files_reminders): Delete reminders on node deleted

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix(files_reminders): Always respect json output option
Christopher Ng [Tue, 15 Aug 2023 01:07:03 +0000 (18:07 -0700)]
fix(files_reminders): Always respect json output option

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix(files_reminders): Allow non-admin
Christopher Ng [Tue, 15 Aug 2023 01:05:14 +0000 (18:05 -0700)]
fix(files_reminders): Allow non-admin

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 15 Aug 2023 00:32:24 +0000 (00:32 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoMerge pull request #39786 from nextcloud/bugfix/version-expire-cleanup
Julius Härtl [Mon, 14 Aug 2023 20:49:43 +0000 (22:49 +0200)]
Merge pull request #39786 from nextcloud/bugfix/version-expire-cleanup

14 months agoMerge pull request #38714 from nextcloud/cache-imcomplete-id-first
Robin Appelman [Mon, 14 Aug 2023 18:49:45 +0000 (20:49 +0200)]
Merge pull request #38714 from nextcloud/cache-imcomplete-id-first

select the fileid first when looking for incomplete files

14 months agoMerge pull request #39868 from nextcloud/files-ext-builder-reuse
Robin Appelman [Mon, 14 Aug 2023 17:42:36 +0000 (19:42 +0200)]
Merge pull request #39868 from nextcloud/files-ext-builder-reuse

Remove query builder reuse in files_external

14 months agofix: Also cleanup version metadata if expiring 39786/head
Julius Härtl [Thu, 10 Aug 2023 07:26:12 +0000 (09:26 +0200)]
fix: Also cleanup version metadata if expiring

Signed-off-by: Julius Härtl <jus@bitgrid.net>
14 months agoFix various deprecation warnings in tests on PHP 8.3 39866/head
Côme Chilliet [Mon, 14 Aug 2023 15:03:56 +0000 (17:03 +0200)]
Fix various deprecation warnings in tests on PHP 8.3

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoselect the fileid first when looking for incomplete files 38714/head
Robin Appelman [Thu, 8 Jun 2023 15:14:18 +0000 (17:14 +0200)]
select the fileid first when looking for incomplete files

this seems to improve mariadbs index selection

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 months agouse fresh builders when deleting storages 39868/head
Robin Appelman [Mon, 14 Aug 2023 16:01:24 +0000 (18:01 +0200)]
use fresh builders when deleting storages

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 months agoDateRangeError in PHP>=8.3 is not a ValueError anymore
Côme Chilliet [Mon, 14 Aug 2023 13:06:52 +0000 (15:06 +0200)]
DateRangeError in PHP>=8.3 is not a ValueError anymore

Fixing 32bit CI on PHP>=8.3

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoFix setting static property in tests on PHP 8.3
Côme Chilliet [Thu, 10 Aug 2023 14:44:43 +0000 (16:44 +0200)]
Fix setting static property in tests on PHP 8.3

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoMerge pull request #39644 from nextcloud/fix/noid/copy-delete-fallback-for-files
Daniel [Mon, 14 Aug 2023 10:29:40 +0000 (12:29 +0200)]
Merge pull request #39644 from nextcloud/fix/noid/copy-delete-fallback-for-files

fix: copy-and-delete fallback should use unlink

14 months agoMerge pull request #39850 from nextcloud/nulCoalSimpl
Daniel [Mon, 14 Aug 2023 10:02:37 +0000 (12:02 +0200)]
Merge pull request #39850 from nextcloud/nulCoalSimpl

Code simplification using null coalescing

14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 14 Aug 2023 09:05:49 +0000 (09:05 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoMerge pull request #39568 from nextcloud/caldav-share-preload
Robin Appelman [Mon, 14 Aug 2023 08:27:35 +0000 (10:27 +0200)]
Merge pull request #39568 from nextcloud/caldav-share-preload

Calendar optimizations

14 months agoMerge pull request #39820 from nextcloud/l10n-files-reminders
Joas Schilling [Mon, 14 Aug 2023 08:15:43 +0000 (10:15 +0200)]
Merge pull request #39820 from nextcloud/l10n-files-reminders

Add l10n for files_reminders

14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 14 Aug 2023 00:25:59 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoMerge pull request #39218 from nextcloud/32127-migrate-parts-of-files-from-ilogger
F. E Noel Nfebe [Sun, 13 Aug 2023 15:47:12 +0000 (16:47 +0100)]
Merge pull request #39218 from nextcloud/32127-migrate-parts-of-files-from-ilogger

Migrate parts of files app away from depecrated Ilogger

14 months agoCode simplification using null coalescing 39850/head
Git'Fellow [Sun, 13 Aug 2023 14:26:24 +0000 (16:26 +0200)]
Code simplification using null coalescing

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
14 months agoMerge pull request #39846 from nextcloud/pgSQLCheckRemove
Daniel [Sun, 13 Aug 2023 12:49:59 +0000 (14:49 +0200)]
Merge pull request #39846 from nextcloud/pgSQLCheckRemove

Remove check for very old PGsql version

14 months agoMerge pull request #39848 from nextcloud/39804-wrap-org-name-login-form
Simon L [Sun, 13 Aug 2023 11:43:31 +0000 (13:43 +0200)]
Merge pull request #39848 from nextcloud/39804-wrap-org-name-login-form

Wrap long productName on login form

14 months agoWrap long productName on login form 39848/head
fenn-cs [Sun, 13 Aug 2023 10:18:46 +0000 (11:18 +0100)]
Wrap long productName on login form

Resolves : https://github.com/nextcloud/server/issues/39804

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agoMigrate parts of files app away from depecrated Ilogger 39218/head
fenn-cs [Fri, 7 Jul 2023 01:52:39 +0000 (02:52 +0100)]
Migrate parts of files app away from depecrated Ilogger

- Migrate some backgrounds jobs, `TransferOwnership` & `DeleteOrphanedItems`
- Migrate `DirectEditingController`

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 13 Aug 2023 00:24:58 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoFix lint 39846/head
Git'Fellow [Sat, 12 Aug 2023 22:21:54 +0000 (00:21 +0200)]
Fix lint

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
14 months agoRemove check for very old PGsql
Git'Fellow [Sat, 12 Aug 2023 22:15:18 +0000 (00:15 +0200)]
Remove check for very old PGsql

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
14 months agoMerge pull request #39836 from nextcloud/dependabot/npm_and_yarn/babel/node-7.22.10
dependabot[bot] [Sat, 12 Aug 2023 04:44:11 +0000 (04:44 +0000)]
Merge pull request #39836 from nextcloud/dependabot/npm_and_yarn/babel/node-7.22.10

14 months agoMerge pull request #39834 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypres...
dependabot[bot] [Sat, 12 Aug 2023 04:43:02 +0000 (04:43 +0000)]
Merge pull request #39834 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypress-2.14.0

14 months agochore(deps-dev): Bump @babel/node from 7.22.6 to 7.22.10 39836/head
dependabot[bot] [Sat, 12 Aug 2023 01:25:48 +0000 (01:25 +0000)]
chore(deps-dev): Bump @babel/node from 7.22.6 to 7.22.10

Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.22.6 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-node)

---
updated-dependencies:
- dependency-name: "@babel/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
14 months agochore(deps-dev): Bump eslint-plugin-cypress from 2.13.3 to 2.14.0 39834/head
dependabot[bot] [Sat, 12 Aug 2023 01:25:10 +0000 (01:25 +0000)]
chore(deps-dev): Bump eslint-plugin-cypress from 2.13.3 to 2.14.0

Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.13.3 to 2.14.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.13.3...v2.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 12 Aug 2023 00:27:39 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoMerge pull request #39806 from nextcloud/fix/update-check-no-internet
Joas Schilling [Fri, 11 Aug 2023 19:19:17 +0000 (21:19 +0200)]
Merge pull request #39806 from nextcloud/fix/update-check-no-internet

fix(updatenotification): Skip update check

14 months agoAdd l10n for files_reminders 39820/head
Christopher Ng [Fri, 11 Aug 2023 18:42:55 +0000 (11:42 -0700)]
Add l10n for files_reminders

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agotest(updatenotification): No internet 39806/head
Christopher Ng [Fri, 11 Aug 2023 02:07:53 +0000 (19:07 -0700)]
test(updatenotification): No internet

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix(updatenotification): Skip update check
Christopher Ng [Fri, 11 Aug 2023 02:01:07 +0000 (19:01 -0700)]
fix(updatenotification): Skip update check

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoMerge pull request #39700 from nextcloud/debt/noid/invitation-response-close-cursor
Joas Schilling [Fri, 11 Aug 2023 16:00:11 +0000 (18:00 +0200)]
Merge pull request #39700 from nextcloud/debt/noid/invitation-response-close-cursor

fix: close cursor after reading the invitation

14 months agoMerge pull request #39575 from nextcloud/Jerome-Herbinet-better-untested-app-button...
Ferdinand Thiessen [Fri, 11 Aug 2023 13:59:18 +0000 (15:59 +0200)]
Merge pull request #39575 from nextcloud/Jerome-Herbinet-better-untested-app-button-wording-1

"Allow untested app" wording

14 months agoMerge pull request #38082 from nextcloud/allow-wasm-unsafe-eval-in-csp
Joas Schilling [Fri, 11 Aug 2023 12:04:49 +0000 (14:04 +0200)]
Merge pull request #38082 from nextcloud/allow-wasm-unsafe-eval-in-csp

Allow "wasm-unsafe-eval" in CSP

14 months ago"Allow untested app" wording 39575/head
Jérôme Herbinet [Wed, 26 Jul 2023 07:53:06 +0000 (09:53 +0200)]
"Allow untested app" wording

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
14 months agoMerge pull request #39716 from nextcloud/feature/openapi/ci
Julien Veyssier [Fri, 11 Aug 2023 11:48:33 +0000 (13:48 +0200)]
Merge pull request #39716 from nextcloud/feature/openapi/ci

Add OpenAPI CI

14 months agoAdd OpenAPI CODEOWNERS 39716/head
jld3103 [Fri, 4 Aug 2023 13:18:37 +0000 (15:18 +0200)]
Add OpenAPI CODEOWNERS

Signed-off-by: jld3103 <jld3103yt@gmail.com>
14 months agoAdd OpenAPI CI
jld3103 [Fri, 4 Aug 2023 13:15:48 +0000 (15:15 +0200)]
Add OpenAPI CI

Signed-off-by: jld3103 <jld3103yt@gmail.com>
14 months agoAdd OpenAPI checker
jld3103 [Fri, 4 Aug 2023 13:01:51 +0000 (15:01 +0200)]
Add OpenAPI checker

Signed-off-by: jld3103 <jld3103yt@gmail.com>
14 months agoInstall openapi-extractor
jld3103 [Fri, 4 Aug 2023 11:57:12 +0000 (13:57 +0200)]
Install openapi-extractor

Signed-off-by: jld3103 <jld3103yt@gmail.com>
14 months agoMerge pull request #39809 from nextcloud/fix/openapi/core
Julien Veyssier [Fri, 11 Aug 2023 11:30:23 +0000 (13:30 +0200)]
Merge pull request #39809 from nextcloud/fix/openapi/core

Fix text processing OpenAPI

14 months agoFix text processing OpenAPI 39809/head
jld3103 [Fri, 11 Aug 2023 09:37:56 +0000 (11:37 +0200)]
Fix text processing OpenAPI

Signed-off-by: jld3103 <jld3103yt@gmail.com>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 11 Aug 2023 00:30:07 +0000 (00:30 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoMerge pull request #39798 from nextcloud/enh/reminder-options
Andy Scherzinger [Thu, 10 Aug 2023 21:21:41 +0000 (23:21 +0200)]
Merge pull request #39798 from nextcloud/enh/reminder-options

enh(files_reminders): Adjust reminder options

14 months agofix: close cursor after reading the invitation 39700/head
Daniel Kesselberg [Thu, 3 Aug 2023 14:34:56 +0000 (16:34 +0200)]
fix: close cursor after reading the invitation

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
14 months agochore: compile assets 39798/head
Christopher Ng [Thu, 10 Aug 2023 17:52:13 +0000 (10:52 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoenh(files_reminders): Adjust reminder options
Christopher Ng [Thu, 10 Aug 2023 17:48:17 +0000 (10:48 -0700)]
enh(files_reminders): Adjust reminder options

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoMerge pull request #39655 from nextcloud/appecosystem-auth
Andy Scherzinger [Thu, 10 Aug 2023 17:11:43 +0000 (19:11 +0200)]
Merge pull request #39655 from nextcloud/appecosystem-auth

AppEcosystem Authentification

14 months agoMerge pull request #39723 from nextcloud/removed-apc-extension-version-check
Daniel [Thu, 10 Aug 2023 16:17:31 +0000 (18:17 +0200)]
Merge pull request #39723 from nextcloud/removed-apc-extension-version-check

chore: remove version check for apc extension

14 months agoMerge pull request #39446 from nextcloud/enh/user_ldap-refactor-group-membership...
Côme Chilliet [Thu, 10 Aug 2023 15:22:54 +0000 (17:22 +0200)]
Merge pull request #39446 from nextcloud/enh/user_ldap-refactor-group-membership-cache

Refactor user_ldap group membership cache and add check-group command

14 months agoMerge branch 'master' into appecosystem-auth 39655/head
Andrey Borysenko [Thu, 10 Aug 2023 14:21:35 +0000 (17:21 +0300)]
Merge branch 'master' into appecosystem-auth

14 months agoMerge pull request #39449 from nextcloud/cleanup-2fa-manager
Andy Scherzinger [Thu, 10 Aug 2023 13:23:19 +0000 (15:23 +0200)]
Merge pull request #39449 from nextcloud/cleanup-2fa-manager

docs: remove superfluous phpdocs

14 months agochore: remove version check for apc extension 39723/head
Daniel Kesselberg [Sat, 5 Aug 2023 15:54:32 +0000 (17:54 +0200)]
chore: remove version check for apc extension

APC is gone since PHP 7.0.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
14 months agodocs: remove superfluous phpdocs 39449/head
Daniel Kesselberg [Tue, 18 Jul 2023 08:54:05 +0000 (10:54 +0200)]
docs: remove superfluous phpdocs

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
14 months agoMerge pull request #39780 from nextcloud/enh/noid/imaginary
Simon L [Thu, 10 Aug 2023 12:31:56 +0000 (14:31 +0200)]
Merge pull request #39780 from nextcloud/enh/noid/imaginary

log imaginary errors as info to not spam the server logs

14 months agoMerge pull request #39789 from nextcloud/bugfix/noid/version-subdirectory
Julius Härtl [Thu, 10 Aug 2023 11:44:01 +0000 (13:44 +0200)]
Merge pull request #39789 from nextcloud/bugfix/noid/version-subdirectory

14 months agochore(assets): Recompile assets 39789/head
nextcloud-command [Thu, 10 Aug 2023 10:51:09 +0000 (10:51 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agofix: Pass proper viewer filename
Julius Härtl [Thu, 10 Aug 2023 09:02:11 +0000 (11:02 +0200)]
fix: Pass proper viewer filename

Signed-off-by: Julius Härtl <jus@bitgrid.net>
14 months agoMerge pull request #38546 from nextcloud/techdebt/noid/upgrade-symfony/event-dispatcher
Joas Schilling [Thu, 10 Aug 2023 09:48:41 +0000 (11:48 +0200)]
Merge pull request #38546 from nextcloud/techdebt/noid/upgrade-symfony/event-dispatcher

fix(deps)!: Upgrade symfony/event-dispatcher to supported version 5.4.26

14 months agoAdd unique index for user_ldap group memberships 39446/head
Côme Chilliet [Tue, 8 Aug 2023 08:02:23 +0000 (10:02 +0200)]
Add unique index for user_ldap group memberships

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoFix check-group --update for deleted groups
Côme Chilliet [Mon, 7 Aug 2023 12:06:15 +0000 (14:06 +0200)]
Fix check-group --update for deleted groups

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoUse BIGINT for new table id field
Côme Chilliet [Mon, 7 Aug 2023 09:52:41 +0000 (11:52 +0200)]
Use BIGINT for new table id field

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoRemoved GroupCreatedEvent/GroupDeletedEvent from UpdateGroupsService
Côme Chilliet [Mon, 7 Aug 2023 09:32:27 +0000 (11:32 +0200)]
Removed GroupCreatedEvent/GroupDeletedEvent from UpdateGroupsService

This should be handled when mapping groups, not when registering their
 members. An empty group may still exist.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoDispatch UserRemovedEvents for removed groups
Côme Chilliet [Mon, 7 Aug 2023 09:20:05 +0000 (11:20 +0200)]
Dispatch UserRemovedEvents for removed groups

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months ago[user_ldap] Small perf improvements suggestion from review
Côme Chilliet [Mon, 7 Aug 2023 08:56:51 +0000 (10:56 +0200)]
[user_ldap] Small perf improvements suggestion from review

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoFix check-group command for new groups
Côme Chilliet [Thu, 3 Aug 2023 11:56:14 +0000 (13:56 +0200)]
Fix check-group command for new groups

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoFix getKnownGroups return value
Côme Chilliet [Thu, 3 Aug 2023 11:54:16 +0000 (13:54 +0200)]
Fix getKnownGroups return value

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoAdd output to check-group --update command
Côme Chilliet [Tue, 1 Aug 2023 10:22:40 +0000 (12:22 +0200)]
Add output to check-group --update command

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoAlways empty cache before updating a group
Côme Chilliet [Tue, 1 Aug 2023 09:41:56 +0000 (11:41 +0200)]
Always empty cache before updating a group

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoFix errors in UpdateGroupsService.php
Côme Chilliet [Thu, 20 Jul 2023 15:55:22 +0000 (17:55 +0200)]
Fix errors in UpdateGroupsService.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoAdd missing primary key for ldap_group_membership
Côme Chilliet [Thu, 20 Jul 2023 15:45:57 +0000 (17:45 +0200)]
Add missing primary key for ldap_group_membership

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoAdd check-group command
Côme Chilliet [Thu, 20 Jul 2023 14:44:25 +0000 (16:44 +0200)]
Add check-group command

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoMove UpdateGroups methods to a service
Côme Chilliet [Thu, 20 Jul 2023 14:43:50 +0000 (16:43 +0200)]
Move UpdateGroups methods to a service

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoAdd group events to UpdateGroups
Côme Chilliet [Thu, 20 Jul 2023 13:42:26 +0000 (15:42 +0200)]
Add group events to UpdateGroups

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoUpdate autoloader mapping for user_ldap
Côme Chilliet [Thu, 20 Jul 2023 12:25:17 +0000 (14:25 +0200)]
Update autoloader mapping for user_ldap

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoRefactor user_ldap group membership to use flat DB
Côme Chilliet [Thu, 20 Jul 2023 10:55:24 +0000 (12:55 +0200)]
Refactor user_ldap group membership to use flat DB

Move away from serialized arrays. Also use a QBMapper class for the new table.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agofix(deps)!: Upgrade symfony/event-dispatcher to supported version 5.4.26 38546/head
Joas Schilling [Wed, 31 May 2023 12:24:53 +0000 (14:24 +0200)]
fix(deps)!: Upgrade symfony/event-dispatcher to supported version 5.4.26

Signed-off-by: Joas Schilling <coding@schilljs.com>
14 months agoMerge pull request #39778 from nextcloud/acceptance-test-files
Simon L [Thu, 10 Aug 2023 06:45:03 +0000 (08:45 +0200)]
Merge pull request #39778 from nextcloud/acceptance-test-files

test: remove broken steps from files acceptance test

14 months agoAllow "wasm-unsafe-eval" in CSP 38082/head
Daniel Calviño Sánchez [Thu, 4 May 2023 14:54:23 +0000 (16:54 +0200)]
Allow "wasm-unsafe-eval" in CSP

If a page has a Content Security Policy header and the `script-src` (or
`default-src`) directive does not contain neither `wasm-unsafe-eval` nor
`unsafe-eval` loading and executing WebAssembly is blocked in the page
(although it is still possible to load and execute WebAssembly in a
worker thread).

Although the Nextcloud classes to manage the CSP already supported
allowing `unsafe-eval` this affects not only WebAssembly, but also the
`eval` operation in JavaScript.

To make possible to allow WebAssembly execution without allowing
JavaScript `eval` this commit adds support for allowing
`wasm-unsafe-eval`.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 10 Aug 2023 00:26:45 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoMerge pull request #39685 from nextcloud/feat/integrate-files-reminders
Pytal [Wed, 9 Aug 2023 19:16:46 +0000 (12:16 -0700)]
Merge pull request #39685 from nextcloud/feat/integrate-files-reminders