Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1581 from owncloud/mapper_md5 | Frank Karlitschek | 2013-02-10 | 1 | -6/+6 |
|\ | | | | | Mapper: use md5 hashes for database indexes | ||||
| * | Mapper: use md5 hashes for database indexes | Robin Appelman | 2013-02-10 | 1 | -6/+6 |
| | | | | | | | | indexing the full path exeeds the maximum index length for MySQL | ||||
* | | Merge pull request #1590 from owncloud/fix_470 | Lukas Reschke | 2013-02-10 | 1 | -1/+17 |
|\ \ | | | | | | | append .part to put files | ||||
| * | | append .part to put files | Jörn Friedrich Dreyer | 2013-02-10 | 1 | -1/+17 |
| |/ | |||||
* | | Merge pull request #1030 from hkjolhede/master | Lukas Reschke | 2013-02-10 | 1 | -0/+23 |
|\ \ | |/ |/| | SFTP support in files_external app | ||||
| * | Merge branch 'master' of https://github.com/hkjolhede/owncloud_core | Henrik Kjölhede | 2013-02-09 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/owncloud/core | Henrik Kjölhede | 2013-02-09 | 1 | -0/+24 |
| | | | | | | | | | | Conflicts: apps/files_external/appinfo/app.php | ||||
* | | Merge pull request #1566 from owncloud/fixing-1505-master | Thomas Müller | 2013-02-09 | 1 | -5/+1 |
|\ \ | | | | | | | fixes zip download for folders containing a dot ..... | ||||
| * | | know your libraries ;-) | Thomas Müller | 2013-02-09 | 1 | -5/+1 |
| | | | | | | | | | | | | strrpos fails in cases the file in the path has no dot but the parent folder | ||||
* | | | Merge pull request #1572 from owncloud/fix_empty_path_handling | icewind1991 | 2013-02-09 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix empty path handling | ||||
| * | | | fix empty path handling | Jörn Friedrich Dreyer | 2013-02-09 | 1 | -1/+1 |
| |/ / | |||||
* | / | Remove unneeded __destruct call in OC\Files\Storage\Temporary | Bart Visscher | 2013-02-09 | 1 | -1/+0 |
| |/ |/| | |||||
* | | initial version of a local storage implementation which will use unique ↵ | Thomas Mueller | 2013-02-06 | 4 | -0/+557 |
|/ | | | | | | slugified filename on the local filesystem. This implementation will only be enabled on windows based system to solve the issues around UTF-8 file names with php on windows. | ||||
* | Merge pull request #1474 from samtuke/master | Lukas Reschke | 2013-02-05 | 1 | -7/+6 |
|\ | | | | | Improvements to files_encryption | ||||
| * | Minor improvement to comments | Sam Tuke | 2013-02-05 | 1 | -7/+6 |
| | | |||||
* | | spell check | Thomas Mueller | 2013-02-05 | 1 | -1/+1 |
| | | |||||
* | | pass the argument to the ctor | Thomas Mueller | 2013-02-05 | 1 | -1/+1 |
|/ | | | | | Conflicts: lib/files/storage/temporary.php | ||||
* | fixing namespace | Thomas Mueller | 2013-02-04 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1427 from TheSFReader/master | Thomas Müller | 2013-02-04 | 1 | -1/+7 |
|\ | | | | | The mimetype/mimepart need to be readable, even from searchByMime | ||||
| * | translate the mimtype/mimepart to readable in the searchByMime function | TheSFReader | 2013-02-03 | 1 | -1/+7 |
| | | |||||
* | | Merge pull request #1436 from owncloud/cache_check_path | Thomas Müller | 2013-02-04 | 1 | -0/+6 |
|\ \ | | | | | | | Cache: check for invalid paths in getFileInfo/getDirectoryContent | ||||
| * | | Cache: fix copy-paste errors | Robin Appelman | 2013-02-04 | 1 | -2/+2 |
| | | | |||||
| * | | Cache: check for invalid paths in getFileInfo/getDirectoryContent | Robin Appelman | 2013-02-03 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #1423 from owncloud/getowner | Thomas Müller | 2013-02-04 | 2 | -0/+20 |
|\ \ \ | | | | | | | | | Add getOwner to Filesystem and View classes | ||||
| * | | | Add getOwner to Filesystem and View classes | Michael Gapczynski | 2013-02-02 | 2 | -0/+20 |
| |/ / | |||||
* | / | Make fileblacklist configurable | Lukas Reschke | 2013-02-03 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Remove a warning by making sure the renamed file is a dir before trying and ↵ | TheSFReader | 2013-02-02 | 1 | -1/+1 |
|/ | | | | opening it | ||||
* | Cache: don't insert duplicated during upgrade | Robin Appelman | 2013-01-30 | 1 | -5/+18 |
| | |||||
* | add oc:// streamwrapper to provide access to ownCloud's virtual filesystem | Robin Appelman | 2013-01-28 | 1 | -0/+129 |
| | |||||
* | Move streamwrappers to seperate files and put them in a namespace | Robin Appelman | 2013-01-28 | 3 | -0/+338 |
| | |||||
* | Filesystem: use the updated Mount::findById in getPath to ensure we get the ↵ | Robin Appelman | 2013-01-28 | 1 | -3/+11 |
| | | | | correct path if the storage is also mounted outside the view | ||||
* | Filesystem: return all matching mounts in Mount::findById | Robin Appelman | 2013-01-28 | 1 | -3/+4 |
| | |||||
* | Filesystem: also add getPath to \OC\Filesystem | Robin Appelman | 2013-01-27 | 1 | -0/+12 |
| | |||||
* | Filesystem: add View->getPath to the cache api | Robin Appelman | 2013-01-27 | 1 | -0/+15 |
| | |||||
* | Cache: add function to get storage id and internal path of a file by id | Robin Appelman | 2013-01-27 | 1 | -0/+24 |
| | |||||
* | Filesystem: add Mount::findById | Robin Appelman | 2013-01-27 | 1 | -1/+17 |
| | |||||
* | Don't check for updates for sub storages, these scans should be done in the ↵ | Michael Gapczynski | 2013-01-26 | 1 | -3/+0 |
| | | | | background | ||||
* | Filesystem: move mount management to it's own class | Robin Appelman | 2013-01-26 | 2 | -79/+191 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Some style fixes | Robin Appelman | 2013-01-22 | 1 | -9/+9 |
| | |||||
* | Cache: make mounts overwrite existing folders, prevents duplicate entries | Robin Appelman | 2013-01-22 | 1 | -0/+8 |
| | |||||
* | Cache: return non numberic storage id | Robin Appelman | 2013-01-21 | 1 | -0/+1 |
| | |||||
* | Update mtimes of all parent folders after change inside | Michael Gapczynski | 2013-01-19 | 1 | -5/+11 |
| | |||||
* | Cache: use a database transition for scanning each folder | Robin Appelman | 2013-01-16 | 1 | -3/+19 |
| | | | | gives a massive speed improvement while scanning files | ||||
* | Cache: no longer using this file | Robin Appelman | 2013-01-16 | 1 | -61/+0 |
| | |||||
* | Cache: dont migrate permissions, cache them on demain instead | Robin Appelman | 2013-01-16 | 1 | -17/+0 |
| | |||||
* | Cache: more efficient upgrading | Robin Appelman | 2013-01-15 | 2 | -10/+24 |
| | |||||
* | Cache: show upgrade progress | Robin Appelman | 2013-01-15 | 2 | -41/+187 |
| | |||||
* | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-11 | 1 | -18/+28 |
|\ | |||||
| * | Switch scan to scanFile for root of mount points | Michael Gapczynski | 2013-01-10 | 1 | -2/+2 |
| | |