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
2014-07-21perm -> permissionsThomas Müller
2014-07-21Document why we have to check with defined() first.Andreas Fischer
2014-07-21Make MySQL return "number of found rows" instead of number of "affected rows".Andreas Fischer
2014-07-19check if $tables is an arrayThomas Müller
2014-07-19Merge pull request #9706 from owncloud/keep_session_in_sync_stable7Lukas Reschke
2014-07-18update the appstore api urlFrank Karlitschek
2014-07-17keep session in syncJörn Friedrich Dreyer
2014-07-17Revert "files: storage: rename should check parent directories of old and new...Thomas Müller
2014-07-17Revert "Fix renaming files in the root folder of a MappedLocal storage"Thomas Müller
2014-07-17Fix renaming files in the root folder of a MappedLocal storageRobin Appelman
2014-07-16files: storage: rename should check parent directories of old and new filesTigran Mkrtchyan
2014-07-16Merge pull request #9584 from anexia-it/bug-9583Vincent Petry
2014-07-16make sure that 'OC_Theme' exists before checking if the method existsBjoern Schiessle
2014-07-15fix logger implementation and testJörn Friedrich Dreyer
2014-07-15mkae getRelativePath of file search results overwriteable in subclassesJörn Friedrich Dreyer
2014-07-15return relative pathJörn Friedrich Dreyer
2014-07-15use fileinfo object in search resultsJörn Friedrich Dreyer
2014-07-15- Added test to trigger index id errorVincent Petry
2014-07-15Update share.phplibasys
2014-07-15Updated code to reflect changes introduced to \OC\Group\MetaData.Stephan Peijnik
2014-07-15Use is_null() instead of empty() when checking the return value of GroupManag...Stephan Peijnik
2014-07-15Fix indentation.Stephan Peijnik
2014-07-15Fixes #9583Stephan Peijnik
2014-07-15Backport of #9562Arthur Schiwon
2014-07-14Use the correct path when building the FileInfo for the search resultRobin Appelman
2014-07-14append file extension to the temporary file which contains the downloaded arc...Thomas Müller
2014-07-14Expose the user manager in the public server containerRobin Appelman
2014-07-14Add public interfaces for User, UserManager and UserSessionRobin Appelman
2014-07-14Fix for #9422Daniel Hansson
2014-07-14improve check for duplicate appsGeorg Ehrke
2014-07-14add proper version comparision in OC_Installer::isUpdateAvailableGeorg Ehrke
2014-07-10adding 'groups' entry to remote appsThomas Müller
2014-07-10fixing typosThomas Müller
2014-07-09BugFix missing $item on 'file_target' Line 1911libasys
2014-07-08Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller
2014-07-08Adding new interface \OCP\Activity\IExtentsionThomas Müller
2014-07-08Merge pull request #9500 from owncloud/fix9475blizzz
2014-07-08use case insensitive LIKE when searching for files in mysqlRobin Appelman
2014-07-08Add repair step to set MySQL collation to utf8_binRobin Appelman
2014-07-08also appconfig shall not write to database if the value is unchangedArthur Schiwon
2014-07-08do not write to database when the value is the sameArthur Schiwon
2014-07-07add ocsids to info.xmlGeorg Ehrke
2014-07-07Only calculate the WEBROOT from scriptName if it contains $SUBURIJoas Schilling
2014-07-07Only overwrite serverHost when in unit testsJoas Schilling
2014-07-07MySQL: adding repair step to convert MyIsam tables to InnoDBThomas Müller
2014-07-07fix phpDocBlock for OC_App::getAppInfoGeorg Ehrke
2014-07-07better validation: cadd extra check if appinfo/info.xml existsGeorg Ehrke
2014-07-04make sure that the umount hook always contains the path relative to data/user...Bjoern Schiessle
2014-07-04deprecate OC_Search_Provider in favor of \OCP\Search\ProviderJörn Friedrich Dreyer
2014-07-04Add machine readable error messages to OC\JSONRobin Appelman