Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1514 from nextcloud/integration-tests-orphaned-shares | Morris Jobke | 2016-10-06 | 1 | -23/+158 |
|\ | |||||
| * | Prefilter inaccessible shares in DefaultShareProvider::getSharedWith() | Vincent Petry | 2016-10-06 | 1 | -23/+158 |
* | | Merge pull request #1629 from nextcloud/cleanup-settings-application | Joas Schilling | 2016-10-06 | 9 | -317/+492 |
|\ \ | |/ |/| | |||||
| * | Use our base class everywhere | Joas Schilling | 2016-10-06 | 1 | -1/+2 |
| * | phpunit min version is 4.8 | Joas Schilling | 2016-10-06 | 1 | -31/+1 |
| * | Fix tests | Joas Schilling | 2016-10-06 | 7 | -286/+367 |
| * | Use magic DI as much as possible | Joas Schilling | 2016-10-05 | 1 | -17/+29 |
| * | Add a test for all the controllers and the middleware | Joas Schilling | 2016-10-05 | 1 | -0/+111 |
* | | Properly catch password policy hint for personal page password changes | Morris Jobke | 2016-10-06 | 1 | -0/+25 |
* | | Merge pull request #1306 from nextcloud/simplefs | Lukas Reschke | 2016-10-06 | 6 | -20/+440 |
|\ \ | |/ |/| | |||||
| * | Fix avatar tests | Roeland Jago Douma | 2016-10-05 | 1 | -10/+10 |
| * | avatar to appdata | Roeland Jago Douma | 2016-10-05 | 1 | -10/+12 |
| * | Add Tests | Roeland Jago Douma | 2016-10-05 | 4 | -0/+418 |
* | | Merge pull request #1624 from nextcloud/exclude_coverage_dirs | Lukas Reschke | 2016-10-05 | 1 | -0/+5 |
|\ \ | |||||
| * | | Exclude tests and composer dir from coverage | Roeland Jago Douma | 2016-10-05 | 1 | -0/+5 |
| |/ | |||||
* / | Generate coverage for quick DB tests | Lukas Reschke | 2016-10-05 | 1 | -2/+4 |
|/ | |||||
* | Do not use underscores in PSR4 namespaces of the backup codes app | Christoph Wurst | 2016-10-03 | 1 | -3/+2 |
* | Remove database requirement from test | Lukas Reschke | 2016-10-03 | 1 | -17/+57 |
* | Remove unused endpoint | Joas Schilling | 2016-09-30 | 1 | -130/+0 |
* | Use magic DI for core controllers | Joas Schilling | 2016-09-30 | 1 | -5/+9 |
* | Merge pull request #1582 from nextcloud/make-comments-100-tested | Lukas Reschke | 2016-09-30 | 1 | -0/+4 |
|\ | |||||
| * | Add test for setTopmostParentId and getTopmostParentId | Lukas Reschke | 2016-09-29 | 1 | -0/+4 |
* | | Only trigger postDelete hooks when the user was deleted... | Joas Schilling | 2016-09-29 | 1 | -4/+5 |
* | | Make sure that comments, notifications and preferences are deleted | Joas Schilling | 2016-09-29 | 1 | -11/+74 |
|/ | |||||
* | Merge pull request #1534 from nextcloud/svg-optimization | Lukas Reschke | 2016-09-28 | 2 | -7/+2 |
|\ | |||||
| * | Svgo optimization | skjnldsv | 2016-09-27 | 2 | -7/+2 |
* | | Merge pull request #1549 from nextcloud/kill-update-simulation | Morris Jobke | 2016-09-28 | 1 | -21/+7 |
|\ \ | |||||
| * | | Kill update simulation | Vincent Petry | 2016-09-27 | 1 | -21/+7 |
* | | | Merge pull request #1521 from nextcloud/fix-mimetypedetect-hiddenfolder | Lukas Reschke | 2016-09-27 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix mimetype detection inside hidden folders (#26138) | Vincent Petry | 2016-09-26 | 1 | -0/+2 |
| |/ | |||||
* | | Use the same URL everywhere | Joas Schilling | 2016-09-27 | 1 | -8/+8 |
* | | Return the autoupdater value from the server | Joas Schilling | 2016-09-27 | 1 | -0/+4 |
|/ | |||||
* | Add tests | Roeland Jago Douma | 2016-09-15 | 2 | -38/+43 |
* | Merge pull request #1395 from nextcloud/issue-369-htaccess-max-sizes | Morris Jobke | 2016-09-13 | 2 | -7/+7 |
|\ | |||||
| * | Make sure memory limit is > post size and upload filesize | Joas Schilling | 2016-09-13 | 2 | -7/+7 |
* | | Make tests work with 4.8 at least | Joas Schilling | 2016-09-13 | 1 | -0/+18 |
|/ | |||||
* | Fix getMock UtilTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+8 |
* | Fix getMock UsersControllerTest | Roeland Jago Douma | 2016-09-13 | 1 | -13/+16 |
* | Fix getMock User | Roeland Jago Douma | 2016-09-13 | 4 | -136/+146 |
* | Fix getMock UrlGeneratortest | Roeland Jago Douma | 2016-09-13 | 1 | -10/+12 |
* | Fix getMock TagTest | Roeland Jago Douma | 2016-09-13 | 1 | -3/+4 |
* | Fix getMock ManagerTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+1 |
* | Fix getMock CertificateMangerTest | Roeland Jago Douma | 2016-09-13 | 1 | -2/+3 |
* | Fix getMock RepairUnmergedSharesTest | Roeland Jago Douma | 2016-09-13 | 1 | -4/+5 |
* | Fix getMock DBLockingProviderTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+2 |
* | Fix getMock HelperStorageTest | Roeland Jago Douma | 2016-09-13 | 1 | -6/+5 |
* | Fix getMock ViewTest | Roeland Jago Douma | 2016-09-13 | 1 | -6/+7 |
* | Fix getMock scannertest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+2 |
* | Fix getMock QuotaTest | Roeland Jago Douma | 2016-09-13 | 1 | -9/+9 |
* | Fix getMock FolderTests | Roeland Jago Douma | 2016-09-13 | 1 | -96/+104 |