summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump core-js from 3.17.2 to 3.17.3dependabot[bot]2021-09-1192-378/+378
| | | | | | | | | | | | | | | | | 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>
* 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>
* | Merge pull request #28788 from nextcloud/Valdnet-patch-2szaimen2021-09-105-7/+7
|\ \ | | | | | | l10n: Spelling unification
| * | l10n: Correct a typoValdnet2021-09-105-7/+7
| | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | l10n: l10n: Spelling unificationValdnet2021-09-101-1/+1
|/ / | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | Merge pull request #28377 from nextcloud/fix/shared-ext-storage-scanszaimen2021-09-101-1/+16
|\ \ | | | | | | Scan the shared external storage source on access
| * | Return proper watcher if SharedStorage originates from ExternalMountJohn Molakvoæ (skjnldsv)2021-09-101-1/+16
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #28764 from nextcloud/feat/sharing-link-eventJohn Molakvoæ2021-09-105-5/+105
|\ \ \
| * | | Emit event on link share actionJohn Molakvoæ2021-09-105-5/+105
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | Merge pull request #28767 from nextcloud/fix/24404/touch-layout-dashboardJulius Härtl2021-09-103-3/+5
|\ \ \ \
| * | | | Dashboard - fix touch layoutszaimen2021-09-093-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #28422 from nextcloud/enh/27465/notification-emailJohn Molakvoæ2021-09-1046-448/+1422
|\ \ \ \ \
| * | | | | also allow admins to set the primary emailArthur Schiwon2021-09-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - there will be times when it is necessary to reset this value for sure Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | use specific email getter where necessaryArthur Schiwon2021-09-0915-48/+67
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-098-41/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - specific getters and setters on IUser and implementation - new notify_email field in provisioning API Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | Confirm mails only per POSTArthur Schiwon2021-09-095-3/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-097-8/+151
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | fix parameter type hint in phpdocArthur Schiwon2021-09-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | implement verification for additional mailsArthur Schiwon2021-09-0914-17/+371
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-098-340/+591
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-1016-0/+50
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #28677 from nextcloud/fix/noid/mysql-collationblizzz2021-09-094-9/+31
|\ \ \ \ \ | |/ / / / |/| | | | make it possible to override the default collation on mysql
| * | | | make it possible to override the default collationArthur Schiwon2021-09-014-9/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - allows admins to configure it for edge cases like accent sensitivity Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #28754 from Simounet/fix/files-trashbin-action-sticky-barLouis2021-09-091-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix trashbin files view sticky action bar
| * | | | | Fix trashbin files view sticky action barSimounet2021-09-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simounet <contact@simounet.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-09-0932-148/+394
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #28679 from nextcloud/fix/boolean-expectedJohn Molakvoæ2021-09-083-5/+6
|\ \ \ \ \
| * | | | | Fix invalid prop type for isValidSectionChristopher Ng2021-09-073-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-09-082-0/+2
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #28743 from nextcloud/master-bump-3rdparty-ref-1Lukas Reschke2021-09-071-0/+0
|\ \ \ \ \ | | | | | | | | | | | | [master] Bump 3rdparty reference
| * | | | | [master] Bump 3rdparty referenceLukas Reschke2021-09-071-0/+0
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Includes https://github.com/nextcloud/3rdparty/pull/779 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #28692 from nextcloud/enh/send-invitation-to-req-participantskesselb2021-09-071-3/+11
|\ \ \ \ \ | |/ / / / |/| | | | Send attendence links to required and optinal attendees of an event without an RSVP
| * | | | Send Invitation to Attendees with ROLE=REQ-PARTICIPANTAnna Larch2021-09-031-3/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | Merge pull request #28739 from nextcloud/master-bump-3rdparty-refLukas Reschke2021-09-071-0/+0
|\ \ \ \ \ | | | | | | | | | | | | [master] Bump 3rdparty reference
| * | | | | [master] Bump 3rdparty referenceLukas Reschke2021-09-071-0/+0
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | This includes https://github.com/nextcloud/3rdparty/pull/778 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #28725 from nextcloud/disallow-public-page-in-2fa-flowLukas Reschke2021-09-072-32/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove 2FA exemption from PublicPage annotation
| * | | | | Adjust testsLukas Reschke2021-09-061-27/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Remove 2FA exemption from PublicPage annotationLukas Reschke2021-09-061-5/+0
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #28157 from Bibo-Joshi/share-folder-per-userJohn Molakvoæ2021-09-0722-88/+304
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Let users choose a share_folderHinrich Mahler2021-09-0622-88/+304
| |/ / /
* | | | Merge pull request #28726 from nextcloud/check-if-path-is-validLukas Reschke2021-09-072-1/+6
|\ \ \ \ | | | | | | | | | | Check if SVG path is valid
| * | | | Resolve absolute path in testsLukas Reschke2021-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | 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-076-0/+6
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-0610-4/+54
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-0510-0/+68
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #28711 from nextcloud/dependabot/npm_and_yarn/sass-1.39.0dependabot[bot]2021-09-042-8/+8
|\ \ \
| * | | Bump sass from 1.38.2 to 1.39.0dependabot[bot]2021-09-042-8/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.38.2 to 1.39.0. - [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.38.2...1.39.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>