- 18 Nov, 2016 5 commits
-
-
Cornelius Kölbel authored
* Add a TwoFactorException A Two Factor third party App may throw a TwoFactorException() with a more detailed error message in case the authentication fails. The 2FA Controller will then display the message of this Exception to the user. Working on #26593 * Update TwoFactorException.php * Copyright * Fix tests
-
Vincent Petry authored
removed path to datadir
-
Vincent Petry authored
Die in OCS v1.php on exception
-
Vincent Petry authored
-
Jenkins for ownCloud authored
-
- 17 Nov, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 15 Nov, 2016 1 commit
-
-
Kawohl authored
-
- 14 Nov, 2016 6 commits
-
-
Vincent Petry authored
behat will only only pass if all tests pass
-
Thomas Müller authored
-
Vincent Petry authored
Also moved old ShareTest tests to be integration tests instead, as they cannot be applied directly as unit tests.
-
Vincent Petry authored
When creating link shares from external storage, the filesystem cannot find an owner in some scenarios (ex: system-wide mounts). In such cases, fall back to using the current user's trashbin which happens to also be the user who created the link share. Fixes an issue where this scenario made deletion impossible due to missing user information.
-
Vincent Petry authored
Seems broken. But also if link shares are not allowed, the link shares will continue to exist but will be denied. A future cleanup could be done through a background job.
-
Vincent Petry authored
Add repair step to fix file share permissions
-
- 13 Nov, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 11 Nov, 2016 4 commits
-
-
Jörn Friedrich Dreyer authored
increases the cache duration for css and js files from 2 hours to half a year. Should they change the versionhash changes as well and a new file is fetched. Half a year should be long enough for oc updates. Also allows caching woff files for 7 days. Currently, there is no versionhash available, but pressing F5 will also refresh the woff files.
-
Vincent Petry authored
Allow renaming part files on perm masked storage
-
Thomas Müller authored
* Cache composer and node_modules * Cache bower and some more npm
-
Jenkins for ownCloud authored
-
- 10 Nov, 2016 5 commits
-
-
Vincent Petry authored
-
Vincent Petry authored
Register only one dav auth backend
-
Vincent Petry authored
Local shares should only be scanned when doing it for the owner to avoid repeatedly rescanning the same shared storage over and over again for every recipient.
-
Michael Jobst authored
* share api expanded by tags * Modified files_sharing JS Unit tests * modified tests. renamed request parameter. refactoring * Update Share20OCS.php Added missing function description * Update Helper.php Added missing function description * Update Helper.php implicit boolean conversion to !empty() * Update Share20OCSTest.php
-
Jenkins for ownCloud authored
-
- 09 Nov, 2016 3 commits
-
-
Vincent Petry authored
When uploading a file to a storage that has reduced permissions, we still need to be able to create or rename the part files to the final file. This fix makes that rename possible.
-
Vincent Petry authored
Username autocomplete option in admin menu now also toggles autocomp…
-
Jenkins for ownCloud authored
-
- 08 Nov, 2016 8 commits
-
-
Thomas Müller authored
-
Vincent Petry authored
Fix DAV stat cache to properly cache 404
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Citharel authored
-
Jörn Friedrich Dreyer authored
* use query builder * test no longer needs to mock the dbtype * close cursor early
-
Jenkins for ownCloud authored
-
- 07 Nov, 2016 6 commits
-
-
Vincent Petry authored
* Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks
-
Vincent Petry authored
-
Vincent Petry authored
404 errors were not properly cached due to catching the wrong exception. Now catching ClientHttpException and checking the error code. In case of 404, adjust the stat cache accordingly.
-
Vincent Petry authored
Kill legacy OC_OCS and OC_L10N
-
Vincent Petry authored
The Sabre FilesPlugin never uses the view so remove it.
-
Vincent Petry authored
-