summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-01-096-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-01-082-0/+2
|
* Merge pull request #17861 from ↵Roeland Jago Douma2020-01-073-6/+14
|\ | | | | | | | | nextcloud/fix-tab-navigation-of-menu-in-public-share-pages Fix tab navigation of menu in public share pages
| * Split the menu entry for external shares in twoDaniel Calviño Sánchez2019-12-302-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The external shares entry showed a "button" that, when pressed, replaced the button with the input to set the remote share address. The "button" was actually a label for the input, so when the label was focused it transferred the focus to the input and thus pressing enter or space did not show the input. Moreover, inputs inside links are not valid HTML, and once shown there was no way to hide the input again. Due to all this, and for consistency with the direct link input, the external share input was moved to a different menu item that is shown and hidden when the button, which nows is also a real button, is clicked. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Change menu toggle element from span to buttonDaniel Calviño Sánchez2019-12-302-1/+11
| | | | | | | | | | | | | | This makes possible to navigate to the menu toggle using the keyboard, as well as being semantically more correct. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #18576 from BernieO/bernieo-convertInteractiveChristoph Wurst2020-01-071-1/+3
|\ \ | | | | | | enable option '--no-interaction' for db:convert-type
| * | Introduce new variable with the default answer to allow option ↵Bernhard Ostertag2019-12-291-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | --no-interaction for command occ db:convert-type Variable is set to true for --no-interaction and false otherwise Signed-off-by: Bernhard Ostertag <bernieo.code@gmx.de>
| * | enable option '--no-interaction' for db:convert-typeBernhard Ostertag2019-12-271-5/+7
| | | | | | | | | | | | Signed-off-by: Bernhard Ostertag <bernieo.code@gmx.de>
* | | Merge pull request #18644 from nextcloud/harden/csrf_endpointRoeland Jago Douma2020-01-071-0/+5
|\ \ \ | | | | | | | | Only allow requesting new CSRF tokens if it passes the SameSite Cooki…
| * | | Only allow requesting new CSRF tokens if it passes the SameSite Cookie testRoeland Jago Douma2020-01-031-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2020-01-07128-184/+276
| | | |
* | | | fix wording log in vs. loginSascha Wiswedel2020-01-064-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "log in" is used as verb, while "login" is a noun. In this case, what's supposed to be cancelled is the login process - therefore the noun must be used. Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-01-068-8/+8
| | | |
* | | | Merge pull request #18669 from ↵Roeland Jago Douma2020-01-058-8/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-loader-3.4.1 Bump css-loader from 3.4.0 to 3.4.1
| * | | | Bump css-loader from 3.4.0 to 3.4.1dependabot-preview[bot]2020-01-058-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.0 to 3.4.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/v3.4.0...v3.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #18641 from HarHarLinks/patch-1Roeland Jago Douma2020-01-051-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fix typo in occ
| * | | | Fix typo in occKim Brose2020-01-031-1/+1
| |/ / / | | | | | | | | Signed-off-by: Kim Brose <kim.brose@rwth-aachen.de>
* | | | Merge pull request #18665 from ↵Roeland Jago Douma2020-01-052-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/toastify-js-1.6.2 Bump toastify-js from 1.6.1 to 1.6.2
| * | | | Bump toastify-js from 1.6.1 to 1.6.2dependabot-preview[bot]2020-01-052-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [toastify-js](https://github.com/apvarun/toastify-js) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/apvarun/toastify-js/releases) - [Changelog](https://github.com/apvarun/toastify-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/apvarun/toastify-js/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-01-052-0/+14
|/ / / /
* / / / [tx-robot] updated from transifexNextcloud bot2020-01-042-24/+24
|/ / /
* | | Merge pull request #18598 from ↵Roeland Jago Douma2020-01-026-17/+17
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/logger-1.0.0 Bump @nextcloud/logger from 0.1.0 to 1.0.0
| * | | Bump @nextcloud/logger from 0.1.0 to 1.0.0dependabot-preview[bot]2020-01-026-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 0.1.0 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-logger/releases) - [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v0.1.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Move scroll container to inner element (#18615)John Molakvoæ2020-01-021-5/+15
|\ \ \ \ | |/ / / |/| | | Move scroll container to inner element
| * | | Move scroll container to inner elementJulius Härtl2019-12-311-5/+15
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2020-01-028-10/+40
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-01-012-2/+2
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2019-12-312-10/+10
| | |
* | | Bump css-loader from 3.3.2 to 3.4.0dependabot-preview[bot]2019-12-308-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.3.2 to 3.4.0. - [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/v3.3.2...v3.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Bump @babel/preset-env from 7.7.6 to 7.7.7dependabot-preview[bot]2019-12-302-2/+2
| |/ |/| | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.6 to 7.7.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.7.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | [tx-robot] updated from transifexNextcloud bot2019-12-294-4/+32
| |
* | [tx-robot] updated from transifexNextcloud bot2019-12-282-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2019-12-272-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-12-248-8/+10
|
* Bump @nextcloud/event-bus from 0.2.1 to 1.0.0dependabot-preview[bot]2019-12-238-70/+70
| | | | | | | | | Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 0.2.1 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases) - [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v0.2.1...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/initial-state from 0.2.0 to 1.0.0dependabot-preview[bot]2019-12-238-61/+61
| | | | | | | | | Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 0.2.0 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v0.2.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #18522 from ↵Roeland Jago Douma2019-12-238-42/+42
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.1.0 Bump @nextcloud/axios from 0.5.0 to 1.1.0
| * Bump @nextcloud/axios from 0.5.0 to 1.1.0dependabot-preview[bot]2019-12-238-42/+42
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 0.5.0 to 1.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v0.5.0...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-12-234-12/+12
|/
* Merge pull request #18521 from ↵Roeland Jago Douma2019-12-228-51/+51
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.1.0 Bump @nextcloud/auth from 0.3.1 to 1.1.0
| * Bump @nextcloud/auth from 0.3.1 to 1.1.0dependabot-preview[bot]2019-12-228-51/+51
| | | | | | | | | | | | | | | | | | Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 0.3.1 to 1.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-auth/releases) - [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v0.3.1...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #18504 from nextcloud/bugfix/noid/only-round-the-real-avatarsRoeland Jago Douma2019-12-221-1/+1
|\ \ | |/ |/| Only round the real avatars
| * Only round the real avatarsJoas Schilling2019-12-201-1/+1
| | | | | | | | | | | | Before this all images were rounded, including the icons of contacts menu options Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Bump @nextcloud/paths from 0.2.0 to 1.0.0dependabot-preview[bot]2019-12-228-61/+61
| | | | | | | | | | | | | | Bumps @nextcloud/paths from 0.2.0 to 1.0.0. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Bump vue and vue-template-compilerdependabot-preview[bot]2019-12-224-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.10 to 2.6.11 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.10...v2.6.11) Updates `vue-template-compiler` from 2.6.10 to 2.6.11 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.10...v2.6.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #18519 from ↵Roeland Jago Douma2019-12-228-46/+46
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/router-1.0.0 Bump @nextcloud/router from 0.1.0 to 1.0.0
| * | Bump @nextcloud/router from 0.1.0 to 1.0.0dependabot-preview[bot]2019-12-228-46/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 0.1.0 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v0.1.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-12-2292-4/+1636
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-12-212-0/+4
| |
* | Update license headers for 18Christoph Wurst2019-12-203-4/+8
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>