nextcloud/apps/files_sharing/lib
Côme Chilliet 5061926573 Avoid extra parenthesis around SQL in IN expressions
The expression builder already suround the SQL with parenthesis when
 using in(), so we must not add another pair, this confuses at least
 sqlite.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-21 16:56:44 +00:00
..
Activity Fix too many file download notifications when watching a video 2022-03-07 19:50:15 +00:00
AppInfo Multiple fixes 2022-08-03 13:24:38 +02:00
BackgroundJob Update php licenses 2021-06-04 22:02:41 +02:00
Collaboration Update php licenses 2021-06-04 22:02:41 +02:00
Command Update php licenses 2021-06-04 22:02:41 +02:00
Controller chore: Add return types 2023-02-07 15:16:51 +01:00
Event Emit event on link share action 2021-09-10 08:36:45 +02:00
Exceptions Update php licenses 2021-06-04 22:02:41 +02:00
External Avoid extra parenthesis around SQL in IN expressions 2023-02-21 16:56:44 +00:00
Listener Move bundles to /dist 2022-01-08 10:11:58 +01:00
Middleware Update php licenses 2021-06-04 22:02:41 +02:00
Migration Adds a "Request password" button to the public share authentication page for shares 2022-04-11 21:58:24 +02:00
Notification Discard share notification for non-existing groups 2021-12-15 14:55:27 +01:00
Settings Let users choose a share_folder 2021-09-06 16:39:11 +02:00
ShareBackend Update php licenses 2021-06-04 22:02:41 +02:00
Cache.php Merge pull request #33656 from nextcloud/backport/33574/stable24 2022-08-30 17:48:11 +02:00
Capabilities.php Update php licenses 2021-06-04 22:02:41 +02:00
DeleteOrphanedSharesJob.php Update php licenses 2021-06-04 22:02:41 +02:00
ExpireSharesJob.php Fix hook encryption with cron job 2022-06-22 22:42:25 +02:00
Helper.php Let users choose a share_folder 2021-09-06 16:39:11 +02:00
Hooks.php update tests 2021-10-19 11:31:08 +02:00
ISharedStorage.php code checker fixes for instanceOfStorage 2021-12-02 17:35:10 +01:00
MountProvider.php Multiple fixes 2022-08-03 13:24:38 +02:00
Scanner.php background scan the source storage when a background scan on a storage jail is triggered 2021-12-02 17:34:58 +01:00
SharedMount.php still include the share target in the cache key for validating share mount 2023-01-16 15:22:01 +00:00
SharedStorage.php Cache display name 2022-04-22 15:22:16 +02:00
Updater.php type fixes 2022-03-04 16:30:16 +01:00
ViewOnly.php Fix view-only code after code review comments 2022-08-03 13:24:20 +02:00