- Dec 27, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Fetch lastInsertId only when id null
-
Nextcloud bot authored
-
- Dec 26, 2018
-
-
Nextcloud bot authored
-
- Dec 25, 2018
-
-
Nextcloud bot authored
-
- Dec 24, 2018
-
-
Daniel Kesselberg authored
Some implementations typehint getId to integer but default is null. Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
Daniel Kesselberg authored
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>
-
Roeland Jago Douma authored
Fix opening search results for comments
-
Roeland Jago Douma authored
Add default values when parsing account data
-
Roeland Jago Douma authored
Merge pull request #13249 from 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
-
Roeland Jago Douma authored
Merge pull request #13246 from 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
-
Roeland Jago Douma authored
Bump css-loader from 2.0.1 to 2.0.2 in /apps/oauth2
-
Roeland Jago Douma authored
Bump css-loader from 2.0.1 to 2.0.2 in /settings
-
Roeland Jago Douma authored
Merge pull request #13243 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.28.2 Bump webpack from 4.28.1 to 4.28.2 in /apps/updatenotification
-
Roeland Jago Douma authored
Bump webpack from 4.28.1 to 4.28.2 in /apps/accessibility
-
Roeland Jago Douma authored
Bump webpack from 4.28.1 to 4.28.2 in /apps/oauth2
-
Roeland Jago Douma authored
Bump webpack from 4.28.1 to 4.28.2 in /settings
-
dependabot[bot] authored
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>
-
dependabot[bot] authored
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>
-
dependabot[bot] authored
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>
-
dependabot[bot] authored
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>
-
dependabot[bot] authored
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>
-
dependabot[bot] authored
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>
-
dependabot[bot] authored
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>
-
dependabot[bot] authored
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>
-
Nextcloud bot authored
-
- Dec 23, 2018
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Nextcloud bot authored
-
- Dec 22, 2018
-
-
Nextcloud bot authored
-
- Dec 21, 2018
-
-
Daniel Calviño Sánchez authored
"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>
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Roeland Jago Douma authored
NC16 is php >= 7.1
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Bump file-loader from 1.1.11 to 3.0.1 in /settings
-
Roeland Jago Douma authored
Merge pull request #13195 from 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
-
Roeland Jago Douma authored
Merge pull request #13190 from 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
-
Roeland Jago Douma authored
Followup 12883, gracefully handle the getting of /
-
Roeland Jago Douma authored
Files list not rendering if user has favorites navigation unfolded
-