aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-03-3142-84/+244
|
* Merge pull request #25961 from nextcloud/enh/events/2fa_providerkesselb2021-03-306-4/+157
|\ | | | | Add real events for enabled 2fa providers for users
| * Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-226-4/+157
| | | | | | | | | | | | | | * Shiny new events * Listener to still emit the old event Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25280 from nextcloud/explicit-file-permissionsRoeland Jago Douma2021-03-302-7/+50
|\ \ | | | | | | Set umask before operations that create local files
| * | Set umask before operations that create local filesRobin Appelman2021-03-232-7/+50
| | | | | | | | | | | | | | | | | | this solves issues where "other php stuff" is messing with the umask Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #23444 from nextcloud/notify-dry-runRoeland Jago Douma2021-03-301-32/+52
|\ \ \ | | | | | | | | add dry-run option to files_external:notify
| * | | add dry-run option to files_external:notifyRobin Appelman2021-03-241-32/+52
| | | | | | | | | | | | | | | | | | | | | | | | and add some additional logging Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #26219 from nextcloud/relative-path-nullRoeland Jago Douma2021-03-308-10/+14
|\ \ \ \ | | | | | | | | | | getRelativePath can return null
| * | | | getStorage can also return nullRobin Appelman2021-03-246-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | proper error for search results outside user folderRobin Appelman2021-03-241-1/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | getRelativePath can return nullRobin Appelman2021-03-242-2/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #26372 from nextcloud/fix/noid/calm-down-recipient-not-in-grpRoeland Jago Douma2021-03-302-4/+2
|\ \ \ \ | | | | | | | | | | gracefully handle deleteFromSelf when share is already gone
| * | | | gracefully handle deleteFromSelf when share is already goneArthur Schiwon2021-03-302-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - handling race conditions Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #26292 from nextcloud/smb-directory-readonlyRoeland Jago Douma2021-03-301-8/+2
|\ \ \ \ \ | |/ / / / |/| | | | ignore readonly flag for directories
| * | | | ignore readonly flag for directoriesRobin Appelman2021-03-251-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see http://support.microsoft.com/kb/326549 Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #26324 from J0WI/crypt-drop-openssl-09Roeland Jago Douma2021-03-301-7/+0
|\ \ \ \ \ | | | | | | | | | | | | Drop OpenSSL 0.9.8 workaround
| * | | | | Drop OpenSSL 0.9.8 workaroundJ0WI2021-03-261-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | | | Merge pull request #25318 from hho/patch-1Christoph Wurst2021-03-300-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix "searchUsers" usage in Group_LDAP.php
| * | | | | | Fix "searchUsers" usage in Group_LDAP.phpHenning Hoefer2021-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Access::searchUsers` expects an array as the second parameter, `Group_LDAP.php` called the method with a simple string, resulting in an exception and preventing folders shared with dynamic groups from working. This trivial change fixes the usage in Group_LDAP. Fixes #25163 Signed-off-by: Henning Hoefer <hho@users.noreply.github.com>
* | | | | | | Merge pull request #26370 from ↵Joas Schilling2021-03-301-1/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/kill-notifications-when-retesting Remove notifications when retesting profile field input
| * | | | | | | Remove notifications when retestingJoas Schilling2021-03-301-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #25983 from nextcloud/update-acceptance-tests-dependenciesJohn Molakvoæ2021-03-3021-320/+751
|\ \ \ \ \ \ \ \
| * | | | | | | | Update Mink from 1.7.1 to 1.8.1 in acceptance testsDaniel Calviño Sánchez2021-03-303-17/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since version 1.8.0 of Mink "Mink::getSession()" no longer starts the session automatically (see https://github.com/minkphp/Mink/pull/705), so it now needs to be explicitly started. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | | | | Update Selenium driver for Mink from 1.3.1 to 1.4.0 in acceptance testsDaniel Calviño Sánchez2021-03-304-20/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since version 1.4.0 the Selenium driver for Mink uses again the element on which the value was set (see https://github.com/minkphp/MinkSelenium2Driver/pull/286). When creating a new folder or renaming one sending a new line ("\r") caused the element on which the value was set to be removed, so the element was no longer attached to the DOM when the driver tried to use it again, and thus a "StaleElementReference" exception was thrown. Due to this now it is needed to explicitly click the confirm button when creating a new folder. In the case of the renaming, on the other hand, nothing else besides not sending the new line is needed, as the Selenium driver now unfocuses the element (that is why it uses again the element after setting the value) which triggers the renaming. Besides that, the Selenium driver for Mink uses a library to simulate certain events, bitovi/syn. In version 1.4.0 that library was updated to version 0.0.3, which seems to somehow break pressing the "escape" key. Due to this now the sharing menu has to be closed by pressing "enter" on the share menu button instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | | | | Update Behat from 3.7.0 to 3.8.1 in acceptance testsDaniel Calviño Sánchez2021-03-302-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | | | | Update PHPUnit from 4.X to 6.X in acceptance testsDaniel Calviño Sánchez2021-03-3020-268/+682
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PHPUnit update also required an update of "symfony/yaml", so besides the changes needed for PHPUnit the "behat.yml" file also had to be adjusted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | | | | Merge pull request #26336 from ↵Roeland Jago Douma2021-03-302-7/+7
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-loader-5.2.0 Bump css-loader from 5.1.3 to 5.2.0
| * | | | | | | | Bump css-loader from 5.1.3 to 5.2.0dependabot-preview[bot]2021-03-272-7/+7
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.1.3 to 5.2.0. - [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/v5.1.3...v5.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | Merge pull request #26368 from nextcloud/dependabot/composer/vimeo/psalm-4.7.0Roeland Jago Douma2021-03-301-25/+27
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Bump vimeo/psalm from 4.6.4 to 4.7.0
| * | | | | | | Bump vimeo/psalm from 4.6.4 to 4.7.0dependabot-preview[bot]2021-03-301-25/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.6.4 to 4.7.0. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.6.4...4.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | Merge pull request #26367 from nextcloud/dependabot/npm_and_yarn/y18n-4.0.1Julius Härtl2021-03-301-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [Security] Bump y18n from 4.0.0 to 4.0.1
| * | | | | | | | [Security] Bump y18n from 4.0.0 to 4.0.1dependabot-preview[bot]2021-03-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. **This update includes a security fix.** - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-03-30164-604/+616
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #26355 from ↵Roeland Jago Douma2021-03-292-5/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/wording-fixes-for-phone-number-integration Fix working for phone number integration
| * | | | | | | | Fix working for phone number integrationJoas Schilling2021-03-292-5/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #26361 from ↵Roeland Jago Douma2021-03-291-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/y18n-4.0.1 [Security] Bump y18n from 4.0.0 to 4.0.1 in /build
| * | | | | | | | [Security] Bump y18n from 4.0.0 to 4.0.1 in /builddependabot-preview[bot]2021-03-291-3/+3
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. **This update includes a security fix.** - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | Merge pull request #26335 from ↵Roeland Jago Douma2021-03-292-37/+114
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/core-7.13.13 Bump @babel/core from 7.13.10 to 7.13.13
| * | | | | | | | Bump @babel/core from 7.13.10 to 7.13.13dependabot-preview[bot]2021-03-272-37/+114
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.10 to 7.13.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.13/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | Merge pull request #26333 from nextcloud/dependabot/npm_and_yarn/debounce-1.2.1Roeland Jago Douma2021-03-292-4/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bump debounce from 1.2.0 to 1.2.1
| * | | | | | | | Bump debounce from 1.2.0 to 1.2.1dependabot-preview[bot]2021-03-272-4/+11
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [debounce](https://github.com/component/debounce) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/component/debounce/releases) - [Changelog](https://github.com/component/debounce/blob/master/History.md) - [Commits](https://github.com/component/debounce/compare/1.2.0...1.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | Merge pull request #26325 from J0WI/crypt-config-sampleRoeland Jago Douma2021-03-291-3/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Update cipher defaults
| * | | | | | | Update cipher defaultsJ0WI2021-03-261-3/+8
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | | | | Merge pull request #26342 from pirate/cal-invite-email-use-pngsMorris Jobke2021-03-298-7/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs
| * | | | | | | change calendar invite emails to use pngs instead of svgsNick Sweeting2021-03-268-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick Sweeting <git@sweeting.me>
* | | | | | | | Merge pull request #26353 from ↵Joas Schilling2021-03-291-3/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/make-testcase-class-compatible-with-phpunit-9.5 Make Testcase class compatible with phpunit-9.5
| * | | | | | | | Make Testcase class compatible with phpunit-9.5Joas Schilling2021-03-291-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | Merge pull request #26337 from ↵Julius Härtl2021-03-294-6/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/url-search-params-polyfill-8.1.1 Bump url-search-params-polyfill from 8.1.0 to 8.1.1
| * | | | | | | | | Bump url-search-params-polyfill from 8.1.0 to 8.1.1dependabot-preview[bot]2021-03-294-6/+6
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases) - [Commits](https://github.com/jerrybendy/url-search-params-polyfill/compare/v8.1.0...v8.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | | | | | Merge pull request #26243 from nextcloud/enh/noid/avatar-privacy-new-scopeJoas Schilling2021-03-2938-277/+1266
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Avatar privacy and new scope