78 Commits (da3974bcb210a6580c974e1b2efebcae26ccf708)

Author SHA1 Message Date
  Thomas Müller da3974bcb2 - drop permissions table and related code 10 years ago
  Bjoern Schiessle e0a5f3b570 get permissions directly from share storage to avoid additional db calls 10 years ago
  Robin Appelman 99d46af0b4 Use instanceOfStorage instead of instanceof 10 years ago
  Bjoern Schiessle 95bd7fee9c don't lose file size during rename 10 years ago
  Bjoern Schiessle 11aa2cf74b always check for unique filename, if a file gets added from outside the mount 10 years ago
  Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 10 years ago
  Bjoern Schiessle 5f403f3e92 move the mount point up if a share is mounted to a subfolder and the subfolder no longer exists 10 years ago
  Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 10 years ago
  Robin McCorkell 6930ae22e4 Fix more missing or broken PHPDoc 10 years ago
  Thomas Müller 55fc693750 @breif -> @brief 10 years ago
  Bjoern Schiessle 31bf2d4b33 we can take the permission directly from the share, no need to call the share api first 10 years ago
  Bjoern Schiessle 20e4ad382b get the correct owner path for part files 10 years ago
  Robin McCorkell 77e3d067f0 Better handle return values from Filesystem::getMountBy* 10 years ago
  Bjoern Schiessle 93469ca468 make it possible to move files out of a shared mount point 10 years ago
  Thomas Müller dd1e47b3b8 typos, use, unused and return fixed 10 years ago
  Bjoern Schiessle 652d417a58 we don't allow to share a folder if it contains a share mount point 10 years ago
  Bjoern Schiessle bffcbac7a7 allow to rename group share mount points 10 years ago
  Bjoern Schiessle 3f6e9e0102 cleanup the shared storage, always keep the whole share resource 10 years ago
  Bjoern Schiessle d4085d8148 make sure that path is not 'false' 10 years ago
  Bjoern Schiessle 33cdd93890 fix deleting of shared files 10 years ago
  Bjoern Schiessle bfabd247f4 fix updating of shared files 10 years ago
  Bjoern Schiessle a86d97295e fix encryption tests after the removal of the shared folder 10 years ago
  Bjoern Schiessle ed981294f1 fix share api tests 10 years ago
  Bjoern Schiessle 4967435237 show "shared by ..." for share mount point 10 years ago
  Bjoern Schiessle 6d87dacad4 fix getMimeType call, we always need to check the source path 10 years ago
  Bjoern Schiessle a02fb3722b user should be able to rename/delete shared files if the owner allowed it 10 years ago
  Bjoern Schiessle a27db9e4ca first steps to remove the shared folder: 10 years ago
  Bart Visscher 1d7564dc2f Only check for existence of shared files when doing shared storage setup 10 years ago
  Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 10 years ago
  Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 10 years ago
  Bjoern Schiessle d1b47021f1 don't unshare on delete 10 years ago
  Vincent Petry 8eaa39f4e2 Removed special handling of part files in shared storage rename 10 years ago
  Robin Appelman a2015ee065 Use View::copy and View::rename when copying or renaming files in the shared storage 10 years ago
  Vincent Petry e3868ba118 Fixed watcher to also update the owner's folder sizes 10 years ago
  Arthur Schiwon c01675de5d more is_resource checks before readdir 10 years ago
  Thomas Müller 3eed060ec9 backport of #4357 to master 10 years ago
  Robin Appelman 88cc2ccb3b use renamed constants 11 years ago
  Michael Gapczynski 7039421efc Fix retrieving of mount points for shared storage, fix #3218 11 years ago
  Florin Peter 3c100af132 revert changes to fbbc76f281f50afa3072d99e4e0d413df835b3d3 because master is very unstable right now 11 years ago
  Robin Appelman 809b5f81f6 Further seperation of mount management logic 11 years ago
  Michael Gapczynski a5cab28bea Fix fetching source path of shared files 11 years ago
  Michael Gapczynski 771e01af35 Move hook connectors from shared storage to app.php, add post_unshare hook 11 years ago
  Michael Gapczynski 9b4d7d9925 Update ETag when file is shared 11 years ago
  Michael Gapczynski 8983465210 Correct parent folders' ETags for all users with access to a shared file 11 years ago
  Michael Gapczynski 00e28cf156 Return unknown free space for shared root folder so we can still upload partial files 11 years ago
  Michael Gapczynski b6a21cc4b5 Fix WebDAV uploading of partial shared files 11 years ago
  Björn Schießle d8137fdf66 return both, count and result if the operation succeeded or failed. Maybe in some cases it is useful to know how much bytes where copied 11 years ago
  Bart Visscher 59a3238d1a Style cleanup files_sharing 11 years ago
  Michael Gapczynski 8e3b8c7f47 Proper fix for shared links 11 years ago
  Robin Appelman c9c919da57 Move streamwrappers to seperate files and put them in a namespace 11 years ago