Commit Graph

131 Commits (f4dc9e6bf3bf1db1712fde818b5df64516763ce6)

Author SHA1 Message Date
Morris Jobke e4069e1553 Emit event after setting a new expiration for a share 11 years ago
Bjoern Schiessle 31681a3a27 finally fix the paths for the OCS Share API 11 years ago
Bjoern Schiessle 3653a51af2 fix path creation for re-shares, issue #7662 11 years ago
Bjoern Schiessle 2d8607fae9 don't assign variables in if condition 11 years ago
Bjoern Schiessle 5db3b049fd add todo 11 years ago
Bjoern Schiessle bc0292c16d always return an array 11 years ago
Bjoern Schiessle 154277ab11 seperate formatResults() 11 years ago
Bjoern Schiessle ecde48fce8 don't assign variables in if conditions 11 years ago
Bjoern Schiessle 078fafdc5a use variable 11 years ago
Bjoern Schiessle 3a459db358 seperate transformDBResults 11 years ago
Bjoern Schiessle 6607f7cb5e seperate creation of select statement 11 years ago
Bjoern Schiessle 6afd496d9b remove prepFileTarget() seems that it is no longer in use 11 years ago
Bjoern Schiessle b602662578 add a "helper" and a "hooks" class. Move constants needed by multiple classes 11 years ago
Bjoern Schiessle 8b6d1d3bf2 added private share api 11 years ago
Bjoern Schiessle 9d32475260 finally fix the paths for the OCS Share API 11 years ago
Bjoern Schiessle 36885dc64c fix path creation for re-shares, issue #7662 11 years ago
Bart Visscher 47d70da2f5 Use limit=1 so the db can stop searching on the first hit 11 years ago
Bjoern Schiessle e3f676e009 fix path in sharing results if it is a file in the Shared folder 11 years ago
Bart Visscher 1d7564dc2f Only check for existence of shared files when doing shared storage setup 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Joas Schilling b330d07b51 Fix more documentation failes 11 years ago
Bjoern Schiessle a8943ad022 replace 'size' with 'unencrypted_size' if encryption is enabled 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Thomas Müller a3ea5aa2ac fixing comment + adding unit test for checkPasswordProtectedShare 11 years ago
Thomas Müller 6746ad0a73 in case no share is found for the given token we can return right away 11 years ago
Thomas Müller 9fd4cb1b66 adding password protection check to getShareByToken() 11 years ago
ben-denham baccc8f584 Unshare all will now delete all shares for the item, instead of only for a single owner. 11 years ago
Jörn Friedrich Dreyer 6408125edc rely only on php DateTime to parse the db datetime string 11 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. 11 years ago
Morris Jobke b910524acb add comment from @DeepDiver 11 years ago
Morris Jobke 7c88736292 API doc for contacts manager, server container and share 11 years ago
Andreas Fischer 3bbaba1eca Use the Doctrine to convert date string to DateTime object. 11 years ago
Andreas Fischer a330b2ef9b Use DateTime object instead of fixed format date string. 11 years ago
Andreas Fischer 9fb1da2811 Use bindValue() instead of passing parameters in execute(). 11 years ago
Morris Jobke b3e7e54c8d fix some capital letters 11 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