summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27294 from pjft/patch-2Christoph Wurst2021-08-192-1/+15
|\ | | | | Update TwoFactorChallengeController.php
| * Add logging to 2FA failurepjft2021-06-212-1/+15
| | | | | | | | | | | | | | | | For security reasons, we may want to monitor failures of 2FA challenges in order to ban attackers who might try to access compromised accounts but are stopped by the 2FA challenge. Right now, the only hindrance is rate-limiting, but it's probably not enough. Added dependency injection. Signed-off-by: pjft <paulo.j.tavares@gmail.com>
* | Merge pull request #28500 from nextcloud/fix/remove-jsqueezeJulius Härtl2021-08-191-0/+0
|\ \
| * | Remove patchwork/jsqueeze because it's not usedChristoph Wurst2021-08-191-0/+0
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-08-192-2/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28502 from nextcloud/debt/noid/drop-unused-methoblizzz2021-08-191-10/+0
|\ \ | | | | | | Remove unused method
| * | Remove unused methodDaniel Kesselberg2021-08-181-10/+0
|/ / | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #28493 from nextcloud/bugfix/occ-error-outputJohn Molakvoæ2021-08-181-3/+5
|\ \ | | | | | | Write upgrade/not-installed notices to stderr
| * | Write upgrade/not-installed notices to stderrJulius Härtl2021-08-181-3/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #28485 from nextcloud/bugfix/20913/check-image-resourceJulius Härtl2021-08-181-6/+14
|\ \ \ | | | | | | | | Fix #20913: Check image resource before attempting to preserve alpha
| * | | Fix #20913: Check image resource before attempting to preserve alphaSimon Spannagel2021-08-181-6/+14
| | | | | | | | | | | | | | | | Signed-off-by: Simon Spannagel <simonspa@kth.se>
* | | | Merge pull request #28481 from nextcloud/fix/hash-keyJulius Härtl2021-08-181-2/+3
|\ \ \ \ | |_|/ / |/| | | Hash cache key
| * | | Hash cache keyChristopher Ng2021-08-171-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #28413 from ↵John Molakvoæ2021-08-181-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/fix/app-token-login-name-mismatch-logging
| * | | | Emit an error log when the app token login name does not matchChristoph Wurst2021-08-131-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #28486 from nextcloud/enh/storage-info-userJohn Molakvoæ2021-08-181-0/+19
|\ \ \ \ \ | |_|_|/ / |/| | | | Add storage info to `user:info` command
| * | | | Add storage info to `user:info` commandJohn Molakvoæ (skjnldsv)2021-08-181-0/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-08-188-2/+14
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #28464 from nextcloud/bugfix/noid/session-error-handlingJohn Molakvoæ2021-08-171-1/+3
|\ \ \ \ | | | | | | | | | | Only trap E_ERROR in session handling
| * | | | Only trap E_ERROR in session handlingJulius Härtl2021-08-171-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #28461 from nextcloud/email-ux-improvementsJulius Härtl2021-08-173-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Compile assetsnextcloud-command2021-08-172-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Autofocus only additional email inputsChristopher Ng2021-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-08-1710-8/+260
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #28445 from nextcloud/enh/header-rightJohn Molakvoæ2021-08-161-2/+2
|\ \ \ \ | | | | | | | | | | Always add header-right container
| * | | | Always add header-right containerJulius Härtl2021-08-161-2/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #28303 from nextcloud/fix/unifiedsearchcontroller_webrootJulius Härtl2021-08-164-2/+35
|\ \ \ \
| * | | | Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer2021-08-164-2/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonas Meurer <jonas@freesources.org>
| * | | | UnifiedSearchController: strip webroot from URL before finding a routeJonas Meurer2021-08-161-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix route matching in UnifiedSearchController on setups with Nextcloud in a subfolder (webroot). Fixes: #24144 Signed-off-by: Jonas Meurer <jonas@freesources.org>
* | | | | Merge pull request #28211 from nextcloud/fix/27496/improve-auto-expiration-hintszaimen2021-08-162-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | Improve auto expiration hint for trashbin and file versions
| * | | | Improve auto expiration hintszaimen2021-08-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: Pytal <24800714+Pytal@users.noreply.github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-08-162-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #28425 from nextcloud/dependabot/npm_and_yarn/core-js-3.16.1dependabot[bot]2021-08-1572-168/+168
|\ \ \ \ \
| * | | | | Bump core-js from 3.16.0 to 3.16.1dependabot[bot]2021-08-1572-168/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.0 to 3.16.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.16.0...v3.16.1) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #28427 from nextcloud/dependabot/npm_and_yarn/jsdom-17.0.0dependabot[bot]2021-08-152-105/+319
|\ \ \ \ \ \
| * | | | | | Bump jsdom from 16.7.0 to 17.0.0dependabot[bot]2021-08-152-105/+319
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.7.0 to 17.0.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/16.7.0...17.0.0) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #28420 from nextcloud/fix/composer-2-missing-filesJohn Molakvoæ2021-08-15101-1/+9577
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add missing files for Composer v2
| * | | | | Add missing files for Composer v2Christoph Wurst2021-08-13101-1/+9577
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-08-154-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #28424 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.1dependabot[bot]2021-08-1510-21/+21
|\ \ \ \ \ \
| * | | | | | Compile assetsnextcloud-command2021-08-158-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | Bump dompurify from 2.3.0 to 2.3.1dependabot[bot]2021-08-142-8/+8
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.0...2.3.1) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #24185 from nextcloud/bugfix/noid/external-s3-delete-folderJohn Molakvoæ2021-08-142-0/+2
|\ \ \ \ \ \
| * | | | | | Make sure that a empty directory can still be deleted when copied from ↵Julius Härtl2021-08-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | another storage Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Delete object to cleanup leftover of paths when removing directoriesJulius Härtl2021-08-131-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / / / / / [tx-robot] updated from transifexNextcloud bot2021-08-1410-84/+498
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #28062 from nextcloud/fix/27809/smb-acl-users-without-domainRichard Steinmetz2021-08-131-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Gracefully handle smb acls for users without a domain
| * | | | Gracefully handle smb acls for users without a domainRichard Steinmetz2021-08-131-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | [tx-robot] updated from transifexNextcloud bot2021-08-1314-14/+236
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #28402 from nextcloud/alias-locale-to-moment-supported-localeszaimen2021-08-123-4/+24
|\ \ \ \ | |_|/ / |/| | | Alias locales to moment supported locales