aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28863 from nextcloud/Valdnet-patch-2Carl Schwan2021-09-222-6/+6
|\ | | | | l10n: Correct spelling
| * Correct spelling in testValdnet2021-09-221-4/+4
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * l10n: Spelling unificationValdnet2021-09-161-1/+1
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * l10n: Correct spellingValdnet2021-09-161-1/+1
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-09-224-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28884 from nextcloud/dependabot/npm_and_yarn/sass-1.41.1Louis2021-09-202-2/+2
|\ \ | | | | | | Bump sass from 1.39.2 to 1.41.1
| * | Bump sass from 1.39.2 to 1.41.1dependabot[bot]2021-09-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.39.2 to 1.41.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.39.2...1.41.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-204-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-1912-0/+18
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Bump dompurify from 2.3.1 to 2.3.2dependabot[bot]2021-09-184-13/+13
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.1...2.3.2) --- updated-dependencies: - dependency-name: dompurify 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 #28838 from ↵szaimen2021-09-172-0/+81
|\ \ | | | | | | | | | | | | stefan-schilling/enh/16719-integrity-check-temp-dir Issue 16719: CheckSetupController.php now checks configured temporary directory for existence and if it's writable
| * | Issue 16719: CheckSetupController.php: bugfix: test-setup was incorrectStefan2021-09-171-1/+1
| | | | | | | | | | | | Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
| * | Issue 16719: CheckSetupController.php now checks configured temporary ↵Stefan2021-09-172-0/+81
| | | | | | | | | | | | | | | | | | directory for existence and if it's writable Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
* | | Bump @nextcloud/vueJohn Molakvoæ2021-09-1610-46/+46
| |/ |/| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #28822 from nextcloud/enh/noid/contactsmenu-emailChristoph Wurst2021-09-165-4/+5
|\ \ | | | | | | Add email addresses to contacts menu
| * | Add email addresses to contacts menuDaniel Kesselberg2021-09-155-4/+5
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-154-4/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #28794 from ↵Pytal2021-09-141-17/+15
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix/noid/guest-activation-pwd-reset-disabled allow using of disabled password reset mechanism for special cases
| * | allow using of disabled password reset mechanism for special casesArthur Schiwon2021-09-101-17/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - LostController has three endpoints - door opener email() still rejects - resetform(), reachable from mail, checks the token first and may report that password reset is disabled - setPassword() got its check removed as it is behind CSFR anyway and still requires a valid token - this allows special cases like activating a freshly created guest account Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #28792 from nextcloud/fix/noid/lost-password-missing-prefixJohn Molakvoæ2021-09-141-1/+2
|\ \ \ | | | | | | | | fixes missing prefix to validate password reset token
| * | | fixes missing prefix to validate password reset tokenArthur Schiwon2021-09-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | - also fixes the test which missed asserting the presence of it Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2021-09-148-4/+16
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #28404 from nextcloud/work/popover-fileeditorJulius Härtl2021-09-131-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Put controls above the text editor menubarCarl Schwan2021-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise this will creates a minor visual glitch when https://github.com/nextcloud/text/pull/1821 will get merged. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #28728 from nextcloud/add-database-backend-limiterLukas Reschke2021-09-131-0/+44
|\ \ \ \ | | | | | | | | | | Add database ratelimiting backend
| * | | | Implement review feedbackLukas Reschke2021-09-131-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Apply suggestions from code review Lukas Reschke2021-09-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
| * | | | Implement PR review feedbackLukas Reschke2021-09-071-3/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | phpcsLukas Reschke2021-09-061-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Adjust logic to store period instead of current timestampLukas Reschke2021-09-061-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Add database ratelimiting backendLukas Reschke2021-09-061-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case no distributed memory cache is specified this adds a database backend for ratelimit purposes. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-09-134-44/+50
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-09-1214-0/+42
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #28795 from nextcloud/dependabot/npm_and_yarn/core-js-3.17.3dependabot[bot]2021-09-1120-79/+79
|\ \ \ \ \
| * | | | | Bump core-js from 3.17.2 to 3.17.3dependabot[bot]2021-09-1120-79/+79
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.17.2 to 3.17.3. - [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.17.2...v3.17.3) --- 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>
* / | | | [tx-robot] updated from transifexNextcloud bot2021-09-11138-276/+276
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #28707 from nextcloud/replace-icons-on-recommended-appsPytal2021-09-1016-36/+47
|\ \ \ \ | |_|_|/ |/| | | hub: replace some icons with pretty ones
| * | | Replace some icons with pretty iconsLuka Trovic2021-09-1016-36/+47
| |/ / | | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | use specific email getter where necessaryArthur Schiwon2021-09-092-2/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Confirm mails only per POSTArthur Schiwon2021-09-091-0/+20
| | | | | | | | | | | | | | | | | | | | | - this is to avoid automatic confirmation by certain softwares that open links Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | add a job to clean up expired verification tokensArthur Schiwon2021-09-091-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | implement verification for additional mailsArthur Schiwon2021-09-091-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - mails added by (sub)admins are automatically verified - provisioning_api controller as verification endpoint - IAccountProperty gets a locallyVerified property - IPropertyCollection gets a method to fetch an IAccountProperty by value - an remove equivalent was already present - AccountManager always initiates mail verification on update if necessary - add core success template for arbitrary title and message Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | move verification token logic out of lost password controllerArthur Schiwon2021-09-091-82/+30
| | | | | | | | | | | | | | | | | | | | | - to make it reusable - needed for local email verification Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-094-12/+28
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #28725 from nextcloud/disallow-public-page-in-2fa-flowLukas Reschke2021-09-071-5/+0
|\ \ \ | | | | | | | | Remove 2FA exemption from PublicPage annotation
| * | | Remove 2FA exemption from PublicPage annotationLukas Reschke2021-09-061-5/+0
| |/ / | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #28726 from nextcloud/check-if-path-is-validLukas Reschke2021-09-071-0/+5
|\ \ \ | | | | | | | | Check if SVG path is valid
| * | | Fix codestyleLukas Reschke2021-09-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Check if SVG path is validLukas Reschke2021-09-061-0/+5
| |/ / | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / / [tx-robot] updated from transifexNextcloud bot2021-09-072-0/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>