711 Révisions (3d0661a1e79d48ff68a1302126a30e78a9732fa4)

Auteur SHA1 Message Date
  Lukas Reschke e88731a477 Some more PHPDoc fixes il y a 10 ans
  Bernhard Posselt 7e447f4f42 make download and redirectresponse public il y a 10 ans
  Bart Visscher cc8a4511fe Fix PHPdoc in lib/public il y a 10 ans
  Lukas Reschke b04d95b116 Remove uneeded usages of nosniff il y a 10 ans
  Bernhard Posselt f06ef8aa4b register middleware as string to not force request to be instantiated too early and thus not having url parameters il y a 10 ans
  Thomas Müller 85e7921b14 fixing undefined exception classes il y a 10 ans
  Bernhard Posselt 5f3b8c45d7 Remove dependency on container, removing service locator antipattern il y a 10 ans
  Bjoern Schiessle 8e34812393 always encrypt files to owner il y a 10 ans
  Bjoern Schiessle 6afd496d9b remove prepFileTarget() seems that it is no longer in use il y a 10 ans
  Bjoern Schiessle b602662578 add a "helper" and a "hooks" class. Move constants needed by multiple classes il y a 10 ans
  Bjoern Schiessle 8b6d1d3bf2 added private share api il y a 10 ans
  Robin Appelman f17674fef2 Only load routes from the apps we need il y a 10 ans
  Thomas Müller 3eb5898f7b use \OC_Mail::validateAddress() to validate the email address - fixes #7862 il y a 10 ans
  Robin Appelman 0d0aac6fff Load the routes when matching or generating a route instead of when creating the router il y a 10 ans
  Thomas Tanghus 51fe3b8ccd Fix 'Undefined variable: message' in OCP\Util::logException il y a 10 ans
  Vincent Petry 80180bea32 Added IV for ext storage password encryption il y a 10 ans
  Bjoern Schiessle 9d32475260 finally fix the paths for the OCS Share API il y a 10 ans
  Bjoern Schiessle 36885dc64c fix path creation for re-shares, issue #7662 il y a 10 ans
  Robin Appelman 4a2b16d76d update copyright header il y a 10 ans
  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 il y a 10 ans
  Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface il y a 10 ans
  Thomas Tanghus a1aacc18df Add @return PHPDocs il y a 10 ans
  Thomas Tanghus 8f6ea900f2 Chainable Response in AppFramework il y a 10 ans
  Robin Appelman 65f52fee4f Fix FileInfo->getType errors il y a 10 ans
  Bart Visscher 8951328a87 More PHPDoc updates il y a 10 ans
  Bart Visscher e2286c6598 Type is with a small letter il y a 10 ans
  Bart Visscher 35a8dfb2fa More PHPDoc fixes, using scrutinizer patches as hints il y a 10 ans
  Bart Visscher 89e0763d3d Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N il y a 10 ans
  Bjoern Schiessle e3f676e009 fix path in sharing results if it is a file in the Shared folder il y a 10 ans
  Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes il y a 10 ans
  Vincent Petry 797e0a614c Added extra checks for invalid file chars in newfile.php and newfolder.php il y a 10 ans
  Bart Visscher 2c6411b897 $default of OC_Config::[gs]etValue can have more then string as type il y a 10 ans
  Robin Appelman 62288971ca Additional phpdoc il y a 10 ans
  Robin Appelman 3aafa837b8 Remove internal methods from the public interface il y a 10 ans
  Robin Appelman a6399f9cef Add the background job list to the public server container il y a 10 ans
  Joas Schilling b330d07b51 Fix more documentation failes il y a 10 ans
  Bjoern Schiessle a8943ad022 replace 'size' with 'unencrypted_size' if encryption is enabled il y a 10 ans
  Jörn Friedrich Dreyer 81031984a6 remove duplicate param lines for OCP\User::getUsers() il y a 10 ans
  Vincent Petry 788c8540aa Added isLocal() method to storage, used for xsendfile il y a 10 ans
  Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches il y a 10 ans
  Robin Appelman 3c1ab66eda Reuse the calculated free_space in buildFileStorageStatistics il y a 10 ans
  Vincent Petry 11ef12a106 Added exception logger plugin for sabre connector il y a 10 ans
  Robin Appelman 1ab7ca0a19 Fix some phpdoc errors and rename interface il y a 10 ans
  Robin Appelman fc5f20112e Add isReadable, isUpdateable, isDeletable, isShareable il y a 10 ans
  Jens-Christian Fischer 0f6c607171 added function documentation il y a 10 ans
  Jens-Christian Fischer 506393090b Add 'mail_from_address' configuration il y a 10 ans
  Thomas Müller a3ea5aa2ac fixing comment + adding unit test for checkPasswordProtectedShare il y a 10 ans
  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 il y a 10 ans
  Thomas Müller 6746ad0a73 in case no share is found for the given token we can return right away il y a 10 ans
  Thomas Müller 9fd4cb1b66 adding password protection check to getShareByToken() il y a 10 ans