Commit Graph

155 Commits (3d6d8d1bb683f9daca3a2b8a876e291adc320375)

Author SHA1 Message Date
Robin Appelman 3d6d8d1bb6 Reuse the data retrieved from the cache in checkUpdate 11 years ago
Bjoern Schiessle fa7f53e89d it is not an urgent error... a DEBUG message is enough at this point 11 years ago
Bjoern Schiessle d1b47021f1 don't unshare on delete 11 years ago
Vincent Petry 8eaa39f4e2 Removed special handling of part files in shared storage rename 11 years ago
Vincent Petry 89eb3759a8 Fixed sharing results to include the correct permissions 11 years ago
Bjoern Schiessle ace1d40ed6 get owner from share item, if we expire a share while the user updates his /Shared folder than the owner is different from the currently logged in user 11 years ago
Bjoern Schiessle eaedda2116 make sure that we don't try to access an already deleted files, fixes some file source not found warnings 11 years ago
Vincent Petry d2840a045d Fixed sharing hook to not remove the share before the trashbin 11 years ago
Robin Appelman a2015ee065 Use View::copy and View::rename when copying or renaming files in the shared storage 12 years ago
Vincent Petry 9f4fd0161e Added unit tests for shared files watcher 12 years ago
Vincent Petry eb6fc14f84 Removed unused method 12 years ago
Vincent Petry e3868ba118 Fixed watcher to also update the owner's folder sizes 12 years ago
Thomas Müller a7cb16aab1 use === 12 years ago
Jörn Friedrich Dreyer 68e88b6e40 count correct array, then using 1000 as MAX_SQL_CHUNK_SIZE works as expected 12 years ago
Bjoern Schiessle fcfac51aa1 backport of https://github.com/owncloud/core/pull/5513 12 years ago
Thomas Müller f91a4c89ca adding storage_mtime handling to SharedCache 12 years ago
Bjoern Schiessle 2221aa9ca4 run first getUsersItemShared() with the owner 12 years ago
Bjoern Schiessle 60e219da43 update etags for user we haven't checked yet 12 years ago
Bjoern Schiessle 6ae761d946 keep a list of users we already checked to avoid loops 12 years ago
Bjoern Schiessle dd972f65a8 fix infinite loop while updating etags, fix for #4365 12 years ago
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