Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Fix getMock UserMountcacheTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+1 |
* | Fix getMock Cache | Roeland Jago Douma | 2016-09-13 | 1 | -1/+5 |
* | Fix getMock DecryptAllTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+2 |
* | Fix getMock ManagerTest | Roeland Jago Douma | 2016-09-13 | 1 | -4/+5 |
* | Fix getMock FileCacheTest | Roeland Jago Douma | 2016-09-13 | 1 | -5/+5 |
* | Fix getMock JobListTest | Roeland Jago Douma | 2016-09-13 | 1 | -2/+4 |
* | Fix getMock AppTests | Roeland Jago Douma | 2016-09-13 | 1 | -7/+6 |
* | Fix failing preview unit tests (#26039) | Thomas Müller | 2016-09-12 | 1 | -21/+21 |
* | Clean up code coverage | Thomas Müller | 2016-09-12 | 1 | -36/+0 |
* | Merge pull request #1317 from nextcloud/add-sharing-disclaimer | Morris Jobke | 2016-09-08 | 1 | -0/+12 |
|\ | |||||
| * | Fix tests | Lukas Reschke | 2016-09-08 | 1 | -2/+2 |
| * | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 1 | -0/+12 |
* | | Merge pull request #1247 from nextcloud/storage-id-global-cache | Morris Jobke | 2016-09-08 | 1 | -0/+2 |
|\ \ | |||||
| * | | more efficient querying of numeric storage ids | Robin Appelman | 2016-09-07 | 1 | -0/+2 |
* | | | Change updater URL | Joas Schilling | 2016-09-08 | 1 | -12/+12 |
* | | | Merge pull request #836 from nextcloud/php7.1 | Lukas Reschke | 2016-09-08 | 2 | -8/+33 |
|\ \ \ | |||||
| * | | | Compare arrays not json strings | Roeland Jago Douma | 2016-09-07 | 1 | -6/+31 |
| * | | | Set default | Roeland Jago Douma | 2016-09-07 | 1 | -2/+2 |