Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8472 from nextcloud/strict_integritycheck | Roeland Jago Douma | 2018-02-22 | 1 | -0/+3 |
|\ | |||||
| * | Handle strict typing in Checker and fix tests | Roeland Jago Douma | 2018-02-21 | 1 | -0/+3 |
* | | Fix tests | Roeland Jago Douma | 2018-02-21 | 2 | -12/+18 |
|/ | |||||
* | Merge pull request #8206 from nextcloud/bugfix/noid/fix-collaboration-result-... | blizzz | 2018-02-20 | 2 | -3/+3 |
|\ | |||||
| * | Better result handling of email search | Joas Schilling | 2018-02-20 | 2 | -3/+3 |
* | | Merge pull request #8336 from nextcloud/cleanup-unused-parameter | Roeland Jago Douma | 2018-02-20 | 2 | -21/+1 |
|\ \ | |||||
| * | | Remove config from AutoCompleteController | Morris Jobke | 2018-02-13 | 1 | -7/+1 |
| * | | Remove crypto and timefactory from UsersController | Morris Jobke | 2018-02-13 | 1 | -14/+0 |
* | | | Use a proper wait for create of the container | Roeland Jago Douma | 2018-02-19 | 1 | -2/+27 |
* | | | use more precise method for waiting for swift | Robin Appelman | 2018-02-19 | 1 | -3/+29 |
* | | | fix controller test | Robin Appelman | 2018-02-19 | 1 | -3/+3 |
* | | | Merge pull request #8411 from nextcloud/add-strict-types-to-oc_app | Morris Jobke | 2018-02-17 | 1 | -13/+0 |
|\ \ \ | |||||
| * | | | Fix app version to be always string and neither array nor null | Morris Jobke | 2018-02-17 | 1 | -13/+0 |
* | | | | Merge pull request #8232 from nextcloud/bugfix/8007/validate-appinfo-against-... | Morris Jobke | 2018-02-16 | 10 | -52/+70 |
|\ \ \ \ | |||||
| * | | | | App manager is not needed anymore | Joas Schilling | 2018-02-16 | 1 | -1/+1 |
| * | | | | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 10 | -52/+70 |
| |/ / / | |||||
* | | | | Take into account the comment message when looking for it | Daniel Calviño Sánchez | 2018-02-15 | 2 | -24/+17 |
* | | | | Adjust timeouts in the step to create a new comment | Daniel Calviño Sánchez | 2018-02-15 | 1 | -2/+2 |
* | | | | Move locators above step definitions | Daniel Calviño Sánchez | 2018-02-15 | 1 | -21/+26 |
|/ / / | |||||
* | | | Merge pull request #8095 from nextcloud/webapps-capabilities | Morris Jobke | 2018-02-15 | 2 | -7/+136 |
|\ \ \ | |||||
| * | | | Also rewrite icon url | Julius Härtl | 2018-02-12 | 1 | -4/+19 |
| * | | | Move to OCS endpoint | Julius Härtl | 2018-02-12 | 1 | -5/+5 |
| * | | | Allow requesting absolute URLs | Julius Härtl | 2018-02-12 | 1 | -6/+43 |
| * | | | Add tests for NavigationController | Julius Härtl | 2018-02-12 | 1 | -0/+77 |
| * | | | Make sure we test the proper order in the NavigationManagerTest | Julius Härtl | 2018-02-12 | 1 | -7/+7 |
| |/ / | |||||
* | | | Merge pull request #8259 from nextcloud/guzzle6 | Morris Jobke | 2018-02-14 | 4 | -48/+37 |
|\ \ \ | |/ / |/| | | |||||
| * | | adjust httpclient to guzzle6 | Robin Appelman | 2018-02-09 | 4 | -48/+37 |
* | | | Merge pull request #8263 from nextcloud/fix_dev_man_link | Morris Jobke | 2018-02-08 | 1 | -3/+22 |
|\ \ \ | |||||
| * | | | Link to NC 14 dev manual | Roeland Jago Douma | 2018-02-08 | 1 | -3/+22 |
| |/ / | |||||
* | | | sleep more | Robin Appelman | 2018-02-08 | 1 | -1/+1 |
* | | | add ci for swift primary storage | Robin Appelman | 2018-02-08 | 3 | -0/+29 |
|/ / | |||||
* | | Merge pull request #8033 from nextcloud/s3-uploader | Morris Jobke | 2018-02-08 | 1 | -5/+12 |
|\ \ | |/ |/| | |||||
| * | Use S3Client::upload instead of splitting single/multipart upload ourselves | Robin Appelman | 2018-01-24 | 1 | -5/+12 |
* | | Fix tests | Roeland Jago Douma | 2018-02-03 | 1 | -0/+4 |
* | | Move depsCache clearing to SCSSCacher/JSCombiner | Julius Härtl | 2018-02-03 | 3 | -16/+42 |
* | | Add tests and class mapping | Julius Härtl | 2018-02-03 | 1 | -0/+94 |
* | | Add all parameters to returnValueMap | Julius Härtl | 2018-01-31 | 1 | -2/+2 |
* | | Merge pull request #8096 from nextcloud/feature/6382/do-not-cache-settings-in... | Roeland Jago Douma | 2018-01-31 | 2 | -240/+5 |
|\ \ | |||||
| * | | Do not cache the settings/sections in the database anymore | Joas Schilling | 2018-01-29 | 2 | -240/+5 |
* | | | Merge pull request #8078 from nextcloud/theming-validate-scss | Morris Jobke | 2018-01-29 | 1 | -4/+14 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add tests for URL rewriting | Julius Härtl | 2018-01-26 | 1 | -4/+14 |
* | | | Update tests | Roeland Jago Douma | 2018-01-29 | 1 | -8/+20 |
|/ / | |||||
* | | Merge pull request #7916 from nextcloud/2fa_log | Morris Jobke | 2018-01-25 | 3 | -4/+13 |
|\ \ | |||||
| * | | Add tests | Roeland Jago Douma | 2018-01-25 | 2 | -0/+2 |
| * | | Fix tests | Roeland Jago Douma | 2018-01-25 | 1 | -4/+11 |
* | | | Merge pull request #8036 from nextcloud/phpunit6 | Roeland Jago Douma | 2018-01-25 | 39 | -131/+115 |
|\ \ \ | |/ / |/| | | |||||
| * | | Class "ProgressBar" is declared "final" and cannot be mocked. | Joas Schilling | 2018-01-25 | 1 | -2/+5 |
| * | | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 24 | -30/+59 |
| * | | Fix "Undefined method setExpectedException()" | Joas Schilling | 2018-01-24 | 13 | -42/+37 |
| * | | Require PHPUnit 6.5 or higher | Joas Schilling | 2018-01-24 | 4 | -57/+14 |
| |/ |