Commit Graph

297 Commits (fb7ec2bb22055886d55a779b9c19f48daee438c5)

Author SHA1 Message Date
Joas Schilling ab7ae004f7 Automatically copy the share expiration date when new shares are created 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Bart Visscher 614cc67f88 Correct return type for getFilePath 12 years ago
Bart Visscher c34659dd89 Better documentation for isValidSource function 12 years ago
Bjoern Schiessle c4e0fb75a4 add api to get shares from a specific user 12 years ago
Bart Visscher a9bf3df82d Fix PHPdoc in OC\Share\Share and OCP\Share 12 years ago
Joas Schilling 015b9b1dac Add option to getUsersSharingFile() to get the paths for the shared users 12 years ago
Bjoern Schiessle 8e34812393 always encrypt files to owner 12 years ago
Bjoern Schiessle 6afd496d9b remove prepFileTarget() seems that it is no longer in use 12 years ago
Bjoern Schiessle b602662578 add a "helper" and a "hooks" class. Move constants needed by multiple classes 12 years ago
Bjoern Schiessle 8b6d1d3bf2 added private share api 12 years ago
Bjoern Schiessle 9d32475260 finally fix the paths for the OCS Share API 12 years ago
Bjoern Schiessle 36885dc64c fix path creation for re-shares, issue #7662 12 years ago
Bart Visscher 47d70da2f5 Use limit=1 so the db can stop searching on the first hit 12 years ago
Bjoern Schiessle e3f676e009 fix path in sharing results if it is a file in the Shared folder 12 years ago
Bart Visscher 1d7564dc2f Only check for existence of shared files when doing shared storage setup 12 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Joas Schilling b330d07b51 Fix more documentation failes 12 years ago
Bjoern Schiessle a8943ad022 replace 'size' with 'unencrypted_size' if encryption is enabled 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Thomas Müller a3ea5aa2ac fixing comment + adding unit test for checkPasswordProtectedShare 12 years ago
Thomas Müller 6746ad0a73 in case no share is found for the given token we can return right away 12 years ago
Thomas Müller 9fd4cb1b66 adding password protection check to getShareByToken() 12 years ago
ben-denham baccc8f584 Unshare all will now delete all shares for the item, instead of only for a single owner. 12 years ago
Jörn Friedrich Dreyer 6408125edc rely only on php DateTime to parse the db datetime string 12 years ago
Bjoern Schiessle 3f7aac1a79 add a optional parameter to skip check for expired files, this is necessary to find out to whom a file was shared after it was expired. 12 years ago
Morris Jobke b910524acb add comment from @DeepDiver 12 years ago
Morris Jobke 7c88736292 API doc for contacts manager, server container and share 12 years ago
Andreas Fischer 3bbaba1eca Use the Doctrine to convert date string to DateTime object. 12 years ago
Andreas Fischer a330b2ef9b Use DateTime object instead of fixed format date string. 12 years ago
Andreas Fischer 9fb1da2811 Use bindValue() instead of passing parameters in execute(). 12 years ago
Morris Jobke b3e7e54c8d fix some capital letters 12 years ago
Robin Appelman abc428916c Fix fatal error when trying to open a non existing public link 12 years ago
Morris Jobke d2a48d58ce fix "No page-level DocBlock" 12 years ago
Andreas Fischer 7c1f0da0fe Always select item_source. 12 years ago
Andreas Fischer fa56aec4b8 Deduplicate expiration date check into a method. 12 years ago
Andreas Fischer 779b87d46a Use unshareItem() when unsharing expired shares. 12 years ago
Andreas Fischer ebf1694795 Use unshareItem() in unshareAll(). 12 years ago
Andreas Fischer 1d1f5b288e Extract unshare() code into unshareItem(). 12 years ago
Andreas Fischer 329299e34c OCP\Share::unshareAll(): Deduplicate hook parameters. 12 years ago
Morris Jobke 0dbe90cc9a fix documentation stuff 12 years ago
Thomas Müller 1317b7c03d pass the name of the item source from the browser to the server - no need to get the data via complicated db queries 12 years ago
Morris Jobke 1f1fcc6129 Remove "link" shares right after disabling the "allow_link_share" setting 12 years ago
Michael Gapczynski 4cf328e3b9 Don't return links for shared files if disabled 12 years ago
Morris Jobke f9bbfad3e5 Fix sharing error message - id -> file name 12 years ago
Morris Jobke 30f4d91d01 Public API documentation fixes 12 years ago
Thomas Müller 852a50aa89 remove test code 12 years ago
Bjoern Schiessle 7fe493fdb8 make sure that we only find file/folder shares 12 years ago
Thomas Müller 48b5c1d5f9 initial implementation of activity manager 12 years ago