Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14550 from owncloud/gc-warning | Thomas Müller | 2015-02-26 | 1 | -1/+2 |
|\ | | | | | Fix warning in filecache gc | ||||
| * | fix warning in gc | Robin Appelman | 2015-02-26 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #14532 from owncloud/defaultvalueforremoteid | Vincent Petry | 2015-02-26 | 2 | -1/+2 |
|\ \ | |/ |/| | Add default value for remote_id | ||||
| * | Bump up files_sharing version for schema update | Vincent Petry | 2015-02-26 | 1 | -1/+1 |
| | | |||||
| * | Add default value for remote_id | Vincent Petry | 2015-02-26 | 1 | -0/+1 |
| | | | | | | | | Fixes SQLite migration with non-null column. | ||||
* | | Merge pull request #14503 from owncloud/quota-preventdatalossforfailedmove | Lukas Reschke | 2015-02-26 | 4 | -13/+120 |
|\ \ | | | | | | | Fix file move/copy when storage space is not enough | ||||
| * | | Delete target file for unsuccessful copy/rename | Vincent Petry | 2015-02-26 | 2 | -10/+85 |
| | | | |||||
| * | | Properly detect streamCopy errors | Vincent Petry | 2015-02-25 | 2 | -3/+35 |
| | | | | | | | | | | | | Now checking whether the written bytes match the number of read bytes. | ||||
* | | | Merge pull request #14527 from owncloud/clarify-link | Morris Jobke | 2015-02-26 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | clarify link on apps management to the dev documentation | ||||
| * | | | clarify link on apps management to the dev documentation | Morris Jobke | 2015-02-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #14474 from owncloud/move-utf-8-check-to-setup | Morris Jobke | 2015-02-26 | 3 | -25/+7 |
|\ \ \ \ | | | | | | | | | | | Move UTF-8 check to setup | ||||
| * | | | | Move UTF-8 check to setup | Lukas Reschke | 2015-02-24 | 3 | -25/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nobody reads the warnings anyways and so we should enforce it at installation time... Also allows us to get rid of some duplicated code. To test change the `default_charset` to something other than `utf-8` or `UTF-8`, both should work fine with that change here. An error should then get shown. We already set those default charsets in the shipped .user.ini and .htaccess | ||||
* | | | | | Merge pull request #14505 from owncloud/dav-copy-fix | Morris Jobke | 2015-02-26 | 1 | -14/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixes WebDAV copy | ||||
| * | | | | | Removed unused $node variable | Vincent Petry | 2015-02-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fixes WebDAV copy | Vincent Petry | 2015-02-25 | 1 | -14/+4 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | - added existence check for source argument - removed extra logic for folders, as $view->copy() already supports that internally | ||||
* | | | | | Merge pull request #13969 from raimund-schluessler/master | Morris Jobke | 2015-02-26 | 1 | -4/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | Append search results to custom container | ||||
| * | | | | | Fix variable already defined | Raimund Schlüßler | 2015-02-09 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Append search results to custom container | Raimund Schlüßler | 2015-02-08 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixes #13968 | ||||
* | | | | | | update 3rdparty to current master | Morris Jobke | 2015-02-26 | 1 | -0/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #14300 from owncloud/commandbus | Morris Jobke | 2015-02-26 | 17 | -4/+468 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add async command system to handle asynchronous operations | ||||
| * | | | | | | fix exception message | Morris Jobke | 2015-02-26 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | set max argument length to 4000 | Robin Appelman | 2015-02-25 | 2 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Rename getAsyncCommandBus to getCommandBus | Robin Appelman | 2015-02-25 | 3 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | prevent phpunit from messing with the bound $this | Robin Appelman | 2015-02-25 | 1 | -6/+17 |
| | | | | | | | |||||
| * | | | | | | require command that do file access to be run sync when encryption is enabled | Robin Appelman | 2015-02-25 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Add FileAccess trait for commands | Robin Appelman | 2015-02-25 | 2 | -0/+43 |
| | | | | | | | |||||
| * | | | | | | Allow apps to determine which commands should be run synchronous based on ↵ | Robin Appelman | 2015-02-25 | 2 | -1/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | traints | ||||
| * | | | | | | add superclosure to thirdparty | Robin Appelman | 2015-02-25 | 1 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | throw an exception when trying to push a background job that wont fit in the ↵ | Robin Appelman | 2015-02-25 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | table otherwise it will lead to failures in json decode and unexpected and hard to debug issues when running the job | ||||
| * | | | | | | expand cron argument column to 2048 | Robin Appelman | 2015-02-25 | 2 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Add async command system to handle asynchronous operations | Robin Appelman | 2015-02-25 | 11 | -2/+343 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #14208 from owncloud/oc-msg-remove-object-dependency | Morris Jobke | 2015-02-26 | 1 | -36/+71 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove dependency from arbitrary data object structure for easier usage | ||||
| * | | | | | | | Remove dependency from arbitrary data object structure for easier usage | Joas Schilling | 2015-02-20 | 1 | -36/+71 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #14473 from owncloud/remove-uneeded-assignment | Morris Jobke | 2015-02-26 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Remove uneeded assignment | ||||
| * | | | | | | | Remove uneeded assignment | Lukas Reschke | 2015-02-24 | 1 | -2/+0 |
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | 'files' is neither used in the controller or the template | ||||
* | | | | | | | Merge pull request #14502 from owncloud/failing-mysql-master-tests | Thomas Müller | 2015-02-26 | 6 | -6/+17 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | Failing mysql master tests | ||||
| * | | | | | | Sort the array to be sure | Joas Schilling | 2015-02-26 | 1 | -1/+8 |
| | | | | | | | |||||
| * | | | | | | Reset the group backend aswell | Joas Schilling | 2015-02-25 | 1 | -1/+7 |
| | | | | | | | |||||
| * | | | | | | Clear the local cache when we clear the backends | Joas Schilling | 2015-02-25 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Extend the class so the Filesystem is cleaned up | Joas Schilling | 2015-02-25 | 3 | -4/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-26 | 194 | -596/+352 |
| | | | | | | |||||
* | | | | | | Merge pull request #14468 from owncloud/af-db-cleanup | Thomas Müller | 2015-02-25 | 10 | -73/+262 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Clean up AppFramework database layer | ||||
| * | | | | | | remove IDb interface from core class usage | Bernhard Posselt | 2015-02-25 | 3 | -5/+5 |
| | | | | | | | |||||
| * | | | | | | owncloud -> ownCloud | Thomas Müller | 2015-02-25 | 2 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | deprecate getters for deprecated class | Bernhard Posselt | 2015-02-25 | 2 | -2/+3 |
| | | | | | | | |||||
| * | | | | | | fix tabs and spaces | Bernhard Posselt | 2015-02-25 | 1 | -119/+119 |
| | | | | | | | |||||
| * | | | | | | fix mappertestutility | Bernhard Posselt | 2015-02-25 | 1 | -116/+120 |
| | | | | | | | |||||
| * | | | | | | use IDBConnection and close cursors after insert/update/delete | Bernhard Posselt | 2015-02-25 | 3 | -53/+58 |
| | | | | | | | |||||
| * | | | | | | migrate to IDBConnection | Bernhard Posselt | 2015-02-25 | 3 | -12/+191 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #14494 from owncloud/fix-oracle-master | Lukas Reschke | 2015-02-25 | 1 | -41/+33 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | using Doctrine\DBAL\Connection::executeUpdate() |