summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/updater.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+13
* Updating license headersJenkins for ownCloud2015-02-231-13/+17
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-2/+5
* Fix update cleanup to only affect file and foldersVincent Petry2014-07-081-2/+2
* rename mount point of children if parent was renamedBjoern Schiessle2014-07-021-0/+23
* make sure that during share and unshare the etags get propagated correctlyBjoern Schiessle2014-06-251-0/+62
* move the mount point up if a share is mounted to a subfolder and the subfolde...Bjoern Schiessle2014-05-211-3/+6
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-2/+2
* Merge branch 'sharing_cleanup' of github.com:owncloud/core into sharing_cleanupBjoern Schiessle2014-05-071-1/+1
|\
| * Fix endless loop on windows serversJoas Schilling2014-05-071-1/+1
* | remove error_log outputBjoern Schiessle2014-05-071-2/+1
|/
* ignore part filesBjoern Schiessle2014-05-071-0/+6
* fix etag propagationBjoern Schiessle2014-04-231-44/+33
* remove invalid shares with one SQL statementMorris Jobke2014-03-131-12/+5
* Refactor update script to class and add unit testMorris Jobke2014-03-131-0/+22
* get owner from share item, if we expire a share while the user updates his /S...Bjoern Schiessle2013-12-051-2/+6
* make sure that we don't try to access an already deleted files, fixes some fi...Bjoern Schiessle2013-11-281-7/+16
* Fixed sharing hook to not remove the share before the trashbinVincent Petry2013-11-271-1/+6
* backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle2013-10-291-7/+0
* run first getUsersItemShared() with the ownerBjoern Schiessle2013-10-231-1/+1
* update etags for user we haven't checked yetBjoern Schiessle2013-10-231-1/+1
* keep a list of users we already checked to avoid loopsBjoern Schiessle2013-10-231-3/+3
* fix infinite loop while updating etags, fix for #4365Bjoern Schiessle2013-10-231-2/+4
* catch exception if db query execution failsBjoern Schiessle2013-10-071-1/+5
* add commentsBjoern Schiessle2013-10-041-0/+5
* remove deleted shares from the database table oc_shareBjoern Schiessle2013-10-021-0/+10
* the old path no longer exists after rename, update the parent folder insteadBjörn Schießle2013-03-251-1/+1
* fix indentionBjörn Schießle2013-03-251-12/+12
* skip update if the recipient is the same user as the owner, otherwise we run ...Björn Schießle2013-03-251-5/+9
* Fix correctFolders and retrieve the correct storage cacheMichael Gapczynski2013-03-081-7/+4
* not only files can be reshared but also foldersBjörn Schießle2013-03-081-1/+1
* Fix share hook for updaterMichael Gapczynski2013-03-081-2/+14
* itemSource parameter should be fileSourceMichael Gapczynski2013-03-071-2/+2
* Update Shared folders ETags of users with resharesMichael Gapczynski2013-03-061-5/+11
* Fix variable name in Shared_UpdaterMichael Gapczynski2013-03-021-1/+1
* Update ETag when file is sharedMichael Gapczynski2013-03-021-0/+10
* Fix target path and reuse mtimeMichael Gapczynski2013-02-261-4/+4
* Correct parent folders' ETags for all users with access to a shared fileMichael Gapczynski2013-02-261-0/+77