Commit Graph

606 Commits (82bf1f9c8ccbfed39790d22b2fbea2c5286122dc)

Author SHA1 Message Date
Vincent Petry 409b510889 Moved content disposition code+workarounds to OCP\Response 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
Morris Jobke b7ddc78626 fix db.php doc 13 years ago
Thomas Müller 993fea2f05 fix appframework routing 13 years ago
Thomas Müller 92c8672c0f fixing PHPDoc comments and syntax 13 years ago
Arthur Schiwon f94a6eb166 Add missing Avatar Interface 13 years ago
Arthur Schiwon 00071401d7 Round out Avatar Public API 13 years ago
Robin Appelman abc428916c Fix fatal error when trying to open a non existing public link 13 years ago
kondou 507325dd50 Add public API for \OC\Avatar 13 years ago
Morris Jobke ef592981ea unify license headers for public API files 13 years ago
Morris Jobke d2a48d58ce fix "No page-level DocBlock" 13 years ago
Andreas Fischer 7c1f0da0fe Always select item_source. 13 years ago
Andreas Fischer fa56aec4b8 Deduplicate expiration date check into a method. 13 years ago
Andreas Fischer 779b87d46a Use unshareItem() when unsharing expired shares. 13 years ago
Andreas Fischer ebf1694795 Use unshareItem() in unshareAll(). 13 years ago
Andreas Fischer 1d1f5b288e Extract unshare() code into unshareItem(). 13 years ago
Andreas Fischer 329299e34c OCP\Share::unshareAll(): Deduplicate hook parameters. 13 years ago
Morris Jobke 0dbe90cc9a fix documentation stuff 13 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 13 years ago
Vincent Petry c4dee281e6 Added $app parameter to logException 13 years ago
Vincent Petry 42c58220de Moved logException to OCP\Util class 13 years ago
Thomas Tanghus ad017285e1 Fix namespace for OCP\Appframework\Http 13 years ago
Morris Jobke 1f1fcc6129 Remove "link" shares right after disabling the "allow_link_share" setting 13 years ago
Michael Gapczynski 4cf328e3b9 Don't return links for shared files if disabled 13 years ago
Morris Jobke f9bbfad3e5 Fix sharing error message - id -> file name 13 years ago
Morris Jobke 30f4d91d01 Public API documentation fixes 13 years ago
Thomas Müller 852a50aa89 remove test code 13 years ago
Thomas Tanghus d75d80ba13 OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller 13 years ago
Thomas Müller 8e97752bf7 adding OC6 public API for activities 13 years ago
Bjoern Schiessle 7fe493fdb8 make sure that we only find file/folder shares 13 years ago
Thomas Müller 730c80ff9c adding additional exceptions for special cases where creating a file might not be allowed 13 years ago
Thomas Müller c3286402a8 removing log(), getTemplate(), getLocalFilePath(), getUrlContent(), getFileInfo() 13 years ago
Thomas Müller 39be4dca67 removing all link/url related calls from API class 13 years ago
Thomas Müller 3ea2dfa5f9 remove getTrans() from API class 13 years ago
Thomas Müller aefea2a408 remove unused classes 13 years ago
Thomas Müller e071bfc144 fixing SecurityMiddleware to use OC6 API 13 years ago
Thomas Müller 1f14ba6aed move controller to OCP 13 years ago
Thomas Tanghus 47b2007228 Remove misleading IMiddleware interface 13 years ago
Thomas Tanghus c85621a897 Make abstract Middleware class public 13 years ago
Bart Visscher 21cbef0d2c passesCSRFCheck added to OCP\IRequest 13 years ago