nextcloud/apps/files_sharing/lib
nfebe b601b03084 fix(share): Set expiration time to end of day (23:59:59)
Shares now expire at the end of the selected day instead of the
beginning, allowing access throughout the entire expiration day.

Also return actual stored time in API response instead of hardcoded
00:00:00 to prevent timezone-related display issues in the UI.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2026-02-24 10:23:09 +00:00
..
Activity fix(contacts): not contact, not local 2025-12-22 12:36:33 -01:00
AppInfo fix(files_sharing): Move ConfigLexicon to Config dir, update sharing input 2025-05-06 14:28:01 +01:00
BackgroundJob chore: Run rector with new rules for fetch 2025-11-18 17:45:57 +01:00
Collaboration chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Command refactor: Rename some variables in external share's manager 2025-12-17 10:14:40 +01:00
Config feat(sharing): Make share permission in bundled edit configurable 2026-02-05 09:10:14 +00:00
Controller fix(share): Set expiration time to end of day (23:59:59) 2026-02-24 10:23:09 +00:00
Event feat(files_sharing): Support multiples users in UserShareAccessUpdatedEvent 2026-01-15 11:07:15 +01:00
Exceptions chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
External feat(files_sharing): Implement partial mount providers 2026-01-16 08:32:14 +01:00
Listener chore: fix or suppress psalm errors for BeforeZipCreatedEvent 2026-01-20 14:32:58 +01:00
Middleware chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Migration feat(files_sharing): Add indexes for target on share and share_external 2026-01-16 08:32:14 +01:00
Notification chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
OpenMetrics feat(files_sharing): add basic OpenMetrics exporter for files shares 2026-01-07 09:38:13 +01:00
Repair fix: handle circle shares in share target repair 2026-02-11 17:02:25 +00:00
Settings fix(files_sharing): ensure share folder exists in the settings 2025-07-16 18:23:12 +02:00
ShareBackend chore: Run rector with new rules for fetch 2025-11-18 17:45:57 +01:00
Cache.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Capabilities.php feat(sharing): Make share permission in bundled edit configurable 2026-02-05 09:10:14 +00:00
DefaultPublicShareTemplateProvider.php fix(encryption): Correctly set encrypted to 0 when copying 2025-09-04 12:13:45 +00:00
DeleteOrphanedSharesJob.php chore: Run rector with new rules for fetch 2025-11-18 17:45:57 +01:00
ExpireSharesJob.php chore: Run rector with new rules for fetch 2025-11-18 17:45:57 +01:00
Helper.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Hooks.php fix(sharing): Adapt Hooks to new API 2025-12-16 10:38:30 +01:00
ISharedMountPoint.php chore: Add SPDX header 2024-06-06 22:53:41 +02:00
ISharedStorage.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
MountProvider.php fix: improve share mount conflict resolution logic 2026-01-27 17:26:57 +01:00
OrphanHelper.php Merge pull request #55252 from nextcloud/chore/chunked_orphan_delete 2026-01-08 09:50:09 +01:00
ResponseDefinitions.php feat: Adapt a bit the snowflake ids API 2026-01-06 12:57:17 +01:00
Scanner.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
SharedMount.php fix: improve share mount conflict resolution logic 2026-01-27 17:26:57 +01:00
SharedStorage.php perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +01:00
SharesReminderJob.php chore: Run rector with new rules for fetch 2025-11-18 17:45:57 +01:00
ShareTargetValidator.php fix: don't rely on share providers being avaiable in CleanupShareTarget 2026-01-30 16:54:06 +01:00
Updater.php fix: don't trigger moveShareInOrOutOfShare for reshares 2026-02-08 18:38:40 +00:00
ViewOnly.php fix(files_sharing): Switch back event path to be relative to user folder 2026-01-19 11:22:17 +01:00