Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14573 from owncloud/enc-migrate-disable-updater | Vincent Petry | 2015-03-02 | 2 | -3/+23 |
|\ | | | | | Disable the cache updater when doing the encryption migration | ||||
| * | Allow disabling the cache updater | Robin Appelman | 2015-02-27 | 2 | -3/+23 |
| | | |||||
* | | Merge pull request #14593 from owncloud/fix/13994 | Morris Jobke | 2015-03-02 | 1 | -1/+16 |
|\ \ | | | | | | | Add detection for invalid CLI configuration for settings page | ||||
| * | | Simplify code | Lukas Reschke | 2015-03-01 | 1 | -4/+4 |
| | | | |||||
| * | | Add detection for invalid CLI configuration for settings page | Lukas Reschke | 2015-02-27 | 1 | -1/+16 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | This change will log all failures that prevent the CLI cronjob from happening to the database and display a warning to administrators when an error happened. To test: 1. Configure some invalid CLI php.ini settings 2. Enable the CLI cronjob and run php cron.php 3. See the errors printed and also in the admin page 4. Configure the CLI settings correctly 5. Errors should be gone. Fixes https://github.com/owncloud/core/issues/13994 | ||||
* | | Merge pull request #14605 from owncloud/checkserver-disable-hhvm | Morris Jobke | 2015-03-01 | 1 | -25/+33 |
|\ \ | | | | | | | Disable some server checks when running on HHVM | ||||
| * | | Disable some server checks when running on HHVM | Lukas Reschke | 2015-02-28 | 1 | -25/+33 |
| |/ | | | | | | | Ref https://github.com/owncloud/core/issues/10837#issuecomment-76516839 | ||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-01 | 6 | -2/+14 |
|/ | |||||
* | Merge pull request #14575 from owncloud/cache-rename-overwrite | Morris Jobke | 2015-02-27 | 1 | -1/+4 |
|\ | | | | | Fix cache update when doing a rename that overwrites the target | ||||
| * | Fix cache update when doing a rename that overwrites the target | Robin Appelman | 2015-02-27 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #13616 from owncloud/streamresponse | Bernhard Posselt | 2015-02-27 | 7 | -17/+241 |
|\ \ | | | | | | | AppFramework StreamResponse | ||||
| * | | AppFramework StreamResponse | Bernhard Posselt | 2015-02-27 | 7 | -17/+241 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First stab at the StreamResponse, see #12988 The idea is to use an interface ICallbackResponse (I'm not 100% happy with the name yet, suggestions?) that allow the response to output things in its own way, for instance stream the file using readfile Unittests are atm lacking, plan is to check if a mock of ICallbackResponse will be used by calling its callback (also unhappy with this name) method Usage is: $response = new StreamResponse('path/to/file'); rename io to output, add additional methods and handle error and not modified cases when using StreamResponse fix indention and uppercasing, also handle forbidden cases fix indention fix indention no forbidden, figuring out if a file is really readable is too complicated to get to work across OSes and streams remove useless import remove useless import fix intendation | ||||
* | | | Merge pull request #14567 from owncloud/node-check-fileinfo-interface | Joas Schilling | 2015-02-27 | 2 | -0/+41 |
|\ \ \ | |_|/ |/| | | Add "throws" lines to calling methods and interface aswell | ||||
| * | | Add "throws" lines to calling methods and interface aswell | Joas Schilling | 2015-02-27 | 2 | -0/+41 |
| | | | |||||
* | | | Merge pull request #14565 from owncloud/more-https | Thomas Müller | 2015-02-27 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Add more HTTPS endpoints | ||||
| * | | Add more HTTPS endpoints | Lukas Reschke | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | The doc server can now finally speak SSL... | ||||
* | | | 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() |