summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2558 from owncloud/fix_cache_upgradeblizzz2013-03-273-13/+90
|\ | | | | Fix cache upgrade
| * Cache: on equal mtime also for equal size before keeping ETag, at least ↵Arthur Schiwon2013-03-261-1/+2
| | | | | | | | makes Unit Test happy
| * Cache: Do not overwrite ETag when file did not changeArthur Schiwon2013-03-261-4/+6
| |
| * Only prepare an SQL statement once.Arthur Schiwon2013-03-251-1/+4
| |
| * Add PHPDocArthur Schiwon2013-03-251-0/+6
| |
| * Adjust to Icewind's fixArthur Schiwon2013-03-251-51/+0
| |
| * Cache: fix property path for getting legacy etagRobin Appelman2013-03-251-1/+1
| |
| * Port Icewind's fix IRobin Appelman2013-03-252-2/+23
| |
| * Change LIMIT in DB query respectively remove where not necessaryArthur Schiwon2013-03-251-2/+1
| |
| * Upgrade FileCache on ownCloud upgrade for all users with filesArthur Schiwon2013-03-221-1/+21
| |
| * Performance: prepare queries only onceArthur Schiwon2013-03-221-5/+10
| |
| * Fix lost ETag on Cache UpgradeArthur Schiwon2013-03-221-3/+74
| |
* | listen to touch hook to update the mtime after syncBjörn Schießle2013-03-252-0/+8
| |
* | some more test cases & fix on file name generation with indexThomas Mueller2013-03-241-2/+2
| |
* | adding extension to slugified physical pathThomas Mueller2013-03-241-7/+16
|/
* fix npe when createStorage() returns nullJörn Friedrich Dreyer2013-03-191-1/+5
|
* Cache: better rename hook for cache updaterRobin Appelman2013-03-171-10/+33
|
* Add error handling to the file cache upgradeMichael Gapczynski2013-03-161-16/+24
|
* fix for #2267, use OC_DB instead of MDB2Björn Schießle2013-03-131-1/+1
|
* write error message to log file in case insert to file cache failed - took ↵Thomas Mueller2013-03-121-1/+4
| | | | hours to find that the insert failed :-(
* fixing various filesystem/storage unit tests on windowsThomas Mueller2013-03-122-6/+11
| | | | fixing copy operation on mapper
* adding //IGNORE to iconv to prevent nasty php warningsThomas Mueller2013-03-121-1/+1
|
* slug generates uniqid in case the file/folder name contains not one single ↵Thomas Mueller2013-03-121-4/+2
| | | | valid character
* indexed slug should be created based on logic pathThomas Mueller2013-03-121-1/+1
|
* Merge pull request #2218 from owncloud/fix-mounting-allBernhard Posselt2013-03-111-1/+1
|\ | | | | Fix variable for mounting for all users, fix #357
| * Fix variable for mounting for all users, fix #357Michael Gapczynski2013-03-091-1/+1
| |
* | Store the global mount configuration file in the datadirRobin Appelman2013-03-101-3/+8
|/
* Merge pull request #2189 from owncloud/versioning_sync_clientBernhard Posselt2013-03-081-1/+9
|\ | | | | fix versioning for the sync client - distinguish between touch and write operation
| * remove some debug output; move code to the right functionBjörn Schießle2013-03-081-1/+1
| |
| * distinguish between touch and writeBjörn Schießle2013-03-071-1/+9
| |
* | Fix fetching source path of shared filesMichael Gapczynski2013-03-072-3/+25
|/
* Merge pull request #2096 from owncloud/cache-upgrade-idMichael Gapczynski2013-03-041-4/+5
|\ | | | | Cache: also check if the file id is already in the cache during upgrade
| * Cache: more efficient detection for existing entries during upgradeRobin Appelman2013-03-041-9/+3
| |
| * Cache: also check if the file id is already in the cache during upgradeRobin Appelman2013-03-041-3/+10
| | | | | | | | Should solve upgrade issues if only some of the configured storages were migrated previously
* | Chunk size comment should say kB, not MBMichael Gapczynski2013-03-031-1/+1
|/
* Cache: cleanup permissions cache when removing a file from the cacheRobin Appelman2013-02-281-0/+3
|
* Cache: add option to delete file from permissions cache for all usersRobin Appelman2013-02-281-10/+15
|
* Merge pull request #1031 from owncloud/external_storage_ui_feedbackMichael Gapczynski2013-02-271-0/+7
|\ | | | | External Storage UI Improvements
| * Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-255-23/+31
| |\
| * \ Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-1910-80/+150
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php
| * \ \ Merge branch 'master' into external_storage_ui_feedbackThomas Mueller2013-02-122-13/+20
| |\ \ \
| * \ \ \ Merge branch 'master' into external_storage_ui_feedbackThomas Mueller2013-02-121-0/+6
| |\ \ \ \
| * | | | | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/dropbox.js apps/files_external/js/google.js apps/files_external/js/settings.js apps/files_external/lib/amazons3.php apps/files_external/lib/dropbox.php apps/files_external/lib/google.php apps/files_external/lib/smb.php apps/files_external/lib/swift.php apps/files_external/lib/webdav.php lib/filestorage.php
* | | | | | Storage: don't throw warnings when a stat failsRobin Appelman2013-02-261-2/+10
| | | | | |
* | | | | | Code styleRobin Appelman2013-02-261-81/+106
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #1706 from owncloud/master-sqlserverThomas Müller2013-02-251-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Microsoft SQL-Server support for ownCloud!
| * \ \ \ \ Merge branch 'master' into master-sqlserverThomas Mueller2013-02-221-9/+18
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/templates/installation.php
| * \ \ \ \ \ Merge branch 'master' into master-sqlserverThomas Mueller2013-02-204-13/+43
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php
| * | | | | | Merge branch 'master' into master-sqlserverThomas Mueller2013-02-182-15/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into master-sqlserverThomas Mueller2013-02-1411-76/+124
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/db.php lib/files/cache/cache.php lib/files/cache/legacy.php lib/setup.php