Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2254 from owncloud/fixing-mssql-utf8-and-insert-empty-str... | Thomas Müller | 2013-03-12 | 1 | -1/+4 |
|\ | |||||
| * | write error message to log file in case insert to file cache failed - took ho... | Thomas Mueller | 2013-03-12 | 1 | -1/+4 |
* | | fixing various filesystem/storage unit tests on windows | Thomas Mueller | 2013-03-12 | 2 | -6/+11 |
* | | 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 va... | Thomas Mueller | 2013-03-12 | 1 | -4/+2 |
* | | 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 | 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 |
|\ | |||||
| * | 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: 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 |
* | | 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 |
|\ | |||||
| * | 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 |
| |\ \ | |||||
| * \ \ | 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 |
* | | | | | | 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 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-22 | 1 | -9/+18 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-20 | 4 | -13/+43 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | 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 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | final adoptions for mssql connectivity | Thomas Mueller | 2013-02-14 | 1 | -3/+3 |
| * | | | | | | | | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-12 | 8 | -9/+603 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | |||||
| * | | | | | | | | - Fixed indentations. | Administrator | 2013-02-10 | 1 | -0/+6 |
* | | | | | | | | | Merge pull request #1856 from owncloud/fix_error_handling_stream_copy | Frank Karlitschek | 2013-02-25 | 2 | -7/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | return both, count and result if the operation succeeded or failed. Maybe in ... | Björn Schießle | 2013-02-22 | 2 | -6/+6 |
| * | | | | | | | | | using the number of writen bytes as indicator if streamCopy() was successfull... | Björn Schießle | 2013-02-22 | 1 | -2/+1 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Whitespace fixes | Bart Visscher | 2013-02-22 | 3 | -6/+6 |
| |_|_|_|_|/ / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #1859 from owncloud/blacklist-fix | Bernhard Posselt | 2013-02-22 | 1 | -7/+15 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add OC\Files\Filesystem::isFileBlacklisted | Robin Appelman | 2013-02-22 | 1 | -7/+15 |
| |/ / / / / / / | |||||
* / / / / / / / | fix order of mount commands | Georg Ehrke | 2013-02-22 | 1 | -2/+3 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #1731 from owncloud/unknown-freespace | Frank Karlitschek | 2013-02-19 | 2 | -0/+11 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Give storage backends the option to define having no known free space | Robin Appelman | 2013-02-16 | 2 | -0/+11 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #1728 from owncloud/mountconfig | Thomas Müller | 2013-02-18 | 1 | -9/+19 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge master into mountconfig | Robin Appelman | 2013-02-18 | 2 | -15/+15 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | Create new mountconfig files in json | Robin Appelman | 2013-02-16 | 1 | -4/+12 |
| * | | | | | | | Use a parser to read custom mount configuration instead of including the php ... | Robin Appelman | 2013-02-16 | 1 | -7/+9 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #1724 from owncloud/long-storage-id | Frank Karlitschek | 2013-02-18 | 2 | -4/+13 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Cache: hash long storage ids to ensure they fit in the database | Robin Appelman | 2013-02-15 | 2 | -4/+13 |
| |/ / / / / |