Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Fix lost ETag on Cache Upgrade | Arthur Schiwon | 2013-03-27 | 1 | -3/+74 | |
| | | | | ||||||
* | | | | listen to touch hook to update the mtime after sync | Björn Schießle | 2013-03-26 | 2 | -0/+8 | |
| | | | | ||||||
* | | | | Improve phpdoc for the filecache | Robin Appelman | 2013-03-24 | 4 | -4/+38 | |
| | | | | ||||||
* | | | | Merge pull request #2454 from owncloud/fixing-file-mapper-ext-master | Bernhard Posselt | 2013-03-23 | 1 | -7/+16 | |
|\ \ \ \ | | | | | | | | | | | Fixing file mapper ext master | |||||
| * | | | | some more test cases & fix on file name generation with index | Thomas Mueller | 2013-03-19 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | adding extension to slugified physical path | Thomas Mueller | 2013-03-19 | 1 | -7/+16 | |
| | | | | | ||||||
* | | | | | Some improvements for the Storage phpdoc | Robin Appelman | 2013-03-23 | 1 | -0/+9 | |
| | | | | | ||||||
* | | | | | Add phpdoc documentation to the Storage interface | Robin Appelman | 2013-03-21 | 1 | -14/+255 | |
| | | | | | ||||||
* | | | | | fix npe when createStorage() returns null | Jörn Friedrich Dreyer | 2013-03-19 | 1 | -1/+5 | |
|/ / / / | ||||||
* | | | | Merge pull request #2363 from owncloud/uploadsize | Bernhard Posselt | 2013-03-18 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | Improve behaviour when max upload size is unknown | |||||
| * | | | | Improve handeling of unlimited max upload size | Robin Appelman | 2013-03-15 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #2204 from owncloud/chache_updater_rename | Frank Karlitschek | 2013-03-17 | 1 | -10/+33 | |
|\ \ \ \ \ | | | | | | | | | | | | | Cache: better rename hook for cache updater | |||||
| * | | | | | Cache: better rename hook for cache updater | Robin Appelman | 2013-03-08 | 1 | -10/+33 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #2383 from owncloud/error-handling-upgrade | Bernhard Posselt | 2013-03-16 | 1 | -16/+24 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add error handling to the file cache upgrade | |||||
| * | | | | | Add error handling to the file cache upgrade | Michael Gapczynski | 2013-03-16 | 1 | -16/+24 | |
| |/ / / / | ||||||
* | / / / | Filter display of blacklisted files | Andreas Schönebeck | 2013-03-15 | 1 | -0/+1 | |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Blacklisted files like ".htaccess" and ".git" should not only be blacklisted for upload and rename, but they should also not be displayed in the directory listings. I needed this personally to hide ".git" folders in shared folders. Its also a simple implementation of feature requests like http://forum.owncloud.org/viewtopic.php?f=4&t=3279 and http://forum.owncloud.org/viewtopic.php?f=3&t=5708 | |||||
* | | | | Return unknown freespace if the free_space call failed | Robin Appelman | 2013-03-14 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | Fixes #2312 | |||||
* | | | | replace \MDB with \OC_DB, approved in #2278 | Björn Schießle | 2013-03-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #2254 from ↵ | Thomas Müller | 2013-03-12 | 1 | -1/+4 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/fixing-mssql-utf8-and-insert-empty-string-master Fixing mssql utf8 and insert empty string master | |||||
| * | | | | 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 |