Commit Graph

78 Commits (20fc4b8b533407c7282bf1634e90f3a52e5619f0)

Author SHA1 Message Date
Bjoern Schiessle a0b85fc5e4 make sure that during share and unshare the etags get propagated correctly 11 years ago
Robin Appelman c61f759a8b Fix check for shared files inside shares 11 years ago
Robin Appelman 65f3b2fad2 Add server<->server sharing backend 11 years ago
Vincent Petry 65b3d293ce Added ORDER BY to enforce share entry order 11 years ago
Bjoern Schiessle f15d7dfec0 only expire link shares 11 years ago
Bjoern Schiessle 3459f99dd6 make sure that we only delete shares for the current user 11 years ago
Bjoern Schiessle eec1c4398a only unshare user share if it was shared with the current user 11 years ago
Bjoern Schiessle 5bbfdc35d7 make sure that we remove all shares refering to the same parent 11 years ago
Bjoern Schiessle 86d7371d0c fix unshareFromSelf() 11 years ago
Bjoern Schiessle bf5e9357fc don't allow to share single files with delete permissions, user should only be possible to unshare a single file but never to delete it 11 years ago
Bjoern Schiessle 6578f00b4b unify share settings 11 years ago
Thomas Müller da3974bcb2 - drop permissions table and related code 11 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Joas Schilling ab7ae004f7 Automatically copy the share expiration date when new shares are created 11 years ago
Bjoern Schiessle 7a48f24459 use default expire date only for link shares 11 years ago
Bjoern Schiessle b6e14af861 allow admin to enforce passwords for public link shares 11 years ago
Thomas Müller fa503a4772 fix PHPDoc 11 years ago
Thomas Müller 7853bc4cac adding PHPDoc 11 years ago
Thomas Müller 147007bdd8 fixing typo and missing @throws 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Bart Visscher 9f88141bcd Use 'boolean' as type instead of 'bool' 11 years ago
Bart Visscher 72864d1c53 Typo 11 years ago
Bart Visscher 50f49c57b5 Some more params are optional 11 years ago
Robin McCorkell 77e3d067f0 Better handle return values from Filesystem::getMountBy* 11 years ago
Bjoern Schiessle 35321c7d41 add additional rows to the select statement, 'stime' is needed for the expire check 11 years ago
Bjoern Schiessle 6650be9913 add setting to set default expire date 11 years ago
Volkan Gezer ff0dab6e92 This adds one more missing untranslated text from lib/share 11 years ago
Bjoern Schiessle b312d38d38 remove hard-coded shared folder 11 years ago
Bjoern Schiessle fb88aba8f4 some fixes to make the gallery work, this made it necessary to adjust some tests and the encryption code 11 years ago
Bjoern Schiessle 652d417a58 we don't allow to share a folder if it contains a share mount point 11 years ago
Bjoern Schiessle bffcbac7a7 allow to rename group share mount points 11 years ago
Bjoern Schiessle 4c840cb61d fix target generation for group shares 11 years ago
Bjoern Schiessle ed981294f1 fix share api tests 11 years ago
Bjoern Schiessle c4e0fb75a4 add api to get shares from a specific user 11 years ago
Bjoern Schiessle cfc52ccc3d add some action items 11 years ago
Volkan Gezer 6e857de6b7 Make lib/** share.php strings extractable for translation 11 years ago
Bart Visscher a9bf3df82d Fix PHPdoc in OC\Share\Share and OCP\Share 11 years ago
Joas Schilling 352063cf0a Fix Undefined index: storage in share.php 11 years ago
Joas Schilling d418e176ce Do not query when the list is empty 11 years ago
Joas Schilling 015b9b1dac Add option to getUsersSharingFile() to get the paths for the shared users 11 years ago
Robin Appelman 850a0e7388 Verify that a file exists before we share it 11 years ago
Bjoern Schiessle 3a731a01b1 select statement always need to contain file_source respectively item_source 11 years ago
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