Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16085 from owncloud/encryption-module-rename | Thomas Müller | 2015-05-19 | 5 | -6/+6 |
|\ | | | | | rename to 'Default encryption module' | ||||
| * | rename to 'Default encryption module' | Jan-Christoph Borchardt | 2015-05-06 | 5 | -6/+6 |
| | | |||||
* | | Merge pull request #16354 from owncloud/remove-browser-from-publicwebdav | Joas Schilling | 2015-05-19 | 1 | -1/+2 |
|\ \ | | | | | | | Show a empty response for GET on non-files instead of the Browser Plugin | ||||
| * | | Show a empty response for GET on non-files instead of the Browser Plugin | Lukas Reschke | 2015-05-14 | 1 | -1/+2 |
| | | | | | | | | | As discussed in https://github.com/owncloud/core/pull/14151, we missed to add this to the `files_sharing` S2S public WebDAV backend though. | ||||
* | | | Merge pull request #16181 from owncloud/fix-15982 | Morris Jobke | 2015-05-19 | 6 | -14/+78 |
|\ \ \ | | | | | | | | | catch unallowed anonymous auth attempt and show specific error | ||||
| * | | | handle unallowed auth exception on port detection | Arthur Schiwon | 2015-05-18 | 2 | -6/+20 |
| | | | | |||||
| * | | | throw exception on LDAP error 1, which we usually do not see and is pretty ↵ | Arthur Schiwon | 2015-05-18 | 3 | -0/+25 |
| | | | | | | | | | | | | | | | | generic. AD uses is for uses not enlisted in the RFC, like on issues with anonymous binds. we also try to guess this case and show a hint. | ||||
| * | | | catch unallowed anonymous auth attempt and show specific error | Arthur Schiwon | 2015-05-18 | 5 | -9/+34 |
| | | | | |||||
* | | | | Merge pull request #16293 from owncloud/xcache | Morris Jobke | 2015-05-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Mute XCache error when trying to clear the opcode cache | ||||
| * | | | | Mute XCache error when trying to clear the opcode cache | Lukas Reschke | 2015-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From https://github.com/owncloud/core/issues/16287: > This is caused by XCache at https://github.com/owncloud/core/blob/8e59d4c64b48ed7daeebb714e11213f7a22b5740/lib/private/util.php#L1276 where we are trying to reset the opcode cache with `XC_TYPE_PHP`. > I suspect that while XCache is installed its opcode component is not used. Unfortunately, the XCache API is not really properly documented and thus I don't know what API we would have to call to check whether the `XC_TYPE_PHP` cache is populated. In fact, there is an [open XCache bug](http://xcache.lighttpd.net/ticket/176) since 7 years that discusses this problem and is likely to never get fixed since XCache is abandonware. Fixes https://github.com/owncloud/core/issues/16287 | ||||
* | | | | | Merge pull request #16426 from owncloud/add-database-setup-hint | Morris Jobke | 2015-05-19 | 3 | -1/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | Add hint about additional PHP database modules | ||||
| * | | | | | Add hint about additional PHP database modules | Morris Jobke | 2015-05-18 | 3 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | * fixes #16391 | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-19 | 2 | -0/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #16412 from owncloud/jknockaert-patch-1 | Björn Schießle | 2015-05-18 | 2 | -3/+11 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | fix #16356 | ||||
| * | | | | | add a unit test to make sure that we don't try to read a file during a write ↵ | Bjoern Schiessle | 2015-05-18 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | operation | ||||
| * | | | | | fix #16356 | jknockaert | 2015-05-18 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #16405 from owncloud/enc_add_missing_parameter | Joas Schilling | 2015-05-18 | 3 | -4/+31 |
|\ \ \ \ \ | | | | | | | | | | | | | add missing parameter to constructor | ||||
| * | | | | | Add missing import for the exception | Joas Schilling | 2015-05-18 | 2 | -0/+3 |
| | | | | | | |||||
| * | | | | | Add a unit test for the decrypt method | Joas Schilling | 2015-05-18 | 1 | -1/+11 |
| | | | | | | |||||
| * | | | | | add l10n to constructor | Bjoern Schiessle | 2015-05-18 | 3 | -4/+18 |
| |/ / / / | |||||
* | | | | | Merge pull request #16399 from owncloud/enc_rmdir_fix | Clark Tomlinson | 2015-05-18 | 2 | -9/+80 |
|\ \ \ \ \ | | | | | | | | | | | | | [encryption] only try to delete file keys if it is a valid path | ||||
| * | | | | | only try to delete file keys if it is a valid path | Bjoern Schiessle | 2015-05-18 | 2 | -9/+80 |
| | | | | | | |||||
* | | | | | | Merge pull request #16403 from owncloud/fix-command-loading | Thomas Müller | 2015-05-18 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Only load commands of enabled apps | ||||
| * | | | | | Only load commands of enabled apps | Morris Jobke | 2015-05-18 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #15980 from owncloud/jknockaert-patch-1 | Björn Schießle | 2015-05-18 | 2 | -19/+18 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix bug #15973 | ||||
| * | | | | | | correct testSeek | jknockaert | 2015-05-18 | 1 | -4/+4 |
| | | | | | | | |||||
| * | | | | | | work on tests | jknockaert | 2015-05-18 | 1 | -10/+11 |
| | | | | | | | | | | | | | | | | | | | | | Tests reorganised and extended | ||||
| * | | | | | | fix #15973 | jknockaert | 2015-04-30 | 1 | -9/+7 |
| | | | | | | | | | | | | | | | | | | | | | Rework of stream_seek handling; there where basically two bugs: 1. seeking to the end of the current file would fail (with SEEK_SET); and 2. if seeking to an undefined position (outside 0,unencryptedSize) then newPosition was not defined. I used the opportunity to simplify the code. | ||||
* | | | | | | | Merge pull request #16404 from owncloud/enc_encrypt_files_in_trash | Vincent Petry | 2015-05-18 | 2 | -1/+29 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | also encrypt files in trash bin | ||||
| * | | | | | | | also encrypt files in trash bin | Bjoern Schiessle | 2015-05-18 | 2 | -1/+29 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #16398 from owncloud/fix-php-docv8.1.0beta2 | Joas Schilling | 2015-05-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix PHPDoc of public interface ILockingProvider | ||||
| * | | | | | | | Fix PHPDoc of public interface ILockingProvider | Morris Jobke | 2015-05-18 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #16243 from owncloud/error_if_download_failed | Vincent Petry | 2015-05-18 | 14 | -56/+208 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | redirect to error page if download failed | ||||
| * | | | | | | a new approach to display the error message | Bjoern Schiessle | 2015-05-18 | 14 | -56/+208 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #16364 from owncloud/add-warning-webdav | Morris Jobke | 2015-05-18 | 2 | -3/+80 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add notice that WebDAV interface is not intended for browsers | ||||
| * | | | | | | Add unit tests for \OC\Connector\Sabre\DummyGetResponsePlugin | Lukas Reschke | 2015-05-15 | 1 | -0/+65 |
| | | | | | | | |||||
| * | | | | | | Add notice that WebDAV interface is not intended for browsers | Lukas Reschke | 2015-05-15 | 1 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/16359 | ||||
* | | | | | | | Merge pull request #15738 from rullzer/fix_15611 | Vincent Petry | 2015-05-18 | 2 | -10/+53 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix to make sure expiration date is properly set | ||||
| * | | | | | | | Fix to make sure expiration date is properly set | Roeland Jago Douma | 2015-05-18 | 2 | -10/+53 |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This did not happen correctly when the password was enforced since a different code path was taken. * moved generation of the default date string to separate function * added unit test | ||||
* | | | | | | | Merge pull request #15870 from rullzer/fix_15812 | Morris Jobke | 2015-05-18 | 2 | -0/+111 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Reset share dialog values - more | ||||
| * | | | | | | Reset share dialog values so we start out clean | Roeland Jago Douma | 2015-05-18 | 2 | -0/+111 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | * Unit test | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-18 | 6 | -6/+48 |
| | | | | | | |||||
* | | | | | | 8.1 beta 2 | Frank Karlitschek | 2015-05-17 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-17 | 6 | -0/+6 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-16 | 2 | -0/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #15978 from owncloud/feature/fix-encryption-tooltips | Thomas Müller | 2015-05-15 | 3 | -18/+14 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [enc2]fixing recovery tooltip | ||||
| * | | | | | | fixing test | Clark Tomlinson | 2015-05-11 | 1 | -9/+9 |
| | | | | | | | |||||
| * | | | | | | adding username as param for isrecoveryenabled | Clark Tomlinson | 2015-05-05 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | fixing recovery tooltip | Clark Tomlinson | 2015-05-04 | 2 | -8/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #16242 from owncloud/use-oc-webroot | Thomas Müller | 2015-05-15 | 1 | -4/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use OC.webroot instead of calculating the URL |