Commit Graph

738 Commits (a7ae2e874a28aed2c190840634db50a19ab1d2e7)

Author SHA1 Message Date
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 12 years ago
Bernhard Posselt 1d45239c65 adjust license headers to new mail address 12 years ago
Bernhard Posselt cb666c18d6 rename formatter to responder, formatResponse to buildResponse 12 years ago
Bernhard Posselt 80648da431 implement most of the basic stuff that was suggested in #8290 12 years ago
Bernhard Posselt 3af30625ab Make db connection protected 12 years ago
Bernhard Posselt 9a4d204b55 add cors middleware 12 years ago
Bernhard Posselt b4298c68ca - make logger available in the container 12 years ago
Vincent Petry 4a493c8835 Some expected Sabre exceptions are now logged with DEBUG level 12 years ago
Bart Visscher 614cc67f88 Correct return type for getFilePath 12 years ago
Bart Visscher c34659dd89 Better documentation for isValidSource function 12 years ago
Bernhard Posselt 5199e4508a dont update entity and dont run an update query if an entity wasnt changed at all 12 years ago
Bjoern Schiessle c4e0fb75a4 add api to get shares from a specific user 12 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 13 years ago
Bernhard Posselt 7e447f4f42 make download and redirectresponse public 13 years ago
Lukas Reschke 886c5177e7 Fix typo & add type 13 years ago
Bernhard Posselt 4a7e0561ca move db into iservercontainer 13 years ago
Bernhard Posselt 95a83233a9 fix doc strings for db facade 13 years ago
Bernhard Posselt 93237d87ec fix scrutinizer issues 13 years ago
Bernhard Posselt f260951825 port database layer from appframework to core 13 years ago
Bart Visscher cc8a4511fe Fix PHPdoc in lib/public 13 years ago
Bart Visscher a9bf3df82d Fix PHPdoc in OC\Share\Share and OCP\Share 13 years ago
Lukas Reschke b04d95b116 Remove uneeded usages of nosniff 13 years ago
Bernhard Posselt f06ef8aa4b register middleware as string to not force request to be instantiated too early and thus not having url parameters 13 years ago
Joas Schilling 015b9b1dac Add option to getUsersSharingFile() to get the paths for the shared users 13 years ago
Thomas Müller 85e7921b14 fixing undefined exception classes 13 years ago
Bernhard Posselt 5f3b8c45d7 Remove dependency on container, removing service locator antipattern 13 years ago
Bjoern Schiessle 8e34812393 always encrypt files to owner 13 years ago
Bjoern Schiessle 6afd496d9b remove prepFileTarget() seems that it is no longer in use 13 years ago
Bjoern Schiessle b602662578 add a "helper" and a "hooks" class. Move constants needed by multiple classes 13 years ago
Bjoern Schiessle 8b6d1d3bf2 added private share api 13 years ago
Robin Appelman f17674fef2 Only load routes from the apps we need 13 years ago
Thomas Müller 3eb5898f7b use \OC_Mail::validateAddress() to validate the email address - fixes #7862 13 years ago
Robin Appelman 0d0aac6fff Load the routes when matching or generating a route instead of when creating the router 13 years ago
Thomas Tanghus 51fe3b8ccd Fix 'Undefined variable: message' in OCP\Util::logException 13 years ago
Vincent Petry 80180bea32 Added IV for ext storage password encryption 13 years ago
Bjoern Schiessle 9d32475260 finally fix the paths for the OCS Share API 13 years ago
Bjoern Schiessle 36885dc64c fix path creation for re-shares, issue #7662 13 years ago
Robin Appelman 4a2b16d76d update copyright header 13 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 13 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 13 years ago
Thomas Tanghus a1aacc18df Add @return PHPDocs 13 years ago
Thomas Tanghus 8f6ea900f2 Chainable Response in AppFramework 13 years ago
Robin Appelman 65f52fee4f Fix FileInfo->getType errors 13 years ago
Robin Appelman 9231195c98 Fix FileInfo->getType 13 years ago
Bart Visscher 8951328a87 More PHPDoc updates 13 years ago
Bart Visscher e2286c6598 Type is with a small letter 13 years ago
Bart Visscher 35a8dfb2fa More PHPDoc fixes, using scrutinizer patches as hints 13 years ago
Bart Visscher 89e0763d3d Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N 13 years ago