Commit Graph

762 Commits (b5f0a179187bb3f10a939518c6eba72593c1f7a5)

Author SHA1 Message Date
ringmaster 54865815f5 Move Lock to private namespace, add interface. Update PHPDoc. 11 years ago
ringmaster 392a1b6662 Removed unused vars/declarations, update PHPDoc. 11 years ago
ringmaster f9dbdb7c5c Add actual locking and log changes necessary for debugging. 11 years ago
ringmaster dc1e3620d2 Continued flock work. 11 years ago
ringmaster 5365ae416e flock changes. Work in progress. 11 years ago
Morris Jobke 9a67986473 add OCP\Config:deleteSystemValue 11 years ago
Lukas Reschke c8b5ae675c Fix PHPDoc 11 years ago
Robin Appelman 8c5521fdfc Add $storage->instanceOfStorage to handle instanceof for storage wrappers 11 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 11 years ago
Thomas Müller 8749442fec no return on register and unregister 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Joas Schilling ab7ae004f7 Automatically copy the share expiration date when new shares are created 11 years ago
Bjoern Schiessle b6e14af861 allow admin to enforce passwords for public link shares 11 years ago
Bernhard Posselt 9e36c33104 use fetch method instead of fetchRow because fetchRow is only an owncloud internal alias that exists purely for compability 11 years ago
Bernhard Posselt 512373fadf provide a way to detect the language that is being used (e.g. for clientside javascript language selection 11 years ago
Robin McCorkell f7e777f7d2 Fix various code errors detected by Scrutinizer 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 11 years ago
Bernhard Posselt 1d45239c65 adjust license headers to new mail address 11 years ago
Bernhard Posselt cb666c18d6 rename formatter to responder, formatResponse to buildResponse 11 years ago
Bernhard Posselt 80648da431 implement most of the basic stuff that was suggested in #8290 11 years ago
Bernhard Posselt 3af30625ab Make db connection protected 11 years ago
Bernhard Posselt 9a4d204b55 add cors middleware 11 years ago
Bernhard Posselt b4298c68ca - make logger available in the container 11 years ago
Vincent Petry 4a493c8835 Some expected Sabre exceptions are now logged with DEBUG level 11 years ago
Thomas Müller c92c577b5e - Introduce isShared() and isMounted() on FileInfo class 11 years ago
Bart Visscher 614cc67f88 Correct return type for getFilePath 11 years ago
Bart Visscher c34659dd89 Better documentation for isValidSource function 11 years ago
Bernhard Posselt 5199e4508a dont update entity and dont run an update query if an entity wasnt changed at all 11 years ago
Bjoern Schiessle c4e0fb75a4 add api to get shares from a specific user 11 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 11 years ago
Bernhard Posselt 7e447f4f42 make download and redirectresponse public 11 years ago
Lukas Reschke 886c5177e7 Fix typo & add type 11 years ago
Bernhard Posselt 4a7e0561ca move db into iservercontainer 11 years ago
Bernhard Posselt 95a83233a9 fix doc strings for db facade 11 years ago
Bernhard Posselt 93237d87ec fix scrutinizer issues 11 years ago
Bernhard Posselt f260951825 port database layer from appframework to core 11 years ago
Bart Visscher cc8a4511fe Fix PHPdoc in lib/public 11 years ago
Bart Visscher a9bf3df82d Fix PHPdoc in OC\Share\Share and OCP\Share 11 years ago
Lukas Reschke b04d95b116 Remove uneeded usages of nosniff 11 years ago
Bart Visscher 5c412f480c $key is not needed for registering contactsmanager callbacks 11 years ago
Bernhard Posselt f06ef8aa4b register middleware as string to not force request to be instantiated too early and thus not having url parameters 11 years ago
Joas Schilling 015b9b1dac Add option to getUsersSharingFile() to get the paths for the shared users 11 years ago
Thomas Müller 85e7921b14 fixing undefined exception classes 11 years ago
Bernhard Posselt 5f3b8c45d7 Remove dependency on container, removing service locator antipattern 11 years ago
Bjoern Schiessle 8e34812393 always encrypt files to owner 11 years ago
Bjoern Schiessle 6afd496d9b remove prepFileTarget() seems that it is no longer in use 11 years ago
Bjoern Schiessle b602662578 add a "helper" and a "hooks" class. Move constants needed by multiple classes 11 years ago