Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix QueryBuilderTests | Thomas Müller | 2016-10-11 | 1 | -10/+10 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix typehint | Roeland Jago Douma | 2016-10-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Cleanup test case | Thomas Müller | 2016-10-10 | 1 | -10/+15 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #1660 from nextcloud/add-notification-icon-to-api | Christoph Wurst | 2016-10-10 | 1 | -0/+28 |
|\ | | | | | Add an icon to the notification API | ||||
| * | Add an icon to the notification API | Joas Schilling | 2016-10-07 | 1 | -0/+28 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #1663 from nextcloud/dont-reparse-info-xml | Morris Jobke | 2016-10-10 | 2 | -25/+26 |
|\ \ | | | | | | | Dont reparse info xml + cache AppInfo XML | ||||
| * | | Cache AppInfo in Memory Cache if configured | Lukas Reschke | 2016-10-07 | 1 | -11/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | This saves around 20ms on a bare-bone instance, on bigger ones more (depending on the number of installed apps). See https://blackfire.io/profiles/compare/fc326ad3-100d-49b8-8ea9-8343240f53f3/graph Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968) | Thomas Müller | 2016-10-07 | 2 | -17/+4 |
| |/ | | | | | | | | | | | | | | | * Don't parse info.xml but reuse already cached app infos - fixes #25603 * Use === in InfoParser. Fixes test * InfoParser should not depend on UrlGenerator - fixes issue with session being closed too early | ||||
* | | Merge pull request #1656 from nextcloud/appinfo-check-class-existance | Christoph Wurst | 2016-10-10 | 1 | -0/+122 |
|\ \ | | | | | | | Make sure all the jobs, command, provides and migrations are valid | ||||
| * | | Make sure all the jobs, command, provides and migrations are valid | Joas Schilling | 2016-10-07 | 1 | -0/+122 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | Simplify isSubDirectory check | Lukas Reschke | 2016-10-07 | 1 | -13/+0 |
|/ | | | | | | Shaves off another 9ms per request as can be seen at https://blackfire.io/profiles/compare/dd54cef3-e58d-4a22-b8f4-c7c4b70697be/graph Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Prefilter inaccessible shares in DefaultShareProvider::getSharedWith() | Vincent Petry | 2016-10-06 | 1 | -23/+158 |
| | | | | | | | | | | | The DefaultShareProvider now does a DB-level check to find out whether file_source is accessible at all (deleted file) or whether it's in the trashbin of a home storage. One small corner case where the home storage id is in md5 form cannot be covered properly with this approach. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #1306 from nextcloud/simplefs | Lukas Reschke | 2016-10-06 | 6 | -20/+440 |
|\ | | | | | Introducing AppData | ||||
| * | Fix avatar tests | Roeland Jago Douma | 2016-10-05 | 1 | -10/+10 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | avatar to appdata | Roeland Jago Douma | 2016-10-05 | 1 | -10/+12 |
| | | | | | | | | | | | | * Fix AvatarTest Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Add Tests | Roeland Jago Douma | 2016-10-05 | 4 | -0/+418 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Generate coverage for quick DB tests | Lukas Reschke | 2016-10-05 | 1 | -2/+4 |
|/ | | | | | | This adds the "QUICKDB" group which excludes some tests that abuse unit tests as integration tests as displayed in https://github.com/nextcloud/server/issues/1626 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Do not use underscores in PSR4 namespaces of the backup codes app | Christoph Wurst | 2016-10-03 | 1 | -3/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove database requirement from test | Lukas Reschke | 2016-10-03 | 1 | -17/+57 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #1582 from nextcloud/make-comments-100-tested | Lukas Reschke | 2016-09-30 | 1 | -0/+4 |
|\ | | | | | Add test for setTopmostParentId and getTopmostParentId | ||||
| * | Add test for setTopmostParentId and getTopmostParentId | Lukas Reschke | 2016-09-29 | 1 | -0/+4 |
| | | | | | | | | | | | | This wasn't tested before as proven by the coverage data. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Only trigger postDelete hooks when the user was deleted... | Joas Schilling | 2016-09-29 | 1 | -4/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Make sure that comments, notifications and preferences are deleted | Joas Schilling | 2016-09-29 | 1 | -11/+74 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #1549 from nextcloud/kill-update-simulation | Morris Jobke | 2016-09-28 | 1 | -21/+7 |
|\ | | | | | Kill update simulation | ||||
| * | Kill update simulation | Vincent Petry | 2016-09-27 | 1 | -21/+7 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #1521 from nextcloud/fix-mimetypedetect-hiddenfolder | Lukas Reschke | 2016-09-27 | 1 | -0/+2 |
|\ \ | |/ |/| | Fix mimetype detection inside hidden folders (#26138) | ||||
| * | Fix mimetype detection inside hidden folders (#26138) | Vincent Petry | 2016-09-26 | 1 | -0/+2 |
| | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26138 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Use the same URL everywhere | Joas Schilling | 2016-09-27 | 1 | -8/+8 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Return the autoupdater value from the server | Joas Schilling | 2016-09-27 | 1 | -0/+4 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | 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 | ||||
| * | 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 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 |
| |