summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-12-2910-72/+240
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2834-24/+174
|
* Merge pull request #13086 from nextcloud/bugfix/dont-query-when-id-not-nullRoeland Jago Douma2018-12-271-1/+3
|\ | | | | Fetch lastInsertId only when id null
| * Access id property without getter.Daniel Kesselberg2018-12-241-1/+1
| | | | | | | | | | | | Some implementations typehint getId to integer but default is null. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Fetch lastInsertId only when id nullDaniel Kesselberg2018-12-241-1/+3
| | | | | | | | | | | | | | | | When id column has no autoincrement flag query for lastInsertId fails on postgres because no value has been generated. Call lastInsertId only if id is null. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2018-12-2738-170/+264
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-2620-4/+66
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-2516-6/+112
|/
* Merge pull request #13227 from nextcloud/fix-opening-search-results-for-commentsRoeland Jago Douma2018-12-245-1/+246
|\ | | | | Fix opening search results for comments
| * Fix opening search results for commentsDaniel Calviño Sánchez2018-12-211-1/+3
| | | | | | | | | | | | | | | | | | "OC.dirname" removes everything after the last "/", so a path without slashes is returned without changes. "result.path" does not include leading nor trailing "/", so when the path is for a file or folder in the base folder "OC.dirname(result.path)" returns "result.path". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Add acceptance tests for opening search results for commentsDaniel Calviño Sánchez2018-12-213-0/+91
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Add acceptance tests for searching commentsDaniel Calviño Sánchez2018-12-213-0/+152
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #13240 from nextcloud/bugfix/noid/accountmanager-defaultsRoeland Jago Douma2018-12-241-1/+1
|\ \ | | | | | | Add default values when parsing account data
| * | Add default values when parsing account dataJulius Härtl2018-12-231-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #13249 from ↵Roeland Jago Douma2018-12-242-8/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/css-loader-2.0.2 Bump css-loader from 2.0.1 to 2.0.2 in /apps/accessibility
| * | | Bump css-loader from 2.0.1 to 2.0.2 in /apps/accessibilitydependabot[bot]2018-12-242-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.1 to 2.0.2. - [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.0.1...v2.0.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #13246 from ↵Roeland Jago Douma2018-12-242-8/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/css-loader-2.0.2 Bump css-loader from 2.0.1 to 2.0.2 in /apps/updatenotification
| * | | | Bump css-loader from 2.0.1 to 2.0.2 in /apps/updatenotificationdependabot[bot]2018-12-242-8/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.1 to 2.0.2. - [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.0.1...v2.0.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #13245 from ↵Roeland Jago Douma2018-12-242-12/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/css-loader-2.0.2 Bump css-loader from 2.0.1 to 2.0.2 in /apps/oauth2
| * | | | Bump css-loader from 2.0.1 to 2.0.2 in /apps/oauth2dependabot[bot]2018-12-242-12/+17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.1 to 2.0.2. - [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.0.1...v2.0.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #13244 from ↵Roeland Jago Douma2018-12-242-8/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/css-loader-2.0.2 Bump css-loader from 2.0.1 to 2.0.2 in /settings
| * | | | Bump css-loader from 2.0.1 to 2.0.2 in /settingsdependabot[bot]2018-12-242-8/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.1 to 2.0.2. - [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.0.1...v2.0.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #13243 from ↵Roeland Jago Douma2018-12-242-30/+54
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.28.2 Bump webpack from 4.28.1 to 4.28.2 in /apps/updatenotification
| * | | | Bump webpack from 4.28.1 to 4.28.2 in /apps/updatenotificationdependabot[bot]2018-12-242-30/+54
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.1 to 4.28.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.1...v4.28.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #13250 from ↵Roeland Jago Douma2018-12-242-30/+54
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.28.2 Bump webpack from 4.28.1 to 4.28.2 in /apps/accessibility
| * | | | Bump webpack from 4.28.1 to 4.28.2 in /apps/accessibilitydependabot[bot]2018-12-242-30/+54
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.1 to 4.28.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.1...v4.28.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #13248 from ↵Roeland Jago Douma2018-12-242-21/+50
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.28.2 Bump webpack from 4.28.1 to 4.28.2 in /apps/oauth2
| * | | | Bump webpack from 4.28.1 to 4.28.2 in /apps/oauth2dependabot[bot]2018-12-242-21/+50
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.1 to 4.28.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.1...v4.28.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #13247 from ↵Roeland Jago Douma2018-12-242-30/+54
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/webpack-4.28.2 Bump webpack from 4.28.1 to 4.28.2 in /settings
| * | | Bump webpack from 4.28.1 to 4.28.2 in /settingsdependabot[bot]2018-12-242-30/+54
|/ / / | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.1 to 4.28.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.1...v4.28.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / / [tx-robot] updated from transifexNextcloud bot2018-12-2430-62/+1472
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-12-238-0/+54
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-2212-0/+14
|/
* Merge pull request #13122 from nextcloud/td/min_php_bumpRoeland Jago Douma2018-12-212-146/+57
|\ | | | | NC16 is php >= 7.1
| * Fix drone imagesRoeland Jago Douma2018-12-211-142/+54
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * NC16 is php >= 7.1Roeland Jago Douma2018-12-211-4/+3
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #13198 from ↵Roeland Jago Douma2018-12-212-5/+18
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/file-loader-3.0.1 Bump file-loader from 1.1.11 to 3.0.1 in /settings
| * Bump file-loader from 1.1.11 to 3.0.1 in /settingsdependabot[bot]2018-12-212-5/+18
| | | | | | | | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 1.1.11 to 3.0.1. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v1.1.11...v3.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #13195 from ↵Roeland Jago Douma2018-12-212-5/+18
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/file-loader-3.0.1 Bump file-loader from 1.1.11 to 3.0.1 in /apps/accessibility
| * | Bump file-loader from 1.1.11 to 3.0.1 in /apps/accessibilitydependabot[bot]2018-12-212-5/+18
| |/ | | | | | | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 1.1.11 to 3.0.1. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v1.1.11...v3.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #13190 from ↵Roeland Jago Douma2018-12-212-5/+18
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/file-loader-3.0.1 Bump file-loader from 1.1.11 to 3.0.1 in /apps/updatenotification
| * | Bump file-loader from 1.1.11 to 3.0.1 in /apps/updatenotificationdependabot[bot]2018-12-212-5/+18
| |/ | | | | | | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 1.1.11 to 3.0.1. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v1.1.11...v3.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #13210 from nextcloud/followup/12883/handle_slashRoeland Jago Douma2018-12-211-2/+7
|\ \ | | | | | | Followup 12883, gracefully handle the getting of /
| * | Followup 12833, gracefully handle the getting of /Roeland Jago Douma2018-12-211-2/+7
| | | | | | | | | | | | | | | | | | Else this breaks the app page Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #13212 from nextcloud/bugfix/noid/ie11-files-loadingRoeland Jago Douma2018-12-211-2/+5
|\ \ \ | | | | | | | | Files list not rendering if user has favorites navigation unfolded
| * | | Replace ChildNode.before with custom before helperJulius Härtl2018-12-211-2/+5
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #13187 from ↵John Molakvoæ2018-12-211-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/ldap-misses-store-2n-displayname-portion do not forgot to store the second displayname portion
| * | | | do not forgot to store the second displayname portionArthur Schiwon2018-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise it causes a chain reaction of system addressbook updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #13196 from ↵John Molakvoæ2018-12-212-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/webpack-4.28.1 Bump webpack from 4.28.0 to 4.28.1 in /settings
| * | | | Bump webpack from 4.28.0 to 4.28.1 in /settingsdependabot[bot]2018-12-212-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.0 to 4.28.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.0...v4.28.1) Signed-off-by: dependabot[bot] <support@dependabot.com>