Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8710 from nextcloud/followup/8596/tests-for-user-pagination | blizzz | 2018-03-09 | 1 | -18/+111 |
|\ | |||||
| * | Fix calculation if there are more results | Joas Schilling | 2018-03-08 | 1 | -19/+19 |
| * | Add tests for finding own email and user results pagination | Joas Schilling | 2018-03-08 | 1 | -1/+94 |
* | | Merge pull request #8716 from nextcloud/fix-cache-prefixing | Roeland Jago Douma | 2018-03-08 | 4 | -14/+37 |
|\ \ | |||||
| * | | Fix tests to use ICacheFactory | Julius Härtl | 2018-03-07 | 4 | -14/+37 |
| |/ | |||||
* | | Merge pull request #8593 from eneiluj/master | Morris Jobke | 2018-03-08 | 1 | -10/+78 |
|\ \ | |/ |/| | |||||
| * | Add tests | Roeland Jago Douma | 2018-03-08 | 1 | -10/+78 |
* | | Merge pull request #8714 from nextcloud/8705 | Morris Jobke | 2018-03-07 | 1 | -0/+17 |
|\ \ | |||||
| * | | Fix tests | Roeland Jago Douma | 2018-03-07 | 1 | -0/+17 |
* | | | Merge pull request #7419 from Abijeet/feature-7175 | Morris Jobke | 2018-03-06 | 4 | -3/+59 |
|\ \ \ | |/ / |/| | | |||||
| * | | reuse query builder | Robin Appelman | 2018-01-12 | 1 | -1/+3 |
| * | | refactor user searching | Robin Appelman | 2017-12-20 | 3 | -4/+33 |
| * | | Adds search by email function on the users screen. | Abijeet | 2017-12-16 | 1 | -0/+25 |
* | | | Remove testcase | Roeland Jago Douma | 2018-03-05 | 1 | -1/+0 |
* | | | Fix tests | Roeland Jago Douma | 2018-03-05 | 2 | -3/+7 |
* | | | Merge pull request #8289 from nextcloud/appdata_hardening | Joas Schilling | 2018-03-02 | 1 | -0/+22 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Hardening of SimpleFile getContent | Roeland Jago Douma | 2018-02-27 | 1 | -0/+22 |
* | | | Merge pull request #7363 from nextcloud/default-share-perms | Morris Jobke | 2018-02-27 | 2 | -4/+25 |
|\ \ \ | |||||
| * | | | fix unit tests | Bjoern Schiessle | 2018-02-27 | 1 | -2/+18 |
| * | | | add share permissions to settings page | Bjoern Schiessle | 2018-02-27 | 2 | -2/+7 |
| |/ / | |||||
* | | | Merge pull request #8051 from nextcloud/public-template | Roeland Jago Douma | 2018-02-27 | 1 | -0/+84 |
|\ \ \ | |||||
| * | | | Add test for PublicTemplateResponse | Julius Härtl | 2018-02-27 | 1 | -0/+84 |
| |/ / | |||||
* | | | Loglevel is an int | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
* | | | Make ILogger strict | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #8541 from nextcloud/translate-permission-error-page | Morris Jobke | 2018-02-26 | 1 | -7/+7 |
|\ \ | |||||
| * | | Provide translated error message for permission error | Morris Jobke | 2018-02-26 | 1 | -7/+7 |
* | | | Fix proper types | Roeland Jago Douma | 2018-02-22 | 1 | -1/+1 |
|/ / | |||||
* | | 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 #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 |
* | | | | 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 | 1 | -8/+11 |
|/ / / | |||||
* | | | Merge pull request #8095 from nextcloud/webapps-capabilities | Morris Jobke | 2018-02-15 | 1 | -7/+7 |
|\ \ \ | |||||
| * | | | 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 | 3 | -46/+34 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | adjust httpclient to guzzle6 | Robin Appelman | 2018-02-09 | 3 | -46/+34 |
* | | | | add ci for swift primary storage | Robin Appelman | 2018-02-08 | 1 | -0/+3 |
|/ / / | |||||
* | | | 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 |
|\ \ \ \ | |/ / / |/| | | |