Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 8 | -2229/+0 |
| | |||||
* | Add lazyRootFolder | Roeland Jago Douma | 2016-04-13 | 1 | -0/+474 |
| | |||||
* | lib: Fix typos (found by codespell) | Stefan Weil | 2016-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | properly use fileinfo objects | Robin Appelman | 2016-03-21 | 1 | -16/+12 |
| | |||||
* | improve reuse in getUserFolder | Robin Appelman | 2016-03-21 | 1 | -6/+6 |
| | |||||
* | pass the fileinfo to the node if available | Robin Appelman | 2016-03-21 | 1 | -2/+2 |
| | |||||
* | Query the cache when checking if a node exists | Robin Appelman | 2016-03-21 | 1 | -2/+3 |
| | |||||
* | Add locking to the node api | Robin Appelman | 2016-03-03 | 1 | -0/+24 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 3 | -0/+5 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Make scrutinizer happy | Roeland Jago Douma | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | Make sure fileinfo exists when calling getCheckSum in node API | Vincent Petry | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-05 | 1 | -1/+1 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Add store/retrieve checksums | Roeland Jago Douma | 2016-02-03 | 2 | -0/+11 |
| | | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 7 | -8/+8 |
| | |||||
* | Also add metadata for postDelete hooks triggered from the view | Robin Appelman | 2015-12-02 | 1 | -3/+16 |
| | |||||
* | Add metadata to post delete hooks | Robin Appelman | 2015-12-01 | 4 | -22/+104 |
| | |||||
* | Add getOwner to FileInfo | Robin Appelman | 2015-11-10 | 1 | -0/+4 |
| | |||||
* | fix internal path when searching in storage root | Robin Appelman | 2015-10-06 | 1 | -2/+5 |
| | |||||
* | The minimum size for internalRootLength is 1 | Olivier Paroz | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Add hook connector to connect view and node hooks | Robin Appelman | 2015-09-28 | 1 | -0/+151 |
| | |||||
* | Use the view logic for getFolderContent for the node api | Robin Appelman | 2015-09-08 | 2 | -70/+11 |
| | |||||
* | Add getUserFolder to IRootFolder | Morris Jobke | 2015-07-03 | 1 | -0/+29 |
| | | | | | * untangle DI of user specific folders * allows to autodetect the dependency | ||||
* | more type hints | Robin Appelman | 2015-06-02 | 1 | -2/+2 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -3/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 6 | -24/+119 |
| | |||||
* | Add `getNonExistingName()` to the node api | Robin Appelman | 2015-03-24 | 1 | -0/+12 |
| | |||||
* | Add "throws" lines to calling methods and interface aswell | Joas Schilling | 2015-02-27 | 1 | -0/+23 |
| | |||||
* | Merge pull request #14437 from owncloud/node-check-fileinfo | Thomas Müller | 2015-02-27 | 1 | -2/+16 |
|\ | | | | | Check if we have a proper fileinfo | ||||
| * | Check if we have a proper fileinfo | Robin Appelman | 2015-02-25 | 1 | -2/+16 |
| | | |||||
* | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 6 | -113/+30 |
|/ | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 6 | -30/+113 |
| | |||||
* | Update the cache when renaming even if we dont emit hooks | Robin Appelman | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | fix node interface | Bernhard Posselt | 2015-01-26 | 1 | -2/+1 |
| | |||||
* | Fix searchCommon to properly match path name | Vincent Petry | 2015-01-12 | 1 | -0/+1 |
| | | | | | | | The internal path was matched without the last "/" which caused "files_trashbin" to also match when the internal path was "files". This adds the missing slash for the comparison. | ||||
* | add an interface for the root folder so apps have an interface to deal with ↵ | Bernhard Posselt | 2014-12-21 | 1 | -1/+3 |
| | | | | | | | | storage fix comments and newline add newline | ||||
* | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 1 | -0/+4 |
| | |||||
* | Return file info from Node API | Vincent Petry | 2014-12-15 | 1 | -1/+6 |
| | |||||
* | Make $userId mandatory for searchByTags | Vincent Petry | 2014-12-12 | 2 | -11/+12 |
| | | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View) | ||||
* | Added searchByTags to view, storage and cache | Vincent Petry | 2014-12-11 | 2 | -0/+14 |
| | |||||
* | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 2 | -8/+8 |
| | |||||
* | make \OC\Files\Node\Node implement the FileInfo interface | Robin Appelman | 2014-12-04 | 3 | -28/+60 |
| | |||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 4 | -15/+15 |
| | |||||
* | Fix SharedCache::getPathById | Robin Appelman | 2014-08-06 | 1 | -1/+1 |
| | |||||
* | return null instead of throwing an exception | Robin Appelman | 2014-08-06 | 1 | -2/+1 |
| | |||||
* | Fix Folder::getById | Robin Appelman | 2014-08-05 | 2 | -39/+25 |
| | |||||
* | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -5/+0 |
| | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 3 | -4/+0 |
| | | | | | | | | | | | 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 | ||||
* | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -2/+1 |
| | | | | Issue #7111 |