| Commit message (Expand) | Author | Age | Files | Lines |
* | tests(integration): Fix catching error only on object store | Julius Härtl | 2023-03-09 | 1 | -1/+1 |
* | feat(s3): Use multipart upload for chunked uploading | Julius Härtl | 2023-03-09 | 1 | -4/+100 |
* | Revert "fix(performance): Do not set up filesystem on every call" | Joas Schilling | 2023-02-21 | 1 | -0/+27 |
* | tests: Remove legacy chunking tests | Julius Härtl | 2023-02-17 | 1 | -27/+0 |
* | Change X-Robots-Tag header from "none" to "noindex, nofollow" | MichaIng | 2023-02-15 | 1 | -2/+2 |
* | Remove legacy Internet Explorer headers | MichaIng | 2022-03-19 | 1 | -1/+0 |
* | Set the file's mtime from the headers in bulk upload | Louis Chemineau | 2022-01-11 | 1 | -0/+3 |
* | Add an integration test | Joas Schilling | 2021-11-25 | 1 | -0/+9 |
* | Clean BulkUpload plugin | Louis Chemineau | 2021-10-16 | 1 | -0/+11 |
* | build: Fix some typos (most of them found by codespell) | Stefan Weil | 2020-06-06 | 1 | -1/+1 |
* | Accept incoming shares in integration tests | Daniel Calviño Sánchez | 2019-11-20 | 1 | -0/+10 |
* | Fix tests | Roeland Jago Douma | 2018-11-01 | 1 | -2/+2 |
* | Add integration tests for length header on new chunking | Thomas Müller | 2017-12-15 | 1 | -0/+20 |
* | Prevent sending second WWW-Authenticate header | Lukas Reschke | 2017-06-13 | 1 | -2/+2 |
* | Bearer comes first on the new endpoint | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | Adjust realm from SabreDAV to Nextcloud | Lukas Reschke | 2017-05-18 | 1 | -2/+2 |
* | Fix forbidden backslash DAV integration tests | Vincent Petry | 2017-04-26 | 1 | -12/+12 |
* | Added test cases from core 16825 | Sergio Bertolin | 2017-04-26 | 1 | -0/+41 |
* | Simplified new endpoint move test | Vincent Petry | 2017-04-26 | 1 | -9/+4 |
* | Added case when final chunk move must not change file id | Vincent Petry | 2017-04-26 | 1 | -0/+13 |
* | Added test about checking file id after a move | Sergio Bertolin | 2017-04-26 | 1 | -0/+12 |
* | Fix casing of same origin frame option | Joas Schilling | 2017-04-12 | 1 | -1/+1 |
* | Added logic and tests to remove everything inside a folder | Sergio Bertolin | 2017-03-20 | 1 | -0/+38 |
* | Adjust integration test to Nextcloud branding | Lukas Reschke | 2016-12-19 | 1 | -2/+2 |
* | Add test for duplicate 401 headers on DAV | Vincent Petry | 2016-12-19 | 1 | -0/+16 |
* | Add integration test for creating folder with colon | Vincent Petry | 2016-12-16 | 1 | -0/+16 |
* | Add integration tests for uploading files to a permission limited share | Robin Appelman | 2016-12-15 | 1 | -0/+20 |
* | Adapted favorites and dav2 features | Sergio Bertolin | 2016-11-02 | 1 | -18/+119 |
* | Fix size | Roeland Jago Douma | 2016-10-02 | 1 | -2/+2 |
* | Added quota calculation test when a file is recieved | Sergio Bertolin | 2016-10-02 | 1 | -0/+12 |
* | Added test checking quota after usage | Sergio Bertolin | 2016-10-02 | 1 | -0/+10 |
* | Added integration test | Sergio Bertolin | 2016-08-29 | 1 | -0/+18 |
* | Add some integration test fixes | Morris Jobke | 2016-07-29 | 1 | -12/+12 |
* | ownCloud --> Nextcloud | enoch85 | 2016-07-28 | 1 | -9/+9 |
* | Add integration tests | Lukas Reschke | 2016-06-30 | 1 | -0/+29 |
* | Added test with new endpoint (#23934) | Sergio Bertolín | 2016-06-17 | 1 | -37/+0 |
* | DAV now returns file name with Content-Disposition header | Vincent Petry | 2016-06-09 | 1 | -2/+2 |
* | Added integration tests directly in the code PR | Sergio Bertolín | 2016-05-02 | 1 | -1/+1 |
* | Integration test for a disabled user | Thomas Müller | 2016-05-02 | 1 | -0/+8 |
* | Merge pull request #23978 from owncloud/integration-test-remaining-from-qa-26 | Lukas Reschke | 2016-04-16 | 1 | -0/+9 |
|\ |
|
| * | Added test case about downloading a file inside a folder with range | Sergio Bertolin | 2016-04-13 | 1 | -0/+9 |
* | | Merge pull request #23939 from owncloud/stricter-csp-for-dav-backend | Lukas Reschke | 2016-04-16 | 1 | -2/+2 |
|\ \ |
|
| * | | Employ a stricter Content Security Policy on remote.php | Lukas Reschke | 2016-04-12 | 1 | -2/+2 |
| |/ |
|
* / | Add intergration tests for new chunking | Roeland Jago Douma | 2016-04-12 | 1 | -0/+36 |
|/ |
|
* | Add intergration tests | Roeland Jago Douma | 2016-03-17 | 1 | -0/+73 |
* | Added tests | Roeland Jago Douma | 2016-03-07 | 1 | -0/+27 |
* | Return -3 for unlimited quota | Vincent Petry | 2016-02-29 | 1 | -1/+37 |
* | Fix typo | Lukas Reschke | 2016-02-25 | 1 | -1/+1 |
* | Add integration test for CSRF protection on DAV | Lukas Reschke | 2016-02-25 | 1 | -0/+37 |
* | Add header for attachment disposition only once | Lukas Reschke | 2016-02-23 | 1 | -4/+29 |