Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |/ / / / / | |||||
* | | | | | | class Mapper no respects an unchanged physical root which will be excluded fr... | Thomas Mueller | 2013-02-15 | 1 | -12/+12 |
* | | | | | | fix error in recursive search | Thomas Mueller | 2013-02-15 | 1 | -3/+3 |
|/ / / / / | |||||
* | | | | | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 8 | -18/+40 |
* | | | | | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 4 | -34/+34 |
* | | | | | Fix indentation style | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
* | | | | | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 2 | -6/+6 |
* | | | | | Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1 | Lukas Reschke | 2013-02-12 | 3 | -3/+22 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | fixing mappedlocal storage to work on non-windows as well | Thomas Mueller | 2013-02-11 | 2 | -1/+18 |
| * | | | | Merge branch 'master' into mapped-storage-unit-testing-linux-master | Thomas Mueller | 2013-02-11 | 3 | -7/+46 |
| |\ \ \ \ | |||||
| * | | | | | make MappedLocal available and testable within Linux as well | Thomas Müller | 2013-02-09 | 2 | -2/+4 |
* | | | | | | $this->numericId should be determined based on table storages not filecache | Thomas Mueller | 2013-02-12 | 1 | -1/+1 |
* | | | | | | Merge pull request #1616 from owncloud/cache_fixes_rebase | Thomas Müller | 2013-02-12 | 1 | -12/+19 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Cache: fix scanner trying to use existing data when file isn't in cache | Robin Appelman | 2013-02-12 | 1 | -2/+1 |
| * | | | | | fixing syntax error | Thomas Mueller | 2013-02-12 | 1 | -1/+1 |
| * | | | | | Cache: also preserve etags for files | Robin Appelman | 2013-02-12 | 1 | -2/+5 |
| * | | | | | Cache: don't create a new etag when the mtime hasn't changed | Robin Appelman | 2013-02-11 | 1 | -0/+3 |
| * | | | | | Cache: actually use parameter | Robin Appelman | 2013-02-11 | 1 | -1/+1 |