summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Check all remotes for local accessJoas Schilling2020-04-141-38/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #20472 from ↵Roeland Jago Douma2020-04-142-4/+54
|\ | | | | | | | | nextcloud/fix/19848/make-sure-destination-is-not-a-directory Verify that destination is not a directory.
| * Verify that destination is not a directory.Daniel Kesselberg2020-04-142-4/+54
| | | | | | | | | | | | Otherwise file_put_contents will fail later. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Properly display share error messagesJohn Molakvoæ (skjnldsv)2020-04-143-4/+6
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-04-144-4/+14
|
* Merge pull request #19852 from ↵John Molakvoæ2020-04-136-15/+268
|\ | | | | | | | | nextcloud/dav/provide-dav-setting-for-default-calendar Provide dav setting for user's default calendar
| * Only delete the default calendar setting when the default calendarThomas Citharel2020-04-131-1/+4
| | | | | | | | | | | | itself is deleted Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Provide dav setting for user's default calendarThomas Citharel2020-04-136-15/+265
| | | | | | | | | | | | And add tests to handle schedule-default-calendar-URL Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Bump marked from 0.8.1 to 0.8.2dependabot-preview[bot]2020-04-134-6/+6
| | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.8.1...v0.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Bump @nextcloud/paths from 1.1.1 to 1.1.2dependabot-preview[bot]2020-04-136-31/+31
|/ | | | | | | Bumps @nextcloud/paths from 1.1.1 to 1.1.2. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #20446 from ↵Roeland Jago Douma2020-04-1334-39/+39
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-loader-3.5.2 Bump css-loader from 3.4.1 to 3.5.2
| * Bump css-loader from 3.4.1 to 3.5.2dependabot-preview[bot]2020-04-1334-39/+39
| | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.1 to 3.5.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/v3.4.1...v3.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #20427 from nextcloud/bug/noid/fix-password-reset-activityRoeland Jago Douma2020-04-132-2/+15
|\ \ | | | | | | Fix password reset saying Admin changed my password when reset from login page
| * | Fix password reset saying Admin changed my password when reset fromThomas Citharel2020-04-102-2/+15
| | | | | | | | | | | | | | | | | | login page Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-1318-34/+66
| | |
* | | Merge pull request #20421 from nextcloud/fix/20393/recommendend_webauthn_modsRoeland Jago Douma2020-04-121-0/+8
|\ \ \ | | | | | | | | Show setup check for recommended php modules
| * | | Show setup check for recommended php modulesRoeland Jago Douma2020-04-101-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #20393 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #20439 from nextcloud/Valdnet-patch-3John Molakvoæ2020-04-123-3/+3
|\ \ \ \ | | | | | | | | | | Changing the translation catalog for "Share"
| * | | | Changing the translation catalog for "Share"Valdnet2020-04-123-3/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Change "files" to "files_sharing". Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* / | | [tx-robot] updated from transifexNextcloud bot2020-04-122-0/+10
|/ / /
* | | Add tests for encoded group idJulius Härtl2020-04-115-18/+82
| | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Make sure the group id parameter gets properly encoded when used in URLsJulius Härtl2020-04-113-6/+12
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Make the groupId url encodedJulius Härtl2020-04-111-0/+7
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #20185 from azul/open-new_tabJohn Molakvoæ2020-04-118-60/+93
|\ \ \ | | | | | | | | Modify do_action so default ctrl-click opens tab
| * | | Allow opening files for editing in new tabsAzul2020-04-097-45/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a file list files with a default action have an href that will trigger the action. This way ctrl-click and middle button click open the default action in a new tab. In order to achieve this a new param `openfile` was introduced to the files app. It will make the files app trigger the default action for the file in question. This also allows linking to file content rather than just the details display. Introduce fileList.getDefaultActionUrl() to create a link with that param set. It's overwritten in the trashbin fileList so that anchors continue to have `#` as a href. Fix the link generation for subfolders of public shares: 58a87d0 was the last commit that touched the linkTo function in public.js. It included the params as arguments to the generateUrl function. Turns out this completely ignores the dir parameter now. The inclusion was reverted in other places so revert it here as well. Also change `dir` to `path` in the param as that is respected when following the link. Add Test for the new link url for files with default action. Remove test for multiple selects with ctrl-click as that is not what we are doing anymore. Signed-off-by: Azul <azul@riseup.net>
| * | | refactor: fileActions.getCurrentDefaultFileAction()Azul2020-04-084-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileActions.getCurrentDefaultFileAction() returns the default file action for the currently selected file. There were a number of places querying for the mime, type and permissions of that file first to then query for the default action. Signed-off-by: Azul <azul@riseup.net>
* | | | Merge pull request #20426 from nextcloud/techdebt/psr2John Molakvoæ2020-04-11208-638/+639
|\ \ \ \ | | | | | | | | | | It is done
| * | | | Format code according to PSR2Christoph Wurst2020-04-106-5/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Add visibility to all constantsChristoph Wurst2020-04-10112-323/+323
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Add visibility to all methods and position of static keywordChristoph Wurst2020-04-10109-305/+305
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Add visibility to all properties and move static keywordChristoph Wurst2020-04-104-5/+5
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #20419 from nextcloud/dependabot/npm_and_yarn/variousJohn Molakvoæ2020-04-1146-465/+799
|\ \ \ \ | | | | | | | | | | Bump p-limit from 2.2.2 to 2.3.0, @nextcloud/auth from 1.2.2 to 1.2.3, @babel/preset-env from 7.8.7 to 7.9.5, @nextcloud/event-bus from 1.1.3 to 1.1.4, @nextcloud/password-confirmation from 1.0.0 to 1.0.1, @nextcloud/l10n from 1.2.2 to 1.2.3, @nextcloud/initial-state from 1.1.1 to 1.1.2, core-js from 3.6.4 to 3.6.5 …
| * | | | Bump core-js from 1.4.1 to 1.5.0John Molakvoæ (skjnldsv)2020-04-1046-465/+799
| | |_|/ | |/| | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-1128-8/+158
| |/ / |/| |
* | | Format control structures, classes, methods and functionChristoph Wurst2020-04-10770-3085/+2143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Use elseif instead of else ifChristoph Wurst2020-04-1095-291/+291
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20390 from nextcloud/refactor/no-closing-tagRoeland Jago Douma2020-04-101-2/+1
|\ \ | | | | | | Do not use closing tags
| * | Do not use closing tagsChristoph Wurst2020-04-091-2/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-1014-14/+48
| | |
* | | Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-0984-162/+151
|\ \ \ | | | | | | | | Remove all extra whitespace PSR2 does not like
| * | | Remove space between switch case and colonChristoph Wurst2020-04-095-15/+15
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Make sure there is exactly one newline after importsChristoph Wurst2020-04-093-6/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Make sure every file ends with an empty newlineChristoph Wurst2020-04-0910-10/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Remove trailing whitespaces from commentsChristoph Wurst2020-04-096-8/+8
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Remove trailing and in between spacesChristoph Wurst2020-04-0956-115/+115
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Remove spaces after method or function callChristoph Wurst2020-04-098-10/+10
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-095-6/+6
|\ \ \ | |/ / |/| | Use php keywords in lowercase
| * | Use php keywords in lowercaseChristoph Wurst2020-04-095-6/+6
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #20383 from nextcloud/techdebt/function-spacingChristoph Wurst2020-04-09192-480/+480
|\ \ \ | |/ / |/| | Unify function spacing to PSR2 recommendation
| * | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-09192-480/+480
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>