]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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 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 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

14 months agotest: remove broken steps from files acceptance test 39778/head
Daniel Kesselberg [Wed, 9 Aug 2023 15:30:28 +0000 (17:30 +0200)]
test: remove broken steps from files acceptance test

The acceptance tests using the recent view fail since the vue migration.

`And I open the details view for "welcome.txt"`

Is looking for a row in the filelist with a span having the class nametext, matching the file name "welcome.txt" and button inside having the class action-menu.

The markup for the files list looks very different after the vue migration and therefor the test is failing.

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

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoenh: set later today to 6pm
Christopher Ng [Wed, 9 Aug 2023 17:38:49 +0000 (10:38 -0700)]
enh: set later today to 6pm

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoenh: pass params in subject
Christopher Ng [Wed, 9 Aug 2023 17:20:32 +0000 (10:20 -0700)]
enh: pass params in subject

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agochore: compile assets
Christopher Ng [Tue, 8 Aug 2023 23:04:19 +0000 (16:04 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoenh: move to 8am
Christopher Ng [Tue, 8 Aug 2023 23:01:20 +0000 (16:01 -0700)]
enh: move to 8am

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoenh: en dash
Christopher Ng [Tue, 8 Aug 2023 22:47:29 +0000 (15:47 -0700)]
enh: en dash

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat: custom date & time
Christopher Ng [Tue, 8 Aug 2023 22:37:34 +0000 (15:37 -0700)]
feat: custom date & time

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoenh: remove icons
Christopher Ng [Tue, 8 Aug 2023 21:23:39 +0000 (14:23 -0700)]
enh: remove icons

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agorefactor: format options
Christopher Ng [Fri, 4 Aug 2023 18:05:31 +0000 (11:05 -0700)]
refactor: format options

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoenh: use alarm icon
Christopher Ng [Fri, 4 Aug 2023 17:25:53 +0000 (10:25 -0700)]
enh: use alarm icon

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix: remove non-existing reminder notification
Christopher Ng [Fri, 4 Aug 2023 16:35:36 +0000 (09:35 -0700)]
fix: remove non-existing reminder notification

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix: load script
Christopher Ng [Fri, 4 Aug 2023 16:22:58 +0000 (09:22 -0700)]
fix: load script

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix: eslint
Christopher Ng [Fri, 4 Aug 2023 15:49:36 +0000 (08:49 -0700)]
fix: eslint

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoenh: add clean up buffer
Christopher Ng [Fri, 4 Aug 2023 00:42:00 +0000 (17:42 -0700)]
enh: add clean up buffer

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat(files_reminders): v1.0.0
Christopher Ng [Fri, 4 Aug 2023 00:00:32 +0000 (17:00 -0700)]
feat(files_reminders): v1.0.0

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix: composer
Christopher Ng [Thu, 3 Aug 2023 23:59:19 +0000 (16:59 -0700)]
fix: composer

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoenh: use vue-material-design-icons
Christopher Ng [Thu, 3 Aug 2023 23:56:55 +0000 (16:56 -0700)]
enh: use vue-material-design-icons

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix: indent with tabs
Christopher Ng [Thu, 3 Aug 2023 23:42:08 +0000 (16:42 -0700)]
fix: indent with tabs

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoenh: shorten date string if same day
Christopher Ng [Thu, 3 Aug 2023 23:35:43 +0000 (16:35 -0700)]
enh: shorten date string if same day

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoenh: rename to saturday sunday
Christopher Ng [Thu, 3 Aug 2023 23:29:29 +0000 (16:29 -0700)]
enh: rename to saturday sunday

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoenh: later today 3 hours later
Christopher Ng [Thu, 3 Aug 2023 23:10:07 +0000 (16:10 -0700)]
enh: later today 3 hours later

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat(files_reminders): add set reminder actions
Christopher Ng [Thu, 3 Aug 2023 02:15:01 +0000 (19:15 -0700)]
feat(files_reminders): add set reminder actions

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat(files_reminders): add verbose date string util
Christopher Ng [Thu, 3 Aug 2023 02:15:01 +0000 (19:15 -0700)]
feat(files_reminders): add verbose date string util

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix: prevent sidebar from opening
Christopher Ng [Thu, 3 Aug 2023 02:15:01 +0000 (19:15 -0700)]
fix: prevent sidebar from opening

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat(files_reminders): mount set reminder actions
Christopher Ng [Thu, 3 Aug 2023 02:15:01 +0000 (19:15 -0700)]
feat(files_reminders): mount set reminder actions

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat(files_reminders): add types
Christopher Ng [Thu, 3 Aug 2023 02:15:01 +0000 (19:15 -0700)]
feat(files_reminders): add types

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat(files_reminders): add webpack module
Christopher Ng [Thu, 3 Aug 2023 02:15:01 +0000 (19:15 -0700)]
feat(files_reminders): add webpack module

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat(files_reminders): add logger
Christopher Ng [Thu, 3 Aug 2023 02:15:01 +0000 (19:15 -0700)]
feat(files_reminders): add logger

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix: action icon color
Christopher Ng [Thu, 3 Aug 2023 02:15:01 +0000 (19:15 -0700)]
fix: action icon color

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat(files_reminders): emit action menu opened
Christopher Ng [Thu, 3 Aug 2023 02:15:00 +0000 (19:15 -0700)]
feat(files_reminders): emit action menu opened

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat(files_reminders): register file action
Christopher Ng [Thu, 3 Aug 2023 02:15:00 +0000 (19:15 -0700)]
feat(files_reminders): register file action

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat(files_reminders): add datetime utils
Christopher Ng [Thu, 3 Aug 2023 02:15:00 +0000 (19:15 -0700)]
feat(files_reminders): add datetime utils

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix: frontend ocs
Christopher Ng [Thu, 3 Aug 2023 02:15:00 +0000 (19:15 -0700)]
fix: frontend ocs

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix: due date nullable
Christopher Ng [Thu, 3 Aug 2023 02:15:00 +0000 (19:15 -0700)]
fix: due date nullable

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat(files_reminders): add reminder service
Christopher Ng [Thu, 3 Aug 2023 02:15:00 +0000 (19:15 -0700)]
feat(files_reminders): add reminder service

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofeat(files_reminders): integrate load scripts
Christopher Ng [Thu, 3 Aug 2023 02:15:00 +0000 (19:15 -0700)]
feat(files_reminders): integrate load scripts

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoMerge pull request #39741 from jmcclelland/optimize-cal-query
Christoph Wurst [Wed, 9 Aug 2023 16:17:04 +0000 (18:17 +0200)]
Merge pull request #39741 from jmcclelland/optimize-cal-query

optimize calendar search query

14 months agoMerge pull request #39753 from nextcloud/feat/caldav/linkify-location-in-email
Christoph Wurst [Wed, 9 Aug 2023 16:11:35 +0000 (18:11 +0200)]
Merge pull request #39753 from nextcloud/feat/caldav/linkify-location-in-email

feat(caldav): linkify location in scheduling mails

14 months agolog imaginary errors as info to not spam the server logs 39780/head
Simon L [Wed, 9 Aug 2023 14:10:27 +0000 (16:10 +0200)]
log imaginary errors as info to not spam the server logs

Signed-off-by: Simon L <szaimen@e.mail.de>
14 months agofeat(caldav): linkify location in scheduling mails 39753/head
Richard Steinmetz [Tue, 8 Aug 2023 12:51:08 +0000 (14:51 +0200)]
feat(caldav): linkify location in scheduling mails

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
14 months agoMerge pull request #39682 from nextcloud/fix/cypress-users
Pytal [Wed, 9 Aug 2023 01:05:42 +0000 (18:05 -0700)]
Merge pull request #39682 from nextcloud/fix/cypress-users

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agofix(cypress): Show and hide columns 39682/head
Christopher Ng [Wed, 2 Aug 2023 18:38:48 +0000 (11:38 -0700)]
fix(cypress): Show and hide columns

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix(cypress): Can delete a user
Christopher Ng [Wed, 2 Aug 2023 18:38:48 +0000 (11:38 -0700)]
fix(cypress): Can delete a user

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoMerge pull request #39171 from nextcloud/artonge/feat/allow_to_open_versions_in_viewer
Julius Härtl [Tue, 8 Aug 2023 20:25:42 +0000 (22:25 +0200)]
Merge pull request #39171 from nextcloud/artonge/feat/allow_to_open_versions_in_viewer

14 months agochore(assets): Recompile assets 39171/head
nextcloud-command [Tue, 8 Aug 2023 19:42:21 +0000 (19:42 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agofeat: Use viewer to open and compare versions
Louis Chemineau [Thu, 6 Jul 2023 15:01:20 +0000 (17:01 +0200)]
feat: Use viewer to open and compare versions

Signed-off-by: Louis Chemineau <louis@chmn.me>
14 months agoMerge pull request #39065 from nextcloud/fix/remove-ilogger-uses-in-encryption
Côme Chilliet [Tue, 8 Aug 2023 14:52:32 +0000 (16:52 +0200)]
Merge pull request #39065 from nextcloud/fix/remove-ilogger-uses-in-encryption

Migrate away from ILogger in encryption

14 months agoMerge pull request #39694 from nextcloud/gps
Robin Appelman [Tue, 8 Aug 2023 12:36:01 +0000 (14:36 +0200)]
Merge pull request #39694 from nextcloud/gps

expose gps data via webdav

14 months agoMerge pull request #39715 from nextcloud/Jerome-Herbinet-blog-url-update
Simon L [Tue, 8 Aug 2023 12:18:50 +0000 (14:18 +0200)]
Merge pull request #39715 from nextcloud/Jerome-Herbinet-blog-url-update

Update blog URL (formerly "/news")

14 months agoMerge pull request #39058 from nextcloud/fix/fix-ldap-filters-for-empty-search
Côme Chilliet [Tue, 8 Aug 2023 07:21:20 +0000 (09:21 +0200)]
Merge pull request #39058 from nextcloud/fix/fix-ldap-filters-for-empty-search

Avoid adding (attribute=) part to filter which will confuse LDAP servers

14 months agoImprove typing as suggested by review 39065/head
Côme Chilliet [Thu, 29 Jun 2023 15:14:17 +0000 (17:14 +0200)]
Improve typing as suggested by review

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoUse Server::get instead of new to avoid troubles with encryption constructors
Côme Chilliet [Thu, 29 Jun 2023 15:09:45 +0000 (17:09 +0200)]
Use Server::get instead of new to avoid troubles with encryption constructors

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoMigrate away from ILogger in encryption
Côme Chilliet [Thu, 29 Jun 2023 13:41:40 +0000 (15:41 +0200)]
Migrate away from ILogger in encryption

And modernize code a bit

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 8 Aug 2023 00:29:26 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoMerge pull request #39680 from nextcloud/enh/tp-list-tasks-by-app-and-identifier
Julius Härtl [Mon, 7 Aug 2023 19:50:14 +0000 (21:50 +0200)]
Merge pull request #39680 from nextcloud/enh/tp-list-tasks-by-app-and-identifier

14 months agoensure outerquery ->where() function doesn't clobber earier ->andWhere() 39741/head
Jamie McClelland [Mon, 7 Aug 2023 17:35:08 +0000 (13:35 -0400)]
ensure outerquery ->where() function doesn't clobber earier ->andWhere()

Signed-off-by: Jamie McClelland <jm@mayfirst.org>
14 months agooptimize calendar search query
Jamie McClelland [Mon, 7 Aug 2023 14:49:13 +0000 (10:49 -0400)]
optimize calendar search query

see https://github.com/nextcloud/calendar/issues/4758

Signed-off-by: Jamie McClelland <jm@mayfirst.org>
14 months agofix psalm issue 39680/head
Julien Veyssier [Mon, 7 Aug 2023 15:49:58 +0000 (17:49 +0200)]
fix psalm issue

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
14 months agopreload all requested metadata 39694/head
Robin Appelman [Mon, 7 Aug 2023 11:40:01 +0000 (13:40 +0200)]
preload all requested metadata

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 months agobump server version to 28.0.0.2 to trigger new migration step
Julien Veyssier [Mon, 7 Aug 2023 11:29:14 +0000 (13:29 +0200)]
bump server version to 28.0.0.2 to trigger new migration step

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>