Commit Graph

638 Commits (afbe50d09c7d9e5cbed2a09bc915ba4eaa8ced27)

Author SHA1 Message Date
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
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 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
Thomas Müller 993fea2f05 fix appframework routing 11 years ago
Thomas Müller 92c8672c0f fixing PHPDoc comments and syntax 11 years ago
Arthur Schiwon f94a6eb166 Add missing Avatar Interface 11 years ago
Arthur Schiwon 00071401d7 Round out Avatar Public API 11 years ago
Robin Appelman abc428916c Fix fatal error when trying to open a non existing public link 11 years ago
kondou 507325dd50 Add public API for \OC\Avatar 11 years ago
Morris Jobke ef592981ea unify license headers for public API files 11 years ago
Morris Jobke d2a48d58ce fix "No page-level DocBlock" 11 years ago
Andreas Fischer 7c1f0da0fe Always select item_source. 11 years ago
Andreas Fischer fa56aec4b8 Deduplicate expiration date check into a method. 11 years ago
Andreas Fischer 779b87d46a Use unshareItem() when unsharing expired shares. 11 years ago
Andreas Fischer ebf1694795 Use unshareItem() in unshareAll(). 11 years ago
Andreas Fischer 1d1f5b288e Extract unshare() code into unshareItem(). 11 years ago
Andreas Fischer 329299e34c OCP\Share::unshareAll(): Deduplicate hook parameters. 11 years ago
Morris Jobke 0dbe90cc9a fix documentation stuff 11 years ago
Thomas Müller 1317b7c03d pass the name of the item source from the browser to the server - no need to get the data via complicated db queries 11 years ago