Commit Graph

671 Commits (fbd8c00a896fdfd2b19710646d9f6662e2bcd682)

Author SHA1 Message Date
Bjoern Schiessle e3f676e009 fix path in sharing results if it is a file in the Shared folder 12 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Vincent Petry 797e0a614c Added extra checks for invalid file chars in newfile.php and newfolder.php 12 years ago
Bart Visscher 2c6411b897 $default of OC_Config::[gs]etValue can have more then string as type 12 years ago
Robin Appelman 62288971ca Additional phpdoc 12 years ago
Robin Appelman 3aafa837b8 Remove internal methods from the public interface 12 years ago
Robin Appelman a6399f9cef Add the background job list to the public server container 12 years ago
Joas Schilling b330d07b51 Fix more documentation failes 12 years ago
Bjoern Schiessle a8943ad022 replace 'size' with 'unencrypted_size' if encryption is enabled 12 years ago
Jörn Friedrich Dreyer 81031984a6 remove duplicate param lines for OCP\User::getUsers() 12 years ago
Vincent Petry 788c8540aa Added isLocal() method to storage, used for xsendfile 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Robin Appelman 3c1ab66eda Reuse the calculated free_space in buildFileStorageStatistics 12 years ago
Vincent Petry 11ef12a106 Added exception logger plugin for sabre connector 12 years ago
Robin Appelman 1ab7ca0a19 Fix some phpdoc errors and rename interface 12 years ago
Robin Appelman fc5f20112e Add isReadable, isUpdateable, isDeletable, isShareable 12 years ago
Jens-Christian Fischer 0f6c607171 added function documentation 12 years ago
Jens-Christian Fischer 506393090b Add 'mail_from_address' configuration 12 years ago
Thomas Müller a3ea5aa2ac fixing comment + adding unit test for checkPasswordProtectedShare 12 years ago
Thomas Müller 23a4d0d44e OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 12 years ago
Thomas Müller 6746ad0a73 in case no share is found for the given token we can return right away 12 years ago
Thomas Müller 9fd4cb1b66 adding password protection check to getShareByToken() 12 years ago
Robin Appelman 82762bb462 remove ArrayAccess, JsonSerializable from the public part of FileInfo 12 years ago
Robin Appelman 39d2c18793 Extends phpdoc for \OCP\File\FileInfo 12 years ago
Robin Appelman 617acbd6f9 Add a FileInfo class which holds all info of a file and return that from getFileInfo, getDirectoryContent and search 12 years ago
Robin Appelman d50c7391d8 Use $server->getMemCacheFactory() in ldap connection 12 years ago
Robin Appelman 5a2a0426a6 Also update the OCP\IServerContainer 12 years ago
Robin Appelman be7837402d get the memorycache factory from OCP\Server instead of a cache instance 12 years ago
Robin Appelman 4d65a80892 Remove the static dependency on OC_Util from Memcache 12 years ago
ben-denham baccc8f584 Unshare all will now delete all shares for the item, instead of only for a single owner. 12 years ago
Thomas Müller aa17a896ac fix return statement 13 years ago
Thomas Müller 5eae75eeca kill MDB2 in PHPDoc 13 years ago
Vincent Petry 2a1d6d3106 Do not use L10n when logging exceptions 13 years ago
Robin Appelman e2efad6ae7 Also add default to the \OCP\IConfig interface 13 years ago
Robin Appelman 4c45c6f418 dont try to register background jobs if we haven't upgraded yet 13 years ago
Jörn Friedrich Dreyer 6408125edc rely only on php DateTime to parse the db datetime string 13 years ago
Vincent Petry 335b2f40a6 Fixed download file from URL error messages 13 years ago
Vincent Petry 409b510889 Moved content disposition code+workarounds to OCP\Response 13 years ago
Pellaeon Lin fc607e6bce Separate PHP upload limit and free space 13 years ago
Bjoern Schiessle 3f7aac1a79 add a optional parameter to skip check for expired files, this is necessary to find out to whom a file was shared after it was expired. 13 years ago
Morris Jobke b910524acb add comment from @DeepDiver 13 years ago
Morris Jobke 7c88736292 API doc for contacts manager, server container and share 13 years ago
Andreas Fischer 3bbaba1eca Use the Doctrine to convert date string to DateTime object. 13 years ago
Andreas Fischer a330b2ef9b Use DateTime object instead of fixed format date string. 13 years ago
Andreas Fischer 9fb1da2811 Use bindValue() instead of passing parameters in execute(). 13 years ago
Thomas Müller 1fdd2ac7ee adding documentation for registerRoutes() 13 years ago
Morris Jobke b3e7e54c8d fix some capital letters 13 years ago
Morris Jobke 4e0fa85307 page level doc blocks and class descriptions 13 years ago
Morris Jobke bc8cc9142e AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes 13 years ago
Morris Jobke 248eed16a6 fix defaults.php doc 13 years ago