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
path: root/lib
AgeCommit message (Expand)Author
2015-11-10Merge pull request #20432 from owncloud/cache-escape-like-82Vincent Petry
2015-11-10Merge pull request #20308 from owncloud/stable8.2-backport-use-actual-mimetyp...Morris Jobke
2015-11-10escape like parameter in cache moveRobin Appelman
2015-11-10define escape character for like statements on oracleRobin Appelman
2015-11-10define escape character for like statements on sqliteRobin Appelman
2015-11-10Merge pull request #20392 from owncloud/storage_not_available_8.2Vincent Petry
2015-11-10use a HintException to have some useful user output in case of an errorBjörn Schießle
2015-11-10Fix Error message when sharing outside of groupRoeland Jago Douma
2015-11-09Merge pull request #20387 from owncloud/backport-20348-integer-group-namesVincent Petry
2015-11-09Merge pull request #20326 from owncloud/getfileinfo-locking82Vincent Petry
2015-11-09Merge pull request #20331 from owncloud/fix_20234_8.2Vincent Petry
2015-11-09Make sure that group names are strings not integersJoas Schilling
2015-11-05Backport translations for 8.2Joas Schilling
2015-11-05make sure that we update the unencrypted size for the versionsBjörn Schießle
2015-11-05when a file is locked use old cache dataRobin Appelman
2015-11-05only lock in getDirectoryContent if we need to update the cacheRobin Appelman
2015-11-05only lock in getFileInfo if we need to update the cacheRobin Appelman
2015-11-05Split checkUpdateRobin Appelman
2015-11-04Use actual mimetype detection instead of extensionLukas Reschke
2015-10-29include the final update in the transaction when moving a folder in the cacheRobin Appelman
2015-10-29Add a repair step that checks for group membership on sharesJoas Schilling
2015-10-29Remove shares where the parent does not exist anymoreJoas Schilling
2015-10-27Verify the src exists in webdav MOVERoeland Jago Douma
2015-10-26Merge pull request #19976 from owncloud/db-keep-shared-locks-82Thomas Müller
2015-10-26Merge pull request #20041 from owncloud/backport-fix-link-sharing-regression-...Thomas Müller
2015-10-26Dont lock /$user/filesRobin Appelman
2015-10-26Fix for broken ajax/share.php endpointRoeland Jago Douma
2015-10-26Ensure the password is only hashed in case it's changed on the client - fixes...Thomas Müller
2015-10-26Expose syslog tag in the configurationVolker Fröhlich
2015-10-23Make `getCurrentUser` behaviour similar to `auth`Lukas Reschke
2015-10-22Keep shared locks until the end of the request so we can reuse themRobin Appelman
2015-10-22Merge pull request #19942 from owncloud/backport-19918Lukas Reschke
2015-10-21Use IRequest's `getScriptName` functionality instead of $_SERVER['SCRIPT_NAME']Lukas Reschke
2015-10-21Remove dependency on ICrypto + use XORLukas Reschke
2015-10-21Update: state which step we are going to start and warn if it might be slowJoas Schilling
2015-10-21Merge pull request #19882 from owncloud/backport-ceph-stop-script-changesThomas Müller
2015-10-20Merge pull request #19893 from owncloud/locking_exception_8.2Morris Jobke
2015-10-20Merge pull request #19777 from owncloud/backport-19764Morris Jobke
2015-10-20Merge pull request #19765 from owncloud/backport-19580Morris Jobke
2015-10-20Merge pull request #19876 from owncloud/backport-19820-stable8.2Morris Jobke
2015-10-20Merge pull request #19766 from owncloud/stable8.2-proppatch-lastmodifiedMorris Jobke
2015-10-20Merge pull request #19800 from owncloud/backport-19731Thomas Müller
2015-10-20catch all exception if table doesn't existsBjörn Schießle
2015-10-20fix objectstore files having create permissionsRobin Appelman
2015-10-20detect object homestorage in share codeRobin Appelman
2015-10-20don't move files in cache twice, fixes renaming for objectstoresJörn Friedrich Dreyer
2015-10-19Check for error when resharingRoeland Jago Douma
2015-10-19When sharing with the owner show the pathRoeland Jago Douma
2015-10-19The full name has to be tested if it's a dir - fixes #19854Thomas Müller
2015-10-15update deprecation messageMorris Jobke