Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-09Fix sharing of ext storage mount pointsVincent Petry
2014-04-03Improve phpdocRobin Appelman
2014-04-03Implement getPath for shared filesRobin Appelman
2014-03-13finally fix the paths for the OCS Share APIBjoern Schiessle
2014-03-11add 'received_from' info to the share, so that every share can have a differe...Bjoern Schiessle
2014-03-10we need the file_source to delete a share successfullyBjoern Schiessle
2014-02-26only add "received_from" if a share was foundBjoern Schiessle
2014-02-21fix usersPath and add unit testsBjoern Schiessle
2014-02-07replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle
2014-02-06Fixed searchByMime in shared cacheVincent Petry
2014-02-03remove needless element tagBjoern Schiessle
2014-01-29public upload is also possible with encryption enabled, since OC6Bjoern Schiessle
2014-01-28use more accurate error codesBjoern Schiessle
2014-01-23Fixed sharing results to include the correct permissionsVincent Petry
2014-01-23add path relative to the files folder of the currently logged in user to the ...Bjoern Schiessle
2014-01-14it is not an urgent error... a DEBUG message is enough at this pointBjoern Schiessle
2014-01-13don't unshare on deleteBjoern Schiessle
2014-01-09Removed special handling of part files in shared storage renameVincent Petry
2013-12-06get owner from share item, if we expire a share while the user updates his /S...Bjoern Schiessle
2013-11-28make sure that we don't try to access an already deleted files, fixes some fi...Bjoern Schiessle
2013-11-27Fixed sharing hook to not remove the share before the trashbinVincent Petry
2013-11-11Use View::copy and View::rename when copying or renaming files in the shared ...Robin Appelman
2013-11-05Added unit tests for shared files watcherVincent Petry
2013-11-05Removed unused methodVincent Petry
2013-11-05Fixed watcher to also update the owner's folder sizesVincent Petry
2013-11-05Merge pull request #5540 from owncloud/scanner-enhancments-masterThomas Müller
2013-11-05use ===Thomas Müller
2013-10-30Merge pull request #5626 from owncloud/fix_search_in_shared_filesJörn Friedrich Dreyer
2013-10-30count correct array, then using 1000 as MAX_SQL_CHUNK_SIZE works as expectedJörn Friedrich Dreyer
2013-10-29backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle
2013-10-25adding storage_mtime handling to SharedCacheThomas Müller
2013-10-23run first getUsersItemShared() with the ownerBjoern Schiessle
2013-10-23update etags for user we haven't checked yetBjoern Schiessle
2013-10-23keep a list of users we already checked to avoid loopsBjoern Schiessle
2013-10-23fix infinite loop while updating etags, fix for #4365Bjoern Schiessle
2013-10-18Merge pull request #3219 from owncloud/disabled-links-uiFrank Karlitschek
2013-10-18Remove "link" shares right after disabling the "allow_link_share" settingMorris Jobke
2013-10-18filter duplicates directly in the sql queryBjoern Schiessle
2013-10-17split up reset()['path'] to make it compatible with older PHP versionsBjoern Schiessle
2013-10-17adjust testsBjoern Schiessle
2013-10-17new option to add reshares to the resultBjoern Schiessle
2013-10-10add "received_from" and "received_from_displayname" field in case of a reshar...Bjoern Schiessle
2013-10-07catch exception if db query execution failsBjoern Schiessle
2013-10-07Merge branch 'master' into remove_deleted_shares_from_dbBjoern Schiessle
2013-10-04add commentsBjoern Schiessle
2013-10-04Merge pull request #4877 from owncloud/ocs_share_apiBjörn Schießle
2013-10-04use true/false instead of yes/no for publicUpload and subfiles parameterBjoern Schiessle
2013-10-04use always path as parameter to specify a file/folderBjoern Schiessle
2013-10-02remove deleted shares from the database table oc_shareBjoern Schiessle
2013-09-30also return success if no shares are found.Bjoern Schiessle