summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17861 from ↵Roeland Jago Douma2020-01-074-14/+23
|\ | | | | | | | | 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-303-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * Format HTML elementsDaniel Calviño Sánchez2019-12-301-8/+8
| | | | | | | | 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 #18724 from nextcloud/fix/18721/encode-uri-for-sidebarRoeland Jago Douma2020-01-073-5/+5
|\ \ | | | | | | Encode URI for file sidebar
| * | Encode URI for file sidebarGary Kim2020-01-083-5/+5
| | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | Merge pull request #18707 from nextcloud/enh/pending_shares_overviewRoeland Jago Douma2020-01-079-3/+178
|\ \ \ | | | | | | | | A pending shares overview
| * | | Add pending share list to frontendJulius Härtl2020-01-078-8/+148
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | A pending shares overviewRoeland Jago Douma2020-01-072-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we accept shares we should show an overview of shares that are pending. This first part is the small API to get a list of the currently pending shares. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #18710 from ↵Roeland Jago Douma2020-01-071-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependachristoph/composer/id3parser-0.1.1 Update ID3Parser to v1.1.0 for php7.4 compat
| * | | | Update ID3Parser to v1.1.0 for php7.4 compatChristoph Wurst2020-01-071-0/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #18718 from ↵Roeland Jago Douma2020-01-073-3/+3
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/fix/18711/others_with_access_only_with_reshare Only show others with access if you have reshare permissions
| * | | | Only show others with access if you have reshare permissionsRoeland Jago Douma2020-01-073-3/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #18711 If you do not have reshare permissions the others with access will throw an error anyways. So better to just not show it ;) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | 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-072-1/+17
|\ \ \ \ \ | | | | | | | | | | | | 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-032-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #18701 from ↵Roeland Jago Douma2020-01-073-5/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/18632/show_info_when_no_others_with_access_found Show message if no other users with access are found
| * | | | | | Show message if no other users with access are foundRoeland Jago Douma2020-01-063-5/+11
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #18632 Show a small subtitle if no other users with access are found. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #18535 from nextcloud/enh/flow/newDispatcherblizzz2020-01-078-25/+208
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use the new Events in Flow
| * | | | | | Use the new Events in FlowRoeland Jago Douma2020-01-028-25/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-01-07142-186/+786
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #18692 from nextcloud/wiswedel/wording/loginRoeland Jago Douma2020-01-064-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix wording log in vs. login
| * | | | | | 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>
* | | | | | Merge pull request #18696 from nextcloud/fix/18380/auto_accept_on_mail_openRoeland Jago Douma2020-01-065-2/+92
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Accept shares when you open mail
| * | | | | Accept shares when you open mailRoeland Jago Douma2020-01-065-2/+92
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #18380 When you open a direct share to yourself. We should autoaccept the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | fix overlapping (#18473)John Molakvoæ2020-01-061-3/+2
|\ \ \ \ \ | | | | | | | | | | | | fix overlapping
| * | | | | fix overlappingGretaD2019-12-181-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | | | | | Merge pull request #18672 from ↵Roeland Jago Douma2020-01-063-3/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/17799/if_disabled_dont_show_link_shares Don't show link shares in sidebar if disabled
| * | | | | | Don't show link shares in sidebar if disabledRoeland Jago Douma2020-01-063-3/+9
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #17799 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #18675 from ↵Roeland Jago Douma2020-01-064-67/+83
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/17774/no_email_suggestions_when_linkshare_disabled Do not show e-mail suggestions if link shares are disabled
| * | | | | | Do not show e-mail suggestions if link shares are disabledRoeland Jago Douma2020-01-064-67/+83
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For #17774 This removes the e-mail suggestions from the share input if link shares are disabled. As e-mail shares use just link shares. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #18687 from nextcloud/td/phpunit8/loggerTestRoeland Jago Douma2020-01-061-21/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix the LoggerTests for phpunit
| * | | | | | Fix the LoggerTests for phpunitRoeland Jago Douma2020-01-061-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Less deprecation warnings. YAY. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | [#18645] Have custom login images cover the whole page (#18660)John Molakvoæ2020-01-061-0/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [#18645] Have custom login images cover the whole page
| * | | | | | [#18645] Have custom login images cover the whole pageMarius David Wieschollek2020-01-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marius David Wieschollek <git.public@mdns.eu>
* | | | | | | Merge pull request #18674 from nextcloud/enh/no_global_GETRoeland Jago Douma2020-01-062-6/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Do not use $_GET
| * | | | | | | Do not use $_GETRoeland Jago Douma2020-01-052-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The appframework is more than capable of handling this properly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-01-0632-52/+86
| | | | | | | |
* | | | | | | | Merge pull request #18669 from ↵Roeland Jago Douma2020-01-0542-51/+51
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | 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-0542-51/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-052-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fix typo in occ
| * | | | | | | Fix CIKim Brose2020-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kim Brose <kim.brose@rwth-aachen.de>
| * | | | | | | Fix typo in occKim Brose2020-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kim Brose <kim.brose@rwth-aachen.de>
* | | | | | | | Merge pull request #18668 from nextcloud/dependabot/npm_and_yarn/p-limit-2.2.2Roeland Jago Douma2020-01-052-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bump p-limit from 2.2.1 to 2.2.2
| * | | | | | | | Bump p-limit from 2.2.1 to 2.2.2dependabot-preview[bot]2020-01-052-4/+4
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v2.2.1...v2.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | Merge pull request #18667 from ↵Roeland Jago Douma2020-01-052-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/eslint-config-nextcloud-0.1.1 Bump eslint-config-nextcloud from 0.1.0 to 0.1.1
| * | | | | | | | Bump eslint-config-nextcloud from 0.1.0 to 0.1.1dependabot-preview[bot]2020-01-052-4/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.1.0...v0.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | Merge pull request #18665 from ↵Roeland Jago Douma2020-01-054-7/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/toastify-js-1.6.2 Bump toastify-js from 1.6.1 to 1.6.2