233 Commits (14a953fbe01a3d26e1330ea224ab71928a2f93c1)

Author SHA1 Message Date
Bjoern Schiessle 5f403f3e92 move the mount point up if a share is mounted to a subfolder and the subfolder no longer exists 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell e7aebc5c32 Fix whitespace issues 12 years ago
Robin McCorkell 6930ae22e4 Fix more missing or broken PHPDoc 12 years ago
Robin McCorkell c4f1de63a8 Fix PHPDoc in /apps 12 years ago
Bjoern Schiessle b6e14af861 allow admin to enforce passwords for public link shares 12 years ago
Thomas Müller 55fc693750 @breif -> @brief 12 years ago
Vincent Petry 28f0e6307f Fix sharing of ext storage mount points 12 years ago
Bjoern Schiessle d3f957c21e remove error_log output 12 years ago
Joas Schilling dbb93074b3 Fix endless loop on windows servers 12 years ago
Bjoern Schiessle 31bf2d4b33 we can take the permission directly from the share, no need to call the share api first 12 years ago
Bjoern Schiessle 799d8ca381 check if we have a fileinfo 12 years ago
Bjoern Schiessle bee48f851e ignore part files 12 years ago
Bjoern Schiessle 33883a46f5 return the new name if a mount point was renamed 12 years ago
Bjoern Schiessle 20e4ad382b get the correct owner path for part files 12 years ago
Robin Appelman b176708505 Expose public shares over webdav 12 years ago
Robin Appelman b42418246f Also fixed the returned internal path when getting the root shared item by id 12 years ago
Robin Appelman c53c4b9791 fix search by mime for shared single files 12 years ago
Robin McCorkell 77e3d067f0 Better handle return values from Filesystem::getMountBy* 12 years ago
Bjoern Schiessle 7ef8f6d352 always allow to rename the share mount point 12 years ago
Bjoern Schiessle 93469ca468 make it possible to move files out of a shared mount point 12 years ago
Thomas Müller dd1e47b3b8 typos, use, unused and return fixed 12 years ago
Robin Appelman 2049bedcaf Dont throw an error when a storage isn't found for shared cache 12 years ago
Bjoern Schiessle fb88aba8f4 some fixes to make the gallery work, this made it necessary to adjust some tests and the encryption code 12 years ago
Bjoern Schiessle 652d417a58 we don't allow to share a folder if it contains a share mount point 12 years ago
Bjoern Schiessle b712393e72 fix etag propagation 12 years ago
Bjoern Schiessle bffcbac7a7 allow to rename group share mount points 12 years ago
Bjoern Schiessle 3f6e9e0102 cleanup the shared storage, always keep the whole share resource 12 years ago
Bjoern Schiessle c9bd2f7a6c also fetch the etag from file cache 12 years ago
Bjoern Schiessle d4085d8148 make sure that path is not 'false' 12 years ago
Bjoern Schiessle 33cdd93890 fix deleting of shared files 12 years ago
Bjoern Schiessle bfabd247f4 fix updating of shared files 12 years ago
Bjoern Schiessle a86d97295e fix encryption tests after the removal of the shared folder 12 years ago
Bjoern Schiessle ed981294f1 fix share api tests 12 years ago
Bjoern Schiessle 4967435237 show "shared by ..." for share mount point 12 years ago
Bjoern Schiessle 6b19482f3e generate unique target name 12 years ago
Bjoern Schiessle 6d87dacad4 fix getMimeType call, we always need to check the source path 12 years ago
Bjoern Schiessle a02fb3722b user should be able to rename/delete shared files if the owner allowed it 12 years ago
Bjoern Schiessle b02b6d3c23 no exception for the root of the mount point (formerly Shared/), just get the file cache information from the cache 12 years ago
Bjoern Schiessle c377893f0e make sure that we have the right permissions for the mount points 12 years ago
Bjoern Schiessle a27db9e4ca first steps to remove the shared folder: 12 years ago
Bart Visscher 999e74e834 Fix PHPdoc in apps/files_sharing 12 years ago
Vincent Petry 0be9de5df5 Files, trashbin, public apps use ajax/JSON for the file list 12 years ago
Robin Appelman 0c2585f3ac Improve phpdoc 12 years ago
Robin Appelman fe78d963d9 Implement getPath for shared files 12 years ago
Bjoern Schiessle 9d32475260 finally fix the paths for the OCS Share API 12 years ago
Morris Jobke 206364cd1c remove invalid shares with one SQL statement 12 years ago
Morris Jobke ec54bc7709 Refactor update script to class and add unit test 12 years ago
Bjoern Schiessle a09df0083e add 'received_from' info to the share, so that every share can have a different value 12 years ago
Bjoern Schiessle 9548670da7 we need the file_source to delete a share successfully 12 years ago