Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14437 from owncloud/node-check-fileinfo | Thomas Müller | 2015-02-27 | 1 | -2/+16 |
|\ | | | | | Check if we have a proper fileinfo | ||||
| * | Check if we have a proper fileinfo | Robin Appelman | 2015-02-25 | 1 | -2/+16 |
| | | |||||
* | | Merge pull request #14529 from owncloud/intuitive-version-check | Thomas Müller | 2015-02-27 | 1 | -6/+66 |
|\ \ | | | | | | | Make version check work on the lowest common version denominator | ||||
| * | | add phpdoc | Bernhard Posselt | 2015-02-26 | 1 | -0/+20 |
| | | | |||||
| * | | make version check work on the lowest common version denominator | Bernhard Posselt | 2015-02-26 | 1 | -6/+46 |
| | | | |||||
* | | | Add notice about Travis Checks | Lukas Reschke | 2015-02-27 | 1 | -0/+2 |
| | | | | | | | | | Maybe it helps in the future so we won't forget it again :see_no_evil: | ||||
* | | | Merge pull request #14530 from owncloud/revert-14403 | Thomas Müller | 2015-02-27 | 443 | -8046/+4367 |
|\ \ \ | | | | | | | | | Revert "Updating license headers" | ||||
| * | | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 443 | -8046/+4367 |
| |/ / | | | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | | | fix warning in gc | Robin Appelman | 2015-02-26 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #14503 from owncloud/quota-preventdatalossforfailedmove | Lukas Reschke | 2015-02-26 | 2 | -13/+47 |
|\ \ \ | | | | | | | | | Fix file move/copy when storage space is not enough | ||||
| * | | | Delete target file for unsuccessful copy/rename | Vincent Petry | 2015-02-26 | 1 | -10/+34 |
| | | | | |||||
| * | | | Properly detect streamCopy errors | Vincent Petry | 2015-02-25 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | Now checking whether the written bytes match the number of read bytes. | ||||
* | | | | Merge pull request #14474 from owncloud/move-utf-8-check-to-setup | Morris Jobke | 2015-02-26 | 1 | -9/+6 |
|\ \ \ \ | | | | | | | | | | | Move UTF-8 check to setup | ||||
| * | | | | Move UTF-8 check to setup | Lukas Reschke | 2015-02-24 | 1 | -9/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #14300 from owncloud/commandbus | Morris Jobke | 2015-02-26 | 11 | -1/+279 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | 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 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Rename getAsyncCommandBus to getCommandBus | Robin Appelman | 2015-02-25 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Add FileAccess trait for commands | Robin Appelman | 2015-02-25 | 1 | -0/+18 |
| | | | | | |||||
| * | | | | Allow apps to determine which commands should be run synchronous based on ↵ | Robin Appelman | 2015-02-25 | 2 | -1/+65 |
| | | | | | | | | | | | | | | | | | | | | traints | ||||
| * | | | | 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 | ||||
| * | | | | Add async command system to handle asynchronous operations | Robin Appelman | 2015-02-25 | 9 | -1/+194 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #14502 from owncloud/failing-mysql-master-tests | Thomas Müller | 2015-02-26 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Failing mysql master tests | ||||
| * | | | | Clear the local cache when we clear the backends | Joas Schilling | 2015-02-25 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-26 | 6 | -0/+10 |
| | | | | |||||
* | | | | remove IDb interface from core class usage | Bernhard Posselt | 2015-02-25 | 2 | -4/+4 |
| | | | | |||||
* | | | | owncloud -> ownCloud | Thomas Müller | 2015-02-25 | 2 | -3/+3 |
| | | | | |||||
* | | | | deprecate getters for deprecated class | Bernhard Posselt | 2015-02-25 | 2 | -2/+3 |
| | | | | |||||
* | | | | use IDBConnection and close cursors after insert/update/delete | Bernhard Posselt | 2015-02-25 | 1 | -6/+10 |
| | | | | |||||
* | | | | 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() | ||||
| * | | | | using Doctrine\DBAL\Connection::executeUpdate() | Thomas Müller | 2015-02-25 | 1 | -41/+33 |
| |/ / / | |||||
* | | | | Merge pull request #14508 from owncloud/tagmanager-nouser | Vincent Petry | 2015-02-25 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | Return null when requesting tags for null user | ||||
| * | | | | Return null when requesting tags for null user | Vincent Petry | 2015-02-25 | 1 | -0/+5 |
| | |/ / | |/| | | | | | | | | | | | | | | The TagManager->load() now returns null if the user is not authenticated instead of failing with an error. | ||||
* | | | | Merge pull request #14490 from owncloud/remove-unused-deprecated-code | Clark Tomlinson | 2015-02-25 | 1 | -10/+0 |
|\ \ \ \ | |/ / / |/| | | | Remove unused and deprecated Code | ||||
| * | | | Remove unused and deprecated Code | Lukas Reschke | 2015-02-25 | 1 | -10/+0 |
| |/ / | | | | | | | | | | Function is not used anymore anywhere in the code base: https://github.com/search?q=user%3Aowncloud+secureRNGAvailable&type=Code&utf8=%E2%9C%93 | ||||
* | | | Merge pull request #14500 from owncloud/fileglobalgc-cleanup | Thomas Müller | 2015-02-25 | 2 | -28/+46 |
|\ \ \ | | | | | | | | | Cleanup garbage collection for global file cache | ||||
| * | | | Cleanup garbage collection for global file cache | Robin Appelman | 2015-02-25 | 2 | -28/+46 |
| |/ / | |||||
* | | | Merge pull request #10735 from owncloud/use_remote_addr | Robin McCorkell | 2015-02-25 | 1 | -4/+1 |
|\ \ \ | |/ / |/| | | Use getRemoteAddress which supports reverse proxies | ||||
| * | | Use getRemoteAddress which supports reverse proxies | Lukas Reschke | 2015-02-24 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | Breaking change for 8.1 wiki (Security > Administrators): The log format for failed logins has changed and uses now the remote address and is considering reverse proxies for such scenarios when configured correctly. | ||||
* | | | Merge pull request #14458 from owncloud/revive/11157 | Thomas Müller | 2015-02-25 | 1 | -3/+9 |
|\ \ \ | | | | | | | | | Get the real protocol behind several proxies | ||||
| * | | | Use [0] instead of current as HHVM might have problems with that | Lukas Reschke | 2015-02-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Get the real protocol behind several proxies | Lukas Reschke | 2015-02-24 | 1 | -3/+9 |
| |/ / | | | | | | | | | | | | | | | | X-Forwarded-Proto contains a list of protocols if ownCloud is behind multiple reverse proxies. This is a revival of https://github.com/owncloud/core/pull/11157 using the new IRequest public API. | ||||
* | | | Merge pull request #14151 from owncloud/update-sabre2.1 | Thomas Müller | 2015-02-25 | 26 | -1331/+802 |
|\ \ \ | | | | | | | | | Sabre Update to 2.1 | ||||
| * | | | Remove locks plugin. | Thomas Müller | 2015-02-25 | 1 | -171/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reasoning: - a WebDAV server is not required to implement locking support - WebDAV Locking is know to break the sync algorithm - the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work) | ||||
| * | | | Show a empty response for GET on non-files instead of the Browser Plugin | Lukas Reschke | 2015-02-23 | 1 | -0/+43 |
| | | | | |||||
| * | | | Sabre Update to 2.1 | Vincent Petry | 2015-02-23 | 25 | -1176/+775 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity |