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/apps
AgeCommit message (Expand)Author
2013-07-08Merge pull request #3970 from owncloud/backport-3946-stable5Thomas Müller
2013-07-08Merge pull request #3940 from owncloud/stable5_oracle_testsuite_fixesJörn Friedrich Dreyer
2013-07-08Squashed commit of the following:Thomas Müller
2013-07-06Backport of #3951 to stable5Thomas Müller
2013-07-06Backport of #3948 to stable5Thomas Müller
2013-07-05for now we disable public upload in case encryption is enabledThomas Mueller
2013-07-05adding tipsy to the upload button showing the max upload and restoring client...Thomas Müller
2013-07-05remove unneeded bracket, was introduced by the last mergeBjörn Schießle
2013-07-05added helper function to escape glob patternBjörn Schießle
2013-07-05fix getUidAndFilename() testBjörn Schießle
2013-07-05only check for external mount points if the external storage app is enabledBjörn Schießle
2013-07-05make trash bin aware of system wide mounts with respect to encryption keysBjörn Schießle
2013-07-05only escape glob patternBjörn Schießle
2013-07-05del share keys from correct locationBjörn Schießle
2013-07-05always return normalized pathBjörn Schießle
2013-07-05delete file keys from the correct locationBjörn Schießle
2013-07-05handle rename correctly for system wide mountsBjörn Schießle
2013-07-05move isSystemWideMountPoint() to util.phpBjörn Schießle
2013-07-05some performance improvements, check for system wide mounts only once while w...Björn Schießle
2013-07-05fix path to OC_Mount_ConfigBjörn Schießle
2013-07-05handle system wide mount pointsBjörn Schießle
2013-07-04fix position of 'user shared the folder foldername with you' labelGeorg Ehrke
2013-07-04stable5 does not have execute audited yetJörn Friedrich Dreyer
2013-07-04more verbose error messageBjörn Schießle
2013-07-04improved error messageBjörn Schießle
2013-07-04no ?> at the end of a fileThomas Müller
2013-07-04typoThomas Müller
2013-07-04cast result to boolBjörn Schießle
2013-07-04fix error stringBjörn Schießle
2013-07-04add correct php versionBjörn Schießle
2013-07-04check php version, the encryption app needs php >= 5.3.3Björn Schießle
2013-07-04fix numRows usage in files_encryptionJörn Friedrich Dreyer
2013-07-04fix numRows usage in user_ldapJörn Friedrich Dreyer
2013-07-03add public apiBjörn Schießle
2013-07-03move to non-static OC_DefaultsBjörn Schießle
2013-07-03Add init funtion to OC_Defaults to be able to wrap translatable stringsBjörn Schießle
2013-07-02add openssl_error_string() output to the owncloud.logBjörn Schießle
2013-07-02fix function documentationBjörn Schießle
2013-07-02introduce pre-disable-app hook and use it for the encryption app to reset mig...Björn Schießle
2013-07-02Merge pull request #3909 from owncloud/stable5-anon-uploadJörn Friedrich Dreyer
2013-07-02improved error messageBjörn Schießle
2013-07-01fix detection of public upload in filelist.jsRobin Appelman
2013-07-01fix uploading when ['dirtoken'] is not setRobin Appelman
2013-07-01code styleRobin Appelman
2013-07-01Added file-upload to GIT repoRoman Geber
2013-07-01Public upload featureRoman Geber
2013-07-01use css browser switch instead of deprecated jquery browser detectionJörn Friedrich Dreyer
2013-07-01'#upload' is actually '#uploadprogresswrapper', fix css and js to show cancel...Jörn Friedrich Dreyer
2013-07-01use local variable to walk DOM only onceJörn Friedrich Dreyer
2013-07-01use === to compare empty string ''Jörn Friedrich Dreyer