Commit Graph

762 Commits (b5f0a179187bb3f10a939518c6eba72593c1f7a5)

Author SHA1 Message Date
Bjoern Schiessle 8b6d1d3bf2 added private share api 11 years ago
Robin Appelman f17674fef2 Only load routes from the apps we need 11 years ago
Thomas Müller 3eb5898f7b use \OC_Mail::validateAddress() to validate the email address - fixes #7862 11 years ago
Robin Appelman 0d0aac6fff Load the routes when matching or generating a route instead of when creating the router 11 years ago
Thomas Tanghus 51fe3b8ccd Fix 'Undefined variable: message' in OCP\Util::logException 11 years ago
Vincent Petry 80180bea32 Added IV for ext storage password encryption 11 years ago
Bjoern Schiessle 9d32475260 finally fix the paths for the OCS Share API 11 years ago
Bjoern Schiessle 36885dc64c fix path creation for re-shares, issue #7662 11 years ago
Robin Appelman 4a2b16d76d update copyright header 11 years ago
Thomas Müller 73a1ece753 adding an explicit close method to class session - write operations (set and remove) being called after close() will throw an exception 11 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 11 years ago
Thomas Tanghus a1aacc18df Add @return PHPDocs 11 years ago
Thomas Tanghus 8f6ea900f2 Chainable Response in AppFramework 11 years ago
Robin Appelman 65f52fee4f Fix FileInfo->getType errors 11 years ago
Robin Appelman 9231195c98 Fix FileInfo->getType 11 years ago
Bart Visscher 8951328a87 More PHPDoc updates 11 years ago
Bart Visscher e2286c6598 Type is with a small letter 11 years ago
Bart Visscher 35a8dfb2fa More PHPDoc fixes, using scrutinizer patches as hints 11 years ago
Bart Visscher 89e0763d3d Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N 11 years ago
Bart Visscher 47d70da2f5 Use limit=1 so the db can stop searching on the first hit 11 years ago
Bjoern Schiessle e3f676e009 fix path in sharing results if it is a file in the Shared folder 11 years ago
Bart Visscher 1d7564dc2f Only check for existence of shared files when doing shared storage setup 11 years ago
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