Commit Graph

670 Commits (f710205ee766cb2c12cf21d28cd5295d9fff432c)

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