| Commit message (Expand) | Author | Age | Files | Lines |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 33 | -35/+14 |
* | Fix test | Valdnet | 2021-05-04 | 1 | -1/+1 |
* | Only set copy etag if the destination source can be found | Christoph Wurst | 2021-04-23 | 1 | -0/+14 |
* | Add a setting to restrict returning a full match unless in phonebook or same ... | Joas Schilling | 2021-03-10 | 1 | -0/+51 |
* | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-10 | 1 | -1/+7 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 11 | -11/+13 |
* | Add $secureRandom to test case | Daniel Kesselberg | 2020-12-10 | 1 | -6/+13 |
* | Handle deck share type in audit and dav app | Julius Härtl | 2020-12-09 | 1 | -0/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 3 | -5/+5 |
* | Fix unit tests | Roeland Jago Douma | 2020-10-05 | 1 | -0/+6 |
* | fix tests | Robin Appelman | 2020-08-26 | 1 | -4/+11 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -2/+4 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 9 | -62/+60 |
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 1 | -10/+10 |
* | Merge pull request #21302 from nextcloud/techdebt/noid/adjust-to-parent-imple... | Christoph Wurst | 2020-06-09 | 1 | -3/+3 |
|\ |
|
| * | Adjust to parent implementation | Joas Schilling | 2020-06-08 | 1 | -3/+3 |
* | | Allow for compression of the PROPFIND responses | Roeland Jago Douma | 2020-06-06 | 1 | -0/+116 |
|/ |
|
* | Translate the maintenance mode message in webdav | Morris Jobke | 2020-05-06 | 2 | -3/+12 |
* | Merge pull request #19436 from nextcloud/bugfix/noid/dav-quota-calculation | Roeland Jago Douma | 2020-04-30 | 1 | -10/+18 |
|\ |
|
| * | Do not include mountpoints when calculating quota usage on WebDAV | Julius Härtl | 2020-04-24 | 1 | -10/+18 |
* | | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 5 | -0/+5 |
|/ |
|
* | Add test that shares and tags are ignored for chunk files. | Daniel Kesselberg | 2020-04-21 | 2 | -1/+43 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 3 | -15/+15 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 4 | -5/+5 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 12 | -38/+26 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 4 | -6/+6 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 3 | -1/+2 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 2 | -38/+38 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 18 | -2/+22 |
* | Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0 | Roeland Jago Douma | 2020-03-30 | 4 | -10/+10 |
|\ |
|
| * | RequestTestCase: Default type for headers needs to be array | Georg Ehrke | 2020-03-27 | 1 | -1/+1 |
| * | Adjust FakeLockerPluginTest to new Sabre version | Georg Ehrke | 2020-03-27 | 1 | -1/+1 |
| * | Fix usage of Sabre\HTTP\Request in unit tests | Georg Ehrke | 2020-03-27 | 2 | -8/+8 |
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 2 | -5/+0 |
|\ \
| |/
|/| |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 2 | -5/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 9 | -195/+195 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 17 | -355/+355 |
|/ |
|
* | Fix tests due to config adjustments | Julius Härtl | 2020-03-20 | 1 | -16/+12 |
* | Limit enumeration in principal search | Julius Härtl | 2020-03-20 | 1 | -0/+122 |
* | fix tests | Robin Appelman | 2020-03-18 | 1 | -57/+2 |
* | merge the two almost identical custom property backends | Robin Appelman | 2020-03-18 | 1 | -2/+2 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -0/+1 |
* | Merge pull request #18061 from nextcloud/bugfix/noid/dav-plugin-old | Roeland Jago Douma | 2019-12-16 | 1 | -1/+2 |
|\ |
|
| * | Load apps dav plugins on the old webdav route | Julius Härtl | 2019-12-04 | 1 | -1/+2 |
* | | Update license headers | Christoph Wurst | 2019-12-05 | 32 | -34/+48 |
|/ |
|
* | respect shareapi_allow_share_dialog_user_enumeration in Principal backend for... | Georg Ehrke | 2019-12-03 | 1 | -9/+93 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 18 | -122/+125 |
* | Fix more tests | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |