summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-04-2710-22/+366
|
* [tx-robot] updated from transifexNextcloud bot2019-04-268-6/+44
|
* [tx-robot] updated from transifexNextcloud bot2019-04-2512-8/+288
|
* Merge pull request #15141 from nextcloud/fix/noid/regenerate-seen-users-onlyRoeland Jago Douma2019-04-247-11/+9
|\ | | | | fix searching all users in repair regenerate birthday cal reparir job
| * remove obsolete use statementsArthur Schiwon2019-04-243-6/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * avoids users searches on backend, faster processingArthur Schiwon2019-04-174-5/+5
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #15188 from nextcloud/bugfix/setupcheck-intlRoeland Jago Douma2019-04-241-1/+1
|\ \ | | | | | | Fix setupcheck for intl module
| * | Fix setupcheck for intl moduleDaniel Kesselberg2019-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | A polyfill for intl is loaded very early (somewhere in base). Polyfill defines grapheme_strlen as function if intl extension is not loaded. The check here is always true because there is a function with that name. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #15148 from nextcloud/fix/oauth2_string_to_intRoeland Jago Douma2019-04-241-4/+4
|\ \ \ | | | | | | | | Fix mapper not properly casting int in oauth2 code
| * | | Use the proper names when setting entity typesRoeland Jago Douma2019-04-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Else this does :boom: Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #15146 from nextcloud/fix/customer_properties_boomRoeland Jago Douma2019-04-242-11/+0
|\ \ \ \ | | | | | | | | | | Prefetching blows up if there are a lot of files.
| * | | | Prefetching blows up if there are a lot of files.Roeland Jago Douma2019-04-182-11/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | I saw instances where people had a lot of files (each with custom properties) and all this prefetching blew up and started to consume an insane amount of RAM resulting in the process getting killed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #15168 from nextcloud/fix/13554/always_tmpfile_for_swiftRoeland Jago Douma2019-04-241-8/+3
|\ \ \ \ | | | | | | | | | | Always use a temp file for swift writes
| * | | | Always use a temp file for swift writesRoeland Jago Douma2019-04-181-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently the if statement doesn't work in all cases (even if I could not reproduce it). So for the time being we will just not directly stream to swift. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-04-2416-10/+554
| | | | |
* | | | | Merge pull request #15184 from ↵John Molakvoæ2019-04-234-8/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-infinite-loading-2.4.4 Bump vue-infinite-loading from 2.4.3 to 2.4.4
| * | | | | Bump vue-infinite-loading from 2.4.3 to 2.4.4dependabot[bot]2019-04-234-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-infinite-loading](https://github.com/PeachScript/vue-infinite-loading) from 2.4.3 to 2.4.4. - [Release notes](https://github.com/PeachScript/vue-infinite-loading/releases) - [Commits](https://github.com/PeachScript/vue-infinite-loading/compare/v2.4.3...v2.4.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #15185 from ↵John Molakvoæ2019-04-234-8/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-router-3.0.6 Bump vue-router from 3.0.4 to 3.0.6
| * | | | | | Bump vue-router from 3.0.4 to 3.0.6dependabot[bot]2019-04-234-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.4 to 3.0.6. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.0.4...v3.0.6) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #15164 from nextcloud/recommendations-multiselect-overlapJohn Molakvoæ2019-04-231-6/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix multiselect bar overlapping recommendations
| * | | | | | | Use sticky position include for Safari supportJan-Christoph Borchardt2019-04-181-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | Add webkit/safari fixMorris Jobke2019-04-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | Fix multiselect bar overlapping recommendationsJan-Christoph Borchardt2019-04-181-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | | | Merge pull request #15165 from nextcloud/techdebt/noid/cleanup-legacy-share-codeJohn Molakvoæ2019-04-233-92/+11
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Deprecate legacy share code and cleanup some unused methods
| * | | | | | | Deprecate legacy share code and cleanup some unused methodsMorris Jobke2019-04-183-92/+11
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #15183 from nextcloud/dependabot/npm_and_yarn/webpack-4.30.0John Molakvoæ2019-04-232-186/+120
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bump webpack from 4.29.6 to 4.30.0
| * | | | | | | Bump webpack from 4.29.6 to 4.30.0dependabot[bot]2019-04-232-186/+120
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.29.6 to 4.30.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.6...v4.30.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | Merge pull request #15182 from ↵John Molakvoæ2019-04-232-63/+53
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-loader-2.1.1 Bump css-loader from 2.1.0 to 2.1.1
| * | | | | | Bump css-loader from 2.1.0 to 2.1.1dependabot[bot]2019-04-212-63/+53
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.1.0...v2.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #15179 from ↵John Molakvoæ2019-04-236-35/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-4.1.2 Bump handlebars from 4.1.0 to 4.1.2
| * | | | | | Bump handlebars from 4.1.0 to 4.1.2dependabot[bot]2019-04-236-35/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.2) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #14355 from nextcloud/dependabot/npm_and_yarn/backbone-1.4.0John Molakvoæ2019-04-231-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Bump backbone from 1.3.3 to 1.4.0
| * | | | | | Bump backbone from 1.3.3 to 1.4.0dependabot[bot]2019-04-231-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [backbone](https://github.com/jashkenas/backbone) from 1.3.3 to 1.4.0. - [Release notes](https://github.com/jashkenas/backbone/releases) - [Commits](https://github.com/jashkenas/backbone/compare/1.3.3...1.4.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-04-2316-20/+964
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-04-2212-44/+184
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2019-04-2116-132/+242
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2019-04-2018-10/+70
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2019-04-19162-1834/+1944
| |/ / / |/| | |
* | | | Merge pull request #15144 from nextcloud/3rdparty/bump/symfoy/4.2.7Morris Jobke2019-04-181-0/+0
|\ \ \ \ | |/ / / |/| | | [3rdparty] Bump symfony dependencies to 4.2.7
| * | | [3rdparty] Bump symfony dependencies to 4.2.7Roeland Jago Douma2019-04-171-0/+0
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #14572 from ↵Morris Jobke2019-04-181-504/+47
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/cleanup-legacy-share.php-from-unused-code Cleanup legacy Share.php from unused code
| * | | Cleanup legacy Share.php from unused codeMorris Jobke2019-04-171-504/+47
| |/ / | | | | | | | | | | | | | | | * the code was only used by tests and thus this reduces the code to the used paths and removes the branches that wouldn't be used anyway to reduce complexity and gain some overview while working towards completely removing this class Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #15153 from Temtaime/patch-1Morris Jobke2019-04-181-0/+1
|\ \ \ | | | | | | | | Load apps before running repair steps
| * | | Fix #15042Temtaime2019-04-181-0/+1
| | | |
* | | | Merge pull request #15152 from ↵Morris Jobke2019-04-182-6/+95
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/noid/contactsmenu-sharing-enum-settings Respect sharing enumeration config in contacts menu
| * | | | Respect sharing enumeration config in contacts menuJulius Härtl2019-04-182-6/+95
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #14363 from nextcloud/debt/cleanup-httpserviceMorris Jobke2019-04-184-107/+106
|\ \ \ \ | |/ / / |/| | | Set User-Agent as header without middleware
| * | | Fix testGetProxyUriDaniel Kesselberg2019-04-161-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the implementation for getProxyUri with https://github.com/nextcloud/server/pull/14363/commits/fd1d85365cb1368fa70263fe3ae3b8e59ab56615 If proxy is already null then we don't ask for proxyuserpwd. Test failed because we expected getSystemValue to be called once with proxyuserpwd Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Refactor getProxyUriDaniel Kesselberg2019-04-161-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | Get proxyuserpwd only if proxy not empty. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Set User-Agent as header without middlewareDaniel Kesselberg2019-04-164-96/+103
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>