Commit Graph

133 Commits (85edbb08c1768237e005fea3a763deff2c859c29)

Author SHA1 Message Date
Morris Jobke 1f1fcc6129 Remove "link" shares right after disabling the "allow_link_share" setting 12 years ago
Bjoern Schiessle 48cd9d9444 filter duplicates directly in the sql query 12 years ago
Bjoern Schiessle e7dc6b21c8 split up reset()['path'] to make it compatible with older PHP versions 12 years ago
Bjoern Schiessle ab6ee79e11 adjust tests 12 years ago
Bjoern Schiessle abf10ac9bd new option to add reshares to the result 12 years ago
Bjoern Schiessle 3dd313dca2 add "received_from" and "received_from_displayname" field in case of a reshared file to the output 12 years ago
Bjoern Schiessle 288f01bf62 catch exception if db query execution fails 12 years ago
Bjoern Schiessle 401740166b add comments 12 years ago
Bjoern Schiessle dd2bf69152 use true/false instead of yes/no for publicUpload and subfiles parameter 12 years ago
Bjoern Schiessle a1fe5148b5 use always path as parameter to specify a file/folder 12 years ago
Bjoern Schiessle aa660a3475 remove deleted shares from the database table oc_share 12 years ago
Bjoern Schiessle 513dc20d4b also return success if no shares are found. 12 years ago
Thomas Müller 63ea6844e8 - adding unit test testGetShareFromUnknownId() 12 years ago
Thomas Müller cd2421c7ee adding PHPDoc comments to getBackend 12 years ago
Bjoern Schiessle 259f03bee2 remove debug output 12 years ago
Jörn Friedrich Dreyer 6aeb0a99da same for search by mime 12 years ago
Jörn Friedrich Dreyer 3b4020e811 add all results, sharing cache also returns entries for shared files in external storages 12 years ago
Jörn Friedrich Dreyer 466fd8acda fix getAll(), refactor search by mime & search 12 years ago
Jörn Friedrich Dreyer 392c6b6832 return fixed path, skip shared files outside of 'files' 12 years ago
Jörn Friedrich Dreyer 27511d9187 divide ids into chunks of 1k 12 years ago
Jörn Friedrich Dreyer e8bf576184 add initial search in shared files 12 years ago
Bjoern Schiessle 39920955f2 set share id to 'unknown' if we can't retrive one 12 years ago
Bjoern Schiessle c9f1538c1f extend API to get the shares from all files in a given folder 12 years ago
Bjoern Schiessle b947aab802 some unit test for the new ocs share api 12 years ago
Bjoern Schiessle 199121134f return error if wrong shareType is given 12 years ago
Bjoern Schiessle 171b7ebffe remove debug output 12 years ago
Bjoern Schiessle e52639e4e6 use share ID as REST resource 12 years ago
Bjoern Schiessle 86dbb13823 more rest-style API 12 years ago
Bjoern Schiessle ef3307f099 return error if public upload is disabled 12 years ago
Bjoern Schiessle 7aed24fa6c allow to set a different permission during initial share operation 12 years ago
Bjoern Schiessle 14437ffd15 ocs api for file sharing 12 years ago
Bjoern Schiessle 3861c9bce1 some more OCS calls for sharing 12 years ago
Bjoern Schiessle b6ee727399 intermediate result ocs api 12 years ago
Arthur Schiwon c01675de5d more is_resource checks before readdir 12 years ago
Bjoern Schiessle 21a0a96e43 intermediate results, share api 12 years ago
Thomas Müller 3eed060ec9 backport of #4357 to master 12 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 12 years ago
Robin Appelman 88cc2ccb3b use renamed constants 12 years ago
Michael Gapczynski 5a47054505 Implement getDirectoryPermissions() in Shared Permissions, fixes #2846 12 years ago
Michael Gapczynski 7039421efc Fix retrieving of mount points for shared storage, fix #3218 12 years ago
Michael Gapczynski 04b7a9902d Fix #2816 renaming shared files 12 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 12 years ago
Robin Appelman 809b5f81f6 Further seperation of mount management logic 12 years ago
Björn Schießle c2a49b5c1f the old path no longer exists after rename, update the parent folder instead 12 years ago
Björn Schießle abd48496d2 fix indention 12 years ago
Björn Schießle 102120f105 skip update if the recipient is the same user as the owner, otherwise we run in a infinite loop for group shares 12 years ago
Michael Gapczynski e743386acf Fix correctFolders and retrieve the correct storage cache 12 years ago
Björn Schießle 02e2f7384e not only files can be reshared but also folders 12 years ago
Michael Gapczynski 20828488bc Fix share hook for updater 12 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 12 years ago