Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add api to get shares from a specific user | Bjoern Schiessle | 2014-04-23 | 1 | -0/+16 |
| | |||||
* | Merge pull request #8009 from owncloud/feature/add-sharing-target | Joas Schilling | 2014-04-23 | 1 | -3/+4 |
|\ | | | | | Add option to getUsersSharingFile() to get the paths for the shared users | ||||
| * | Add option to getUsersSharingFile() to get the paths for the shared users | Joas Schilling | 2014-04-09 | 1 | -3/+4 |
| | | |||||
* | | Merge pull request #8281 from owncloud/public-responses | Morris Jobke | 2014-04-22 | 2 | -0/+107 |
|\ \ | | | | | | | make download and redirectresponse public | ||||
| * | | make download and redirectresponse public | Bernhard Posselt | 2014-04-20 | 2 | -0/+107 |
| | | | |||||
* | | | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -12/+9 |
|/ / | |||||
* | | Merge pull request #8222 from owncloud/type-hinting | Morris Jobke | 2014-04-17 | 3 | -1/+13 |
|\ \ | | | | | | | Type hinting fixes | ||||
| * | | Fix PHPdoc in lib/public | Bart Visscher | 2014-04-15 | 3 | -1/+13 |
| | | | | | | | | | | | | using scrutinizer patch | ||||
* | | | Remove uneeded usages of nosniff | Lukas Reschke | 2014-04-13 | 1 | -1/+0 |
|/ / | |||||
* / | register middleware as string to not force request to be instantiated too ↵ | Bernhard Posselt | 2014-04-09 | 1 | -2/+2 |
|/ | | | | early and thus not having url parameters | ||||
* | Merge pull request #7643 from owncloud/chainable_response | Thomas Müller | 2014-04-08 | 3 | -0/+22 |
|\ | | | | | Chainable Response in AppFramework | ||||
| * | Add @return PHPDocs | Thomas Tanghus | 2014-03-10 | 3 | -0/+7 |
| | | |||||
| * | Chainable Response in AppFramework | Thomas Tanghus | 2014-03-09 | 3 | -0/+15 |
| | | |||||
* | | fixing undefined exception classes | Thomas Müller | 2014-04-07 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #8017 from Raydiation/master | blizzz | 2014-04-07 | 1 | -7/+7 |
|\ \ | | | | | | | Remove dependency on container, removing service locator antipattern | ||||
| * | | Remove dependency on container, removing service locator antipattern | Bernhard Posselt | 2014-04-02 | 1 | -7/+7 |
| | | | |||||
* | | | Merge pull request #7476 from owncloud/type-hinting | Thomas Müller | 2014-04-03 | 4 | -12/+11 |
|\ \ \ | |/ / |/| | | Type hinting | ||||
| * | | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 8 | -1696/+222 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/image.php lib/private/l10n.php lib/private/request.php lib/private/share/mailnotifications.php lib/private/template/base.php | ||||
| * | | | More PHPDoc updates | Bart Visscher | 2014-02-28 | 2 | -2/+2 |
| | | | | |||||
| * | | | Type is with a small letter | Bart Visscher | 2014-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | More PHPDoc fixes, using scrutinizer patches as hints | Bart Visscher | 2014-02-28 | 2 | -5/+4 |
| | | | | |||||
| * | | | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N | Bart Visscher | 2014-02-28 | 1 | -6/+6 |
| | |/ | |/| | |||||
* | | | always encrypt files to owner | Bjoern Schiessle | 2014-03-31 | 1 | -3/+3 |
| |/ |/| | |||||
* | | Merge pull request #7879 from owncloud/sharing_cleanup_public_api | Vincent Petry | 2014-03-28 | 1 | -1695/+49 |
|\ \ | | | | | | | sharing api cleanup, first step | ||||
| * | | remove prepFileTarget() seems that it is no longer in use | Bjoern Schiessle | 2014-03-25 | 1 | -9/+0 |
| | | | |||||
| * | | add a "helper" and a "hooks" class. Move constants needed by multiple classes | Bjoern Schiessle | 2014-03-25 | 1 | -49/+1 |
| | | | | | | | | | | | | to a "constants" class | ||||
| * | | added private share api | Bjoern Schiessle | 2014-03-25 | 1 | -1647/+58 |
| | | | |||||
* | | | Merge pull request #7864 from owncloud/routing-performance | Thomas Müller | 2014-03-25 | 1 | -3/+1 |
|\ \ \ | |/ / |/| | | Routing performance | ||||
| * | | Only load routes from the apps we need | Robin Appelman | 2014-03-24 | 1 | -1/+1 |
| | | | |||||
| * | | Load the routes when matching or generating a route instead of when creating ↵ | Robin Appelman | 2014-03-24 | 1 | -2/+0 |
| | | | | | | | | | | | | the router | ||||
* | | | use \OC_Mail::validateAddress() to validate the email address - fixes #7862 | Thomas Müller | 2014-03-24 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #7794 from owncloud/extstorage-obfuscatepasswords | Lukas Reschke | 2014-03-20 | 1 | -0/+9 |
|\ \ | | | | | | | Obfuscate passwords in ext storage config | ||||
| * | | Added IV for ext storage password encryption | Vincent Petry | 2014-03-19 | 1 | -0/+9 |
| | | | |||||
* | | | Merge pull request #7818 from owncloud/logException_undefined_variable | Morris Jobke | 2014-03-20 | 1 | -5/+2 |
|\ \ \ | | | | | | | | | Fix 'Undefined variable: message' in OCP\Util::logException | ||||
| * | | | Fix 'Undefined variable: message' in OCP\Util::logException | Thomas Tanghus | 2014-03-20 | 1 | -5/+2 |
| |/ / | |||||
* | | | Merge branch 'master' into close-session-faster-master | Thomas Müller | 2014-03-17 | 5 | -3/+166 |
|\| | | |||||
| * | | Merge pull request #7649 from owncloud/routing-public | Thomas Müller | 2014-03-17 | 4 | -1/+157 |
| |\ \ | | | | | | | | | Move routing classes to an interface and expose it in the public api | ||||
| | * | | update copyright header | Robin Appelman | 2014-03-10 | 1 | -1/+1 |
| | | | | |||||
| | * | | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 4 | -1/+157 |
| | | | | |||||
| * | | | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-13 | 1 | -2/+4 |
| | | | | |||||
| * | | | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-11 | 1 | -2/+7 |
| |/ / | |||||
* / / | adding an explicit close method to class session - write operations (set and ↵ | Thomas Müller | 2014-03-10 | 1 | -0/+5 |
|/ / | | | | | | | remove) being called after close() will throw an exception | ||||
* / | Fix FileInfo->getType errors | Robin Appelman | 2014-03-07 | 1 | -1/+1 |
|/ | |||||
* | fix path in sharing results if it is a file in the Shared folder | Bjoern Schiessle | 2014-02-25 | 1 | -1/+15 |
| | |||||
* | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfix | Lukas Reschke | 2014-02-20 | 2 | -0/+12 |
|\ | | | | | Added extra checks for invalid file chars in newfile.php and newfolder.php | ||||
| * | Added extra checks for invalid file chars in newfile.php and newfolder.php | Vincent Petry | 2014-02-18 | 2 | -0/+12 |
| | | | | | | | | | | | | | | - added PHP utility function to check for file name validity - fixes issue where a user can create a file called ".." from the files UI - added extra checks to make sure newfile.php and newfolder.php also check for invalid characters | ||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 10 | -11/+31 |
| | | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-18 | 6 | -11/+137 |
|\| | | | | | | | | | Conflicts: lib/private/migration/content.php | ||||
| * | Merge pull request #7176 from owncloud/style | Lukas Reschke | 2014-02-18 | 2 | -4/+4 |
| |\ | | | | | | | Some style fixes | ||||
| | * | $default of OC_Config::[gs]etValue can have more then string as type | Bart Visscher | 2014-02-12 | 2 | -4/+4 |
| | | |