Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2558 from owncloud/fix_cache_upgrade | blizzz | 2013-03-27 | 3 | -13/+90 |
|\ | | | | | Fix cache upgrade | ||||
| * | Cache: on equal mtime also for equal size before keeping ETag, at least ↵ | Arthur Schiwon | 2013-03-26 | 1 | -1/+2 |
| | | | | | | | | makes Unit Test happy | ||||
| * | Cache: Do not overwrite ETag when file did not change | Arthur Schiwon | 2013-03-26 | 1 | -4/+6 |
| | | |||||
| * | Only prepare an SQL statement once. | Arthur Schiwon | 2013-03-25 | 1 | -1/+4 |
| | | |||||
| * | Add PHPDoc | Arthur Schiwon | 2013-03-25 | 1 | -0/+6 |
| | | |||||
| * | Adjust to Icewind's fix | Arthur Schiwon | 2013-03-25 | 1 | -51/+0 |
| | | |||||
| * | Cache: fix property path for getting legacy etag | Robin Appelman | 2013-03-25 | 1 | -1/+1 |
| | | |||||
| * | Port Icewind's fix I | Robin Appelman | 2013-03-25 | 2 | -2/+23 |
| | | |||||
| * | Change LIMIT in DB query respectively remove where not necessary | Arthur Schiwon | 2013-03-25 | 1 | -2/+1 |
| | | |||||
| * | Upgrade FileCache on ownCloud upgrade for all users with files | Arthur Schiwon | 2013-03-22 | 1 | -1/+21 |
| | | |||||
| * | Performance: prepare queries only once | Arthur Schiwon | 2013-03-22 | 1 | -5/+10 |
| | | |||||
| * | Fix lost ETag on Cache Upgrade | Arthur Schiwon | 2013-03-22 | 1 | -3/+74 |
| | | |||||
* | | listen to touch hook to update the mtime after sync | Björn Schießle | 2013-03-25 | 2 | -0/+8 |
| | | |||||
* | | some more test cases & fix on file name generation with index | Thomas Mueller | 2013-03-24 | 1 | -2/+2 |
| | | |||||
* | | adding extension to slugified physical path | Thomas Mueller | 2013-03-24 | 1 | -7/+16 |
|/ | |||||
* | fix npe when createStorage() returns null | Jörn Friedrich Dreyer | 2013-03-19 | 1 | -1/+5 |
| | |||||
* | Cache: better rename hook for cache updater | Robin Appelman | 2013-03-17 | 1 | -10/+33 |
| | |||||
* | Add error handling to the file cache upgrade | Michael Gapczynski | 2013-03-16 | 1 | -16/+24 |
| | |||||
* | fix for #2267, use OC_DB instead of MDB2 | Björn Schießle | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | write error message to log file in case insert to file cache failed - took ↵ | Thomas Mueller | 2013-03-12 | 1 | -1/+4 |
| | | | | hours to find that the insert failed :-( | ||||
* | fixing various filesystem/storage unit tests on windows | Thomas Mueller | 2013-03-12 | 2 | -6/+11 |
| | | | | fixing copy operation on mapper | ||||
* | adding //IGNORE to iconv to prevent nasty php warnings | Thomas Mueller | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | slug generates uniqid in case the file/folder name contains not one single ↵ | Thomas Mueller | 2013-03-12 | 1 | -4/+2 |
| | | | | valid character | ||||
* | indexed slug should be created based on logic path | Thomas Mueller | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2218 from owncloud/fix-mounting-all | Bernhard Posselt | 2013-03-11 | 1 | -1/+1 |
|\ | | | | | Fix variable for mounting for all users, fix #357 | ||||
| * | Fix variable for mounting for all users, fix #357 | Michael Gapczynski | 2013-03-09 | 1 | -1/+1 |
| | | |||||
* | | Store the global mount configuration file in the datadir | Robin Appelman | 2013-03-10 | 1 | -3/+8 |
|/ | |||||
* | Merge pull request #2189 from owncloud/versioning_sync_client | Bernhard Posselt | 2013-03-08 | 1 | -1/+9 |
|\ | | | | | fix versioning for the sync client - distinguish between touch and write operation | ||||
| * | remove some debug output; move code to the right function | Björn Schießle | 2013-03-08 | 1 | -1/+1 |
| | | |||||
| * | distinguish between touch and write | Björn Schießle | 2013-03-07 | 1 | -1/+9 |
| | | |||||
* | | Fix fetching source path of shared files | Michael Gapczynski | 2013-03-07 | 2 | -3/+25 |
|/ | |||||
* | Merge pull request #2096 from owncloud/cache-upgrade-id | Michael Gapczynski | 2013-03-04 | 1 | -4/+5 |
|\ | | | | | Cache: also check if the file id is already in the cache during upgrade | ||||
| * | Cache: more efficient detection for existing entries during upgrade | Robin Appelman | 2013-03-04 | 1 | -9/+3 |
| | | |||||
| * | Cache: also check if the file id is already in the cache during upgrade | Robin Appelman | 2013-03-04 | 1 | -3/+10 |
| | | | | | | | | Should solve upgrade issues if only some of the configured storages were migrated previously | ||||
* | | Chunk size comment should say kB, not MB | Michael Gapczynski | 2013-03-03 | 1 | -1/+1 |
|/ | |||||
* | Cache: cleanup permissions cache when removing a file from the cache | Robin Appelman | 2013-02-28 | 1 | -0/+3 |
| | |||||
* | Cache: add option to delete file from permissions cache for all users | Robin Appelman | 2013-02-28 | 1 | -10/+15 |
| | |||||
* | Merge pull request #1031 from owncloud/external_storage_ui_feedback | Michael Gapczynski | 2013-02-27 | 1 | -0/+7 |
|\ | | | | | External Storage UI Improvements | ||||
| * | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-25 | 5 | -23/+31 |
| |\ | |||||
| * \ | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 10 | -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_feedback | Thomas Mueller | 2013-02-12 | 2 | -13/+20 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into external_storage_ui_feedback | Thomas Mueller | 2013-02-12 | 1 | -0/+6 |
| |\ \ \ \ | |||||
| * | | | | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 1 | -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 fails | Robin Appelman | 2013-02-26 | 1 | -2/+10 |
| | | | | | | |||||
* | | | | | | Code style | Robin Appelman | 2013-02-26 | 1 | -81/+106 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge pull request #1706 from owncloud/master-sqlserver | Thomas Müller | 2013-02-25 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Microsoft SQL-Server support for ownCloud! | ||||
| * \ \ \ \ | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-22 | 1 | -9/+18 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/templates/installation.php | ||||
| * \ \ \ \ \ | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-20 | 4 | -13/+43 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| * | | | | | | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-18 | 2 | -15/+15 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-14 | 11 | -76/+124 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/db.php lib/files/cache/cache.php lib/files/cache/legacy.php lib/setup.php |