Commit Graph

140 Commits (dec37b94de4a683dbb06693406f6e22cdf403ab6)

Author SHA1 Message Date
Marcel Klehr 0273b4d0ba perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equals 12 months ago
Louis Chemineau a56cff70e1 fix: Exclude non accepted shares when computing access list 1 year ago
Git'Fellow 20215fbd09 fix(shares): Remove noisy text from emails 1 year ago
Git'Fellow f86fb0fee2 fix(share): Don't print twice the same information 1 year ago
provokateurin a978e0a806
fix(Share20\DefaultShareProvider): Return link shares in getSharesByPath() 1 year ago
provokateurin 762b09049b
fix(Share20\DefaultShareProvider): Sort getSharesByPath() results 1 year ago
Git'Fellow a1681b0756 chore(db): Apply query prepared statements 1 year ago
Ferdinand Thiessen db94e10af0
fix: Prevent breaking change in IQueryBuilder 1 year ago
Ferdinand Thiessen e314d52118
fix: Adjust parameter type usage and add SQLite support 1 year ago
Ferdinand Thiessen 2e4d3e4e75
fix(share): Return empty string if no label is set 1 year ago
Stefan Cherniakov 457eaee2b3 fix(files_sharing): Add missing check for null & use bool instead of int for reminder_sent field 2 years ago
Stefan Cherniakov d633b9bce6 fix(files_sharing): Make share reminders more stable & fix issues 2 years ago
Robin Appelman cc091b150e
fix: fix share cleanup for deleted groups with sharding 2 years ago
Robin Appelman f5b3486744
feat: add option to automatically partition queries by specific tables 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Côme Chilliet e23325f047
fix: Remove shares only if there are no more common groups between users 2 years ago
Louis Chemineau 5559beb28c
fix(files_sharing): Delete user shares if needed when user is removed from a group 2 years ago
Ferdinand Thiessen 3d136e4466
fix: Add `acceptShare` as an interface 2 years ago
skjnldsv 967b3848e0 fix(files_sharing): phpunit & openapi fixes 2 years ago
skjnldsv 30f9ef414e fix: psalm, cs, autoloader and lint 2 years ago
skjnldsv 75ca4944c9 feat(files_sharing): allow mixed values in share attributes and allow storing email arrays 2 years ago
skjnldsv c253112cf7 chore(files_sharing): refactor mail handling 2 years ago
skjnldsv d388370c3b feat(files_sharing): implement IShareProviderWithNotification and refactor sendMailNotification 2 years ago
Louis Chemineau f5fd6c8f08
fix(files_sharing): Store the expiration date relative to the server's timezone 2 years ago
Robin Appelman 7f6a891110
use LazyUser in DefaultShareProvider 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Robin Appelman ccd56672e8
refactor: remove non-shallow getSharesInFolder 2 years ago
skjnldsv c0e7ea55df fix(sharing): resolveGroupShares setPermissions on null 2 years ago
Robin Appelman 0e7497296f perf: improve performance of resolving group shares 2 years ago
Robin Appelman bfeb97c54a fix: also filter by storage when getting shares in folder 2 years ago
Côme Chilliet c0ce272e9c chore: Migrate away from OC::$server->getLogger 2 years ago
Hamid Dehnavi ea06cf2f39 Convert isset ternary to null coalescing operator 2 years ago
John Molakvoæ (skjnldsv) f828dce597
Fix sharing creation insert and get 3 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Arthur Schiwon 28e7235f87
hide shared files located in group folder's trash bin 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Joas Schilling 99953a859b
Show group name instead of group id as recommendation 3 years ago
Carl Schwan a1011bad6c
Use bigger slice in share provider 4 years ago
Carl Schwan 7b723813ce
Multiple fixes 4 years ago
Vincent Petry bbb5043c07
Inherit hide download from share attributes 4 years ago
Vincent Petry dbbc426f75
Attempt to fix sqlite json issue 4 years ago
Vincent Petry a95c19e14b
Add share attributes + prevent download permission 4 years ago
luz paz 368f83095d Fix typos in lib/private subdirectory 4 years ago
Louis Chemineau f525067930 Add argument to getSharesInFolder enable deep share lookup 4 years ago
Louis Chemineau ce7b6ffed2 Prevent column name conflict between tables 4 years ago
Carl Schwan 81500bf837 Fix getting shares in a folder on Orache 4 years ago
Robin Appelman e83ad8cfad
fix shared mount roots not being returned from `getSharesInFolder` 4 years ago
Carl Schwan 6312c0df69
Check style update 4 years ago
Julius Härtl 5116bf146f
Allow to pass note when creating a share and send it with directly in the share mail when set 4 years ago
Côme Chilliet ee7ef77808
Fix warning about passing null to substr_count 4 years ago