Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4510 from owncloud/f_e_webdav_urlencoding | Thomas Müller | 2013-08-19 | 1 | -2/+2 |
|\ | |||||
| * | replace ' ' with '%20' in urls for curl | Jörn Friedrich Dreyer | 2013-08-19 | 1 | -2/+2 |
* | | merge master in storage-wrapper-quota | Robin Appelman | 2013-08-18 | 1 | -0/+1 |
|\| | |||||
| * | Fixing owncloud/core#4301 | Alexander Bogdanov | 2013-08-02 | 1 | -0/+1 |
* | | use renamed constants | Robin Appelman | 2013-07-25 | 1 | -1/+1 |
|/ | |||||
* | if the file doesn't exists; create a new one. We use this to create new text ... | Björn Schießle | 2013-07-22 | 1 | -1/+7 |
* | Dont task external storages with creating their own root | Robin Appelman | 2013-04-26 | 1 | -2/+0 |
* | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 1 | -11/+11 |
|\ | |||||
| * | Give storage backends the option to define having no known free space | Robin Appelman | 2013-02-16 | 1 | -1/+1 |
| * | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -9/+9 |
| * | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
* | | fixing namespace | Thomas Mueller | 2013-02-12 | 1 | -2/+2 |
* | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 1 | -46/+68 |
|\| | |||||
| * | remove outdated line | Robin Appelman | 2013-01-31 | 1 | -1/+0 |
| * | Move streamwrappers to seperate files and put them in a namespace | Robin Appelman | 2013-01-28 | 1 | -2/+4 |
| * | merge master into filesystem | Robin Appelman | 2013-01-15 | 1 | -1/+1 |
| |\ | |||||
| * \ | merge master into filesystem | Robin Appelman | 2012-12-03 | 1 | -44/+45 |
| |\ \ | |||||
| * \ \ | merge master into filesystem | Robin Appelman | 2012-11-15 | 1 | -2/+2 |
| |\ \ \ | |||||
| * \ \ \ | merge master into filesystem | Robin Appelman | 2012-11-07 | 1 | -2/+10 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge master into filesystem | Robin Appelman | 2012-10-30 | 1 | -17/+17 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge master into filesystem | Robin Appelman | 2012-10-25 | 1 | -7/+7 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | postpone the cost of setting up some of the external storage backends untill ... | Robin Appelman | 2012-10-21 | 1 | -0/+23 |
| * | | | | | | | drop filectime from the filesystem api's | Robin Appelman | 2012-10-20 | 1 | -1/+0 |
| * | | | | | | | fix namespace problems for external storage backends | Robin Appelman | 2012-10-11 | 1 | -19/+13 |
| * | | | | | | | implement getId for the external storage providers | Robin Appelman | 2012-10-11 | 1 | -0/+4 |
| * | | | | | | | merge master into filesystem | Robin Appelman | 2012-10-11 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 1 | -5/+7 |
* | | | | | | | | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-01-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Upstream merged my patch to add additional ssl root certificates to the webda... | Björn Schießle | 2013-01-08 | 1 | -1/+1 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Move storage backend tests from constructor to test function | Michael Gapczynski | 2012-12-28 | 1 | -4/+0 |
* | | | | | | | | Show status icons for mount points in external storage UI | Michael Gapczynski | 2012-12-24 | 1 | -34/+43 |
|/ / / / / / / | |||||
* | | | | | / | fix checkstyle for files_external app, add whitespace for readability | Jörn Friedrich Dreyer | 2012-11-30 | 1 | -40/+41 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Fixed new checkstyle issues from build #1341. | Diederik de Haas | 2012-11-10 | 1 | -2/+2 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | support string values ('true' and 'false') for configuring the secure paramet... | Robin Appelman | 2012-11-05 | 1 | -1/+9 |
* | | | | | Checkstyle: Fix the last two SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
* | | | | | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
* | | | | | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -7/+7 |
| |_|_|/ |/| | | | |||||
* | | | | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 1 | -19/+19 |
| |_|/ |/| | | |||||
* | | | NoSpaceAfterComma II | Felix Moeller | 2012-10-23 | 1 | -2/+2 |
* | | | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -7/+7 |
| |/ |/| | |||||
* | | fix webdav storage backend when trying to open a non existing file for reading | Robin Appelman | 2012-10-11 | 1 | -0/+3 |
|/ | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -44/+44 |
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -4/+3 |
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -10/+5 |
|\ | |||||
| * | remove unused variables from webdav file backend | Robin Appelman | 2012-07-20 | 1 | -10/+5 |
* | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri... | Michael Gapczynski | 2012-07-24 | 1 | -2/+2 |
|/ | |||||
* | remove comments around code block | Bjoern Schiessle | 2012-07-09 | 1 | -2/+2 |
* | webdav ssl cleanup | Bjoern Schiessle | 2012-07-09 | 1 | -3/+6 |
* | allow user to upload his own root certificate for secure webdav mount | Bjoern Schiessle | 2012-07-06 | 1 | -1/+1 |
* | CURLOPT_SSL_VERIFYPEER=false shouldn't be in master | Bjoern Schiessle | 2012-07-06 | 1 | -2/+1 |