| Commit message (Expand) | Author | Age | Files | Lines |
* | [stable8] Test jenkins pipeline (#25401) (#25505) | Thomas Müller | 2016-08-12 | 1 | -1/+3 |
* | Additional perm check in Webdav (#25453) | Vincent Petry | 2016-07-12 | 1 | -2/+83 |
* | Make update server URL configurable | Lukas Reschke | 2016-05-13 | 1 | -6/+6 |
* | [stable8] Ignore certificate file if it starts with file:// | Lukas Reschke | 2016-04-21 | 1 | -0/+8 |
* | Rename and move permissions are set when a file is updatable | Roeland Jago Douma | 2016-03-04 | 1 | -2/+2 |
* | prevent 0 byte downloads when storage returns false | Jörn Friedrich Dreyer | 2015-12-18 | 1 | -0/+18 |
* | manually backport some helper methods | Björn Schießle | 2015-12-15 | 1 | -0/+72 |
* | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-15 | 1 | -0/+37 |
* | Merge pull request #19659 from owncloud/stable8-backport-19546 | Vincent Petry | 2015-11-25 | 1 | -0/+39 |
|\ |
|
| * | Add unit test for searching in storage root | Robin Appelman | 2015-11-12 | 1 | -0/+39 |
* | | Add test for special character during move | Robin Appelman | 2015-11-20 | 1 | -0/+48 |
|/ |
|
* | Clear the shares after the test like storages and files | Morris Jobke | 2015-10-09 | 1 | -0/+12 |
* | Fallback to complete Memcached flush if getAllKeys fails | Robin McCorkell | 2015-09-06 | 1 | -0/+23 |
* | Use certificates that expire in 10 years | Lukas Reschke | 2015-08-27 | 3 | -38/+53 |
* | add test for factories | Bernhard Posselt | 2015-08-13 | 2 | -12/+26 |
* | Add unit tests | Lukas Reschke | 2015-07-27 | 1 | -0/+28 |
* | Merge pull request #17158 from owncloud/backport-15772-no-permission-restrict... | Morris Jobke | 2015-07-16 | 1 | -0/+33 |
|\ |
|
| * | Add a test to share a subfolder of a folder shared with the owner by group | Joas Schilling | 2015-06-25 | 1 | -0/+33 |
* | | Merge pull request #17172 from owncloud/view-emit-path-stable8 | Morris Jobke | 2015-07-08 | 1 | -0/+29 |
|\ \ |
|
| * | | emit hooks from a view as long as the path is inside the default root | Robin Appelman | 2015-06-29 | 1 | -0/+29 |
* | | | Use UTF-8 mode for preg_split and preg_replace | Lukas Reschke | 2015-07-01 | 1 | -2/+8 |
|/ / |
|
* / | add unit tests for null handling in view | Robin Appelman | 2015-06-25 | 1 | -0/+17 |
|/ |
|
* | Backport of #15592 to stable8 | Thomas Müller | 2015-06-25 | 1 | -0/+22 |
* | Merge pull request #16579 from owncloud/stable8-cors-no-cookie-auth | Thomas Müller | 2015-06-22 | 1 | -4/+71 |
|\ |
|
| * | disallow cookie auth for cors requests | Bernhard Posselt | 2015-05-27 | 1 | -4/+71 |
* | | Merge pull request #16734 from owncloud/stable8-dav-getremoteetag | Thomas Müller | 2015-06-22 | 1 | -0/+18 |
|\ \ |
|
| * | | Disable update check test when testing wrappers | Vincent Petry | 2015-06-03 | 1 | -0/+3 |
| * | | Added storage backend test for checkUpdate | Vincent Petry | 2015-06-03 | 1 | -0/+15 |
| |/ |
|
* | | AppFramework annotation whitespace unit test | Robin McCorkell | 2015-06-22 | 1 | -0/+14 |
* | | Merge pull request #16630 from owncloud/stable8-quota-onlyforfiles | Morris Jobke | 2015-06-09 | 2 | -15/+102 |
|\ \ |
|
| * | | Backported unit tests from 31e94708f86e21174e4bcfaf33f645dbba1efc1e | Vincent Petry | 2015-06-01 | 1 | -4/+79 |
| * | | Only use quota stream wrapper on "files" | Vincent Petry | 2015-05-29 | 1 | -11/+23 |
| |/ |
|
* | | Merge pull request #16738 from rullzer/ocs_set_password_backport | Morris Jobke | 2015-06-09 | 1 | -0/+280 |
|\ \ |
|
| * | | Added unit test | Roeland Jago Douma | 2015-06-03 | 1 | -0/+46 |
| * | | Fix unit test | Roeland Jago Douma | 2015-06-03 | 1 | -0/+4 |
| * | | OCS Fixes to allow setting of password without removing additional settings | Roeland Jago Douma | 2015-06-03 | 1 | -0/+230 |
| |/ |
|
* / | Properly return fileid when scanFile() did not find differences | Vincent Petry | 2015-06-01 | 1 | -0/+8 |
|/ |
|
* | Merge pull request #15959 from owncloud/backport-15596-remote-share-feedback-... | Morris Jobke | 2015-05-20 | 1 | -2/+56 |
|\ |
|
| * | Add tests for the correct share id on the call aswell | Joas Schilling | 2015-05-04 | 1 | -5/+8 |
| * | make scrutinizer happy | Joas Schilling | 2015-05-04 | 1 | -1/+1 |
| * | Add tests for the remote sharing url | Joas Schilling | 2015-05-04 | 1 | -2/+53 |
* | | Add unit test for migrator with different prefix | Vincent Petry | 2015-05-19 | 1 | -1/+28 |
* | | Properly log out test users in unit tests | Vincent Petry | 2015-05-15 | 1 | -0/+2 |
* | | Merge pull request #15797 from owncloud/stable8-backport-15489 | Jörn Friedrich Dreyer | 2015-05-13 | 2 | -32/+38 |
|\ \
| |/
|/| |
|
| * | fix unit tests | Morris Jobke | 2015-04-22 | 1 | -2/+2 |
| * | fix cherrypicking | Jörn Friedrich Dreyer | 2015-04-22 | 2 | -23/+32 |
| * | fix filesystem and encryption tests | Jörn Friedrich Dreyer | 2015-04-22 | 1 | -7/+4 |
* | | Merge pull request #15609 from owncloud/stable8-share-donotreturntrashedfiles | Morris Jobke | 2015-04-28 | 1 | -0/+40 |
|\ \ |
|
| * | | Add logout in share test to avoid nasty side effects | Vincent Petry | 2015-04-14 | 1 | -0/+1 |
| * | | Do not return shares for files outside "files" | Vincent Petry | 2015-04-14 | 1 | -0/+39 |