Commit Graph

350 Commits (2cffcfbc03dfa4463bdfd72de0341000509bcec3)

Author SHA1 Message Date
Jenkins for ownCloud 082ed4ab71 [tx-robot] updated from transifex 14 years ago
Michael Gapczynski 885b8c481b Check if files_sharing app is enabled, move file specific javascript to files_sharing app 14 years ago
Michael Gapczynski 3debb67458 Move share CSS to core, add script and style from inside Share API 14 years ago
Michael Gapczynski 25d474579a Removing most of files_sharing, the Share API implemented the majority of it 14 years ago
Jenkins for ownCloud e6d87b2c4b [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud b819aa33f7 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 36474e5681 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 70e8a7e25c [tx-robot] updated from transifex 14 years ago
Michael Gapczynski df8a2e5361 File sharing cleanup, works perfectly I think :) 14 years ago
Jenkins for ownCloud 1e6dc67517 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud da3896808a [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 19446fb22f [tx-robot] updated from transifex 14 years ago
Thomas Mueller 53f117c01a l10n directories have been missing 14 years ago
Bart Visscher 7522a23693 Remove unused RUNTIME_NOSETUPFS var 14 years ago
Michael Gapczynski 05648dac61 Don't return file handle if the mode supports writing and the file is not writable 14 years ago
Michael Gapczynski 03d65af5dc Add share action back into addressbook settings, bump up z-index of dropdown so the autocomplete list is visible 14 years ago
Michael Gapczynski 83117445ac Fix offset for folder detection, no longer including '/Shared' in file target path 14 years ago
Michael Gapczynski ba0cf98175 Remove extra line, caused 'headers already sent' issues 14 years ago
Michael Gapczynski 3b2c853916 Lots of refactoring to share API 14 years ago
Michael Gapczynski 09bb3bfaf8 Preparing for proper collection implementation 14 years ago
Michael Gapczynski 5262cde6a6 Add additional error handling for emailing private links 14 years ago
Michael Gapczynski 7ff04be091 Correction for 'Fix group detection for sharing in case username contains '@', fix for oc-1270' 14 years ago
Michael Gapczynski df9f5b902a Fix group detection for sharing in case username contains '@', fix for oc-1270 14 years ago
Michael Gapczynski cb21406e18 Implement CRUDS in share dropdown, and some clean-up 14 years ago
Michael Gapczynski add8f09355 No longer need hash() in shared storage, already implemented by the common file storage 14 years ago
Michael Gapczynski f25ccaff59 Fix filesystem hash, no longer using basicOperation() 14 years ago
Michael Gapczynski 4d17ed2f71 Make file actions permissions aware 14 years ago
Michael Gapczynski fc72d4b10f Add root directory checks for CRUDS permissions in shared storage 14 years ago
Michael Gapczynski f7b89f0475 Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 14 years ago
Michael Gapczynski c60c6024a7 Remove toTmpFile() from shared storage, no longer needed 14 years ago
Michael Gapczynski eac297e8c4 Improve file source caching for shared folders 14 years ago
Michael Gapczynski e8675586af Fix permission check for rmdir(), implement unlink(), rename(), and copy() 14 years ago
Michael Gapczynski e6678bd454 Permission check should be made on parent folder when creating a new folder 14 years ago
Michael Gapczynski 7b01e3285e Include a few CRUDS permissions checks in shared storage, plus a little clean-up in shared storage 14 years ago
Robin Appelman 48ec78299e cleanup some obsolete foldersize code from the shared storage backend 14 years ago
Robin Appelman 7152b8b4ee remove unused and depricated getFolderSize 14 years ago
Robin Appelman b45d3ced79 fix remote and public.php 14 years ago
Michael Gapczynski 91a15bae76 Revert santizing toaddress, because PHPMailer now throws exceptions 14 years ago
Michael Gapczynski 7077678f7f Sanitize toaddress for emailing private links 14 years ago
Michael Gapczynski 7c908a0016 Sharing files working using share API 14 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 14 years ago
Lukas Reschke 04a0755fd3 CSRF checks 14 years ago
Michael Gapczynski 5e8ef33190 Clean up in the dropdown for unsharing 14 years ago
Michael Gapczynski eca2e073f8 Don't reload the page after sending private link to email address 14 years ago
Michael Gapczynski 2418d9a1a9 Change registerBackend calls class argument to strings 14 years ago
Michael Gapczynski 2c773d549d Don't overwrite fake directory stream for Shared storage 14 years ago
Michael Gapczynski 28b7793d5b Fixes and change database table from sharing to share 14 years ago
Michael Gapczynski bc68f14c4b Prepare drop down UI for share API 14 years ago
Michael Gapczynski 8198114615 Some more changes to getItems() and fixes in shared storage 14 years ago
Michael Gapczynski 71350bc618 I'm having trouble making up my mind... translateItem -> getItems() -> formatItems(). It may change again. Preparing shared storage for new api. 14 years ago